Reputation: 911
I have an Apache webserver with PHP module where I display some information. I'd like to be able to get some data from dynatrace and put the data in the webserver through some cronjob. The problem is I have no clue on how to push data from dynatrace to a server. Is there any APIs for this or a different way of doing this?
Thanks in advance.
Upvotes: 1
Views: 271
Reputation: 655
Dynatrace provides a REST Reporting interface where you can pull out any data from dynatrace that you can put on a dashboard and get it in something consumable such as CSV, XML, JSON, ... - here is the link to the public doc page on the reporting interface: https://community.compuwareapm.com/community/display/DOCDT61/Server-+and+Clientside+XML+Reporting
So - what you need to do is the following
if you have more questions on this feel free to also post them on our own Dynatrace community forum: https://community.compuwareapm.com/community/display/DTFORUM/dynaTrace+Forums+Home
Andi
Upvotes: 3