Skip to content

get vm config of current config  #71

@elschman

Description

@elschman

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions