/anomalydetector/v1.0/timeseries/entire/detect and /anomalydetector/v1.1/timeseries/entire/detect are supported. Canary returns the severity field for both versions.
Array of data points, each with
timestamp (ISO 8601) and value (number). Minimum 12 points, maximum 8640 points. Timestamps must be sorted ascending with no duplicates.Time interval between points. One of:
yearly, monthly, weekly, daily, hourly, minutely, secondly, microsecond, none.Multiplier for granularity.
Seasonality period. Set to
0 for auto-detection, or provide a positive integer to force a specific period.Maximum fraction of points that can be flagged as anomalies. Must be between 0 and 0.5 (exclusive).
Detection sensitivity from 0 (least sensitive) to 99 (most sensitive). Higher values flag more anomalies.
Detected seasonality period (0 if none detected).
The model’s expected value for each point.
Upper bound margin for each point.
Lower bound margin for each point.
Whether each point is an anomaly.
Whether each point is a negative (below expected) anomaly.
Whether each point is a positive (above expected) anomaly.
Severity score from 0.0 to 1.0 for each point.