2016-05-12 11:39:50 +03:00
|
|
|
/v2/compute/projects/{project_id}/dynamips/nodes/{node_id}/adapters/{adapter_number:\d+}/ports/{port_number:\d+}/nio
|
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
|
|
|
POST /v2/compute/projects/**{project_id}**/dynamips/nodes/**{node_id}**/adapters/**{adapter_number:\d+}**/ports/**{port_number:\d+}**/nio
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Add a NIO to a Dynamips VM instance
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
2016-06-04 11:40:39 +03:00
|
|
|
- **node_id**: Node UUID
|
2016-06-14 11:24:55 +03:00
|
|
|
- **project_id**: Project UUID
|
2016-06-08 19:12:22 +03:00
|
|
|
- **adapter_number**: Adapter where the nio should be added
|
2016-06-14 11:24:55 +03:00
|
|
|
- **port_number**: Port on the adapter
|
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}**/dynamips/nodes/**{node_id}**/adapters/**{adapter_number:\d+}**/ports/**{port_number:\d+}**/nio
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Remove a NIO from a Dynamips VM instance
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
2016-06-04 11:40:39 +03:00
|
|
|
- **node_id**: Node UUID
|
2016-06-14 11:24:55 +03:00
|
|
|
- **project_id**: Project UUID
|
2016-06-08 19:12:22 +03:00
|
|
|
- **adapter_number**: Adapter from where the nio should be removed
|
2016-06-14 11:24:55 +03:00
|
|
|
- **port_number**: Port on the adapter
|
2016-05-12 11:39:50 +03:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **400**: Invalid request
|
|
|
|
- **404**: Instance doesn't exist
|
|
|
|
- **204**: NIO deleted
|
|
|
|
|