github.com/newrelic/newrelic-client-go@v1.1.0/pkg/synthetics/doc.go (about) 1 /* 2 Package synthetics provides a programmatic API for interacting with the New Relic 3 Synthetics API. It can be used for a variety of operations, including: 4 5 - Creating, reading, updating, and deleting Synthetics monitors 6 7 - Reading and updating Synthetics monitor scripts 8 9 - Associating Synthetics monitor scripts with existing Synthetics monitors 10 11 - Creating, reading, updating, and deleting Synthetics secure credentials 12 13 Synthetics labels have been EOL'd as of July 20, 2020. This functionality has been 14 superceded by entity tags, which can be provisioned via the `entities` package. 15 More information can be found here: 16 17 https://discuss.newrelic.com/t/end-of-life-notice-synthetics-labels-and-synthetics-apm-group-by-tag/103781 18 19 20 Authentication 21 22 You will need a Personal API key to communicate with the backend New Relic API 23 that provides this functionality. See the API key documentation below for more 24 information on how to locate this keys: 25 26 https://docs.newrelic.com/docs/apis/get-started/intro-apis/types-new-relic-api-keys 27 28 */ 29 package synthetics