Resources | alarms | currentStatus

currentStatus

Displays status of current outstanding alarms.

Operational Data

ParameterDescription
alarmId Alarm-Identifier. This serves as key to status table.
clearType Type of clear - AUTOMATIC or MANUAL.
timestamp Last time when the alarm was raised.
initialTimestamp First time the alarm was raised.
count Number of times this alarm has been raised.
desc Description of the alarm.
reporter Name of the task reporting this Alarm.
severity Severity of the Alarm.
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/currentStatus/{alarmId}

  • No labels