cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can I get the status of an index (web application: Apdex rating) using the API?

smelamed
Participant

I use Dynatrace OneAgent monitoring


11 REPLIES 11

wolfgang_beer
Dynatrace Leader
Dynatrace Leader

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/


smelamed
Participant

Hi, I need fetch the metrics of Dashboard ?

(I used this option in Appmon)


wolfgang_beer
Dynatrace Leader
Dynatrace Leader

There is no combined dashboard fetch but you can get the individual metrics through the timeseries API.


smelamed
Participant

Does that mean I can't get an Apdex rating?


smelamed
Participant

My goal is to read "Apdex rating" through the API


wolfgang_beer
Dynatrace Leader
Dynatrace Leader

Yes you can, fetch following apdex metric from the timeseries API


smelamed
Participant

Can you write me an example of such a request?

Thanks


wolfgang_beer
Dynatrace Leader
Dynatrace Leader

https://<YOUR_ENVIRONMENT_ID>.live.dynatrace.com/api/v1/timeseries?relativeTime=hour&aggregationType=count&timeseriesId=com.dynatrace.builtin:app.apdex&queryMode=total&Api-Token=<YOUR_TOKEN>


smelamed
Participant

Very Thanks.

I monitor page load time (with Key), Is it possible to retrieve through the API what page load time


smelamed
Participant

again thanks


wolfgang_beer
Dynatrace Leader
Dynatrace Leader

Yes you can fetch all key performance metrics (including page load time) through the API.


Featured Posts