Hi,

I am testing a product that can interface with oVirt API to backup VMs.

The product can use v3 API (for oVirt 3.5.1+) with a proxy VM on oVirt to backup the VMs to the Export domain.

And it can use v4 API (for oVirt 4+) to backup VMs, and it offers two methods for that :

I cannot get any documentation about the later approach (Disk image transfer), and my question is : what network does this approach uses to transfer the backup stream, is it ovirtmgmt network since we're talking to the API?

My concern is about the bandwidth of this network, especially when backing-up huge and multiple VMs.

Regards.