All Products
Search
Document Center

ApsaraVideo VOD:UpdateTranscodeTemplateGroup

Last Updated:Mar 03, 2024

Modifies the configurations of a transcoding template group or configurations of transcoding templates in the transcoding template group.

Operation description

For security purposes, you cannot add, modify, or delete transcoding templates in a transcoding template group that is locked. To check whether a transcoding template group is locked, call the GetTranscodeTemplateGroup operation and check whether Locked is returned in the response. If the transcoding template group is locked, you can all this operation to unlock the transcoding template group before you add, modify, or delete transcoding templates in the transcoding template group.

Debugging

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

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:
    • The required resource types are displayed in bold characters.
    • 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
vod:UpdateTranscodeTemplateGroupWrite
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
NamestringNo

The name of the transcoding template group.

  • The name cannot exceed 128 bytes.
  • The value must be encoded in UTF-8.
transcodetemplate
TranscodeTemplateListstringNo

The configurations of the transcoding template. The value must be a JSON string. For more information about the data structure, see TranscodeTemplate .

[{"Video":{"Bitrate":"400","Codec":"H.264","Fps":"30"},"Audio":{"Codec":"AAC","Bitrate":"64","Definition":"SD","EncryptType":"Private","Container":{"Format":"m3u8"},"PackageType":"HLSPackage"}}]
LockedstringNo

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

  • Enabled: The transcoding template group is locked and cannot be modified.
  • Disabled (default): The transcoding template group is not locked.
Disabled
TranscodeTemplateGroupIdstringYes

The ID of the transcoding template group.

4c71a339fe*****52b4fa6f4527

Response parameters

ParameterTypeDescriptionExample
object

The returned results.

TranscodeTemplateGroupIdstring

The ID of the transcoding template group.

34e908aa4024a*****f7821c31f93a2a
RequestIdstring

The ID of the request.

25818875-5F78-4A*****F6-D7393642CA58

Examples

Sample success responses

JSONformat

{
  "TranscodeTemplateGroupId": "34e908aa4024a*****f7821c31f93a2a",
  "RequestId": "25818875-5F78-4A*****F6-D7393642CA58"
}

Error codes

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

Common errors

The following table describes the common errors that this operation can return.

Error codeError messageHTTP status codeDescription
InvalidStorage.NotFoundThe storage info dose not exist.404The error message returned because ApsaraVideo VOD has not allocated a bucket.
InvalidTranscodeTemplateGroup.NotFoundThe transcode template group does not exist.404The error message returned because the specified transcoding template group does not exist.
Forbidden.LockedTemplateGroupThe transcode template group has been locked.403The error message returned because the specified template group is locked and cannot be managed. To manage the template group, contact the ApsaraVideo VOD technical support.