Hi Everyone, Can Anyone explain me how to create a service list api with response time, failure rate and request per min?
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 😞
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?
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