gns3-server/docs/api/v2/compute/virtualbox/projectsprojectidvirtualboxnodesnodeidadaptersadapternumberdportsportnumberdnio.rst

59 lines
2.2 KiB
ReStructuredText
Raw Normal View History

/v2/compute/projects/{project_id}/virtualbox/nodes/{node_id}/adapters/{adapter_number:\d+}/ports/{port_number:\d+}/nio
------------------------------------------------------------------------------------------------------------------------------------------
.. contents::
POST /v2/compute/projects/**{project_id}**/virtualbox/nodes/**{node_id}**/adapters/**{adapter_number:\d+}**/ports/**{port_number:\d+}**/nio
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Add a NIO to a VirtualBox VM instance
Parameters
**********
2017-03-06 15:35:39 +02:00
- **node_id**: Node UUID
2018-01-08 06:57:07 +02:00
- **project_id**: Project UUID
2016-11-03 19:20:51 +02:00
- **port_number**: Port on the adapter (always 0)
2018-01-08 06:57:07 +02:00
- **adapter_number**: Adapter where the nio should be added
Response status codes
**********************
2017-03-06 15:35:39 +02:00
- **400**: Invalid request
2018-01-08 06:57:07 +02:00
- **201**: NIO created
- **404**: Instance doesn't exist
2017-03-21 14:32:04 +02:00
2018-01-08 06:57:07 +02:00
PUT /v2/compute/projects/**{project_id}**/virtualbox/nodes/**{node_id}**/adapters/**{adapter_number:\d+}**/ports/**{port_number:\d+}**/nio
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Update a NIO from a Virtualbox instance
2017-03-21 14:32:04 +02:00
2018-01-08 06:57:07 +02:00
Parameters
**********
- **node_id**: Node UUID
- **project_id**: Project UUID
- **port_number**: Port from where the nio should be updated
- **adapter_number**: Network adapter where the nio is located
Response status codes
**********************
- **400**: Invalid request
- **201**: NIO updated
- **404**: Instance doesn't exist
2017-03-21 14:32:04 +02:00
DELETE /v2/compute/projects/**{project_id}**/virtualbox/nodes/**{node_id}**/adapters/**{adapter_number:\d+}**/ports/**{port_number:\d+}**/nio
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Remove a NIO from a VirtualBox VM instance
Parameters
**********
2017-03-06 15:35:39 +02:00
- **node_id**: Node UUID
2018-01-08 06:57:07 +02:00
- **project_id**: Project UUID
2016-11-03 19:20:51 +02:00
- **port_number**: Port on the adapter (always 0)
2018-01-08 06:57:07 +02:00
- **adapter_number**: Adapter from where the nio should be removed
Response status codes
**********************
- **400**: Invalid request
- **404**: Instance doesn't exist
2018-01-08 06:57:07 +02:00
- **204**: NIO deleted
2017-03-21 14:32:04 +02:00