StateTransitions

StateTransitions
StateTransitions

The state transition information for an alarm instance.

JSON Example
{
    "acknowledged": {
        "at_time": 0,
        "by_user": "string"
    },
    "suppressed": {
        "at_time": 0,
        "by_user": "string"
    },
    "raised": {
        "at_time": 0,
        "by_user": "string"
    },
    "resolved": {
        "at_time": 0,
        "by_user": "string"
    }
}
acknowledged
Optional

General information including time and user responsible for transition of alarm instance state.

suppressed
Optional

General information including time and user responsible for transition of alarm instance state.

raised
Optional

General information including time and user responsible for transition of alarm instance state.

resolved
Optional

General information including time and user responsible for transition of alarm instance state.