Alert Class
The alert.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
Alert(*, is_active: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
is_active
|
False by default; true if the alert is active. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
The alert ID. |
|
name
|
The alert name. |
|
type
|
The alert type. |
|
scope
|
The alert scope. |
|
is_active
|
False by default; true if the alert is active. |
|
incident_count
|
The number of generated incidents of the alert. |
|
last_modified_date_time
|
The date time when the alert configuration was updated or new incidents were generated. |
|
last_scanned_date_time
|
The date time when the alert was last scanned. |
|
alert_definition
|
The alert definition. |
|
alert_incidents
|
The alert incidents. |
|
alert_configuration
|
The alert configuration. |