Mengkueri instans eksekusi alur kerja media.
Deskripsi operasi
You can call this operation to query a maximum of 10 media workflow execution instances at a time.
Before you call this operation, make sure that the workflow pipeline is enabled. Otherwise, the workflow may not run as expected. For example, the following exceptions may occur: the workflow node is invalid and jobs created in the workflow cannot be executed.
QPS limit
You can call this operation up to 100 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation. For more information, see QPS limit.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mts:QueryMediaWorkflowExecutionList |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| RunIds |
string |
Yes |
ID instans eksekusi alur kerja media. Untuk mendapatkan ID instans, log masuk ke Konsol ApsaraVideo Media Processing (MPS) dan pilih Workflows > Execution Instances di panel navigasi sebelah kiri. Pisahkan beberapa ID dengan koma (,). Anda dapat mengkueri maksimal 10 instans eksekusi alur kerja media dalam satu pengatur waktu. |
48e33690ac19445488c706924321**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| NonExistRunIds |
object |
||
| RunId |
array |
The IDs of the execution instances that do not exist. |
|
|
string |
The IDs of the execution instances that do not exist. null is returned if all specified execution instances exist. |
null |
|
| MediaWorkflowExecutionList |
object |
||
| MediaWorkflowExecution |
array<object> |
The details of the media workflows. |
|
|
array<object> |
The information about the media workflow. |
||
| CreationTime |
string |
The time when the media workflow was created. |
016-04-01T06:53:43Z |
| MediaWorkflowId |
string |
The ID of the media workflow. |
93ab850b4f6f44eab54b6e91****81d4 |
| State |
string |
The status of the media workflow. Valid values:
Catatan
Completed only indicates that the media workflow is complete. View the status of each method in the workflow, such as the transcode and snapshot methods, to check whether the method is called.
|
Completed |
| ActivityList |
object |
||
| Activity |
array<object> |
The methods that are called in the media workflow. |
|
|
array<object> |
The details of the method. |
||
| EndTime |
string |
The time when the method ends. |
2016-04-01T06:53:44Z |
| Type |
string |
The methods that are supported in the media workflow. Valid values: Start, Snapshot, Transcode, Analysis, and Report. For more information, see Methods supported for media workflows. |
Start |
| StartTime |
string |
The time when the method is called. |
2016-04-01T06:53:44Z |
| State |
string |
The status of the workflow method. Valid values:
Catatan
For example, after the analysis is complete, the transcode method is called and high-definition and standard-definition transcoding jobs are created. The system determines whether to run the jobs based on the analysis result. If the resolution of the input video is low, the high-definition transcoding job may be skipped. |
Running |
| JobId |
string |
The IDs of the jobs that are generated when the methods are called, such as the job IDs for the analysis, transcode, and snapshot methods. |
2376030d9d0849399cd20e20f4f3**** |
| Code |
string |
The error code.
|
InvalidParameter.ResourceContentBad |
| Message |
string |
The error message.
|
The resource operated InputFile is bad |
| Name |
string |
The name of the method. Catatan
The name of each method in a media workflow is unique. |
Start |
| MNSMessageResult |
object |
The message sent by Message Service (MNS) to notify the user of the job result. |
|
| MessageId |
string |
The ID of the message that indicates the MNS message is sent. This parameter is not returned if the MNS message fails to be sent. |
4f3bc83233de4e2f81c7dade443e**** |
| ErrorMessage |
string |
The error message returned if the MNS message fails to be sent. This parameter is not returned if the MNS message is sent. |
MessageConfigEmpty |
| ErrorCode |
string |
The error code returned if the MNS message fails to be sent. This parameter is not returned if the MNS message is sent. |
The Topic/Queue config is empty, not send message |
| Name |
string |
The name of the media workflow. |
example-mediaworkflow-**** |
| Input |
object |
The input data of the media workflow. |
|
| UserData |
string |
The user-defined data. |
example data **** |
| InputFile |
object |
The input file of the media workflow. |
|
| Object |
string |
The name of the OSS object that is used as the input file. |
example-mediaWorkflow-****/example-object-****/example.mp4 |
| Location |
string |
The ID of the OSS region in which the input file resides. |
mps-cn-shanghai |
| Bucket |
string |
The name of the OSS bucket in which the input file is stored. |
example-bucket-**** |
| MediaId |
string |
The ID of the media asset. A media file contains all the information about a media workflow. |
512046582a924698a41e0f8b0d2b**** |
| RunId |
string |
The ID of the execution instance. |
48e33690ac19445488c706924321**** |
| RequestId |
string |
The ID of the request. |
D1D5C080-8E2F-5030-8AB4-13092F17631B |
Contoh
Respons sukses
JSONformat
{
"NonExistRunIds": {
"RunId": [
"null"
]
},
"MediaWorkflowExecutionList": {
"MediaWorkflowExecution": [
{
"CreationTime": "016-04-01T06:53:43Z",
"MediaWorkflowId": "93ab850b4f6f44eab54b6e91****81d4",
"State": "Completed",
"ActivityList": {
"Activity": [
{
"EndTime": "2016-04-01T06:53:44Z",
"Type": "Start",
"StartTime": "2016-04-01T06:53:44Z",
"State": "Running",
"JobId": "2376030d9d0849399cd20e20f4f3****",
"Code": "InvalidParameter.ResourceContentBad",
"Message": "The resource operated InputFile is bad",
"Name": "Start",
"MNSMessageResult": {
"MessageId": "4f3bc83233de4e2f81c7dade443e****",
"ErrorMessage": "MessageConfigEmpty",
"ErrorCode": "The Topic/Queue config is empty, not send message"
}
}
]
},
"Name": "example-mediaworkflow-****",
"Input": {
"UserData": "example data ****",
"InputFile": {
"Object": "example-mediaWorkflow-****/example-object-****/example.mp4",
"Location": "mps-cn-shanghai",
"Bucket": "example-bucket-****"
}
},
"MediaId": "512046582a924698a41e0f8b0d2b****",
"RunId": "48e33690ac19445488c706924321****"
}
]
},
"RequestId": "D1D5C080-8E2F-5030-8AB4-13092F17631B"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.