Update Alarm Instances States
Update the states of a list of alarm instances by IDs
The new state to set for one or more alarm instances. This parameter accepts one of two values:
- ACKNOWLEDGE - Mark the alarm as acknowledged, indicating it has been seen
- SUPPRESS - Temporarily silence the alarm for a specified duration
ACKNOWLEDGE
The duration, in hours, for which the alarm instance should be suppressed when its state is being updated to SUPPRESSED. If not specified, defaults to 1 hour. The maximum allowed suppression duration is 12 hours.
Show optional properties
{
"instances": [
{}
]
}
{
"instances": [
"550e8400-e29b-41d4-a716-446655440000"
]
}
List of alarm instance IDs whose states should be updated. Each ID must correspond to an existing alarm instance in the system.
The state of all specified alarm instances has been successfully updated. The new state has been applied to each alarm instance in the request, and any associated metadata (like suppression duration) has been recorded.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"instances":["string"]}' https://{api_host}/ssp/alarms/states