Hi
Is there a more comprehensive or full list of Controller APIs other than this documentation page?
https://docs.appdynamics.com/appd/22.x/22.3/en/extend-appdynamics/appdynamics-apis
I have come across several AppD users/extensions/tools that use AppD APIs that are not listed in the official documentation.
For example, the is a configuration API to mark a node as historical, but surely there must be other commands to also execute with a node, like to delete it, but there is no documentation on it so how would a client know what the syntax is?
POST /controller/rest/mark-nodes-historical?application-component-node-ids=value
Hoping someone can assist. A quick search through the community posts about the APIs (Results are 800+), did not reveal anything.
Hi @Dietrich.Meier , All the AppDynamics public APIs are documented on - https://docs.appdynamics.com/appd/23.x/23.5/en/extend-appdynamics/appdynamics-apis
Syntax of API to mark Nodes as Historical is as follow -
POST /controller/rest/mark-nodes-historical?application-component-node-ids=value
Thanks for the input
Hi @Dietrich.Meier,
I'm asking around internally, but you may want to reach out to your AppD Rep as they may also have more insight into extra resources for you.
Thanks for that