DiagnosticDetectorResponseProperties interface
DiagnosticDetectorResponse resource specific properties
Properties
| abnormal |
List of Correlated events found by the detector |
| data | Additional Data that detector wants to send. |
| detector |
Detector's definition |
| end |
End time of the period |
| issue |
Flag representing Issue was detected. |
| metrics | Metrics provided by the detector |
| response |
Meta Data |
| start |
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
NameValuePair[][]
detectorDefinition
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
startTime
Start time of the period
startTime?: string | Date
Property Value
string | Date