Get data frame analytics jobs Added in 7.7.0
Returns configuration and usage information about data frame analytics jobs.
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.
GET /_cat/ml/data_frame/analytics/{id}
curl \
-X GET http://api.example.com/_cat/ml/data_frame/analytics/{id}
Response examples (200)
[
{
"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"
}
]