Add a new virtio-fs device to the VM
put/vm.add-fs
Request body
Example request
{
"pci_segment": 6,
"num_queues": 6,
"queue_size": 5,
"tag": "tag",
"socket": "socket",
"id": "id"
}Response
The new device was successfully added to the VM instance.
Example response
{
"bdf": "bdf",
"id": "id"
}