proxmoxer icon indicating copy to clipboard operation
proxmoxer copied to clipboard

get vm config of current config

Open elschman opened this issue 5 years ago • 0 comments

HI, I try to get the config of the current vm in stead of pending ones

pve api says current - boolean - 0 - Get current values (instead of pending values).

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.

elschman avatar Apr 16 '19 00:04 elschman