Lists VOD packaging configurations.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:ListVodPackagingConfigurations |
none |
*All Resource
|
None | None |
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| GroupName |
string |
No |
The name of the packaging group. |
vod_hls |
| PageSize |
integer |
No |
The number of entries per page. Default value: 10. |
10 |
| PageNo |
integer |
No |
The page number. Default value: 1. |
1 |
| SortBy |
string |
No |
The sorting order of packaging configurations by creation time. Valid values:
|
desc |
| Keyword |
string |
No |
The search keyword. Only packaging configurations whose names contain this keyword are returned. |
hls |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. |
******11-DB8D-4A9A-875B-275798****** |
| SortBy |
string |
The sorting order of packaging configurations by creation time. Valid values:
|
desc |
| PageSize |
integer |
The number of entries per page. Default value: 10. |
10 |
| PageNo |
integer |
The page number. Default value: 1. |
1 |
| PackagingConfigurations |
array |
The packaging configurations. |
|
|
VodPackagingConfiguration |
Details about each packaging configuration. |
||
| TotalCount |
integer |
The total number of entries returned. |
5 |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"SortBy": "desc",
"PageSize": 10,
"PageNo": 1,
"PackagingConfigurations": [
{
"GroupName": "",
"Description": "",
"CreateTime": "",
"ConfigurationName": "",
"Protocol": "",
"PackageConfig": {
"ManifestName": "",
"StreamSelection": {
"MinVideoBitsPerSecond": 0,
"StreamOrder": "",
"MaxVideoBitsPerSecond": 0
},
"DrmProvider": {
"SystemIds": [
""
],
"EncryptionMethod": "",
"IV": "",
"Url": ""
},
"SegmentDuration": 0
}
}
],
"TotalCount": 5
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.