RuleResolveConfiguration Class
TBD. Relevant only for rules of the kind LogAlert.
Constructor
RuleResolveConfiguration(*, auto_resolved: bool | None = None, time_to_resolve: timedelta | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
auto_resolved
|
The flag that indicates whether or not to auto resolve a fired alert. Default value: None
|
|
time_to_resolve
|
The duration a rule must evaluate as healthy before the fired alert is automatically resolved represented in ISO 8601 duration format. Default value: None
|