Queries the information about an ApsaraVideo Media Processing (MPS) queue.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:GetPipeline |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PipelineId |
string |
Yes |
The ID of the MPS queue. |
****96e8864746a0b6f3**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
******11-DB8D-4A9A-875B-275798****** |
| Pipeline |
object |
The information about the MPS queue. |
|
| PipelineId |
string |
The ID of the MPS queue. |
****20b48fb04483915d4f2cd8ac**** |
| Name |
string |
The name of the MPS queue. |
test-pipeline |
| Speed |
string |
The type of the MPS queue. Valid values:
Valid values:
|
Standard |
| Priority |
integer |
The priority of the MPS queue. Valid values: 1 to 10. |
6 |
| Status |
string |
The state of the MPS queue. Valid values:
Valid values:
|
Active |
| CreateTime |
string |
The time when the template was created. |
2022-07-12T16:17:54Z |
| ModifiedTime |
string |
The time when the template was last modified. |
2022-07-12T16:17:54Z |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"Pipeline": {
"PipelineId": "****20b48fb04483915d4f2cd8ac****",
"Name": "test-pipeline",
"Speed": "Standard",
"Priority": 6,
"Status": "Active",
"CreateTime": "2022-07-12T16:17:54Z",
"ModifiedTime": "2022-07-12T16:17:54Z"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.