Hello,
I am trying to follow steps shown in this page: Server- and Clientside XML Reporting
Specifically trying to get a xml page back from a REST call.
I have the following dashboard name:
I am trying to get a response via Postman GET and here is what I see:
Not sure what the red dots represent..has anyone ran into this issue? Does this documentation work for others?
Thanks in advance.
Answer by David M. ·
Hi Masa,
Okay, just making sure about the username/password.
Can you try sending the request with these parameters
<DTSERVER>:port/rest/management/dashboard/<DASHBOARD NAME>?type=XML&format=XML+Export.
If that does not work, can you try this REST service
<DTSERVER>:port/rest/management/reports/create/<DASHBOARD NAME>?type=XML&format=XML+Export
Also, for the name of your dashboard in the URI, are you putting it as RestTest2.dashboard.xml, it should just be RestTest2.
Thanks,
David
Answer by Masa O. ·
Hi David,
Thanks you for your reply David, but I am still facing the same issue.
This is the same output for both options you've provided me. Is it possible that my dt server needs some configuration changes?
Hi Masa,
Okay, can you check in your server setting to make sure that the Web Services are enabled.
Also, can you check you can get what you are wanting to by browsing to the the dtserver:port and going through the options to get to the XML dashboard. For 6.1 the Links are Automate & Manage dynaTrace -> RESTful HTML Services -> Dashboard -> Select Details under the dashboard you would like -> Change Report Type to XML and create report.
Thanks,
David
JANUARY 15, 3:00 PM GMT / 10:00 AM ET