https://cmq-queue-{$region}.api.qcloud.com
http://cmq-queue-{$region}.api.tencentyun.com
Parameter name | Required | Type | Description |
SearchWord | No | String | Used to filter the queue list, Backend Background uses fuzzy matching to return the list of queues that meet the criteria. If this parameter is left empty, all queues under the account will be returned by default. |
Offset | No | Int | This page gets the starting position of the queue list when paging. If Enter reaches this value, Enter limit must also be required. When this value defaults, Backend Background takes the default value of 0 |
Limit | No | Int | This page gets the number of queues when paging. If this parameter is not passed, the parameter defaults to 20 and the maximum value is 50. |
Parameter name | Type | Description |
Code | Int | Please see Error Codes |
Message | String | Error message. |
RequestId | String | Request ID generated by the server. When an internal error occurs on the server, the user can submit this ID to Backend Background to locate the problem. |
TotalCount | Int | The total number of queues returned by this request under the user account, rather than the number of queues obtained on this page after paging |
QueueList | Array | Queue list information, each element represents the information of a queue |
Parameter name | Type | Description |
QueueId | String | Unique identification ID of the queue |
QueueName | String | Queue name, which is unique under the same account in a single region. The queue name is a string of no more than 64 characters, must begin with a letter, and the rest can contain letters, numbers, and dashes - ## Example |
{"code": 0,"message": "","requestId": "14534664555","totalCount": 10,"queueList": [{"queueId": "queue-asdfo","queueName": "test-queue1"},{"queueId": "queue-asdsafo","queueName": "queue-test1"}]}
本页内容是否解决了您的问题?