09 Jul 2018 06:33 AM
You can fetch all relevant Real User Monitoring metrics from the Dynatrace REST API. See here:
https://www.dynatrace.com/support/help/dynatrace-api/timeseries/how-do-i-fetch-the-metrics-of-monitored-entities/
09 Jul 2018 08:29 AM
Hi, I need fetch the metrics of Dashboard ?
(I used this option in Appmon)
09 Jul 2018 08:44 AM
There is no combined dashboard fetch but you can get the individual metrics through the timeseries API.
09 Jul 2018 09:03 AM
Does that mean I can't get an Apdex rating?
09 Jul 2018 09:07 AM
My goal is to read "Apdex rating" through the API
09 Jul 2018 09:12 AM
Yes you can, fetch following apdex metric from the timeseries API
09 Jul 2018 04:18 PM
Can you write me an example of such a request?
Thanks
10 Jul 2018 07:14 AM
https://<YOUR_ENVIRONMENT_ID>.live.dynatrace.com/api/v1/timeseries?relativeTime=hour&aggregationType=count×eriesId=com.dynatrace.builtin:app.apdex&queryMode=total&Api-Token=<YOUR_TOKEN>
11 Jul 2018 12:55 PM
Very Thanks.
I monitor page load time (with Key), Is it possible to retrieve through the API what page load time
11 Jul 2018 01:19 PM
Yes you can fetch all key performance metrics (including page load time) through the API.