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
-
id
string Required 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.
Supported values include:
assignment_explanation
(orae
): Contains messages relating to the selection of a node.create_time
(orct
,createTime
): The time when the data frame analytics job was created.description
(ord
): A description of a job.dest_index
(ordi
,destIndex
): Name of the destination index.failure_reason
(orfr
,failureReason
): Contains messages about the reason why a data frame analytics job failed.id
: Identifier for the data frame analytics job.model_memory_limit
(ormml
,modelMemoryLimit
): The approximate maximum amount of memory resources that are permitted for the data frame analytics job.node.address
(orna
,nodeAddress
): The network address of the node that the data frame analytics job is assigned to.node.ephemeral_id
(orne
,nodeEphemeralId
): The ephemeral ID of the node that the data frame analytics job is assigned to.node.id
(orni
,nodeId
): The unique identifier of the node that the data frame analytics job is assigned to.node.name
(ornn
,nodeName
): The name of the node that the data frame analytics job is assigned to.progress
(orp
): The progress report of the data frame analytics job by phase.source_index
(orsi
,sourceIndex
): Name of the source index.state
(ors
): Current state of the data frame analytics job.type
(ort
): The type of analysis that the data frame analytics job performs.version
(orv
): The Elasticsearch version number in which the data frame analytics job was created.
-
s
string | array[string] Comma-separated list of column names or column aliases used to sort the response.
Supported values include:
assignment_explanation
(orae
): Contains messages relating to the selection of a node.create_time
(orct
,createTime
): The time when the data frame analytics job was created.description
(ord
): A description of a job.dest_index
(ordi
,destIndex
): Name of the destination index.failure_reason
(orfr
,failureReason
): Contains messages about the reason why a data frame analytics job failed.id
: Identifier for the data frame analytics job.model_memory_limit
(ormml
,modelMemoryLimit
): The approximate maximum amount of memory resources that are permitted for the data frame analytics job.node.address
(orna
,nodeAddress
): The network address of the node that the data frame analytics job is assigned to.node.ephemeral_id
(orne
,nodeEphemeralId
): The ephemeral ID of the node that the data frame analytics job is assigned to.node.id
(orni
,nodeId
): The unique identifier of the node that the data frame analytics job is assigned to.node.name
(ornn
,nodeName
): The name of the node that the data frame analytics job is assigned to.progress
(orp
): The progress report of the data frame analytics job by phase.source_index
(orsi
,sourceIndex
): Name of the source index.state
(ors
): Current state of the data frame analytics job.type
(ort
): The type of analysis that the data frame analytics job performs.version
(orv
): The Elasticsearch version number in which the data frame analytics job was created.
-
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}' \
--header "Authorization: $API_KEY"
[
{
"id": "classifier_job_1",
"type": "classification",
"create_time": "2020-02-12T11:49:09.594Z",
"state": "stopped"
},
{
"id": "classifier_job_2",
"type": "classification",
"create_time": "2020-02-12T11:49:14.479Z",
"state": "stopped"
},
{
"id": "classifier_job_3",
"type": "classification",
"create_time": "2020-02-12T11:49:16.928Z",
"state": "stopped"
},
{
"id": "classifier_job_4",
"type": "classification",
"create_time": "2020-02-12T11:49:19.127Z",
"state": "stopped"
},
{
"id": "classifier_job_5",
"type": "classification",
"create_time": "2020-02-12T11:49:21.349Z",
"state": "stopped"
}
]