severity property

String? severity
getter/setter pair

The severity of an alert policy indicates how important incidents generated by that policy are.

The severity level will be displayed on the Incident detail page and in notifications.

Optional. Possible string values are:

  • "SEVERITY_UNSPECIFIED" : No severity is specified. This is the default value.
  • "CRITICAL" : This is the highest severity level. Use this if the problem could cause significant damage or downtime.
  • "ERROR" : This is the medium severity level. Use this if the problem could cause minor damage or downtime.
  • "WARNING" : This is the lowest severity level. Use this if the problem is not causing any damage or downtime, but could potentially lead to a problem in the future.

Implementation

core.String? severity;