[SPEC] Added cluster.pending_tasks.json

This commit is contained in:
Clinton Gormley 2014-01-16 14:49:42 +01:00
parent 3bbab4c106
commit c66c9ff379
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"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
}
}