tencent cloud

TencentDB for SQL Server

Release Notes and Announcements
Release Notes
Product Announcements
User Guide
Product Introduction
Overview
Product Architecture
Strengths
Use Cases
Regions and AZs
Major Version Lifecycle Explanation
Features and Differences
Instance Types
Instance Specifications
Storage Types
Common Concepts
Network Environment
License Statement
Purchase Guide
Billing Overview
Product Pricing
Purchase Methods
Renewal Instructions
Payment Overdue
Refund
From Pay-as-You-Go to Monthly Subscription
Instance Adjustment Fees Description
Local Backup Space Billing
Cross-Region Backup Billing
Viewing Bill Details
Getting Started
Creating TencentDB for SQL Server Instance
Connecting to TencentDB for SQL Server Instance
Managing TencentDB for SQL Server Instance
Operation Guide
Constraints and Limits
Usage Specifications and Suggestions
Maintaining Instance
Adjusting Instance Configuration
Read-Only Instance
Network and Security
Account Management
Database Management
Data Security
Parameter Configuration
Monitoring and Alarms
Backup and Restoration 
Log Management
Publish-Subscribe
SSIS
Data Migration (New)
Data Migration (Legacy)
Data Synchronization (DTS) 
Practical Tutorial
TencentDB for SQL Server Methods for Regular Maintenance
TencentDB for SQL Server Optimization of Slow SQL
How to Better Use Tempdb
Cross-Account Backup Restoration
Creating VPC for TencentDB for SQL Server
Connecting Kingdee K/3 WISE to TencentDB for SQL Server
Account Permissions and Permission Control
Enabling and Disabling the CDC Feature
Shrinking a Database
API Documentation
History
Introduction
API Category
Making API Requests
Sales and fee related APIs
Instance Management related APIs
Operation and maintenance management related APIs
Network management related APIs
Account management related APIs
Database management related APIs
Security group management related APIs
Data security encryption related APIs
Parameter configuration related APIs
Extended Event related APIs
Log management related APIs
Read only instance management related APIs
Publish and subscribe related APIs
Backup related APIs
Rollback related APIs
Data migration (cold standby migration) related APIs
SQL Server Integration Services (SSIS) related APIs
Data migration (DTS old version) related APIs
Data Types
Error Codes
FAQs
Overview
Model Selection
Pricing and Selection
Connection and Network
Account and Permission
Backup and Rollback
Data Migration
Publish/Subscribe
Read-Only Instance
Version and Architecture Upgrade
Disk Space and Specification Adjustment
Monitoring and Alarms
Log-Related
Parameter Modification
Features
Performance, Space, and Memory-Related FAQs
Service Agreement
Service Level Agreement
Terms of Service
Performance Evaluation
Performance Test Report
Glossary
Contact Us

CreateCloudDBInstances

PDF
Mode fokus
Ukuran font
Terakhir diperbarui: 2026-03-31 18:14:24

1. API Description

Domain name for API request: sqlserver.intl.tencentcloudapi.com.

