Operator-state-change (List)#

Path: /alarms/alarm-list/alarm{resource, alarm-type-id, alarm-type-qualifier}/operator-state-change

This list is used by operators to indicate the state of human intervention on an alarm. For example, if an operator has seen an alarm, the operator can add a new item to this list indicating that the alarm is acknowledged.

Parameters#

NameTypeRequiredDefaultDescription
timedate-and-timerequiredTimestamp for operator action on the alarm.
operatorstringrequiredThe name of the operator that has acted on this alarm.
stateoperator-staterequiredThe operator’s view of the alarm state.
textstringoptionalAdditional optional textual information provided by the operator.

Was this helpful?