[Kimchi-devel] [PATCH 1/5] cdrom: Update API.md for add cdrom and query cdrom

lvroyce at linux.vnet.ibm.com lvroyce at linux.vnet.ibm.com
Mon Jan 6 09:32:11 UTC 2014


From: Royce Lv <lvroyce at linux.vnet.ibm.com>

Add cdrom sub-collection CDROMs and sub-resource CDROM to vm resource.

Signed-off-by: Royce Lv <lvroyce at linux.vnet.ibm.com>
---
 docs/API.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/docs/API.md b/docs/API.md
index 0013e86..f352e9e 100644
--- a/docs/API.md
+++ b/docs/API.md
@@ -103,6 +103,21 @@ Represents a snapshot of the Virtual Machine's primary monitor.
 
 * **GET**: Redirect to the latest screenshot of a Virtual Machine in PNG format
 
+
+### Sub-collection: Virtual Machine CDROMs
+**URI:** /vms/*:name*/cdroms
+#* **GET**: Retrieve a summarized list of all CDROMs of specified virtual machine
+* **POST**: Attatch a new CDROM to specified virtual machine.
+    * name : The name of CDROM in VM.
+    * path *(optional)*: Path of ISO to insert in the CDROM.
+
+
+### Sub-resource: Virtual Machine CDROM
+**URI:** /vms/*:name*/cdroms/*:name*
+#* **GET**: Retrieve cdrom information
+    * path: Path of ISO img.
+
+
 ### Collection: Templates
 
 **URI:** /templates
-- 
1.8.1.2




More information about the Kimchi-devel mailing list