2013-05-24 06:02:42 -04:00
|
|
|
{
|
2013-06-07 12:54:21 -04:00
|
|
|
"indices.get_template": {
|
2014-01-22 08:40:31 -05:00
|
|
|
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/indices-templates.html",
|
2013-05-24 06:02:42 -04:00
|
|
|
"methods": ["GET"],
|
|
|
|
"url": {
|
|
|
|
"path": "/_template/{name}",
|
2013-10-24 00:14:02 -04:00
|
|
|
"paths": ["/_template", "/_template/{name}"],
|
2013-05-24 06:02:42 -04:00
|
|
|
"parts": {
|
|
|
|
"name": {
|
2013-05-27 15:47:34 -04:00
|
|
|
"type" : "string",
|
2013-10-08 12:16:27 -04:00
|
|
|
"required" : false,
|
2013-05-27 15:47:34 -04:00
|
|
|
"description" : "The name of the template"
|
2013-05-24 06:02:42 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"params": {
|
2014-01-06 11:50:57 -05:00
|
|
|
"flat_settings": {
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "Return settings in flat format (default: false)"
|
2014-01-17 10:39:18 -05:00
|
|
|
},
|
|
|
|
"local": {
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "Return local information, do not retrieve the state from master node (default: false)"
|
2014-01-06 11:50:57 -05:00
|
|
|
}
|
2013-05-24 06:02:42 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"body": null
|
|
|
|
}
|
|
|
|
}
|