Alert interface
Alert on the data box edge/gateway device.
- Extends
Properties
alert |
Alert type. NOTE: This property will not be serialized. It can only be populated by the server. |
appeared |
UTC time when the alert appeared. NOTE: This property will not be serialized. It can only be populated by the server. |
detailed |
Alert details. NOTE: This property will not be serialized. It can only be populated by the server. |
error |
Error details of the alert. NOTE: This property will not be serialized. It can only be populated by the server. |
recommendation | Alert recommendation. NOTE: This property will not be serialized. It can only be populated by the server. |
severity | Severity of the alert. NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Alert generated in the resource NOTE: This property will not be serialized. It can only be populated by the server. |
title | Alert title. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The object name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
alertType
Alert type. NOTE: This property will not be serialized. It can only be populated by the server.
alertType?: string
Property Value
string
appearedAtDateTime
UTC time when the alert appeared. NOTE: This property will not be serialized. It can only be populated by the server.
appearedAtDateTime?: Date
Property Value
Date
detailedInformation
Alert details. NOTE: This property will not be serialized. It can only be populated by the server.
detailedInformation?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
errorDetails
Error details of the alert. NOTE: This property will not be serialized. It can only be populated by the server.
errorDetails?: AlertErrorDetails
Property Value
recommendation
Alert recommendation. NOTE: This property will not be serialized. It can only be populated by the server.
recommendation?: string
Property Value
string
severity
Severity of the alert. NOTE: This property will not be serialized. It can only be populated by the server.
severity?: string
Property Value
string
systemData
Alert generated in the resource NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
title
Alert title. NOTE: This property will not be serialized. It can only be populated by the server.
title?: string
Property Value
string
Inherited Property Details
id
The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ARMBaseModel.id
name
The object name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ARMBaseModel.name
type
The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ARMBaseModel.type