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