質問

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?

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top