Mengkueri alur kerja media dalam status yang ditentukan.
Deskripsi operasi
You can call this operation to query media workflows in the specified state. If you do not specify the state, all media workflows are queried by default.
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:SearchMediaWorkflow |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| PageSize |
integer |
No |
Jumlah entri yang dikembalikan pada setiap halaman.
|
10 |
| PageNumber |
integer |
No |
Nomor halaman yang dikembalikan. Nilai default: 1. |
1 |
| StateList |
string |
No |
Status alur kerja media yang ingin Anda kueri. Anda dapat menentukan beberapa status. Pisahkan beberapa status dengan koma (,). Nilai default: Inactive,Active,Deleted. Nilai valid:
|
Inactive,Active,Deleted |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| TotalCount |
integer |
The total number of entries returned. |
1 |
| MediaWorkflowList |
object |
||
| MediaWorkflow |
array<object> |
The details of the media workflows. |
|
|
object |
The information about the media workflow. |
||
| CreationTime |
string |
The time when the media workflow was created. |
2016-04-01T05:38:41Z |
| MediaWorkflowId |
string |
The ID of the media workflow. |
88c6ca184c0e4578645b665e2a12**** |
| State |
string |
The status of the media workflow. Valid values:
|
Active |
| TriggerMode |
string |
The trigger mode of the media workflow. Valid values:
|
OssAutoTrigger |
| Name |
string |
The name of the media workflow. |
example-mediaworkflow-**** |
| Topology |
string |
The topology of the media workflow. |
{"MediaWorkflowList":{"MediaWorkflow":[{"CreationTime":"2016-04-01T05:29:38Z","Name":"example-mediaworkflow-****","State":"Active","Topology":"{\"Activities\":{\"Act-Start\":{\"Parameters\":{\"PipelineId\":\"130266f58161436a80bf07cb12c8****\",\"InputFile\":\"{\\\"Bucket\\\": \\\"example-bucket-****\\\",\\\"Location\\\": \\\"example-location\\\"}\"},\"Type\":\"Start\"},\"Act-Report\":{\"Parameters\":{},\"Type\":\"Report\"},\"Act-Transcode-M3U8\":{\"Parameters\":{\"Outputs\":\"[{\\\"Object\\\":\\\"transcode/{ObjectPrefix}{FileName}\\\",\\\"TemplateId\\\": \\\"957d1719ee85ed6527b90cf62726****\\\"}]\",\"OutputBucket\":\"example-bucket-****\",\"OutputLocation\":\"example-location\"},\"Type\":\"Transcode\"}},\"Dependencies\":{\"Act-Start\":[\"Act-Transcode-M3U8\"],\"Act-Report\":[],\"Act-Transcode-M3U8\":[\"Act-Report\"]}}","MediaWorkflowId":"93ab850b4f6f44eab54b6e91d24d****"}]},"RequestId":"16CD0CDD-457E-420D-9755-8385075A1234"} |
| PageSize |
integer |
The number of entries returned on each page. |
10 |
| RequestId |
string |
The ID of the request. |
16CD0CDD-457E-420D-9755-8385075A1234 |
| PageNumber |
integer |
The page number of the returned page. |
1 |
Contoh
Respons sukses
JSONformat
{
"TotalCount": 1,
"MediaWorkflowList": {
"MediaWorkflow": [
{
"CreationTime": "2016-04-01T05:38:41Z",
"MediaWorkflowId": "88c6ca184c0e4578645b665e2a12****",
"State": "Active",
"TriggerMode": "OssAutoTrigger",
"Name": "example-mediaworkflow-****",
"Topology": "{\"MediaWorkflowList\":{\"MediaWorkflow\":[{\"CreationTime\":\"2016-04-01T05:29:38Z\",\"Name\":\"example-mediaworkflow-****\",\"State\":\"Active\",\"Topology\":\"{\\\"Activities\\\":{\\\"Act-Start\\\":{\\\"Parameters\\\":{\\\"PipelineId\\\":\\\"130266f58161436a80bf07cb12c8****\\\",\\\"InputFile\\\":\\\"{\\\\\\\"Bucket\\\\\\\": \\\\\\\"example-bucket-****\\\\\\\",\\\\\\\"Location\\\\\\\": \\\\\\\"example-location\\\\\\\"}\\\"},\\\"Type\\\":\\\"Start\\\"},\\\"Act-Report\\\":{\\\"Parameters\\\":{},\\\"Type\\\":\\\"Report\\\"},\\\"Act-Transcode-M3U8\\\":{\\\"Parameters\\\":{\\\"Outputs\\\":\\\"[{\\\\\\\"Object\\\\\\\":\\\\\\\"transcode/{ObjectPrefix}{FileName}\\\\\\\",\\\\\\\"TemplateId\\\\\\\": \\\\\\\"957d1719ee85ed6527b90cf62726****\\\\\\\"}]\\\",\\\"OutputBucket\\\":\\\"example-bucket-****\\\",\\\"OutputLocation\\\":\\\"example-location\\\"},\\\"Type\\\":\\\"Transcode\\\"}},\\\"Dependencies\\\":{\\\"Act-Start\\\":[\\\"Act-Transcode-M3U8\\\"],\\\"Act-Report\\\":[],\\\"Act-Transcode-M3U8\\\":[\\\"Act-Report\\\"]}}\",\"MediaWorkflowId\":\"93ab850b4f6f44eab54b6e91d24d****\"}]},\"RequestId\":\"16CD0CDD-457E-420D-9755-8385075A1234\"}"
}
]
},
"PageSize": 10,
"RequestId": "16CD0CDD-457E-420D-9755-8385075A1234",
"PageNumber": 1
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.