Apache CloudStack 4.23.0.0 Root Admin API Reference
restoreVolumeFromBackupAndAttachToVM
Restore and attach a backed up volume to Instance
Request parameters
| Parameter Name | Description | Required |
| backupid | ID of the Instance backup | true |
| virtualmachineid | ID of the Instance where to attach the restored volume | true |
| volumeid | ID of the volume backed up | true |
| hostid | If quickrestore is true, which host to start the VM on; otherwise, ignored. Currently this parameter is only supported by the KBOSS provider. | false |
| quickrestore | Whether to use the quick restore process or not. Currently this parameter is only supported by the KBOSS provider. | false |
Response Tags
| Response Name | Description |
| displaytext | Any text associated with the success or failure |
| success | True if operation is executed successfully |