DiagnosticDetectorResponsePropertiesOutput 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?: DetectorAbnormalTimePeriodOutput[]
Property Value
data
Additional Data that detector wants to send.
data?: NameValuePairOutput[][]
Property Value
detectorDefinition
Detector's definition
detectorDefinition?: DetectorDefinitionOutput
Property Value
endTime
End time of the period
endTime?: string
Property Value
string
issueDetected
Flag representing Issue was detected.
issueDetected?: boolean
Property Value
boolean
metrics
Metrics provided by the detector
metrics?: DiagnosticMetricSetOutput[]
Property Value
responseMetaData
startTime
Start time of the period
startTime?: string
Property Value
string