Вопрос

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