AnomalyTimelineItem interface
Represents anomaly timeline item.
- Extends
Properties
| azure |
The anomaly azure resource id. |
| description | The anomaly description. |
| display |
The anomaly name. |
| end |
The anomaly end time. |
| intent | The intent of the anomaly. |
| kind | Polymorphic discriminator, which specifies the different types this object can be |
| product |
The anomaly product name. |
| reasons | The reasons that cause the anomaly. |
| start |
The anomaly start time. |
| techniques | The techniques of the anomaly. |
| time |
The anomaly generated time. |
| vendor | The name of the anomaly vendor. |
Property Details
azureResourceId
The anomaly azure resource id.
azureResourceId: string
Property Value
string
description
The anomaly description.
description?: string
Property Value
string
displayName
The anomaly name.
displayName: string
Property Value
string
endTimeUtc
The anomaly end time.
endTimeUtc: Date
Property Value
Date
intent
The intent of the anomaly.
intent?: string
Property Value
string
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "Anomaly"
Property Value
"Anomaly"
productName
The anomaly product name.
productName?: string
Property Value
string
reasons
The reasons that cause the anomaly.
reasons?: string[]
Property Value
string[]
startTimeUtc
The anomaly start time.
startTimeUtc: Date
Property Value
Date
techniques
The techniques of the anomaly.
techniques?: string[]
Property Value
string[]
timeGenerated
The anomaly generated time.
timeGenerated: Date
Property Value
Date
vendor
The name of the anomaly vendor.
vendor?: string
Property Value
string