From AppDynamics API, do we have any way to associate the process running on the node to the running application? The API sim/v2/user/machines/<server_id>/processes lists all the process running on the node but doesn't expose any relationship with the running application.
Hi,
In general, if you can do it from the UI there is an undocumented API that will let you do this.
for processes, I can see there are a SIM API eg https://<tenant>.saas.appdynamics.com/controller/sim/v2/user/machines/<node>/processes?timeRange=las...
so in theory you should be able to iterate this API asynchronously for all the nodes. I can add this to my free Rapport tool to demonstrate