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
Updated alert class configuration settings.
No Additional PropertiesObject mapping alert class names to their configuration settings.
Each additional property must conform to the following schema
Severity level for alerts of this class.
Notification policy for alerts of this class.
IMMEDIATELY: Send notifications as soon as alerts occurHOURLY: Batch notifications and send hourlyDAILY: Batch notifications and send dailyNEVER: Do not send notifications for this alert classWhether to include alerts of this class in proactive support reporting.
The updated alert classes configuration.
No Additional PropertiesUnique identifier for the alert classes configuration.
Object mapping alert class names to their configuration settings.
Each additional property must conform to the following schema
Severity level for alerts of this class.
Notification policy for alerts of this class.
IMMEDIATELY: Send notifications as soon as alerts occurHOURLY: Batch notifications and send hourlyDAILY: Batch notifications and send dailyNEVER: Do not send notifications for this alert classWhether to include alerts of this class in proactive support reporting.