Queries the accessible URLs of the output images of a snapshot job.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:GetSnapshotUrls |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| JobId |
string |
No |
The job ID. |
****20b48fb04483915d4f2cd8ac**** |
| PageNumber |
integer |
No |
The page number. |
1 |
| PageSize |
integer |
No |
The number of entries per page. Valid values: 1 to 30. Default value: 10. |
10 |
| OrderBy |
string |
No |
The order that you use to sort the query results. Valid values: Asc and Desc.
Valid values:
|
Asc |
| Timeout |
integer |
No |
The authentication timeout period. Unit: seconds Default value: 3600. Maximum value: 129600 (36 hours). |
3600 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
******11-DB8D-4A9A-875B-275798****** |
| Total |
integer |
The total number of snapshots. |
30 |
| SnapshotUrls |
array |
The list of snapshot URLs. |
|
|
string |
The URL of the snapshot. |
http://test-bucket.oss-cn-shanghai.aliyuncs.com/ouoput-00001.jpg |
|
| WebVTTUrl |
string |
The URL of the WebVTT file. |
http://test-bucket.oss-cn-shanghai.aliyuncs.com/ouoput.vtt |
Examples
Success response
JSON format
{
"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"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.