01 Aug 2023 05:22 PM
Hi all.
I have a simple question.
Can I execute a DQL over the dynatrace API? If so, what is the method I have to use? Is there any example or document?
I would like to querying business events and some logs
Thanks advanced
JAR
Solved! Go to Solution.
01 Aug 2023 11:41 PM - edited 01 Aug 2023 11:46 PM
Hey JAR,
Docs for DQL queries over the API can be found here developer.dynatrace.com/platform-services/services/storage/. You can also find the API in the swagger UI so that you can play around with it and test it before writing scripts that use it. That can be gotten to by going to tenantID.apps.dynatrace.com/platform/swagger-ui/index.html
Hope this helps!
02 Aug 2023 07:26 AM
Thankyou very much!!