Domain name for API request: tdmq.intl.tencentcloudapi.com.
This API is used to query the public network access information of RocketMQ instances.
A maximum of 20 requests can be initiated per second for this API.
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: DescribeRocketMQPublicAccessPoint. |
| Version | Yes | String | Common Params. The value used for this API: 2020-02-17. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
| InstanceId | Yes | String | Cluster ID. Currently, the system only supports dedicated clusters. |
| Parameter Name | Type | Description |
|---|---|---|
| Status | Integer | Indicates the public network access point status. 0. enabled. Closed. 2: enabled. Disabling. Modifying. |
| PayStatus | Integer | Payment status. 0 or unknown. Normal. Indicates arrears. |
| AccessUrl | String | Endpoint address. Note: This field may return null, indicating that no valid values can be obtained. |
| Rules | Array of PublicAccessRule | Security Access Rule List Note: This field may return null, indicating that no valid values can be obtained. |
| Bandwidth | Integer | Bandwidth Note: This field may return null, indicating that no valid values can be obtained. |
| PayMode | Integer | Payment mode Note: This field may return null, indicating that no valid values can be obtained. |
| BillingFlow | Boolean | Whether public network is billed by traffic. Note: This field may return null, indicating that no valid values can be obtained. |
| 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. |
POST / HTTP/1.1
Host: tdmq.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeRocketMQPublicAccessPoint
<Common request parameters>
{
"InstanceId": "rocketmq-jxj3wj5j8e7"
}{
"Response": {
"RequestId": "086e9401-0674-41f1-a381-9c6a8ba702ea",
"Status": 0,
"PayStatus": 1,
"AccessUrl": "rocketmq-jxj3wj5j8e7.mock-test.com",
"PayMode": 0,
"Bandwidth": 0,
"Rules": [
{
"IpRule": "0.0.0.0/0",
"Allow": true,
"Remark": "remark info"
}
]
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
Feedback