Get anomaly detection job stats | Elasticsearch API documentation (original) (raw)
Dismiss highlight Show more
Path parameters
- Identifier for the anomaly detection job. It can be a job identifier, a group name, a comma-separated list of jobs, or a wildcard expression. If you do not specify one of these options, the API returns information for all anomaly detection jobs.
Query parameters
- Specifies what to do when the request:
- Contains wildcard expressions and there are no jobs that match.
- Contains the _all string or no identifiers and there are no matches.
- Contains wildcard expressions and there are only partial matches.
Iftrue
, the API returns an emptyjobs
array when there are no matches and the subset of results when there are partial matches. Iffalse
, the API returns a404
status code when there are no matches or only partial matches.
Responses
- 200 application/json
Hide response attributes Show response attributes object- jobs
array[object] Required
Hide jobs attributes Show jobs attributes object
* For open anomaly detection jobs only, contains messages relating to the selection of a node to run the job.
* Hide data_counts attributes Show data_counts attributes object
* Hide forecasts_stats attributes Show forecasts_stats attributes object
* Hide memory_bytes attributes Show memory_bytes attributes object
* Hide processing_time_ms attributes Show processing_time_ms attributes object
* Hide records attributes Show records attributes object
* Hide status attribute Show status attribute object
* *
number Additional properties
* Identifier for the anomaly detection job.
* Hide model_size_stats attributes Show model_size_stats attributes object
* #### log_time string | number Required
A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a number of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string representation.
Time unit for milliseconds
* Values areok
,soft_limit
, orhard_limit
.
* Hide node attributes Show node attributes object
* Hide attributes attribute Show attributes attribute object
* *
string Additional properties
* #### open_time string | number
A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a number of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string representation.
Time unit for milliseconds
* Values areclosing
,closed
,opened
,failed
, oropening
.
* Hide timing_stats attributes Show timing_stats attributes object
* Time unit for fractional milliseconds
* Time unit for fractional milliseconds
* Time unit for fractional milliseconds
* Time unit for fractional milliseconds
* Time unit for fractional milliseconds
* Time unit for fractional milliseconds
* Indicates that the process of deleting the job is in progress but not yet completed. It is only reported whentrue
.
- jobs