Hello,
How can I use HTTP style of CLI :
GET /api2/json/nodes/{node}/qemu --full ?
here is working example from proxmoxer wrapper but without "full"
How can I use HTTP style of CLI :
Code:
pvesh get /nodes/{node}/qemu --full
GET /api2/json/nodes/{node}/qemu --full ?
here is working example from proxmoxer wrapper but without "full"
Code:
def vm_current_all(targetnode):
x = proxmox.nodes(targetnode).qemu().get()
return x