Lists VOD packaging assets.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:ListVodPackagingAssets |
none |
*All Resource
|
None | None |
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageNo |
integer |
No |
The page number. Default value: 1. |
1 |
| PageSize |
integer |
No |
The number of entries per page. Default value: 10. |
10 |
| SortBy |
string |
No |
The sorting order of assets by ingestion time. Valid values:
|
desc |
| Keyword |
string |
No |
The search keyword. Only assets whose names start with this keyword are returned. |
movie |
| GroupName |
string |
No |
The name of the packaging group. |
vod_hls |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. |
******11-DB8D-4A9A-875B-275798****** |
| Assets |
array<object> |
The VOD packaging assets. |
|
|
array<object> |
The information about a VOD packaging asset. |
||
| AssetName |
string |
The name of the VOD packaging asset. |
30min_movie |
| GroupName |
string |
The name of the packaging group. |
vod_hls |
| Description |
string |
The asset description. |
movie 30min |
| Input |
object |
The input configuration of the asset. |
|
| Type |
string |
The input type. Only Object Storage Service (OSS) is supported. |
OSS |
| Media |
string |
The URL of the media file. Only M3U8 files stored in OSS are supported. |
OSS://***test-bucket***/***video/input.m3u8 |
| CreateTime |
string |
The time when the asset was ingested, in the yyyy-MM-ddTHH:mm:ssZ format (UTC). |
2024-11-21T06:45:32Z |
| TotalCount |
integer |
The total number of entries returned. |
100 |
| PageSize |
integer |
The number of entries per page. Default value: 10. |
10 |
| PageNo |
integer |
The page number. Default value: 1. |
1 |
| SortBy |
string |
The sorting order of assets by ingestion time. Valid values:
|
desc |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"Assets": [
{
"AssetName": "30min_movie",
"GroupName": "vod_hls",
"Description": "movie 30min",
"Input": {
"Type": "OSS",
"Media": "OSS://***test-bucket***/***video/input.m3u8"
},
"CreateTime": "2024-11-21T06:45:32Z"
}
],
"TotalCount": 100,
"PageSize": 10,
"PageNo": 1,
"SortBy": "desc"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.