I would check the api guide at https://ovirt.somedomain/ovirt-engine/apidoc/#/

Best Regards,
Strahil Nikolov

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.html

On 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.html

PUT /api/vms/{VM_ID}/disks/{DISK_ID} HTTP/1.1
Accept: application/xml
Content-type: application/xml

    <disk>
        <size>{NEW_SIZE_IN_BYTES}</size>
    </disk>

Thanks for advice.
_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-leave@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/
List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/EBIMZ4GMNOYANXDAFZPN3YZX7XDQW3KG/