StateTransitions
A collection of state transition events for an alarm instance, tracking when and how the alarm's state has changed over time. This includes transitions to acknowledged, suppressed, raised, and resolved states.
{
"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"
}
}
Metadata about a state transition event, including when it occurred and which user initiated it. This information is used for auditing and tracking the lifecycle of alarm instances.
Metadata about a state transition event, including when it occurred and which user initiated it. This information is used for auditing and tracking the lifecycle of alarm instances.
Metadata about a state transition event, including when it occurred and which user initiated it. This information is used for auditing and tracking the lifecycle of alarm instances.
Metadata about a state transition event, including when it occurred and which user initiated it. This information is used for auditing and tracking the lifecycle of alarm instances.