
21 Apr
2016
21 Apr
'16
5:06 a.m.
Hello, i am try automate an task, i am try consult the actual size the disk of vm, but not have success, i try in database in table imagens, i try with python-api with command: vm = api.vms.get(vmname) disk = vm.disks.get(diskname) disk.get_actual_size() but the informations not is equal with that shown in the dashboard. Can someone help me?