OpenSearch/rest-api-spec/api/indices.alias.get.json

26 lines
419 B
JSON
Raw Normal View History

{
"indices.alias.get": {
"documentation": "",
"methods": ["GET"],
"url": {
"path": "/_alias/{name}",
"paths": ["/_alias/{name}", "/{index}/_alias/{name}"],
"parts": {
"index": {
},
"name": {
}
},
"params": {
"ignore_indices": {
},
"index": {
},
"name": {
}
}
},
"body": null
}
}