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

DescribeDedicatedClusterOrders

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-03-26 22:23:37

1. API Description

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

This API is used to query the list of CDC orders.

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: DescribeDedicatedClusterOrders.
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.
DedicatedClusterIds.N No Array of String Filter by CDC id.
DedicatedClusterOrderIds No String Filter by CDC order id.
Offset No Integer Offset, 0 by default For further information on Offset, please refer to relevant sections in API [Overview] (https://www.tencentcloud.com/document/api/213/15688?from_cn_redirect=1).
Limit No Integer Number of returned pieces, 20 by default and can be up to 100. For further information on Limit, please refer to relevant sections in API [Overview] (https://www.tencentcloud.com/document/api/213/15688?from_cn_redirect=1).
Status No String The order status is the filter condition: PENDING INCONSTRUCTION DELIVERING DELIVERED EXPIRED CANCELLED OFFLINE
ActionType No String The order type is the filter condition: CREATE EXTEND
OrderTypes.N No Array of String Order Type List

3. Output Parameters

Parameter Name Type Description
DedicatedClusterOrderSet Array of DedicatedClusterOrder List of CDC orders
TotalCount Integer Total number of CDC orders that meet the conditions
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 Querying the list of CDC orders.

This example shows you how to query the list of CDC orders.

Input Example

https://cdc.intl.tencentcloudapi.com/?Action=DescribeDedicatedClusterOrders
&<Common request parameters>

Output Example

{
    "Response": {
        "DedicatedClusterOrderSet": [
            {
                "DedicatedClusterId": "xx",
                "DedicatedClusterTypeId": "xx",
                "SupportedStorageType": [
                    "xx"
                ],
                "SupportedUplinkSpeed": [
                    0
                ],
                "SupportedInstanceFamily": [
                    "xx"
                ],
                "Weight": 0,
                "PowerDraw": 0,
                "OrderStatus": "xx",
                "CreateTime": "2020-09-22T00:00:00+00:00",
                "DedicatedClusterOrderId": "xx",
                "Action": "xx",
                "DedicatedClusterOrderItems": [
                    {
                        "DedicatedClusterTypeId": "xx",
                        "SupportedStorageType": [
                            "xx"
                        ],
                        "SupportedUplinkSpeed": [
                            0
                        ],
                        "SupportedInstanceFamily": [
                            "xx"
                        ],
                        "Weight": 0,
                        "PowerDraw": 0,
                        "SubOrderStatus": "xx",
                        "CreateTime": "2020-09-22T00:00:00+00:00",
                        "SubOrderId": "xx",
                        "Count": 0,
                        "Name": "xx",
                        "Description": "xx",
                        "TotalCpu": 0,
                        "TotalMem": 0,
                        "TotalGpu": 0,
                        "TypeName": "xx",
                        "ComputeFormat": "xx",
                        "TypeFamily": "xx",
                        "SubOrderPayStatus": 0
                    }
                ],
                "Cpu": 0,
                "Mem": 0,
                "Gpu": 0,
                "PayStatus": 0,
                "PayType": "xx",
                "TimeUnit": "xx",
                "TimeSpan": 0,
                "OrderType": "xx"
            }
        ],
        "TotalCount": 0,
        "RequestId": "xx"
    }
}

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
InvalidParameterValue The parameter value is invalid.
InvalidParameterValue.InvalidAppIdFormat The returned value of ccdb is not 0.

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백