I am having trouble cloning a vm via the api. here is my curl
curl -k -d "newid=152" -b "PVEAuthCookie=%Ticket%" -H "CSRFPreventionToken: %CSRFPreventionToken%" -X POST https://address:8006/api2/json/nodes/pve/lxc/104/clone
When I run this I get {data:null} returned. Please help. Thx
curl -k -d "newid=152" -b "PVEAuthCookie=%Ticket%" -H "CSRFPreventionToken: %CSRFPreventionToken%" -X POST https://address:8006/api2/json/nodes/pve/lxc/104/clone
When I run this I get {data:null} returned. Please help. Thx