proxmoxer
proxmoxer copied to clipboard
get vm config of current config
HI, I try to get the config of the current vm in stead of pending ones
pve api says
current - boolean - 0 -
so I did vm_config = self.proxmox.nodes(node_name).qemu(vm_id).config.get(current="true")
but it fails... only 0 and 1 are accepted from current. But True should be supported too or not ? Please point me to my fault.