Anomaly Finder Client
The Anomaly Finder API detects anomalies automatically in time series data. It supports two functionalities, one is for detecting the whole series with model trained by the timeseries, another is detecting last point with model trained by points before. By using this service, business customers can discover incidents and establish a logic flow for root cause analysis.
Latency
Not monitored yet
Uptime
Not monitored yet
Playground
Verified
live
Endpoints
/timeseries/entire/detect
Find anomalies for the entire series in batch.
/timeseries/last/detect
Detect anomaly status of the latest point in time series.
2 endpoints auto-detected
Authentication
This API uses an API key, passed in the "Ocp-Apim-Subscription-Key" header. No OAuth required.
curl -X POST \ "https://azure.local/timeseries/entire/detect" \ -H "Ocp-Apim-Subscription-Key: YOUR_API_KEY"
azure.local · HTTPS only