Domain name for API request: trabbit.intl.tencentcloudapi.com.
This API is used to retrieve the binding relationship list.
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: DescribeRabbitMQServerlessBindings. |
| 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 |
| VirtualHost | Yes | String | Vhost parameter. |
| Offset | No | Integer | Pagination Offset |
| Limit | No | Integer | Pagination Limit |
| SearchWord | No | String | Search keywords. do fuzzy search based on source exchange name, target resource name or binding key. |
| SourceExchange | No | String | Search and filter precisely according to the source Exchange. |
| QueueName | No | String | Specifies precise search filter based on target QueueName. cannot set simultaneously with DestinationExchange filter. |
| DestinationExchange | No | String | Precise search filter based on target Exchange. cannot set it simultaneously with QueueName filter. |
| Parameter Name | Type | Description |
|---|---|---|
| BindingInfoList | Array of RabbitMQBindingListInfo | Route relationship list |
| TotalCount | Integer | Quantity |
| 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: DescribeRabbitMQServerlessBindings
<Common request parameters>
{
"InstanceId": "amqp-slfxemauoa",
"VirtualHost": "test_vhost3213",
"Offset": 0,
"Limit": 20,
"SourceExchange": "test_exchange"
}{
"Response": {
"RequestId": "99ff7b6b-bc6e-48e7-8ef6-cffcf74393f6",
"TotalCount": 1,
"BindingInfoList": [
{
"BindingId": 18921,
"VirtualHost": "test_vhost3213",
"Source": "test_exchange",
"DestinationType": "queue",
"Destination": "test_queue",
"RoutingKey": "testRoutingKey",
"SourceExchangeType": "direct",
"CreateTime": "2025-01-16 19:52:51",
"ModifyTime": "2025-01-16 19:52:51"
}
]
}
}
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