cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Problem Count Aggregation in Dynatrace legacy dashboard

karthikayini_m
Participant

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.

karthikayini_m_0-1759982432574.png

 

 

1 REPLY 1

t_pawlak
Pro

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.

Featured Posts