OpenSearch/rest-api-spec/api/indices.get_template.json

21 lines
474 B
JSON

{
"indices.get_template": {
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-templates/",
"methods": ["GET"],
"url": {
"path": "/_template/{name}",
"paths": ["/_template", "/_template/{name}"],
"parts": {
"name": {
"type" : "string",
"required" : false,
"description" : "The name of the template"
}
},
"params": {
}
},
"body": null
}
}