mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
22 lines
381 B
JSON
22 lines
381 B
JSON
|
{
|
||
|
"indices.gateway.snapshot": {
|
||
|
"documentation": "",
|
||
|
"methods": ["POST"],
|
||
|
"url": {
|
||
|
"path": "/_gateway/snapshot",
|
||
|
"paths": ["/_gateway/snapshot", "/{index}/_gateway/snapshot"],
|
||
|
"parts": {
|
||
|
"index": {
|
||
|
}
|
||
|
},
|
||
|
"params": {
|
||
|
"index": {
|
||
|
},
|
||
|
"ignore_indices": {
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"body": null
|
||
|
}
|
||
|
}
|