2016-05-12 08:39:50 +00: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-08-29 13:58:29 +00:00
|
|
|
- **project_id**: Project UUID
|
2016-09-27 15:15:40 +00:00
|
|
|
- **adapter_number**: Adapter where the nio should be added
|
2016-09-14 13:24:27 +00:00
|
|
|
- **port_number**: Port on the adapter (always 0)
|
2016-09-27 15:15:40 +00:00
|
|
|
- **node_id**: Node UUID
|
2016-05-12 08:39:50 +00: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-08-29 13:58:29 +00:00
|
|
|
- **project_id**: Project UUID
|
2016-09-27 15:15:40 +00:00
|
|
|
- **adapter_number**: Adapter from where the nio should be removed
|
2016-09-14 13:24:27 +00:00
|
|
|
- **port_number**: Port on the adapter (always 0)
|
2016-09-27 15:15:40 +00:00
|
|
|
- **node_id**: Node UUID
|
2016-05-12 08:39:50 +00:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **400**: Invalid request
|
|
|
|
- **404**: Instance doesn't exist
|
|
|
|
- **204**: NIO deleted
|
|
|
|
|