Hi,
I'd like to automate the use of proxmox. I care about copying and starting the VM.
I was able to achieve this with the CLI with the command:
Pvesh create /nodes/pve/quemu/100/clone –newid 102
Do you know how this can be achieved using the API?
I tried
but it doesn't work
I'd like to automate the use of proxmox. I care about copying and starting the VM.
I was able to achieve this with the CLI with the command:
Pvesh create /nodes/pve/quemu/100/clone –newid 102
Do you know how this can be achieved using the API?
I tried
POST /api2/json/nodes/{node}/qemu/{vmid}/clone |