AnomalyIncident Class
AnomalyIncident.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
AnomalyIncident
Constructor
AnomalyIncident(**kwargs)
Parameters
Variables
- metric_id
- str
metric unique id. Only returned for alerting incident result.
- detection_configuration_id
- str
anomaly detection configuration unique id. Only returned for alerting incident result.
- id
- str
incident id.
- start_time
- datetime
incident start time.
- last_time
- datetime
incident last time.
- severity
- str or <xref:azure.ai.metricsadvisor.models.AnomalySeverity>
max severity of latest anomalies in the incident. Possible values include: "Low", "Medium", "High".
- status
- str or <xref:azure.ai.metricsadvisor.models.AnomalyIncidentStatus>
incident status only return for alerting incident result. Possible values include: "Active", "Resolved".
Feedback
Submit and view feedback for