github.com/newrelic/newrelic-client-go@v1.1.0/pkg/dashboards/doc.go (about)

     1  /*
     2  Package dashboards provides a programmatic API for interacting with New Relic
     3  Insights dashboards.  It can be used to create, read, update and delete
     4  dashboards.  Refer to the Insights dashboard documentation for more information
     5  on working with these resources:
     6  
     7  https://docs.newrelic.com/docs/insights/insights-api/manage-dashboards/insights-dashboard-api
     8  
     9  Authentication
    10  
    11  You will need a Personal API key to communicate with the backend New Relic API
    12  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 dashboards