28 lines
516 B
JSON
28 lines
516 B
JSON
|
{
|
||
|
"indices.status": {
|
||
|
"documentation": "http://elasticsearch.org/guide/reference/api/admin-indices-status/",
|
||
|
"methods": ["GET"],
|
||
|
"url": {
|
||
|
"path": "/_status",
|
||
|
"paths": ["/_status", "/{index}/_status"],
|
||
|
"parts": {
|
||
|
"index": {
|
||
|
}
|
||
|
},
|
||
|
"params": {
|
||
|
"index": {
|
||
|
},
|
||
|
"ignore_indices": {
|
||
|
},
|
||
|
"recovery": {
|
||
|
},
|
||
|
"snapshot": {
|
||
|
},
|
||
|
"operation_threading": {
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"body": null
|
||
|
}
|
||
|
}
|