Add a new vDPA device to the VM
put/vm.add-vdpa
Request body
Example request
{
"pci_segment": 0,
"path": "path",
"num_queues": 6,
"iommu": false,
"id": "id"
}Response
The new vDPA device was successfully added to the VM instance.
Example response
{
"bdf": "bdf",
"id": "id"
}