All Products
Search
Document Center

ApsaraVideo VOD:MoveAppResource

Last Updated:Apr 16, 2024

Migrates resources between applications. The application administrator can directly migrate resources between applications. Resource Access Management (RAM) users or RAM roles must obtain the write permissions on the source and destination applications before they migrate resources between applications. Multiple resources can be migrated at a time.

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
TargetAppIdstringYes

The ID of the application to which resources are migrated. Default value: app-1000000. For more information, see Use the multi-application service.

app-****
ResourceTypestringYes

The resource type. Valid values:

  • video: video files.
  • image: image files.
  • attached: auxiliary media assets.
video
ResourceIdsstringYes

The resource ID. You can specify a maximum of 20 IDs at a time. Separate multiple IDs with commas (,).

9afb4****06de180880e,f7bba****caa546cfe2ba

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

25818875-5F78-4A13-BEF6-****
NonExistResourceIdsarray

The IDs of the resources that were not found.

string

The ID of the resource that was not found.

9afb4****06de180880e
FailedResourceIdsarray

The IDs of the resources that failed to be migrated.

string

The ID of the resource that failed to be migrated.

f7bba****caa546cfe2ba

Examples

Sample success responses

JSONformat

{
  "RequestId": "25818875-5F78-4A13-BEF6-****",
  "NonExistResourceIds": [
    "9afb4****06de180880e"
  ],
  "FailedResourceIds": [
    "f7bba****caa546cfe2ba"
  ]
}

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
OperationDenied.NotOpenAppServiceThe app service is not open.403The error message returned because the multi-application service has not been activated.
Forbidden.OperateAppResourceInvalid app permission to operate on the specified resource.403The error message returned because you are not authorized to manage resources under the destination application.