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.ht...
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