Share via


DiagnosticDetectorResponseProperties interface

DiagnosticDetectorResponse resource specific properties

Properties

abnormalTimePeriods

List of Correlated events found by the detector

data

Additional Data that detector wants to send.

detectorDefinition

Detector's definition

endTime

End time of the period

issueDetected

Flag representing Issue was detected.

metrics

Metrics provided by the detector

responseMetaData

Meta Data

startTime

Start time of the period

Property Details

abnormalTimePeriods

List of Correlated events found by the detector

abnormalTimePeriods?: DetectorAbnormalTimePeriod[]

Property Value

data

Additional Data that detector wants to send.

data?: NameValuePair[][]

Property Value

detectorDefinition

Detector's definition

detectorDefinition?: DetectorDefinition

Property Value

endTime

End time of the period

endTime?: string | Date

Property Value

string | Date

issueDetected

Flag representing Issue was detected.

issueDetected?: boolean

Property Value

boolean

metrics

Metrics provided by the detector

metrics?: DiagnosticMetricSet[]

Property Value

responseMetaData

Meta Data

responseMetaData?: ResponseMetaData

Property Value

startTime

Start time of the period

startTime?: string | Date

Property Value

string | Date