Mengambil URL yang dapat diakses dari image output Pekerjaan snapshot.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:GetSnapshotUrls |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| JobId |
string |
No |
ID Pekerjaan. |
****20b48fb04483915d4f2cd8ac**** |
| PageNumber |
integer |
No |
Nomor halaman. |
1 |
| PageSize |
integer |
No |
Ukuran halaman, yaitu jumlah entri yang ditampilkan per halaman. Nilai default: 10. Nilai maksimum: 30. |
10 |
| OrderBy |
string |
No |
Pesanan pengurutan. Valid values:
|
Asc |
| Timeout |
integer |
No |
Periode waktu tunggu otentikasi. Unit: seconds. Nilai default: 3600. Nilai maksimum: 129600 (36 jam). |
3600 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
******11-DB8D-4A9A-875B-275798****** |
| Total |
integer |
Jumlah total snapshot. |
30 |
| SnapshotUrls |
array |
Daftar URL snapshot. |
|
|
string |
URL snapshot. |
http://test-bucket.oss-cn-shanghai.aliyuncs.com/ouoput-00001.jpg |
|
| WebVTTUrl |
string |
URL file WebVTT. |
http://test-bucket.oss-cn-shanghai.aliyuncs.com/ouoput.vtt |
Contoh
Respons sukses
JSONformat
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"Total": 30,
"SnapshotUrls": [
"http://test-bucket.oss-cn-shanghai.aliyuncs.com/ouoput-00001.jpg"
],
"WebVTTUrl": "http://test-bucket.oss-cn-shanghai.aliyuncs.com/ouoput.vtt"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.