Package version:

The alert.

Hierarchy

Properties

alertType: string

The type of the alert

appearedAtSourceTime: Date

The source time at which the alert was raised

appearedAtTime: Date

The UTC time at which the alert was raised

clearedAtSourceTime?: Date

The source time at which the alert was cleared

clearedAtTime?: Date

The UTC time at which the alert was cleared

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

More details about the alert

Type declaration

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

The details of the error for which the alert was raised

id?: string

The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.

kind?: "Series8000"

The Kind of the object. Currently only Series8000 is supported

name?: string

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

recommendation?: string

The recommended action for the issue raised in the alert

resolutionReason?: string

The reason for resolving the alert

scope: AlertScope

The scope of the alert

severity: AlertSeverity

The severity of the alert

source: AlertSource

The source at which the alert was raised

status: AlertStatus

The current status of the alert

title: string

The title of the alert

type?: string

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

Generated using TypeDoc