UpdateAlarmInstancesRequest
UpdateAlarmInstancesRequest
Request body for updating the states of multiple alarm instances in a single operation. This allows batch updates to acknowledge, suppress, or resolve multiple alarms at once.
JSON Example
{
"instances": [
"550e8400-e29b-41d4-a716-446655440000"
]
}
array of
string
instances
Required
List of alarm instance IDs whose states should be updated. Each ID must correspond to an existing alarm instance in the system.