URL = SERVER:PORT/api/vms/VM_ID/snapshots Method = POST (with Content-Type:application/xml header) Body = <snapshot> <description>Virtual Machine 1 - Snapshot For Backup</description> </snapshot>
URL = SERVER:PORT/api/vms/VM_ID/snapshots
MY Ovirt Engine manager is running on another PC. (let's say engine.example.com ) i can access it by typing https://engine.example.com/
is it https://engine.example.com/api/vms/VM_ID/snapshots ? I can't access it in firefox browser?
Should I write a script? is there any Youtube video or doc that makes me to understand this?
Hope to hear from you.