Domanda

I am trying to create a new custom Plugin using .NET and I wish to use REST API.

I am trying the new REST API V2 here : https://rpm.newrelic.com/api/explore

there are no specific documentation with regards to Plugins that I could find for REST V2. are Plugins even supported, with this new API?

È stato utile?

Soluzione

New Relics REST API is for getting the metrics that have been reported to New Relic.

For creating a plugin you will want to use the plugin API. Further information about using this can be found on the New Relic doc site.

https://docs.newrelic.com/docs/plugin-dev/working-directly-with-the-plugin-api

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top