772c89770f
This patch fixes problems found in api-ref documentation about template versions and template functions. The detailed changes include: - Fixed status codes for the related APIs; - Fixed response parameters which were missing in original doc; - Fixed dcumentation about template-validate API where some request parameters were not documented. Change-Id: I72d4a19e36f3bb3d139becd308ebcdf4103c2570
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"template_versions": [
|
|
{
|
|
"alias": [],
|
|
"version": "AWSTemplateFormatVersion.2010-09-09",
|
|
"type": "cfn"
|
|
},
|
|
{
|
|
"alias": [],
|
|
"version": "HeatTemplateFormatVersion.2012-12-12",
|
|
"type": "cfn"
|
|
},
|
|
{
|
|
"alias": [],
|
|
"version": "heat_template_version.2013-05-23",
|
|
"type": "hot"
|
|
},
|
|
{
|
|
"alias": [],
|
|
"version": "heat_template_version.2014-10-16",
|
|
"type": "hot"
|
|
},
|
|
{
|
|
"alias": [],
|
|
"version": "heat_template_version.2015-04-30",
|
|
"type": "hot"
|
|
},
|
|
{
|
|
"alias": [],
|
|
"version": "heat_template_version.2015-10-15",
|
|
"type": "hot"
|
|
},
|
|
{
|
|
"alias": [],
|
|
"version": "heat_template_version.2016-04-08",
|
|
"type": "hot"
|
|
},
|
|
{
|
|
"alias": ["heat_template_version.newton"],
|
|
"version": "heat_template_version.2016-10-14",
|
|
"type": "hot"
|
|
}
|
|
]
|
|
}
|