ci:DescribeMediaQueues permission is required. For details, see Cloud Infinite action.GET /queue HTTP/1.1Host: <BucketName-APPID>.ci.<Region>.myqcloud.comDate: <GMT Date>Authorization: <Auth String>Content-Length: <length>Content-Type: application/xml
Parameter Name (Keyword) | Description | Type | Required or Not |
queueIds | Queue ID, supports searching multiple, separated by "," symbol, maximum 10 entries. | String | No |
state | 1. Active means jobs in the queue will be scheduled for execution by the media processing service. 2. Paused means the queue is paused, jobs will no longer be scheduled for execution by the media processing service, the status of all jobs in the queue remains in a paused state, and executing tasks are unaffected. | String | No |
category | 1. CateAll: All types 2. Transcoding: Media processing queue 3. SpeedTranscoding: Media processing speed adjustment transcoding queue 4. Default is Transcoding | String | No |
pageNumber | Which page, default value 1. | String | No |
pageSize | Number of items per page, default value 10. | String | No |
<Response><RequestId>NjJmMzI5MmRfOTBmYTUwNjRfNjcwM18x</RequestId><TotalCount>2</TotalCount><PageNumber>1</PageNumber><PageSize>10</PageSize><QueueList><QueueId>p4a17eeea29334bf499b7e20e2fbfd99d</QueueId><Name>queue-1</Name><State>Active</State><NotifyConfig><Url>http://callback.demo.com</Url><Event>TaskFinish,WorkflowFinish</Event><Type>Url</Type><State>On</State><ResultFormat>JSON</ResultFormat><MqMode/><MqName/><MqRegion/></NotifyConfig><MaxSize>10000</MaxSize><MaxConcurrent>10</MaxConcurrent><UpdateTime>2022-08-09T16:23:11+0800</UpdateTime><CreateTime>2022-08-09T16:23:11+0800</CreateTime><Category>Transcoding</Category></QueueList><QueueList><QueueId>pbf17a810dce74c18a641b663aede6803</QueueId><Name>queue-speed-transcoding-process-1</Name><State>Active</State><NotifyConfig><Url>http://callback.demo.com</Url><Event>TaskFinish,WorkflowFinish</Event><Type>Url</Type><State>On</State><ResultFormat>JSON</ResultFormat><MqMode/><MqName/><MqRegion/></NotifyConfig><MaxSize>10000</MaxSize><MaxConcurrent>10</MaxConcurrent><UpdateTime>2022-08-09T16:23:11+0800</UpdateTime><CreateTime>2022-08-09T16:23:11+0800</CreateTime><Category>SpeedTranscoding</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 array |
NonExistPIDs | Response | non-existing queue ID list | String array |
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 | queue maximum length | Int |
MaxConcurrent | Response.QueueList | Maximum number of parallel executed tasks in the current queue | Int |
Category | Response.QueueList | queue type | String |
UpdateTime | Response.QueueList | Update time | String |
CreateTime | Response.QueueList | Creation time | String |
Node Name (Keyword) | Parent Node | Description | Type |
Url | Response.QueueList.NotifyConfig | callback URL | String |
State | Response.QueueList.NotifyConfig | switch state, On or Off | String |
Type | Response.QueueList.NotifyConfig | callback type, Url | String |
Event | Response.QueueList.NotifyConfig | TaskFinish: Task completed. WorkflowFinish | String |
ResultFormat | Response.QueueList.NotifyConfig | callback type, XML or JSON | String |
MqRegion | Response.QueueList.NotifyConfig | TDMQ Park | String |
MqMode | Response.QueueList.NotifyConfig | TDMQ usage mode | String |
MqName | Response.QueueList.NotifyConfig | TDMQ Topic Name | String |
GET /queue?queueIds=p4a17eeea29334bf499b7e20e2fbfd99d,A,B HTTP/1.1Authorization: q-sign-algorithm=sha1&q-ak=**********************************&q-sign-time=1497530202;1497610202&q-key-time=1497530202;1497610202&q-header-list=&q-url-param-list=&q-signature=**************************************Host: test-1234567890.ci.ap-chongqing.myqcloud.comContent-Length: 0Content-Type: application/xml
HTTP/1.1 200 OKContent-Type: application/xmlContent-Length: 100Connection: keep-aliveDate: Thu, 09 Aug 2022 16:23:12 GMTServer: tencent-cix-ci-request-id: NjJmMzJjNDFfOTBmYTUwNjRfNjQ5NF8x<Response><RequestId>NjJmMzJjNDFfOTBmYTUwNjRfNjQ5NF8x</RequestId><QueueList><QueueId>p4a17eeea29334bf499b7e20e2fbfd99d</QueueId><Name>queue-1</Name><State>Active</State><NotifyConfig><Url>http://callback.demo.com</Url><Event>TaskFinish,WorkflowFinish</Event><Type>Url</Type><State>On</State><ResultFormat>JSON</ResultFormat><MqMode/><MqName/><MqRegion/></NotifyConfig><MaxSize>10000</MaxSize><MaxConcurrent>10</MaxConcurrent><UpdateTime>2022-08-09T16:23:11+0800</UpdateTime><CreateTime>2022-08-09T16:23:11+0800</CreateTime><Category>Transcoding</Category></QueueList><NonExistPIDs>A</NonExistPIDs><NonExistPIDs>B</NonExistPIDs></Response>
GET /queue?pageSize=10&pageNumber=1&category=CateAll HTTP/1.1Authorization: q-sign-algorithm=sha1&q-ak=**********************************&q-sign-time=1497530202;1497610202&q-key-time=1497530202;1497610202&q-header-list=&q-url-param-list=&q-signature=**************************************Host: test-1234567890.ci.ap-chongqing.myqcloud.comContent-Length: 0Content-Type: application/xml
HTTP/1.1 200 OKContent-Type: application/xmlContent-Length: 100Connection: keep-aliveDate: Thu, 09 Aug 2022 16:23:12 GMTServer: tencent-cix-ci-request-id: NjJmMzI5MmRfOTBmYTUwNjRfNjcwM18x<Response><RequestId>NjJmMzI5MmRfOTBmYTUwNjRfNjcwM18x</RequestId><TotalCount>2</TotalCount><PageNumber>1</PageNumber><PageSize>10</PageSize><QueueList><QueueId>p4a17eeea29334bf499b7e20e2fbfd99d</QueueId><Name>queue-1</Name><State>Active</State><NotifyConfig><Url>http://callback.demo.com</Url><Event>TaskFinish,WorkflowFinish</Event><Type>Url</Type><State>On</State><ResultFormat>JSON</ResultFormat><MqMode/><MqName/><MqRegion/></NotifyConfig><MaxSize>10000</MaxSize><MaxConcurrent>10</MaxConcurrent><UpdateTime>2022-08-09T16:23:11+0800</UpdateTime><CreateTime>2022-08-09T16:23:11+0800</CreateTime><Category>Transcoding</Category></QueueList><QueueList><QueueId>pbf17a810dce74c18a641b663aede6803</QueueId><Name>queue-speed-transcoding-process-1</Name><State>Active</State><NotifyConfig><Url>http://callback.demo.com</Url><Event>TaskFinish,WorkflowFinish</Event><Type>Url</Type><State>On</State><ResultFormat>JSON</ResultFormat><MqMode/><MqName/><MqRegion/></NotifyConfig><MaxSize>10000</MaxSize><MaxConcurrent>10</MaxConcurrent><UpdateTime>2022-08-09T16:23:11+0800</UpdateTime><CreateTime>2022-08-09T16:23:11+0800</CreateTime><Category>SpeedTranscoding</Category></QueueList></Response>
Feedback