AlertProperties interface
Properties of alert.
Properties
| alert |
Alert type. |
| appeared |
UTC time when the alert appeared. |
| detailed |
Alert details. |
| error |
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
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