All Products
Search
Document Center

Intelligent Media Services:ListVodPackagingAssets

Last Updated:Dec 23, 2025

Lists VOD packaging assets.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
ice:ListVodPackagingAssetsnone
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
PageNointegerNo

The page number. Default value: 1.

1
PageSizeintegerNo

The number of entries per page. Default value: 10.

10
SortBystringNo

The sorting order of the assets based on the time when they were ingested. Valid values:

  • desc (default): descending order.
  • asc: ascending order.
desc
KeywordstringNo

The search keyword. The names of the returned assets are prefixed with this keyword.

movie
GroupNamestringNo

The name of the packaging group.

vod_hls

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request.

******11-DB8D-4A9A-875B-275798******
Assetsarray<object>

The VOD packaging assets.

Assetsobject

The information about a VOD packaging asset.

AssetNamestring

The name of the VOD packaging asset.

30min_movie
GroupNamestring

The name of the packaging group.

vod_hls
Descriptionstring

The asset description.

movie 30min
Inputobject

The asset input configurations.

Typestring

The input type. Only Object Storage Service (OSS) is supported.

OSS
Mediastring

The URL of the media file. Only M3U8 files stored in OSS are supported.

OSS://***test-bucket***/***video/input.m3u8
CreateTimestring

The time when the asset was ingested. It follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

2024-11-21T06:45:32Z
TotalCountinteger

The total number of entries returned.

100
PageSizeinteger

The number of entries per page. Default value: 10.

10
PageNointeger

The page number. Default value: 1.

1
SortBystring

The sorting order of the assets based on the time when they were ingested. Valid values:

  • desc: descending order.
  • asc: ascending order.
desc

Examples

Sample success responses

JSONformat

{
  "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

For a list of error codes, visit the Service error codes.