StateTransitionInfo
StateTransitionInfo
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.
JSON Example
{
"at_time": 0,
"by_user": "string"
}
string
by_user
Optional
Username of the user who initiated this state transition. This field is used for auditing and tracking who made changes to alarm states.