v1

latestOpenAPI 3.0.1Apache 2.02026-07-17304456.7 KB

Add a new vDPA device to the VM

put/vm.add-vdpa

Request body

pathstring required
num_queuesinteger required
iommuboolean
pci_segmentinteger
idstring

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.

idstring required
bdfstring required

Example response

{
  "bdf": "bdf",
  "id": "id"
}