is there a way to run data explorer queries(code) from eternal scripts to generate reports?
Solved! Go to Solution.
Hi there,
You can use the Dynatrace Environment V2 API to get the metrics from the Data Explorer. External scripts can use the metric v2 API to get this information:
https://www.dynatrace.com/support/help/dynatrace-api/environment-api/metric-v2
f.e.
Thank you.. Let me try this option!