Package version:

Alert class

Hierarchy

Properties

alertType: string

Type of the alert

appearedAtSourceTime: Date

UTC time at which the alert appeared on the source

appearedAtTime: Date

UTC time at which the alert appeared

clearedAtSourceTime?: Date

UTC time at which the alert was cleared on the source

clearedAtTime?: Date

UTC time at which the alert got cleared

detailedInformation?: {
    [propertyName: string]: string;
}

Other information about the alert

Type declaration

  • [propertyName: string]: string
errorDetails?: AlertErrorDetails

ErrorDetails of the alert

id?: string

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

name?: string

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

recommendation?: string

Recommendation for acting on the alert

resolutionReason?: string

Reason for resolving the alert

scope: AlertScope

Device or Resource alert

severity: AlertSeverity

Severity of the alert

source: AlertSource

Source at which the alert was cleared

status: AlertStatus

Current status of the alert

title: string

Title of the alert

type?: string

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

Generated using TypeDoc