09 Mar 2020 04:01 PM
Combining Multiple Dynatrace API Calls to Fetch the Single Result
Solved! Go to Solution.
09 Mar 2020 04:14 PM
This is possible only for metrics v2 endpoints related to fetch data points from environment api.
https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-api/environment-api/metric-v2/
you can build query to get results for multiple metrics at once, you cannot mix different endpoints if you are thinking about it.
Sebastian