Apache CloudStack 4.23.0.0 Root Admin API Reference

createImageTransfer

Create image transfer for a disk in backup. This API is intended for testing only and is disabled by default.

Request parameters

Parameter NameDescriptionRequired
directionDirection of the transfer: upload, downloadtrue
volumeidID of the disk/volumetrue
backupidID of the backupfalse
formatFormat for the image transfer: raw/cow. 'raw' will create an NBD backend. 'cow' will use the File backend.For download, only the 'raw' format is supported. Default: rawfalse

Response Tags

Response NameDescription
idthe ID of the image transfer
backupidthe backup ID
createdthe date created
devicenamethe device name (vda, vdb, etc)
directionthe image transfer direction: upload / download
phasethe transfer phase
transferurlthe transfer URL
vmidthe VM ID
volumeidthe disk/volume ID