22 Nov 2019 06:45 PM
Hi, I am looking to find a way to extract the data from our DT synthetic monitors in order to display them on an external IT dashboard. I have a token generated with the API but was wondering the format would be to get the information properly displayed on my page. I am currently using Angular which involves JS. Any guidance would be helpful.
Solved! Go to Solution.
23 Nov 2019 06:47 AM
If you're talking about Dynatrace, not Synthetic Classic, here is documentation for API:
https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-api/environment-api/synthetic/
In Angular I suggest creating models based on examples in documentation and http services for handling data, there is nothing special in those API endpoints.
Sebastian