Apache CloudStack 4.23.0.0 Root Admin API Reference
listImageTransfers
List image transfers for a backup. This API is intended for testing only and is disabled by default.
Request parameters
| Parameter Name | Description | Required |
| backupid | ID of the backup | false |
| id | ID of the Image Transfer | false |
| keyword | List by keyword | false |
| page | false | |
| pagesize | false |
Response Tags
| Response Name | Description |
| id | the ID of the image transfer |
| backupid | the backup ID |
| created | the date created |
| devicename | the device name (vda, vdb, etc) |
| direction | the image transfer direction: upload / download |
| phase | the transfer phase |
| transferurl | the transfer URL |
| vmid | the VM ID |
| volumeid | the disk/volume ID |