2016-05-12 11:39:50 +03:00
|
|
|
/v2/compute/projects/{project_id}/vmware/nodes/{node_id}/adapters/{adapter_number:\d+}/ports/{port_number:\d+}/nio
|
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
|
|
|
POST /v2/compute/projects/**{project_id}**/vmware/nodes/**{node_id}**/adapters/**{adapter_number:\d+}**/ports/**{port_number:\d+}**/nio
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Add a NIO to a VMware VM instance
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
2016-06-08 19:12:22 +03:00
|
|
|
- **adapter_number**: Adapter where the nio should be added
|
2016-06-21 11:31:00 +03:00
|
|
|
- **project_id**: Project UUID
|
2016-06-21 11:47:22 +03:00
|
|
|
- **port_number**: Port on the adapter (always 0)
|
2016-06-17 12:12:22 +03:00
|
|
|
- **node_id**: Node UUID
|
2016-05-12 11:39:50 +03:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **400**: Invalid request
|
|
|
|
- **201**: NIO created
|
|
|
|
- **404**: Instance doesn't exist
|
|
|
|
|
|
|
|
|
|
|
|
DELETE /v2/compute/projects/**{project_id}**/vmware/nodes/**{node_id}**/adapters/**{adapter_number:\d+}**/ports/**{port_number:\d+}**/nio
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Remove a NIO from a VMware VM instance
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
2016-06-08 19:12:22 +03:00
|
|
|
- **adapter_number**: Adapter from where the nio should be removed
|
2016-06-21 11:31:00 +03:00
|
|
|
- **project_id**: Project UUID
|
2016-06-21 11:47:22 +03:00
|
|
|
- **port_number**: Port on the adapter (always 0)
|
2016-06-17 12:12:22 +03:00
|
|
|
- **node_id**: Node UUID
|
2016-05-12 11:39:50 +03:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **400**: Invalid request
|
|
|
|
- **404**: Instance doesn't exist
|
|
|
|
- **204**: NIO deleted
|
|
|
|
|