09 Oct 2025
04:57 AM
- last edited on
09 Oct 2025
01:10 PM
by
MaciejNeumann
Hi ALl,
Created a problem dashboard for each management zone. Now I want to send the aggregation of 3 management zone data to single team
1. help me in getting the aggregated problem count for the 3 management zone.
2.Do we have a simple option to schedule this report to the team mail id on the particular time.
(Subscribe option -can we configure for the time and ids?) (do I need to go for SNMP configuration )
Thank you in advance.
Solved! Go to Solution.
13 Oct 2025 01:29 PM
Hi,
In Classic dashboards, tiles can’t directly aggregate data from multiple management zones at once, since each tile runs within one MZ context.
But you can use
Use the Problems API (if you must stay with legacy dashboards)
You can query the Problems v2 API:
GET /api/v2/problems?managementZoneId=ID1,ID2,ID3&problemStatus=OPEN
Then aggregate counts in an external script or via automation (Python, PowerShell, etc.) and push the total value back to a custom metric.
Another possible workaround is to create a new Management Zone that includes all three existing zones.
This way, you can build a single tile or dashboard filtered by that combined zone to get the aggregated problem count automatically.