This API is used to create high-availability instances (cloud disk).

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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: CreateCloudDBInstances.
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. This API only supports: ap-bangkok, ap-beijing, ap-chengdu, ap-chongqing, ap-guangzhou, ap-hongkong, ap-jakarta, ap-nanjing, ap-seoul, ap-shanghai, ap-shanghai-fsi, ap-shenzhen-fsi, ap-singapore, ap-tokyo, eu-frankfurt, na-ashburn, na-siliconvalley, sa-saopaulo.
Zone Yes String Instance AZ, such as ap-guangzhou-1 (Guangzhou Zone 1). Purchasable AZs for an instance can be obtained through theDescribeZones API.
Memory Yes Integer Instance memory size in GB.
Storage Yes Integer Instance disk size in GB.
Cpu Yes Integer Number of CPU cores.
MachineType Yes String The host type of the purchased instance. Valid values: CLOUD_HSSD (virtual machine with enhanced SSD), CLOUD_TSSD (virtual machine with ulTra SSD), CLOUD_BSSD (virtual machine with balanced SSD).
InstanceChargeType No String Billing mode. Valid values: PREPAID (yearly/monthly subscription), POSTPAID (pay-as-you-go).
ProjectId No Integer Project ID.
GoodsNum No Integer Number of instances purchased this time. Default value: 1. Maximum value: 10.
SubnetId No String VPC subnet ID in the format of subnet-bdoe83fa. Both SubnetId and VpcId need to be set or unset at the same time.
VpcId No String VPC ID in the format of vpc-dsp338hz. Both SubnetId and VpcId need to be set or unset at the same time.
Period No Integer The purchase period of an instance. Default value: 1 (one month). Maximum value: 48.
AutoVoucher No Integer Whether to automatically use voucher. Valid values: 0 (no, default), 1 (yes).
VoucherIds.N No Array of String Array of voucher IDs (currently, only one voucher can be used per order).
DBVersion No String SQL Server version. Valid values: 2008R2 (SQL Server 2008 R2 Enterprise), 2012SP3 (SQL Server 2012 Enterprise), 201202 (SQL Server 2012 Standard), 2014SP2 (SQL Server 2014 Enterprise), 201402 (SQL Server 2014 Standard), 2016SP1 (SQL Server 2016 Enterprise), 201602 (SQL Server 2016 Standard), 2017 (SQL Server 2017 Enterprise), 201702 (SQL Server 2017 Standard), 2019 (SQL Server 2019 Enterprise), 201902 (SQL Server 2019 Standard). Default value: 2008R2. The available version varies by region, and you can pull the version information through the DescribeProductConfig API.
AutoRenewFlag No Integer Auto-renewal flag, which takes effect only when purchasing a yearly/monthly subscribed instance. Valid values: 0 (auto-renewal disabled), 1 (auto-renewal enabled). Default value: 0.
SecurityGroupList.N No Array of String Security group list, which contains security group IDs in the format of sg-xxx.
Weekly.N No Array of Integer Configuration of the maintenance window, which specifies the day of the week when maintenance can be performed. Valid values: 1 (Monday), 2 (Tuesday), 3 (Wednesday), 4 (Thursday), 5 (Friday), 6 (Saturday), 7 (Sunday).
StartTime No String Configuration of the maintenance window, which specifies the start time of daily maintenance.
Span No Integer Configuration of the maintenance window, which specifies the maintenance duration in hours. Hour.
MultiZones No Boolean Whether to deploy across AZs. Default value: false.
ResourceTags.N No Array of ResourceTag Tags associated with the instances to be created.
Collation No String Collation of system character sets. Default value: Chinese_PRC_CI_AS.
TimeZone No String System time zone. Default value: China Standard Time.
MultiNodes No Boolean Whether it is a multi-node architecture instance. Default value: false.If MultiNodes = true, the value of the MultiZones parameter must be true.
DrZones.N No Array of String The zone in which the standby node is available. Default is empty. When MultiNodes = true, the availability zones of the primary and standby nodes cannot all be the same. The minimum number of availability zones for the standby nodes is 2, and the maximum is 5.
DiskEncryptFlag No Integer Disk encryption identifier, 0-unencrypted, 1-encrypted.

3. Output Parameters

Parameter Name Type Description
DealName String Order name.
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.

4. Example

Example1 Creating an instance

This example shows you how to create a dual-server high-availability instance based on the general cloud disk.

Input Example

POST / HTTP/1.1
Host: sqlserver.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreateCloudDBInstances
<Common request parameters>

{
    "Zone": "ap-guangzhou-3",
    "InstanceChargeType": "PREPAID",
    "ProjectId": 0,
    "Memory": 4,
    "Storage": 200,
    "GoodsNum": 1,
    "SubnetId": "subnet-15y3y4eo",
    "VpcId": "vpc-hqxhp43z",
    "Period": 1,
    "DBVersion": "2008R2",
    "AutoRenewFlag": 0,
    "SecurityGroupList": [
        "sg-7hb0hisl"
    ],
    "Weekly": [
        1,
        2
    ],
    "StartTime": "01:00",
    "Span": 1,
    "MultiZones": true,
    "ResourceTags": [
        {
            "TagKey": "env",
            "TagValue": "product"
        }
    ],
    "Cpu": 2,
    "MachineType": "CLOUD_BSSD",
    "Collation": "Chinese_PRC_CI_AS",
    "TimeZone": "China Standard Time"
}

Output Example

{
    "Response": {
        "DealName": "202301231",
        "RequestId": "61999983-b0af-4889-b067-xxxxxxxxx"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

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.UnknownError Unknown error.
InvalidParameter.InputIllegal Input error.
InvalidParameter.ParamsAssertFailed An error occurred while converting parameter assertion.
InvalidParameter.PayOrderFailed Failed to make order payment.
InvalidParameterValue.IllegalRegion Invalid region.
InvalidParameterValue.IllegalSpec Incorrect instance specification information.
InvalidParameterValue.IllegalZone Incorrect AZ ID.
InvalidParameterValue.SecurityGroupIdIsIllegal Invalid security group ID.
ResourceNotFound.VpcNotExist The VPC does not exist.
ResourceUnavailable.VpcNotExist VPC not found.
UnauthorizedOperation.PermissionDenied CAM authentication error.

Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan