Class Criteria (2.19.2)

Criteria(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Criteria specific to the AlertPolicy\ s that this Snooze applies to. The Snooze will suppress alerts that come from one of the AlertPolicy\ s whose names are supplied.

Attribute

NameDescription
policies MutableSequence[str]
The specific AlertPolicy names for the alert that should be snoozed. The format is: :: projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID] There is a limit of 16 policies per snooze. This limit is checked during snooze creation.