OpenSearch/rest-api-spec/api/cluster.pending_tasks.json

16 lines
342 B
JSON
Raw Normal View History

{
"cluster.tasks": {
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-pending.html",
"methods": ["GET"],
"url": {
"path": "/_cluster/pending_tasks",
"paths": ["/_cluster/pending_tasks"],
"parts": {
},
"params": {
}
},
"body": null
}
}