OpenSearch/rest-api-spec/api/indices.gateway.snapshot.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": {
"ignore_indices": {
},
"index": {
}
}
},
"body": null
}
}