v2

latestSwagger 2.02026-07-13103553.7 KB

Detect anomalies in the last point of the request body

Submit a multivariate anomaly detection task with the modelId value of a trained model and inference data. The inference data should be put into the request body in JSON format. The request will finish synchronously and return the detection immediately in the response body.

post/multivariate/models/{modelId}:detect-last

Path parameters

modelIdstring required

Model identifier.

Request body

topContributorCountinteger

Number of top contributed variables for one anomalous time stamp in the response. The default is 10.

Response

The request has succeeded.