Hi,
I'm wondering which one of below methods is the most performant way to show summary alarms?
Both will show the same end result:
Method 1
Shape Data:
- Element: [this element]
- Info: ELEMENT STATISTICS:[#CriticalAlarms]
Shape Value: *
Method 2
Shape Data:
- AlarmSummary: Active|DefaultAlarmLevel=Critical|FilterContext=[this element]
Shape Value: #Critical
Jens Vandewalle [SLC] [DevOps Enabler] Selected answer as best 6th October 2021
The statistics are kept track of in DataMiner Cube at all times, so they will be more performant. The alarmsummary method will do something similar as opening a new alarm tab in the background.
Jens Vandewalle [SLC] [DevOps Enabler] Selected answer as best 6th October 2021