From c73c31b66e37fc2db731028ef3529995ff4402b2 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Mon, 23 Mar 2020 16:27:35 +0000 Subject: [PATCH] docs: Update API documentation to include "vm.add-net" Signed-off-by: Rob Bradford --- docs/api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api.md b/docs/api.md index 65cb9149d..28adee7d7 100644 --- a/docs/api.md +++ b/docs/api.md @@ -94,6 +94,7 @@ Add VFIO PCI device to the VM | `/vm.add-device` | `/schemas/VmAddDevice Remove VFIO PCI device from the VM | `/vm.remove-device` | `/schemas/VmRemoveDevice` | N/A | The VM is booted Add disk device to the VM | `/vm.add-disk` | `/schemas/DiskConfig` | N/A | The VM is booted Add pmem device to the VM | `/vm.add-pmem` | `/schemas/PmemConfig` | N/A | The VM is booted +Add network device to the VM | `/vm.add-net` | `/schemas/NetConfig` | N/A | The VM is booted ### REST API Examples