Resources | alarms | historyStatus

historyStatus

Displays history of alarms depending upon options selected.

Operational Data

ParameterDescription
alarmId Alarm-Identifier. This serves as key to status table.
timestamp Last time when the alarm was raised.
state State of the alarm - SET, CLEAR or MAN CLR.
desc Description of the alarm.
reporter Name of the task reporting this Alarm.
severity Severity of the Alarm.
initialTimestamp First time the alarm was raised.
count Number of times this alarm has been raised.
acknowledgeState Current operator state of the Alarm.
comment Current annotation of the Alarm.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/alarms/historyStatus/{alarmId}

  • No labels