All Products
Search
Document Center

ApsaraVideo VOD:ListTranscodeTemplateGroup

Last Updated:Jul 19, 2024

Queries transcoding template groups.

Operation description

Note This operation does not return the configurations of transcoding templates in each transcoding template group. To query the configurations of transcoding templates in a specific transcoding template group, call the GetTranscodeTemplateGroup operation.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
AppIdstringNo

The ID of the application. Default value: app-1000000. For more information, see Overview .

app-****

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

25818875-5F78-4A*****F6-D7393642CA58
TranscodeTemplateGroupListarray<object>

The transcoding template groups.

object
CreationTimestring

The time when the template group was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

2018-12-05T10:20:09Z
IsDefaultstring

Indicates whether the template group is the default one. Valid values:

  • Default: The template group is the default one.
  • NotDefault: The template group is not the default one.
Default
AppIdstring

The ID of the application.

app-****
TranscodeTemplateGroupIdstring

The ID of the transcoding template group.

17a9889fc66852*****d791c886700932
Namestring

The name of the template group.

test
ModifyTimestring

The time when the template group was modified. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

2018-12-05T10:22:09Z
Lockedstring

The lock status of the transcoding template group. Valid values:

  • Disabled: The template group is not locked.
  • Enabled: The template group is locked.
Disabled

Examples

Sample success responses

JSONformat

{
  "RequestId": "25818875-5F78-4A*****F6-D7393642CA58",
  "TranscodeTemplateGroupList": [
    {
      "CreationTime": "2018-12-05T10:20:09Z",
      "IsDefault": "Default",
      "AppId": "app-****",
      "TranscodeTemplateGroupId": "17a9889fc66852*****d791c886700932",
      "Name": "test",
      "ModifyTime": "2018-12-05T10:22:09Z",
      "Locked": "Disabled"
    }
  ]
}

Error codes

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