OpenSearch/plugins/jvm-example/rest-api-spec/api/cat.configured_example.json

25 lines
538 B
JSON

{
"cat.configured_example": {
"documentation": "",
"methods": ["GET"],
"url": {
"path": "/_cat/configured_example",
"paths": ["/_cat/configured_example"],
"parts": {},
"params": {
"help": {
"type": "boolean",
"description": "Return help information",
"default": false
},
"v": {
"type": "boolean",
"description": "Verbose mode. Display column headers",
"default": true
}
}
},
"body": null
}
}