25 lines
646 B
JSON
25 lines
646 B
JSON
{
|
|
"indices.get_template": {
|
|
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-templates.html",
|
|
"methods": ["GET"],
|
|
"url": {
|
|
"path": "/_template/{name}",
|
|
"paths": ["/_template", "/_template/{name}"],
|
|
"parts": {
|
|
"name": {
|
|
"type" : "string",
|
|
"required" : false,
|
|
"description" : "The name of the template"
|
|
}
|
|
},
|
|
"params": {
|
|
"flat_settings": {
|
|
"type": "boolean",
|
|
"description": "Return settings in flat format (default: false)"
|
|
}
|
|
}
|
|
},
|
|
"body": null
|
|
}
|
|
}
|