Deprecated - anomaly alerts with metrics

Deprecated - anomaly alerts with metrics

to retrieve all anomaly alerts within a set timeframe, with metric values and baseline values for the time of the alert.

GET https://boomi.eyer.ai/api/anomalies-with-metrics?from=2024-09-12T05:15:00Z&to=2024-09-12T08:00:00Z

If the timeframe contains the start of an alert, if will return the initial alert. If the timeframe contains just an update or closed status, it will return updated or closed status of the alert.

Authentication: use “Authorization” in your HTTP header with your query key.

From / to time range: add as parameters in the format 2024-08-05T07:00:00Z

Smoothened value is the value that is processed by the ML, which is then used to check if the value is inside any of the baseline limits.

Example response

{ "new": [], "updated": [], "closed": [] }