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