Creates a VOD packaging group.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:CreateVodPackagingGroup |
create |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| GroupName |
string |
No |
The name of the packaging group. Must be unique within an account and can contain up to 128 characters, including letters, digits, underscores (_), and hyphens (-). |
vod_hls |
| Description |
string |
No |
The packaging group description. |
vod hls packaging |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The packaging group creation result. |
||
| RequestId |
string |
The request ID. |
******11-DB8D-4A9A-875B-275798****** |
| PackagingGroup |
VodPackagingGroup |
The packaging group information. |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"PackagingGroup": {
"GroupName": "",
"Description": "",
"DomainName": "",
"CreateTime": "",
"ApproximateAssetCount": 0,
"ConfigurationCount": 0
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.