21 lines
417 B
JSON
21 lines
417 B
JSON
{
|
|
"cat.help": {
|
|
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat.html",
|
|
"methods": ["GET"],
|
|
"url": {
|
|
"path": "/_cat",
|
|
"paths": ["/_cat"],
|
|
"parts": {
|
|
},
|
|
"params": {
|
|
"help": {
|
|
"type": "boolean",
|
|
"description": "Return help information",
|
|
"default": false
|
|
}
|
|
}
|
|
},
|
|
"body": null
|
|
}
|
|
}
|