08 Jan 2026
10:53 AM
- last edited on
09 Jan 2026
07:48 AM
by
MaciejNeumann
Hi,
I have a customer who has 40+ environments in their dynatrace account, is there any possibility to get all hosts list, or agent offline from all environments in a consolidated dashboard view? And we would like to know the summary of count of open problems from all environments at once. Is this something which can be developed inside a dashboard tile? Is there any account management API which can query all environments at once?
Any workaround for this requirement?
Thanks,
Hari
08 Jan 2026 11:42 AM
Hi,
There is an option to configure remote environments:
Settings → Integrations → Remote environments.
With this in place, you can create a multi-environment (remote) dashboard and add tiles per environment.
This provides a single pane of glass, but each tile still queries one environment at a time.
There is no native dashboard tile that can aggregate or sum data (for example, the total number of open problems) across 40+ environments in a single query.
The second option is to use the Dynatrace APIs, collect data from each environment, and push aggregated metrics into a single environment, where they can then be visualized on a consolidated dashboard.
08 Jan 2026 05:48 PM
Could you please elaborate the second option, so if my understanding is correct, we need to write/schedule a script to call the APIs get the values and post into one of the environments as custom metric and use that metrics in dashboard in that environment. Please help on finding a best way to achieve this.
Featured Posts