GetServiceAlarmStatesForView
Use this method to retrieve the relative duration (in percent) of each alarm severity for the services in the specified view.
Item |
Format |
Description |
connection |
String |
The connection ID. See ConnectApp. |
viewID |
Integer |
The view ID. |
limit |
Integer |
The number of services that should be included. |
sortASC |
Boolean |
Indicates whether the info should be retrieved for the services that were in an alarm state for the longest time or for the shortest time. |
utcStartTime |
Long integer |
The start time of the timespan for which the alarm count should be retrieved, in UTC format (milliseconds since midnight January 1, 1970 GMT). |
utcEndTime |
Long integer |
The end time of the timespan for which the alarm count should be retrieved, in UTC format (milliseconds since midnight January 1, 1970 GMT). |
Output
Item |
Format |
Description |
GetServiceAlarmStatesForViewResult |
Array of DMATopAlarmStateData |
The relative duration (double) of each alarm severity for the services within the specified limitations. |