Doubt on Backing Up and Restoring Virtual Machines Using the Backup and Restore 
API:-
In this link  
https://ovirt.org/documentation/admin-guide/chap-Backups_and_Migration.html#backing-up-and-restoring-virtual-machines-using-the-backup-and-restore-api
in point 4 it is said that 



4 .Attach the snapshot to the backup virtual machine and activate the disk:

 POST /api/vms/22222222-2222-2222-2222-222222222222/disks/ HTTP/1.1
 Accept: application/xml
 Content-type: application/xml

 <disk id="11111111-1111-1111-1111-111111111111">
     <snapshot id="11111111-1111-1111-1111-111111111111"/>
     <active>true</active>
 </disk>

What does this 22222222-2222-2222-2222-222222222222 mean do we need to create a 
new   virtual machine and attach the snapshot to that.
  Could you kindly explain it further
_______________________________________________
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/OEXGCKKP4AYXAB7XVMNEMI4ERC6XV63A/

Reply via email to