Apache CloudStack 4.23.0.0 Root Admin API Reference

createBackup

Create Instance backup

Request parameters

Parameter NameDescriptionRequired
virtualmachineidID of the Instancetrue
descriptionthe description for the backupfalse
isolatedWhether the backup will be isolated, defaults to false. Isolated backups are always created as full backups in independent chains. Therefore, they will never depend on any existing backup chain and no backup chain will depend on them. Currently only supported for the KBOSS provider.false
namethe name of the backupfalse
quiescevmQuiesce the instance before checkpointing the disks for backup. Applicable only to NAS and KBOSS backup providers. The filesystem is frozen before the backup starts and thawed immediately after. Requires the instance to have the QEMU Guest Agent installed and running.false

Response Tags

Response NameDescription
displaytextAny text associated with the success or failure
successTrue if operation is executed successfully