I am interested in retrieving caller information on specific methods using the dynaTrace REST interface. Currently using v5.5.
I have added the Methods dashlet to the dashboard, however that additional level of detail is not present. Is there some type of filter I can pass in the request to force caller information in the response?
Thanks,
Jeff
Answer by Dominik S. ·
This is currently not possible in this Dashlet, you ,might want to create a RFE in the format at Product Feedback and Enhancement Requests so others can vote for it.
An option that is available is the REST interface to retrieve full PurePath details as XML, this way you can look up the callers of the methods in the PurePath by parsing the XML yourself, see Server- and Clientside XML Reporting for details of the "purePathDetails" parameter and its usage.
Note that the amount of data for this can get huge quickly with big PurePaths, you will want to use some form of streaming XML parsing to not load all of it into memory at once!
JANUARY 15, 3:00 PM GMT / 10:00 AM ET