DiagnosticDetectorResponseProperties Class
DiagnosticDetectorResponse resource specific properties.
Constructor
DiagnosticDetectorResponseProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
start_time
|
Start time of the period. |
|
end_time
|
End time of the period. |
|
issue_detected
|
Flag representing Issue was detected. |
|
detector_definition
|
Detector's definition. |
|
metrics
|
Metrics provided by the detector. |
|
abnormal_time_periods
|
List of Correlated events found by the detector. |
|
data
|
Additional Data that detector wants to send. |
|
response_meta_data
|
Meta Data. |
Attributes
abnormal_time_periods
List of Correlated events found by the detector.
abnormal_time_periods: list['_models.DetectorAbnormalTimePeriod'] | None
data
Additional Data that detector wants to send.
data: list[list['_models.NameValuePair']] | None
detector_definition
Detector's definition.
detector_definition: _models.DetectorDefinition | None
end_time
End time of the period.
end_time: datetime | None
issue_detected
Flag representing Issue was detected.
issue_detected: bool | None
metrics
Metrics provided by the detector.
metrics: list['_models.DiagnosticMetricSet'] | None
response_meta_data
Meta Data.
response_meta_data: _models.ResponseMetaData | None
start_time
Start time of the period.
start_time: datetime | None