ci:DescribeDocProcessQueues permission in the action of the authorization policy. For all supported operation interfaces of Cloud Infinite, see CI action.GET /docqueue?pageNumber=1&pageSize=2 HTTP/1.1Host: <BucketName-APPID>.ci.<Region>.myqcloud.comDate: <GMT Date>Authorization: <Auth String>Content-Length: <length>Content-Type: application/xml
Name | Description | Type | Required |
queueIds | queue ID, split by "," symbol | string | No |
state | Active indicates that jobs in the Queue will be scheduled for execution by the service for document preview. Paused indicates that the Queue is paused. Jobs will no longer be scheduled for execution by the service for document preview. All jobs in the Queue will remain in the paused state. Tasks that are already in execution will continue to execute and remain unaffected. | string | No |
pageNumber | Page number, defaults to the first page | string | No |
pageSize | Number of items per page, defaults to 10 | string | No |
<Response><TotalCount>1</TotalCount><RequestId>RequestId</RequestId><PageNumber>1</PageNumber><PageSize>2</PageSize><QueueList><QueueId>QueueId</QueueId><Name>QueueName</Name><State>Active</State><NotifyConfig><Url>url</Url><Event>Event</Event><Type/></Type><State>Off</State></NotifyConfig><MaxSize>10000</MaxSize><MaxConcurrent>10</MaxConcurrent><CreateTime>CreateTime</CreateTime><UpdateTime>UpdateTime</UpdateTime><BucketId>BucketId</BucketId><Category>DocProcess</Category></QueueList></Response>
Node Name (Keyword) | Parent Node | Description | Type |
Response | None. | Container for saving results | Container |
Node Name (Keyword) | Parent Node | Description | Type |
RequestId | Response | unique request ID | String |
TotalCount | Response | Total number of queues | Int |
PageNumber | Response | current page number, same as the pageNumber in the request. | Int |
PageSize | Response | number of items per page, same as the pageSize in the request. | Int |
QueueList | Response | queue array | Container |
Node Name (Keyword) | Parent Node | Description | Type |
QueueId | Response.QueueList | Queue ID | String |
Name | Response.QueueList | queue name | String |
State | Response.QueueList | Current status, Active or Paused | String |
NotifyConfig | Response.QueueList | callback configuration | Container |
MaxSize | Response.QueueList | maximum length of queue | Int |
MaxConcurrent | Response.QueueList | Maximum number of tasks executed in parallel in the current queue | Int |
Category | Response.QueueList | queue type | String |
UpdateTime | Response.QueueList | Update time | String |
CreateTime | Response.QueueList | Creation time | String |
BucketId | Response.QueueList | Bucket ID of the Queue | String |
Node Name (Keyword) | Parent Node | Description | Type |
Url | Response.QueueList.NotifyConfig | callback URL | String |
State | Response.QueueList.NotifyConfig | Status, On or Off | String |
Type | Response.QueueList.NotifyConfig | Callback type, Url | String |
Event | Response.QueueList.NotifyConfig | events that trigger the callback | String |
ResultFormat | Response.QueueList.NotifyConfig | Callback type, XML or JSON | String |
<Response><RequestId>NTk0MjdmODlfMjQ4OGY3XzYzYzhf****</RequestId><QueueList><QueueId>A</QueueId><Name></Name><State>Active</State><NotifyConfig><Url></Url></NotifyConfig></QueueList><NonExistPIDs><QueueID>B</QueueID><QueueID>C</QueueID></NonExistPIDs></Response>
Node Name (Keyword) | Parent Node | Description | Type |
Response | None. | Container for saving results | Container |
Node Name (Keyword) | Parent Node | Description | Type |
RequestId | Response | unique request ID | String |
QueueList | Response | Queue array, same as the QueueList described above | Container |
NonExistPIDs | Response | non-existing queue ID list | Container |
Node Name (Keyword) | Parent Node | Description | Type |
QueueID | Response.NonExistPIDs | Queue ID | String |
GET /docqueue?pageNumber=1&pageSize=2 HTTP/1.1Connection: keep-aliveAccept-Encoding: gzip, deflateAccept: */*User-Agent: cos-python-sdk-v5.3.2Host: examplebucket-1250000000.ci.ap-chongqing.myqcloud.comContent-Type: application/xmlAuthorization: Authorization
HTTP/1.1 200 OKDate: Mon, 27 Jul 2020 07:29:28 GMTContent-Type: application/xmlContent-Length: 677Connection: keep-aliveServer: tencent-cix-ci-request-id: NWYxZTgyNTdfYzc2OTQzNjRfMzUx****<?xml version="1.0" encoding="utf-8"?><Response><TotalCount>1</TotalCount><RequestId>NWYxZTgyNTdfYzc2OTQzNjRfMzUx****</RequestId><PageNumber>1</PageNumber><PageSize>2</PageSize><QueueList><QueueId>p2505d57bdf4c4329804b58a6a5fb1572</QueueId><Name>queue-doc-process-1</Name><State>Active</State><NotifyConfig><Url/><Event/><Type/><State>Off</State></NotifyConfig><MaxSize>10000</MaxSize><MaxConcurrent>10</MaxConcurrent><CreateTime>2020-07-24T22:42:27+0800</CreateTime><UpdateTime>2020-07-24T22:42:27+0800</UpdateTime><BucketId>examplebucket-1250000000.</BucketId><Category>DocProcessing</Category></QueueList></Response>
Feedback