AlertConfigExceptionGroup#
- class AlertConfigExceptionGroup(auto_resolve=None, cluster_uuids=None, severity_threshold_infos=None, *args, **kwargs)[source]#
Bases:
object
- Parameters:
auto_resolve – (
auto_resolve
)cluster_uuids – (
cluster_uuids
) List of cluster UUIDs on which the exceptions can be set.severity_threshold_infos – (
severity_threshold_infos
) Enable/Disable for each severity information.
- property auto_resolve#
- Type:
- property cluster_uuids#
List of cluster UUIDs on which the exceptions can be set.
- Type:
list[
str
]
- property severity_threshold_infos#
Enable/Disable for each severity information.
- Type:
list[
SeverityThresholdInfo
]