-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels