We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: