tencent cloud

Feedback

DescribeDedicatedClusters

Last updated: 2024-11-27 15:19:17

1. API Description

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

This API is used to query the CDC list.

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: DescribeDedicatedClusters.
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 Query by one or more instance IDs. Example of instance ID: cluster-xxxxxxxx
Zones.N No Array of String Filter by AZ name.
SiteIds.N No Array of String Filter by site id.
LifecycleStatuses.N No Array of String Filter by CDC life cycle.
Name No String Name of fuzzy matching CDC
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).

3. Output Parameters

Parameter Name Type Description
DedicatedClusterSet Array of DedicatedCluster List of CDCs that meet the conditions
TotalCount Integer Total number of CDCs 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 CDC list.

This example shows you how to query the CDC list.

Input Example

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

Output Example

{
    "Response": {
        "DedicatedClusterSet": [
            {
                "DedicatedClusterId": "cluster-e88qh1ue",
                "Zone": "ap-guangzhou-2",
                "Description": "test",
                "Name": "wechen-first-dc",
                "LifecycleStatus": "PENDING",
                "CreateTime": "2020-12-10T06:15:43Z",
                "SiteId": "site-38d9ck"
            },
            {
                "DedicatedClusterId": "cluster-1hza0fbu",
                "Zone": "ap-guangzhou-2",
                "Description": "test",
                "Name": "wechen-first-dc",
                "LifecycleStatus": "PENDING",
                "CreateTime": "2020-12-10T06:15:50Z",
                "SiteId": "site-38d9ck"
            },
            {
                "DedicatedClusterId": "cluster-ptrfvhyw",
                "Zone": "ap-guangzhou-2",
                "Description": "test",
                "Name": "wechen-first-dc",
                "LifecycleStatus": "PENDING",
                "CreateTime": "2020-12-10T06:17:26Z",
                "SiteId": "site-38d9ck"
            }
        ],
        "TotalCount": 3,
        "RequestId": "92b47775-2f39-4ad0-b5dd-0a93a8f12636"
    }
}

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.
InvalidParameterValue.LimitExceeded Exceeds the size limit.