UpdateAlarmDefinitionRequest

UpdateAlarmDefinitionRequest
UpdateAlarmDefinitionRequest

Request body for updating an existing alarm definition. Currently supports modifying the enabled state of the alarm definition.

JSON Example
{
    "enabled": true
}
boolean
enabled
Optional

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