Creates a custom template.
Operation description
In this topic, a custom template named MyTemplate
is created in the cn-hangzhou
region. The TemplateBody
parameter of the template is set to {"ROSTemplateFormatVersion": "2015-09-01"}
.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
TemplateURL | string | No | The URL of the file that contains the template body. The URL must point to a template that is located on an HTTP or HTTPS web server or in an Alibaba Cloud Object Storage Service (OSS) bucket, such as oss://ros/stack-policy/demo or oss://ros/stack-policy/demo?RegionId=cn-hangzhou. The template body must be 1 to 1,024 bytes in length. If you do not specify the region of the OSS bucket, the value of RegionId is used. Note
You must specify TemplateBody or TemplateURL.
| oss://ros/template/demo |
Description | string | No | The description of the template. The description can be up to 256 characters in length. | It is a demo. |
TemplateBody | string | No | The structure of the template body. The template body must be 1 to 524,288 bytes in length. If the length of the template body exceeds the upper limit, we recommend that you add parameters to the HTTP POST request body to prevent request failures caused by excessively long URLs. Note
You must specify TemplateBody or TemplateURL.
You can create a Terraform template based on your business requirements. The following sample code provides an example on how to create a Terraform template:
For more information about Terraform templates, see Structure of Terraform templates. | {"ROSTemplateFormatVersion":"2015-09-01"} |
TemplateName | string | Yes | The name of the template. | MyTemplate |
ResourceGroupId | string | No | The ID of the resource group. | rg-acfmxazb4ph6aiy**** |
Tags | array<object> | No | The tags of the template. | |
object | No | The tag of the template. | ||
Key | string | Yes | The tag key of the template. Note
Tags is optional. If you need to specify Tags, you must also specify Key.
| usage |
Value | string | No | The tag value of the template. | test |
For more information about common request parameters, see Common parameters.
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "8C5D90E1-66B6-496C-9371-3807F8DA80A8",
"TemplateId": "5ecd1e10-b0e9-4389-a565-e4c15efc****"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-01-12 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
2022-10-27 | The request parameters of the API has changed | View Change Details |