21 lines
419 B
JSON
21 lines
419 B
JSON
|
{
|
||
|
"cat": {
|
||
|
"documentation": "http://www.elasticsearch.org/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
|
||
|
}
|
||
|
}
|