AnomalyIncident interface

Represents an incident reported by Metrics Advisor service.

Properties

dataFeedId

data feed unique id

only return for alerting incident result

detectionConfigurationId

anomaly detection configuration unique id

expectedValueOfRootNode

expected value of the root node given by smart detector

id

incident id

lastOccurredTime

incident last time

metricId

metric unique id

only return for alerting incident result

rootDimensionKey

identifies the time series or time series group

severity

severity of the incident

startTime

incident start time

status

incident status

valueOfRootNode

value of the root node

Property Details

dataFeedId

data feed unique id

only return for alerting incident result

dataFeedId?: string

Property Value

string

detectionConfigurationId

anomaly detection configuration unique id

detectionConfigurationId: string

Property Value

string

expectedValueOfRootNode

expected value of the root node given by smart detector

expectedValueOfRootNode?: number

Property Value

number

id

incident id

id: string

Property Value

string

lastOccurredTime

incident last time

lastOccurredTime: Date

Property Value

Date

metricId

metric unique id

only return for alerting incident result

metricId?: string

Property Value

string

rootDimensionKey

identifies the time series or time series group

rootDimensionKey: DimensionKey

Property Value

severity

severity of the incident

severity: AnomalySeverity

Property Value

startTime

incident start time

startTime?: Date

Property Value

Date

status

incident status

status?: AnomalyStatus

Property Value

valueOfRootNode

value of the root node

valueOfRootNode?: number

Property Value

number