Domain name for API request: teo.tencentcloudapi.com.
This API is used to purchase a plan for a new site.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: CreatePlanForZone. |
Version | Yes | String | Common Params. The value used for this API: 2022-09-01. |
Region | No | String | Common Params. This parameter is not required. |
ZoneId | Yes | String | ID of the site. |
PlanType | Yes | String | The plan option. Values:sta : Standard plan that supports content delivery network outside the Chinese mainland.sta_with_bot : Standard plan that supports content delivery network outside the Chinese mainland and bot management.sta_cm : Standard plan that supports content delivery network inside the Chinese mainland.sta_cm_with_bot : Standard plan that supports content delivery network inside the Chinese mainland and bot management.sta_global : Standard plan that supports content delivery network over the globe.sta_global_with_bot : Standard plan that supports content delivery network over the globe and bot management.ent : Enterprise plan that supports content delivery network outside the Chinese mainland.ent_with_bot : Enterprise plan that supports content delivery network outside the Chinese mainland and bot management.ent_cm : Enterprise plan that supports content delivery network inside the Chinese mainland.ent_cm_with_bot : Enterprise plan that supports content delivery network inside the Chinese mainland and bot management.ent_global : Enterprise plan that supports content delivery network over the globe.ent_global_with_bot : Enterprise plan that supports content delivery network over the globe and bot management. |
Parameter Name | Type | Description |
---|---|---|
ResourceNames | Array of String | List of purchased resources. |
DealNames | Array of String | List or order numbers. |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
This example shows you how to create a plan for a zone.
POST / HTTP/1.1
Host: teo.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreatePlanForZone
<Common Request Parameters>
{
"ZoneId": "zone-25z65bfb4414",
"PlanType": "sta"
}
{
"Response": {
"RequestId": "a06f52e7-2aab-4510-b2c2-1065bfb4414c",
"ResourceNames": [
"plan_sta"
],
"DealNames": [
"2022080135400110011001"
]
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation | Operation failed. |
FailedOperation.InsufficientAccountBalance | The account balance is insufficient. |
InternalError.ProxyServer | An unknown error occurred in the backend server. |
InvalidParameter.ZoneHasBeenBound | The site is already bound. |
OperationDenied | Operation denied. |
OperationDenied.DomainNoICP | The domain name doesn't have an ICP filing number. |
Was this page helpful?