While I know the common to allocate resources for VM's is to just use Terraform, it is not the preferred option for my current use case.
As such, I was writing a basic script just using the API to create VM's as per documentation at: https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/qemu
The rest of my configuration works except when I try to specify a network configuration, I get "500 no sdn vnet ID specified", but I do not see anything in the documentation that specifies a parameter for that data.
What does it appear that I am missing?
As such, I was writing a basic script just using the API to create VM's as per documentation at: https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/qemu
The rest of my configuration works except when I try to specify a network configuration, I get "500 no sdn vnet ID specified", but I do not see anything in the documentation that specifies a parameter for that data.
What does it appear that I am missing?