Hello Everyone,
I'm using the below Rest API to get transaction snapshots for specific duration and able to get basic information.
https://server:port/controller/rest/applications/APP_NAME/request-snapshots?time-range-type=BEFORE_NOW&duration-in-mins=20
But i need more drill down data for the snapshot like Call graph, Potential Issues and Hot spot via rest api.
Please let me know any rest api to get this data.