DiagnosticDetectorResponse interface
Class representing Response from Diagnostic Detectors
- Extends
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 |
Inherited Properties
| id | Resource Id. NOTE: This property will not be serialized. It can only be populated by the server. |
| kind | Kind of resource. |
| name | Resource Name. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
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?: Date
Property Value
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?: Date
Property Value
Date
Inherited Property Details
id
Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyOnlyResource.id
kind
name
Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyOnlyResource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyOnlyResource.type