AlertProperties interface

Properties of alert.

Properties

alertType

Alert type.

appearedAtDateTime

UTC time when the alert appeared.

detailedInformation

Alert details.

errorDetails

Error details of the alert.

recommendation

Alert recommendation.

severity

Severity of the alert.

title

Alert title.

Property Details

alertType

Alert type.

alertType?: string

Property Value

string

appearedAtDateTime

UTC time when the alert appeared.

appearedAtDateTime?: Date

Property Value

Date

detailedInformation

Alert details.

detailedInformation?: Record<string, string>

Property Value

Record<string, string>

errorDetails

Error details of the alert.

errorDetails?: AlertErrorDetails

Property Value

recommendation

Alert recommendation.

recommendation?: string

Property Value

string

severity

Severity of the alert.

severity?: string

Property Value

string

title

Alert title.

title?: string

Property Value

string