cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Controller APIs full list

Dietrich.Meier
Architect

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. 

 

4 REPLIES 4

Ryan.Paredez
Community Manager

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,

Ryan, Cisco AppDynamics Community Manager




Found something helpful? Click the Accept as Solution button to help others find answers faster.

Liked something? Click the Thumbs Up button.



Check out Observabiity in Action

new deep dive videos weekly in the Knowledge Base.

Sunil.Agarwal
AppDynamics Team

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 -

Format : POST /controller/rest/mark-nodes-historical?application-component-node-ids=value 

You would just need to pass node ID and make POST call to mark node historical. Let us know if you are seeing any issue while using this API. 

Thanks for that

Thanks for the input