[ovirt-users] Re: Attaching/Detaching Export Domain from CLI

2019-06-23 Thread alexander . stockel
Hello, Thanks Benny! I was able to attach and detach using the links you gave me. Namely, I used curl to attach: curl \ --insecure \ --user 'admin@internal:abc' \ --request POST \ --header 'Version: 4' \ --header 'Content-Type: application/xml' \ --header 'Accept: application/xml' \ --data '

[ovirt-users] Attaching/Detaching Export Domain from CLI

2019-06-23 Thread Alexander Stockel | eMAG, Technology
Hello, We have 2 ovirt clusters, one with 3.5.5-1 and the other with 4.3.3. We started to move some VM's using an export domain using thr WEB GUI which is fine but we want to do this from CLI(ovirt-shell or api). How can one do these operations from CLI: - Attach export domain -