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