tencent cloud

Feedback

DescribePulsarProInstanceDetail

Last updated: 2023-08-09 14:43:31

1. API Description

Domain name for API request: tdmq.tencentcloudapi.com.

This API is used to obtain the information of a TDMQ for Pulsar pro cluster instance.

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: DescribePulsarProInstanceDetail.
Version Yes String Common Params. The value used for this API: 2020-02-17.
Region No String Common Params. This parameter is not required for this API.
ClusterId Yes String Cluster ID

3. Output Parameters

Parameter Name Type Description
ClusterInfo PulsarProClusterInfo Cluster information
NetworkAccessPointInfos Array of PulsarNetworkAccessPointInfo Cluster network access point information
Note: This field may return null, indicating that no valid values can be obtained.
ClusterSpecInfo PulsarProClusterSpecInfo Cluster specification information
Note: This field may return null, indicating that no valid values can be obtained.
RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

4. Example

Example1 Obtaining the details of TDMQ for Pulsar pro cluster instances

Input Example

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

{
    "ClusterId": "pulsar-test"
}

Output Example

{
    "Response": {
        "ClusterSpecInfo": {
            "MaxTopics": 1,
            "MaxNamespaces": 1,
            "SpecName": "xx",
            "MaxBandWidth": 1,
            "ScalableTps": 1,
            "MaxTps": 1
        },
        "NetworkAccessPointInfos": [
            {
                "SubnetId": "xx",
                "InstanceId": "xx",
                "Endpoint": "xx",
                "VpcId": "xx",
                "RouteType": 1
            }
        ],
        "ClusterInfo": {
            "Status": 0,
            "Remark": "xx",
            "NodeDistribution": [
                {
                    "NodeCount": 1,
                    "ZoneId": "xx",
                    "ZoneName": "xx"
                }
            ],
            "ClusterName": "xx",
            "ClusterId": "xx",
            "MaxStorage": 1,
            "Version": "xx",
            "CreateTime": "xx"
        },
        "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
FailedOperation Operation failed.
InternalError.IllegalMessage Internal error.
InvalidParameter Incorrect parameter.
ResourceNotFound The resource does not exist.
ResourceNotFound.Cluster The cluster does not exist.