18 Nov 2023 12:07 PM - last edited on 20 Dec 2023 03:14 PM by Michal_Gebacki
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 😞
Solved! Go to Solution.
19 Nov 2023 02:46 PM
not yet because I don´t where to start it from. would you mind to guide me if possible?
20 Nov 2023 03:08 PM
Are you using Dynatrace SaaS or managed?
20 Nov 2023 09:17 PM
Hi Radek
Im using SaaS
21 Nov 2023 01:26 PM
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