Get data frame analytics jobs Added in 7.7.0
Get configuration and usage information about data frame analytics jobs.
IMPORTANT: CAT APIs are only intended for human consumption using the Kibana console or command line. They are not intended for use by applications. For application consumption, use the get data frame analytics jobs statistics API.
Path parameters
-
The ID of the data frame analytics to fetch
Query parameters
-
allow_no_match boolean
Whether to ignore if a wildcard expression matches no configs. (This includes
_all
string or when no configs have been specified) -
bytes string
The unit in which to display byte values
Values are
b
,kb
,mb
,gb
,tb
, orpb
. -
h string | array[string]
Comma-separated list of column names to display.
-
s string | array[string]
Comma-separated list of column names or column aliases used to sort the response.
-
time string
Unit used to display time values.
Values are
nanos
,micros
,ms
,s
,m
,h
, ord
.
curl \
--request GET http://api.example.com/_cat/ml/data_frame/analytics/{id}
[
{
"id": "string",
"type": "string",
"create_time": "string",
"version": "string",
"source_index": "string",
"dest_index": "string",
"description": "string",
"model_memory_limit": "string",
"state": "string",
"failure_reason": "string",
"progress": "string",
"assignment_explanation": "string",
"node.id": "string",
"node.name": "string",
"node.ephemeral_id": "string",
"node.address": "string"
}
]
id create_time type state
classifier_job_1 2020-02-12T11:49:09.594Z classification stopped
classifier_job_2 2020-02-12T11:49:14.479Z classification stopped
classifier_job_3 2020-02-12T11:49:16.928Z classification stopped
classifier_job_4 2020-02-12T11:49:19.127Z classification stopped
classifier_job_5 2020-02-12T11:49:21.349Z classification stopped