Skip to content

Commit c66c9ff

Browse files
[SPEC] Added cluster.pending_tasks.json
1 parent 3bbab4c commit c66c9ff

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"cluster.tasks": {
3+
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-pending.html",
4+
"methods": ["GET"],
5+
"url": {
6+
"path": "/_cluster/pending_tasks",
7+
"paths": ["/_cluster/pending_tasks"],
8+
"parts": {
9+
},
10+
"params": {
11+
}
12+
},
13+
"body": null
14+
}
15+
}

0 commit comments

Comments
 (0)