I would check the api guide at https://ovirt.somedomain/ovirt-engine/apidoc/#/
Hello, please how to increase extend resize disk of VM?I can working with ansible or REST API.Ansible working is here, but i not found manual for update size: https://docs.ansible.com/ansible/2.3/ovirt_disks_module.htmlOn official ovirt documentation i cant found how to update. I found only old manual in KB page, but not working on lastest: https://www.ovirt.org/develop/release-management/features/storage/online-virtual-drive-resize.htmlPUT /api/vms/{VM_ID}/disks/{DISK_ID} HTTP/1.1Accept: application/xmlContent-type: application/xml<disk><size>{NEW_SIZE_IN_BYTES}</size></disk>Thanks for advice._______________________________________________Users mailing list -- users@ovirt.orgTo unsubscribe send an email to users-leave@ovirt.orgPrivacy Statement: https://www.ovirt.org/privacy-policy.htmloVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/