I'm trying to get the information of all storage connected to a VM using the proxmox API, with the main thing I'm looking for in the info being the size of the storage.
Does anyone know the request that should be made to get this info ? I tried just using "/api2/json/nodes/node/qemu/vm_id/status/current" but it only returned the disk size of the main storage of the VM and not the other ones. So if anyone knows how to get this info any help would be appreciated.
Does anyone know the request that should be made to get this info ? I tried just using "/api2/json/nodes/node/qemu/vm_id/status/current" but it only returned the disk size of the main storage of the VM and not the other ones. So if anyone knows how to get this info any help would be appreciated.