github.com/newrelic/newrelic-client-go@v1.1.0/pkg/entities/doc.go (about) 1 /* 2 Package entities provides a programmatic API for interacting with New Relic One 3 entities. It can be used for a variety of operations, including: 4 5 - Searching and reading New Relic One entities 6 7 - Creating, reading, updating, and deleting New Relic One entity tags 8 9 Authentication 10 11 You will need a valid Personal API key to communicate with the backend New Relic 12 API that provides this functionality. See the API key documentation below for 13 more information on how to locate this key: 14 15 https://docs.newrelic.com/docs/apis/get-started/intro-apis/types-new-relic-api-keys 16 17 */ 18 package entities