rest-api-spec.api.ml.get_job_stats.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
Elasticsearch subproject :rest-api-spec
{
"ml.get_job_stats":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job-stats.html",
"description":"Retrieves usage information for anomaly detection jobs."
},
"stability":"stable",
"visibility":"public",
"headers":{
"accept": [ "application/json"]
},
"url":{
"paths":[
{
"path":"/_ml/anomaly_detectors/_stats",
"methods":[
"GET"
]
},
{
"path":"/_ml/anomaly_detectors/{job_id}/_stats",
"methods":[
"GET"
],
"parts":{
"job_id":{
"type":"string",
"description":"The ID of the jobs stats to fetch"
}
}
}
]
},
"params":{
"allow_no_match":{
"type":"boolean",
"required":false,
"description":"Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified)"
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy