Skip to content
New issue

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

get vm config of current config #71

Open
elschman opened this issue Apr 16, 2019 · 0 comments
Open

get vm config of current config #71

elschman opened this issue Apr 16, 2019 · 0 comments

Comments

@elschman
Copy link

elschman commented Apr 16, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant