summaryrefslogtreecommitdiff
path: root/rest-api-spec/api/cluster.pending_tasks.json
blob: 09a5fe7998b6dedb5573bc668206b362962faa47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "cluster.pending_tasks": {
    "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/cluster-pending.html",
    "methods": ["GET"],
    "url": {
      "path": "/_cluster/pending_tasks",
      "paths": ["/_cluster/pending_tasks"],
      "parts": {
      },
      "params": {
        "local": {
          "type": "boolean",
          "description": "Return local information, do not retrieve the state from master node (default: false)"
        },
        "master_timeout": {
          "type": "time",
          "description": "Specify timeout for connection to master"
        }
      }
    },
    "body": null
  }
}