You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The response of that request can already contain the result of the query, if it did not exceed a certain amount of time - so if we get an HTTP 200 code for the query:execute request, we can cast the response to a DynatraceDQLResult, and when we get a HTTP 202 response, we can follow the previous approach of calling the query:poll endpoint
The current implementation of DQL provider misses the range options, we should fix that.
DoD
/platform/storage/query/v1/query:execute
Useful links
https://www.dynatrace.com/support/help/platform/grail/dynatrace-query-language/dql-reference
The text was updated successfully, but these errors were encountered: