Domain name for API request: trabbit.intl.tencentcloudapi.com.
This API is used to retrieve dedicated instance information for a single RabbitMQ.
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: DescribeRabbitMQServerlessInstance. |
| Version | Yes | String | Common Params. The value used for this API: 2023-04-18. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
| InstanceId | Yes | String | instance ID |
| Parameter Name | Type | Description |
|---|---|---|
| ClusterInfo | RabbitMQClusterInfo | Cluster information. |
| ClusterSpecInfo | RabbitMQClusterSpecInfo | Specifies the cluster specification information. |
| VirtualHostQuota | VirtualHostQuota | Specifies the quota information of the vhost. |
| ExchangeQuota | ExchangeQuota | Specifies the exchange quota information. |
| QueueQuota | QueueQuota | Specifies the quota information of the queue. |
| ClusterNetInfo | RabbitMQServerlessAccessInfo | Network information. |
| ClusterWhiteListInfo | RabbitMQServerlessWhiteListInfo | Public network allowlist information. |
| UserQuota | UserQuota | Specifies the quota information of the user. |
| 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: trabbit.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeRabbitMQServerlessInstance
<Common request parameters>
{
"InstanceId": "amqp-slnatby"
}{
"Response": {
"RequestId": "bae00352-45fb-46ea-8960-2c8ce102db5f",
"ClusterInfo": {
"InstanceType": 1,
"ClusterName": "devCluster",
"ClusterId": "amqp-slnatby",
"Region": "ap-guangzhou",
"CreateTime": 1737775135000,
"Remark": "",
"Vpcs": [
{
"VpcId": "vpc-test",
"SubnetId": "subnet-test",
"VpcEndpoint": "amqp://10.0.0.1:5672",
"VpcDataStreamEndpointStatus": "ON"
}
],
"ZoneIds": null,
"VirtualHostNumber": 2,
"QueueNumber": 11,
"ChannelNumber": 0,
"ConnectionNumber": 0,
"ConsumerNumber": 0,
"ExchangeNumber": 13,
"MessagePublishRate": 0,
"MessageConsumeRate": 0,
"MessageStackNumber": 19,
"ExpireTime": 1740453535000,
"ExceptionInformation": null,
"ClusterStatus": 1,
"AutoRenewFlag": 1,
"ClusterVersion": "0.1.0",
"PayMode": 0,
"MessageRetainTime": 72,
"MirrorQueuePolicyFlag": null
},
"ClusterNetInfo": {
"PublicDataStreamStatus": "OFF",
"PublicAccessEndpoint": null
},
"ClusterWhiteListInfo": {
"PublicDataStreamWhiteList": null,
"PublicDataStreamWhiteListStatus": "OFF"
},
"ClusterSpecInfo": {
"SpecName": "BASIC",
"MaxTps": 2000,
"MaxQueueNum": 100,
"MaxVhostNum": 250,
"MaxExchangeNum": 100,
"MaxConnNum": 2000,
"MaxUserNum": 20,
"MaxBandWidth": 0,
"PublicNetworkTps": 3
},
"VirtualHostQuota": {
"MaxVirtualHost": 250,
"UsedVirtualHost": 2
},
"ExchangeQuota": {
"MaxExchange": 100,
"UsedExchange": 13
},
"QueueQuota": {
"MaxQueue": 100,
"UsedQueue": 11
},
"UserQuota": {
"MaxUser": 20,
"UsedUser": 1
}
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| AuthFailure | CAM signature/authentication error. |
| DryRunOperation | DryRun operation means the request will be successful, but the DryRun parameter is passed. |
| FailedOperation | Operation failed. |
| InternalError | Internal error. |
| InvalidFilter | Invalid Filter |
| InvalidParameter | Parameter error. |
| InvalidParameterValue | Parameter value error. |
| LimitExceeded | The quota limit is exceeded. |
| MissingParameter | Parameters are missing |
| OperationDenied | Operation denied. |
| RegionError | Region error. |
| RequestLimitExceeded | Request limit exceeded. |
| ResourceInUse | The resource is occupied. |
| ResourceInsufficient | Insufficient resources. |
| ResourceNotFound | The resource does not exist. |
| ResourceUnavailable | Resources are unavailable. |
| ResourcesSoldOut | Resources are sold out. |
| UnauthorizedOperation | Unauthorized operation. |
| UnknownParameter | Unknown parameter error. |
| UnsupportedOperation | The operation is not supported. |
Feedback