tencent cloud

Cloud Dedicated Cluster

Product Introduction
Overview
Strengths
Scenarios
CAM
Billing
Billing Overview
Purchase Method
Getting Started
Creating a Local IDC
Creating a Tencent Cloud CDC
Creating and Paying for Orders
User Guide
Cloud Service Categories
Cloud Virtual Machine(CVM)
Cloud Block Storage (CBS)
Cloud Object Storage (COS)
Virtual Private Cloud (VPC)
NAT Gateway
Local gateway
Elastic IP (EIP)
Cloud Load Balancer (CLB)
Tencent Kubernetes Engine(TKE)
TDMQ for CKafka
TencentDB for Redis®
TDSQL
Web Application Firewall (WAF)
Creating Virtual Connection
Creating IDC Channel
API Documentation
History
Introduction
API Category
Making API Requests
Cloud Dedicated Cluster (CDC) APIs
Data Types
Error Codes
FAQs
Contact Us
Data Processing And Security Agreement
Glossary

CreateDedicatedCluster

PDF
Focus Mode
Font Size
Last updated: 2025-10-30 21:31:38

1. API Description

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

This API is used to create a CDC.

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: CreateDedicatedCluster.
Version Yes String Common Params. The value used for this API: 2020-12-14.
Region Yes String Common Params. For more information, please see the list of regions supported by the product.
SiteId Yes String SiteId to which the CDC belongs
Name Yes String CDC name
Zone Yes String AZ to which the CDC belongs
Description No String CDC description

3. Output Parameters

Parameter Name Type Description
DedicatedClusterId String Created CDC id
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 a CDC.

This example shows you how to create a CDC.

Input Example

https://cdc.intl.tencentcloudapi.com/?Action=CreateDedicatedCluster
&SiteId=site-98dj3kd
&Name=my-site
&Zone=ap-guangzhou 
&Description=site
&<Common request parameters>

Output Example

{
    "Response": {
        "DedicatedClusterId": "cluster-gbo27yc4",
        "RequestId": "d39d6c09-44e9-4e80-8661-77b5ff3cbc15"
    }
}

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.CdcBindVpcFail Failed to bind CDC with VPC.
InvalidParameterValue.TooLong The parameter name is too long.
InvalidParameterValue.ZoneMismatchRegion The zone and region do not match.
ResourceNotFound.InvalidSiteId The site equipment room is invalid.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback