Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Incident

Package version

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

Hierarchy

  • Incident

Index

Properties

Optional activatedTime

activatedTime: Date

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.

Optional isActive

isActive: undefined | false | true

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.

Optional name

name: undefined | string

Incident name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional resolvedTime

resolvedTime: Date

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.

Optional ruleName

ruleName: undefined | string

Rule name that is associated with the incident. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc