1.0.0b2 (2020-11-10)
Breaking Changes
create_hook
now takes as input anEmailHook
orWebHook
Anomaly
has been renamed toDataPointAnomaly
Incident
has been renamed toAnomalyIncident
IncidentPropertyIncidentStatus
has been renamed toAnomalyIncidentStatus
Alert
has been renamed toAnomalyAlert
Severity
has been renamed toAnomalySeverity
Metric
has been renamed toDataFeedMetric
Dimension
has been renamed toDataFeedDimension
EmailHook
has been renamed toEmailNotificationHook
WebHook
has been renamed toWebNotificationHook
Hook
has been renamed toNotificationHook
TimeMode
has been renamed toAlertQueryTimeMode
admins
has been renamed toadmin_emails
onNotificationHook
admins
has been renamed toadmin_emails
onDataFeedOptions
viewers
has been renamed toviewer_emails
onDataFeedOptions
timestamp_list
has been renamed totimestamps
onMetricSeriesData
value_list
has been renamed tovalues
onMetricSeriesData
SeriesResult
has been renamed toMetricEnrichedSeriesData
create_anomaly_alert_configuration
has been renamed tocreate_alert_configuration
get_anomaly_alert_configuration
has been renamed toget_alert_configuration
delete_anomaly_alert_configuration
has been renamed todelete_alert_configuration
update_anomaly_alert_configuration
has been renamed toupdate_alert_configuration
list_anomaly_alert_configurations
has been renamed tolist_alert_configurations
create_metric_anomaly_detection_configuration
has been renamed tocreate_detection_configuration
get_metric_anomaly_detection_configuration
has been renamed toget_detection_configuration
delete_metric_anomaly_detection_configuration
has been renamed todelete_detection_configuration
update_metric_anomaly_detection_configuration
has been renamed toupdate_detection_configuration
list_metric_anomaly_detection_configurations
has been renamed tolist_detection_configurations
list_feedbacks
has been renamed tolist_feedback
list_alerts_for_alert_configuration
has been renamed tolist_alerts
list_anomalies_for_alert
&list_anomalies_for_detection_configuration
have been grouped intolist_anomalies
list_dimension_values_for_detection_configuration
has been renamed tolist_dimension_values
list_incidents_for_alert
&list_incidents_for_detection_configuration
have been grouped intolist_incidents
New Features
__repr__
added to all models