EmailConfigurationRule#
- class EmailConfigurationRule(cluster_uuids=None, impact_types=None, has_global_email_contact_list=False, match_phrases=None, recipients=None, severities=None, is_enabled=True, *args, **kwargs)[source]#
Bases:
object
Status of remote tunnel that is used to send alert emails.
- Parameters:
cluster_uuids – (
cluster_uuids
) Cluster UUIDs to which this rule applies to.impact_types – (
impact_types
)has_global_email_contact_list – (
has_global_email_contact_list
)match_phrases – (
match_phrases
) List of phrases to match the alert with.recipients – (
recipients
) List of recipients who will receive emails.severities – (
severities
)is_enabled – (
is_enabled
) Indicates if the configuration rule is enabled or not. (Default True)
- property cluster_uuids#
Cluster UUIDs to which this rule applies to.
- Type:
list[
str
]
- property has_global_email_contact_list#
- Type:
bool
- property impact_types#
- Type:
list[
ImpactType
]
- property is_enabled#
Indicates if the configuration rule is enabled or not.
- Type:
bool
- property match_phrases#
List of phrases to match the alert with.
- Type:
list[
str
]
- property recipients#
List of recipients who will receive emails.
- Type:
list[
str
]