Add a new userspace device to the VM
put/vm.add-user-device
Request body
Example request
{
"socket": "socket"
}Response
The new device was successfully added to the VM instance.
Example response
{
"bdf": "bdf",
"id": "id"
}{
"socket": "socket"
}The new device was successfully added to the VM instance.
{
"bdf": "bdf",
"id": "id"
}