Description
You can call this operation to query transcoding template groups.
Note: This operation does not return the configurations of transcoding templates in each transcoding template group. To obtain the configurations of transcoding templates in a specific transcoding template group, call the GetTranscodeTemplateGroup operation.
Request parameters
Parameter | Type | Required | Description |
---|---|---|---|
Action | String | Yes | The operation that you want to perform. Set this parameter to ListTranscodeTemplateGroup. |
Response parameters
Parameter | Type | Description |
---|---|---|
RequestId | String | The ID of the request. |
TranscodeTemplateGroupList | TranscodeTemplateGroup[] | The list of transcoding template groups. |
API examples
Sample request
https://vod.cn-shanghai.aliyuncs.com?Action=ListTranscodeTemplateGroup
Sample response
JSON format
{
"RequestId": "25818875-5F78-4A13-BEF6-D7393642CA58",
"TranscodeTemplateGroupList": [
{
"Name": "test",
"IsDefault": "NotDefault",
"CreationTime": "2018-12-05T10:20:09Z",
"ModifyTime": "2018-12-05T10:20:09Z",
"TranscodeTemplateGroupId": "17a9889fc6685261a81d791c886700932"
},
{
"Name": "transcode",
"IsDefault": "NotDefault",
"CreationTime": "2018-12-05T10:20:09Z",
"ModifyTime": "2018-12-05T10:20:09Z",
"TranscodeTemplateGroupId": "86e5a2a3c28a9299b8cbab7fe0882b1c9"
}
]
}
SDK examples
We recommend that you use a server SDK to call this operation. For more information about the sample code used to call this operation in various languages, see the following topics: