Mengkueri informasi tentang tugas ekspor proyek.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:GetProjectExportJob |
none |
*全部资源
|
None | None |
Sintaks permintaan
GET HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| JobId |
string |
Yes |
ID tugas ekspor proyek. |
****cdb3e74639973036bc84**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema Tanggapan. |
||
| RequestId |
string |
ID permintaan. |
****2876-6263-4B75-8F2C-CD0F7FCF**** |
| ProjectExportJob |
object |
Tugas ekspor proyek. |
|
| JobId |
string |
ID tugas ekspor proyek. |
****cdb3e74639973036bc84**** |
| ProjectId |
string |
ID proyek pengeditan daring. |
****fddd7748b58bf1d47e95**** |
| ExportType |
string |
Tipe ekspor proyek. Nilai valid:
|
BaseTimeline |
| Status |
string |
Status tugas ekspor proyek. Nilai valid:
|
Success |
| Code |
string |
Kode kesalahan tugas ekspor proyek. Penting Periksa bidang ini ketika tugas gagal. |
InvalidParameter |
| Message |
string |
Paket kesalahan tugas ekspor proyek. Penting Periksa bidang ini ketika tugas gagal. |
The specified parameter is not valid. |
| ExportResult |
object |
Hasil ekspor. |
|
| Timeline |
string |
Timeline pengeditan online. Kolom ini dikembalikan saat jenis ekspor adalah BaseTimeline. Untuk informasi tentang definisi struktur, lihat Konfigurasi Timeline. |
{"VideoTracks":[{"VideoTrackClips":[{"Type":"Video","MediaId":"****4d7cf14dc7b83b0e801c****","MediaURL":"https://test-bucket.oss-cn-shanghai.aliyuncs.com/test.mp4","TimelineIn":0.0,"TimelineOut":5.0,"In":0.0,"Out":5.0,"Speed":1.0,"Duration":5.0,"VirginDuration":13.334,"Height":1.0,"Width":1.0,"X":0.0,"Y":0.0}]}]} |
| ProjectUrl |
string |
URL file dari proyek yang diekspor. URL biasanya merupakan URL OSS yang diautentikasi. Kolom ini dikembalikan saat jenis ekspor adalah AdobePremierePro. |
http://example-bucket.oss-cn-shanghai.aliyuncs.com/example_prefix/exported_project_1e8c39a502c3436c84f88290cd713bf3.zip?Expires=1750331685&.... |
| AudioUrl |
string |
||
| SrtList |
array<object> |
||
|
object |
|||
| Tag |
string |
||
| SrtUrl |
string |
||
| UserData |
string |
Pengaturan kustom dalam format JSON. |
{"NotifyAddress":"http://xx.xx.xxx","Key":"Valuexxx"} |
Contoh
Respons sukses
JSONformat
{
"RequestId": "****2876-6263-4B75-8F2C-CD0F7FCF****",
"ProjectExportJob": {
"JobId": "****cdb3e74639973036bc84****\n",
"ProjectId": "****fddd7748b58bf1d47e95****\n",
"ExportType": "BaseTimeline",
"Status": "Success",
"Code": "InvalidParameter",
"Message": "The specified parameter is not valid.",
"ExportResult": {
"Timeline": "{\"VideoTracks\":[{\"VideoTrackClips\":[{\"Type\":\"Video\",\"MediaId\":\"****4d7cf14dc7b83b0e801c****\",\"MediaURL\":\"https://test-bucket.oss-cn-shanghai.aliyuncs.com/test.mp4\",\"TimelineIn\":0.0,\"TimelineOut\":5.0,\"In\":0.0,\"Out\":5.0,\"Speed\":1.0,\"Duration\":5.0,\"VirginDuration\":13.334,\"Height\":1.0,\"Width\":1.0,\"X\":0.0,\"Y\":0.0}]}]}",
"ProjectUrl": "http://example-bucket.oss-cn-shanghai.aliyuncs.com/example_prefix/exported_project_1e8c39a502c3436c84f88290cd713bf3.zip?Expires=1750331685&....",
"AudioUrl": "",
"SrtList": [
{
"Tag": "",
"SrtUrl": ""
}
]
},
"UserData": "{\"NotifyAddress\":\"http://xx.xx.xxx\",\"Key\":\"Valuexxx\"}"
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.