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

Create a service list API with response time, failure rate, and request per min

Paulo1989
Participant

Hi Everyone, Can Anyone explain me how to create a service list API with response time, failure rate and request per minute?

The reason is that I want to import this list to Power BI after I get the list from Dynatrace. Im trying to do get the service API but dont know how to do it properly 😞

5 REPLIES 5

radek_jasinski
DynaMight Guru
DynaMight Guru

Hi @Paulo1989 ,

Have you tried using the Service Metrics Api?

Radek

Have a nice day!

not yet because I don´t where to start it from. would you mind to guide me if possible?

Are you using Dynatrace SaaS or managed?

Have a nice day!

Hi Radek

Im using SaaS

Hi @Paulo1989 

I recommend you use the built-in swagger, which is available at:

https://{your-environment-id}.live.dynatrace.com/rest-api-doc/

There you search for elements matching metrics for services (I've already hinted at you before) and build a query to pull a specific metric. You can then use such a curl already from your tool (e.g. Postman).

Remember to select the appropriate scope for the token - in this case it would be: metrics.read

Radek

Have a nice day!

Featured Posts