Hello,
I want to crate VM using REST API , I have all disk copied in storage , but getting below error for below POST API
https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/qemu
O/P:
{
"errors": {
"tpmstate0": "invalid format - duplicate key in comma-separated list property: file\n",
"ide0": "invalid format - duplicate key in comma-separated list property: file\n",
"efidisk0": "invalid format - duplicate key in comma-separated list property: file\n"
},
"data": null
}
What am I missing for this?
Thanks
-Digambar
I want to crate VM using REST API , I have all disk copied in storage , but getting below error for below POST API
https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/qemu
O/P:
{
"errors": {
"tpmstate0": "invalid format - duplicate key in comma-separated list property: file\n",
"ide0": "invalid format - duplicate key in comma-separated list property: file\n",
"efidisk0": "invalid format - duplicate key in comma-separated list property: file\n"
},
"data": null
}
What am I missing for this?
Thanks
-Digambar