Membuat pipeline pemrosesan media untuk pemrosesan file media secara otomatis dan batch.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:CreatePipeline |
*Semua resource.
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Name |
string |
Yes |
Nama pipeline. |
test-pipeline |
| Speed |
string |
Yes |
Jenis pipeline. Nilai yang valid:
Valid values:
|
Standard |
| Priority |
integer |
No |
Prioritas, berkisar antara 1 hingga 10. Nilai default: 6. Nilai yang lebih besar menunjukkan prioritas yang lebih tinggi. |
6 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema Respons |
||
| RequestId |
string |
ID permintaan. |
******11-DB8D-4A9A-875B-275798****** |
| Pipeline |
object |
Informasi pipeline. |
|
| PipelineId |
string |
ID pipeline. |
****20b48fb04483915d4f2cd8ac**** |
| Name |
string |
Nama pipeline. |
test-pipeline |
| Speed |
string |
Jenis pipeline. Valid values:
|
Standard |
| Priority |
integer |
Prioritas pipeline. |
6 |
| Status |
string |
Status pipeline. Valid values:
|
Active |
| CreateTime |
string |
Waktu saat pipeline dibuat. |
2022-07-12T16:17:54Z |
| ModifiedTime |
string |
Waktu saat pipeline terakhir dimodifikasi. |
2022-07-12T16:17:54Z |
Contoh
Respons sukses
JSONformat
{
"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"
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.