Update Alarm Definition
Update Alarm Definition
The unique identifier of the alarm definition to retrieve or modify. This ID is a system-generated identifier that uniquely identifies the alarm definition configuration in the system.
{
"enabled": true
}
Controls whether new alarm instances can be generated from this definition.
- true - The alarm definition is active and will generate new alarms
- false - The alarm definition is inactive and will not generate new alarms
The alarm definition was successfully updated with the provided changes. The update has been applied and the new configuration is now active.
The alarm definition to be updated was not found. This may occur if the ID is incorrect or if the alarm definition has been deleted. Verify the ID and try again.
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/ssp/alarms/definitions/{id}