Add a new vsock device to the VM
put/vm.add-vsock
Request body
Example request
{
"pci_segment": 8,
"iommu": false,
"socket": "socket",
"id": "id",
"cid": 3
}Response
The new device was successfully added to the VM instance.
Example response
{
"bdf": "bdf",
"id": "id"
}