OpenSearch/rest-api-spec/api/cat.count.json

42 lines
1.2 KiB
JSON

{
"cat.count": {
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-count.html",
"methods": ["GET"],
"url": {
"path": "/_cat/count",
"paths": ["/_cat/count", "/_cat/count/{index}"],
"parts": {
"index": {
"type" : "list",
"description": "A comma-separated list of index names to limit the returned information"
}
},
"params": {
"local": {
"type" : "boolean",
"description" : "Return local information, do not retrieve the state from master node (default: false)"
},
"master_timeout": {
"type" : "time",
"description" : "Explicit operation timeout for connection to master node"
},
"h": {
"type": "list",
"description" : "Comma-separated list of column names to display"
},
"help": {
"type": "boolean",
"description": "Return help information",
"default": false
},
"v": {
"type": "boolean",
"description": "Verbose mode. Display column headers",
"default": true
}
}
},
"body": null
}
}