Alert interface
Alert class
- Extends
Properties
alert |
Type of the alert |
appeared |
UTC time at which the alert appeared on the source |
appeared |
UTC time at which the alert appeared |
cleared |
UTC time at which the alert was cleared on the source |
cleared |
UTC time at which the alert got cleared |
detailed |
Other information about the alert |
error |
ErrorDetails of the alert |
recommendation | Recommendation for acting on the alert |
resolution |
Reason for resolving the alert |
scope | Device or Resource alert |
severity | Severity of the alert |
source | Source at which the alert was cleared |
status | Current status of the alert |
title | Title of the alert |
Inherited Properties
id | The identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
alertType
Type of the alert
alertType: string
Property Value
string
appearedAtSourceTime
UTC time at which the alert appeared on the source
appearedAtSourceTime: Date
Property Value
Date
appearedAtTime
UTC time at which the alert appeared
appearedAtTime: Date
Property Value
Date
clearedAtSourceTime
UTC time at which the alert was cleared on the source
clearedAtSourceTime?: Date
Property Value
Date
clearedAtTime
UTC time at which the alert got cleared
clearedAtTime?: Date
Property Value
Date
detailedInformation
Other information about the alert
detailedInformation?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
errorDetails
recommendation
Recommendation for acting on the alert
recommendation?: string
Property Value
string
resolutionReason
Reason for resolving the alert
resolutionReason?: string
Property Value
string
scope
severity
source
status
title
Title of the alert
title: string
Property Value
string
Inherited Property Details
id
The identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From BaseModel.id
name
The name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From BaseModel.name
type
The type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From BaseModel.type
Azure SDK for JavaScript