i've tried move_disk and storage content API calls to get wanted result but failed
can you give me cluses or more specified API calls to recreate following clients command if it not difficult for you
qm create 9001 --memory 2048 --net0 virtio,bridge=vmbr0 \
--agent 1 \
--autostart 1 \...
Hi, i trying to import ubuntu cloud init hard disk using proxmox api
is there any api command that can be used to execute following command:
qm importdisk <vmid> <path-to-file> <target-storage>
im using pytho 3.6 and proxmoxer
vm is actually creating but wont start
code:
creat = proxmox.nodes('pve-01').qemu.create(
agent="enabled=1",
bios="seabios",
cores=1,
sockets=1,
autostart=1,
vmid=vmid,
memory=2048,
ostype="l26"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.