2016-05-12 08:39:50 +00:00
|
|
|
/v2/compute/projects/{project_id}/qemu/nodes/{node_id}/adapters/{adapter_number:\d+}/ports/{port_number:\d+}/nio
|
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
|
|
|
POST /v2/compute/projects/**{project_id}**/qemu/nodes/**{node_id}**/adapters/**{adapter_number:\d+}**/ports/**{port_number:\d+}**/nio
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Add a NIO to a Qemu VM instance
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
2016-06-17 09:12:22 +00:00
|
|
|
- **node_id**: Node UUID
|
2016-07-22 11:54:57 +00:00
|
|
|
- **port_number**: Port on the adapter (always 0)
|
2016-07-14 13:31:49 +00:00
|
|
|
- **adapter_number**: Network adapter where the nio is located
|
2016-07-26 17:57:53 +00:00
|
|
|
- **project_id**: Project UUID
|
2016-05-12 08:39:50 +00:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **400**: Invalid request
|
|
|
|
- **201**: NIO created
|
|
|
|
- **404**: Instance doesn't exist
|
|
|
|
|
|
|
|
Sample session
|
|
|
|
***************
|
|
|
|
|
|
|
|
|
|
|
|
.. literalinclude:: ../../../examples/compute_post_projectsprojectidqemunodesnodeidadaptersadapternumberdportsportnumberdnio.txt
|
|
|
|
|
|
|
|
|
|
|
|
DELETE /v2/compute/projects/**{project_id}**/qemu/nodes/**{node_id}**/adapters/**{adapter_number:\d+}**/ports/**{port_number:\d+}**/nio
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Remove a NIO from a Qemu VM instance
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
2016-06-17 09:12:22 +00:00
|
|
|
- **node_id**: Node UUID
|
2016-07-22 11:54:57 +00:00
|
|
|
- **port_number**: Port on the adapter (always 0)
|
2016-07-14 13:31:49 +00:00
|
|
|
- **adapter_number**: Network adapter where the nio is located
|
2016-07-26 17:57:53 +00:00
|
|
|
- **project_id**: Project UUID
|
2016-05-12 08:39:50 +00:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **400**: Invalid request
|
|
|
|
- **404**: Instance doesn't exist
|
|
|
|
- **204**: NIO deleted
|
|
|
|
|
|
|
|
Sample session
|
|
|
|
***************
|
|
|
|
|
|
|
|
|
|
|
|
.. literalinclude:: ../../../examples/compute_delete_projectsprojectidqemunodesnodeidadaptersadapternumberdportsportnumberdnio.txt
|
|
|
|
|