Lists VOD packaging groups.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:ListVodPackagingGroups |
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 order in which packaging groups are sorted by creation time. Valid values:
|
desc |
| Keyword |
string |
No |
The search keyword. Only packaging groups whose names contain this keyword are returned. |
hls |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The query results. |
||
| RequestId |
string |
The request ID. |
******11-DB8D-4A9A-875B-275798****** |
| SortBy |
string |
The order in which packaging groups are sorted by creation time. Valid values:
|
desc |
| PageNo |
integer |
The page number. Default value: 1. |
1 |
| PageSize |
integer |
The number of entries per page. Default value: 10. |
10 |
| PackagingGroups |
array |
The packaging groups. |
|
|
VodPackagingGroup |
The packaging group details. |
||
| TotalCount |
integer |
The total number of entries returned. |
5 |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"SortBy": "desc",
"PageNo": 1,
"PageSize": 10,
"PackagingGroups": [
{
"GroupName": "",
"Description": "",
"DomainName": "",
"CreateTime": "",
"ApproximateAssetCount": 0,
"ConfigurationCount": 0
}
],
"TotalCount": 5
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.