github.com/newrelic/newrelic-client-go@v1.1.0/pkg/workloads/doc.go (about) 1 /* 2 Package workloads provides a programmatic API for interacting with New Relic One 3 workloads. It can be used to create, read, update, and delete workloads. 4 5 Authentication 6 7 You will need a valid Personal API key to communicate with the backend New Relic 8 API that provides this functionality. See the API key documentation below for 9 more information on how to locate this key: 10 11 https://docs.newrelic.com/docs/apis/get-started/intro-apis/types-new-relic-api-keys 12 13 */ 14 package workloads