2015-02-13 19:27:08 +02:00
|
|
|
/v1/projects/{project_id}/vpcs/vms/{vm_id}/adapters/{adapter_number:\d+}/ports/{port_number:\d+}/nio
|
|
|
|
-----------------------------------------------------------------------------------------------------------------
|
2015-02-05 02:48:33 +02:00
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
2015-02-13 19:27:08 +02:00
|
|
|
POST /v1/projects/**{project_id}**/vpcs/vms/**{vm_id}**/adapters/**{adapter_number:\d+}**/ports/**{port_number:\d+}**/nio
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2015-02-05 02:48:33 +02:00
|
|
|
Add a NIO to a VPCS instance
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
2015-02-13 19:27:08 +02:00
|
|
|
- **port_number**: Port where the nio should be added
|
|
|
|
- **adapter_number**: Network adapter where the nio is located
|
2015-02-05 02:48:33 +02:00
|
|
|
- **vm_id**: UUID for the instance
|
|
|
|
- **project_id**: UUID for the project
|
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **400**: Invalid request
|
|
|
|
- **201**: NIO created
|
|
|
|
- **404**: Instance doesn't exist
|
|
|
|
|
|
|
|
|
2015-02-13 19:27:08 +02:00
|
|
|
DELETE /v1/projects/**{project_id}**/vpcs/vms/**{vm_id}**/adapters/**{adapter_number:\d+}**/ports/**{port_number:\d+}**/nio
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2015-02-05 02:48:33 +02:00
|
|
|
Remove a NIO from a VPCS instance
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
2015-02-13 19:27:08 +02:00
|
|
|
- **port_number**: Port from where the nio should be removed
|
|
|
|
- **adapter_number**: Network adapter where the nio is located
|
2015-02-05 02:48:33 +02:00
|
|
|
- **vm_id**: UUID for the instance
|
|
|
|
- **project_id**: UUID for the project
|
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **400**: Invalid request
|
|
|
|
- **404**: Instance doesn't exist
|
|
|
|
- **204**: NIO deleted
|
|
|
|
|