Domain name for API request: sqlserver.intl.tencentcloudapi.com.
This API is used to create basic edition instances (cloud disk).
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: CreateBasicDBInstances. |
Version | Yes | String | Common Params. The value used for this API: 2018-03-28. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
Zone | Yes | String | |
Cpu | Yes | Integer | |
Memory | Yes | Integer | |
Storage | Yes | Integer | |
SubnetId | Yes | String | |
VpcId | Yes | String | |
MachineType | Yes | String | |
InstanceChargeType | No | String | |
ProjectId | No | Integer | |
GoodsNum | No | Integer | |
DBVersion | No | String | |
Period | No | Integer | |
SecurityGroupList.N | No | Array of String | |
AutoRenewFlag | No | Integer | |
AutoVoucher | No | Integer | |
VoucherIds.N | No | Array of String | |
Weekly.N | No | Array of Integer | |
StartTime | No | String | |
Span | No | Integer | |
ResourceTags.N | No | Array of ResourceTag | |
Collation | No | String | |
TimeZone | No | String |
Parameter Name | Type | Description |
---|---|---|
DealName | String | |
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. |
POST / HTTP/1.1
Host: sqlserver.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreateBasicDBInstances
<common request parameters>
{
"VpcId": "vpc-huew581t",
"AutoRenewFlag": "0",
"Zone": "ap-guangzhou-3",
"GoodsNum": "1",
"TimeZone": "China Standard Time",
"DBVersion": "2008R2",
"Storage": "20",
"Period": "1",
"MachineType": "CLOUD_PREMIUM",
"Collation": "Chinese_PRC_CI_AS",
"InstanceChargeType": "PREPAID",
"StartTime": "00:00",
"Memory": "2",
"SubnetId": "subnet-pudyecyk",
"Span": "6",
"Cpu": "1",
"Weekly": [
"1"
]
}
{
"Response": {
"DealName": "20200713383000001111250",
"RequestId": "d84adfca-3ff0-46d2-b400-b5527446df72"
}
}
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.CreateOrderFailed | Failed to create order. |
FailedOperation.DBError | Database error. |
FailedOperation.GetVpcFailed | Failed to get VPC information. |
InternalError.DBError | Database error |
InternalError.VPCError | VPC error |
InvalidParameter.InputIllegal | Input error. |
InvalidParameter.ParamsAssertFailed | An error occurred while converting parameter assertion. |
InvalidParameter.PayOrderFailed | Failed to make order payment. |
InvalidParameterValue.IllegalSpec | Incorrect instance specification information. |
InvalidParameterValue.ParameterTypeError | Incorrect parameter type. |
InvalidParameterValue.SecurityGroupIdIsIllegal | Invalid security group ID. |
ResourceNotFound.VpcNotExist | The VPC does not exist. |
ResourceUnavailable.VpcNotExist | VPC not found. |
UnauthorizedOperation.PermissionDenied | CAM authentication error. |
Was this page helpful?