GetAlarmPagesV2
Use this method to retrieve a number of filtered alarms in pages, grouped by time (default) or severity, as well as the alarm cache status.
Item |
Format |
Description |
connection |
String |
The connection ID. See ConnectApp. |
filter |
DMAAlarmFilterV2 |
The filter that the alarms must match. |
groupBy |
String |
Either “time” (default) or “severity”. |
Output
Item |
Format |
Description |
GetAlarmPagesV2Result |
Array of DMAAlarmPage |
The alarm pages, filtered and grouped as specified, as well as the alarm cache status. |