Link relation aa:export-asset-command

New in MC | Cloud UX 2020.4

Overview

Export an aa:asset resource, making it available in a system specifc way.

HTTP method

GET

URI template variables

-

Query parameters

commandid

(optional) ID to use for the command

binary-type

(optional) PM only: specify the asset’s output binary format. If not specified defaults to "aaf". Setting it to "xmd" requires that the asset was imported with an XMD file.

Request body

-

HTTP response

200 OK

The export was successful.

415 Unsupported

Export command unsupported.

404 Not Found

The asset doesn’t exist or the service or an intermediate resource is not available.

500 Internal Error

Error during check-out or unsupported binary-type query parameter.

Response body

A command:command resource with the current information about the long-running command.

The client can use polling or notifications to learn of the progress and lifecycle of the command.

Once lifecycle is "finished" (or "error"), the export is complete (or failed).

Once lifecycle is "finished" the resulting binary data can be requested following the link-rel pa:download-file.

Available in