Path parameters

  • job_idstring Required

    Identifier for the anomaly detection job. The job must have a state of open to receive and process the data.

Query parameters

  • reset_endstring | number

    Specifies the end of the bucket resetting range.

  • reset_startstring | number

    Specifies the start of the bucket resetting range.

application/json

BodyRequired

objectobject

Responses

POST /_ml/anomaly_detectors/{job_id}/_data
curl \
 --request POST 'http://api.example.com/_ml/anomaly_detectors/{job_id}/_data' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '[{}]'