Incident interface
An alert incident indicates the activation status of an alert rule.
Properties
activated |
The time at which the incident was activated in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
A boolean to indicate whether the incident is active or resolved. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Incident name. NOTE: This property will not be serialized. It can only be populated by the server. |
resolved |
The time at which the incident was resolved in ISO8601 format. If null, it means the incident is still active. NOTE: This property will not be serialized. It can only be populated by the server. |
rule |
Rule name that is associated with the incident. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
activatedTime
The time at which the incident was activated in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.
activatedTime?: Date
Property Value
Date
isActive
A boolean to indicate whether the incident is active or resolved. NOTE: This property will not be serialized. It can only be populated by the server.
isActive?: boolean
Property Value
boolean
name
Incident name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
resolvedTime
The time at which the incident was resolved in ISO8601 format. If null, it means the incident is still active. NOTE: This property will not be serialized. It can only be populated by the server.
resolvedTime?: Date
Property Value
Date
ruleName
Rule name that is associated with the incident. NOTE: This property will not be serialized. It can only be populated by the server.
ruleName?: string
Property Value
string