Ingests an asset for VOD packaging.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:CreateVodPackagingAsset |
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. |
vod_hls |
| AssetName |
string |
No |
The asset name, which must be unique. Maximum length: 128 characters. Valid characters: letters, digits, underscores (_), and hyphens (-). |
hls_3s |
| Description |
string |
No |
The asset description. |
HLS 3 second packaging |
| Input |
object |
No |
The input configurations of the asset. |
|
| Type |
string |
No |
The input type. Only Object Storage Service (OSS) is supported. |
OSS |
| Media |
string |
No |
The URL of the media file. Only M3U8 files stored in OSS are supported. |
OSS://***test-bucket***/***video/input.m3u8 |
| ContentId |
string |
No |
The content ID in the digital rights management (DRM) system. Maximum length: 256 characters. Valid characters: letters, digits, underscores (_), and hyphens (-). |
movie |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
25818875-5F78-4A13-BEF6-D7393642CA58 |
| Asset |
VodPackagingAsset |
The asset details. |
Examples
Success response
JSON format
{
"RequestId": "25818875-5F78-4A13-BEF6-D7393642CA58",
"Asset": {
"GroupName": "",
"Input": {
"Type": "",
"Media": ""
},
"Description": "",
"CreateTime": "",
"ContentId": "",
"AssetName": ""
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.