rest-api-spec.api.enrich.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
{
"enrich.stats": {
"documentation": {
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/enrich-stats-api.html",
"description": "Gets enrich coordinator statistics and information about enrich policies that are currently executing."
},
"stability" : "stable",
"visibility":"public",
"headers":{
"accept": [ "application/json"]
},
"url": {
"paths": [
{
"path": "/_enrich/_stats",
"methods": [ "GET" ]
}
]
},
"params": {
"master_timeout":{
"type":"time",
"description":"Timeout for processing on master node"
}
}
}
}