On 04/28/2017 09:14 PM, Niyazi Elvan wrote: > Thank you Barak ! > > I will position Bacchus as a protection solution, not only for backups > but also replication. SDK would be a better decision in that way. > > Regards, >
Note that the "backup API" is just a subset of the oVirt API. It is not a different API. In particular it is the subset of methods that can be used to create snapshots and to attach/detach the snapshot disks to/from virtual machines. The Python SDK does cover the complete API, including this subset. There is an example here: https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/vm_backup.py > > On 28 April 2017 at 21:54, Barak Korren <[email protected] > <mailto:[email protected]>> wrote: > > On 28 April 2017 at 21:07, Niyazi Elvan <[email protected] > <mailto:[email protected]>> wrote: > > Hi Barak, > > > > I was not aware of backup api hence used Python SDK. Is there any > specific > > reason that I should use the backup api ? > > Well, it was made specifically to make building backup tools easier. But > I guess its up to you to decide if it helps you or not. > I'm not sure, but maybe the SDK supports it as well. > > In any case, great work! > > -- > Barak Korren > RHV DevOps team , RHCE, RHCi > Red Hat EMEA > redhat.com <http://redhat.com> | TRIED. TESTED. TRUSTED. | > redhat.com/trusted <http://redhat.com/trusted> > > > > > -- > Niyazi Elvan > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.ovirt.org/mailman/listinfo/users > _______________________________________________ Users mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/users

