alertclasses.update =================== Update default Alert settings. .. examples(rest):: Set ClassName's level to LEVEL and policy to POLICY. Reset settings for other alert classes. { "classes": { "ClassName": { "level": "LEVEL", "policy": "POLICY", } } } .. raw:: html
Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: alert_class_update

alert_class_update

Type: object
No Additional Properties

Classes

Type: object

Each additional property must conform to the following schema

AlertClassConfiguration

Type: object
No Additional Properties

Level

Type: enum (of string)
Must be one of:
  • "INFO"
  • "NOTICE"
  • "WARNING"
  • "ERROR"
  • "CRITICAL"
  • "ALERT"
  • "EMERGENCY"

Policy

Type: enum (of string)
Must be one of:
  • "IMMEDIATELY"
  • "HOURLY"
  • "DAILY"
  • "NEVER"

Proactive Support

Type: boolean Default: false

AlertClassesEntry

Type: object
No Additional Properties

Id

Type: integer

Classes

Type: object

Each additional property must conform to the following schema

AlertClassConfiguration

Type: object
No Additional Properties

Level

Type: enum (of string)
Must be one of:
  • "INFO"
  • "NOTICE"
  • "WARNING"
  • "ERROR"
  • "CRITICAL"
  • "ALERT"
  • "EMERGENCY"

Policy

Type: enum (of string)
Must be one of:
  • "IMMEDIATELY"
  • "HOURLY"
  • "DAILY"
  • "NEVER"

Proactive Support

Type: boolean Default: false


*Required roles:* ALERT_WRITE