Incident Class

Definition

An alert incident indicates the activation status of an alert rule.

public class Incident
type Incident = class
Public Class Incident
Inheritance
Incident

Constructors

Incident()

Initializes a new instance of the Incident class.

Properties

ActivatedTime

Optional. The time at which the incident got activated.

Id

Optional. Incident identifier.

IsActive

Optional. A boolean to indicate whether the incident is active or resolved.

ResolvedTime

Optional. The time at which the incident got resolved. If null, it means the incident is still active.

RuleId

Optional. Rule identifier that is associated with the incident.

Applies to