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.

Incident(String, String, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>)

Initializes a new instance of the Incident class.

Properties

ActivatedTime

Gets the time at which the incident was activated in ISO8601 format.

IsActive

Gets a boolean to indicate whether the incident is active or resolved.

Name

Gets incident name.

ResolvedTime

Gets the time at which the incident was resolved in ISO8601 format. If null, it means the incident is still active.

RuleName

Gets rule name that is associated with the incident.

Applies to