Hi,Currently the job id cannot be fetched from the function volume.rebalance() .Although you can try to fetch the job id via a POST request with a blank action <action/>
Eg :-
POST /ovirt-engine/api/clusters/65dec1c0-9c85-11e8-be65-8c1645709524/glustervolumes/ee55f809-ff07-42f4-86f8-10a4eb8930f5/rebalance HTTP/1.1
Host: localhost:8080
Authorization: Basic YWRtaW5AaW50ZXJuYWw6cGFzc0AxMjM=
Content-Type: application/xml
Accept: application/xml
Cache-Control: no-cache
<action/>
Equivalent python code : https://pastebin.com/aE65PyiwOndra is there an equivalent ovirt python sdk4 code for the above, if not we can open a bug for the same.
--