Hi Everyone,
I have the task to export the call graph from recorded transaction snapshots in a plain format for further processing. Therefor the PDF Export button on the transaction snapshot overview is not useful.
I tried to get this information with the help of the rest api, but unfortunately this information can't be queried.
Also looking inside the AppDynamics tables, I found the table "requestdata_summary" with the column "snapshot_data" which seems to hold some binary data, but I have no glue, how to use this data.
Any information on how to extract the call graph from the AppDynamics Controller is very appreciated.
Btw. I'm using AppDynamics Version 4.1.7.2 on Linux
Thank you,
Boris
Hi Karun,
there is no possibility to get the "convert" method of the binary data of the call graph database column?
Creating the PDF is, as far as I know only possible via the Export button inside the Controller GUI, which makes an automatic processing very complicate.
Regards,
Boris
Does the rest url like the following help?
http://<AppDynamicsController>/controller/rest/applications/prod/request-snapshots?time-range-type=BEFORE_NOW&duration-in-mins=10&need-exit-calls=true&output=json
Regards
Karun
www.karunsubramaninan.com
APM|Monitoring|Consulting