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#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| time | date-and-time | required | Timestamp for operator action on the alarm. | |
| operator | string | required | The name of the operator that has acted on this alarm. | |
| state | operator-state | required | The operator’s view of the alarm state. | |
| text | string | optional | Additional optional textual information provided by the operator. |