Apache CloudStack 4.14.1.0-SNAPSHOT Root Admin API Reference
assignVirtualMachineToBackupOffering
Assigns a VM to a backup offering
Request parameters
| Parameter Name | Description | Required |
| backupofferingid | ID of the backup offering | true |
| virtualmachineid | ID of the virtual machine | true |
Response Tags
| Response Name | Description |
| id | ID of the VM backup |
| account | account name |
| accountid | account id |
| backupofferingid | backup offering id |
| backupofferingname | backup offering name |
| created | backup date |
| domain | domain name |
| domainid | domain id |
| externalid | external backup id |
| size | backup size in bytes |
| status | backup status |
| type | backup type |
| virtualmachineid | ID of the VM |
| virtualmachinename | name of the VM |
| virtualsize | backup protected (virtual) size in bytes |
| volumes | backed up volumes |
| zone | zone name |
| zoneid | zone id |