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

77 lines
2.7 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
**********
2018-01-08 06:57:07 +02:00
- **project_id**: Project UUID
2018-01-08 10:26:44 +02:00
- **node_id**: Node UUID
2018-01-08 06:57:07 +02:00
- **adapter_number**: Adapter where the nio should be added
2018-01-08 10:26:44 +02:00
- **port_number**: Port on the adapter (always 0)
Response status codes
**********************
2018-01-08 06:57:07 +02:00
- **201**: NIO created
2018-01-08 10:26:44 +02:00
- **400**: Invalid request
- **404**: Instance doesn't exist
2018-01-08 10:26:44 +02:00
Sample session
***************
.. literalinclude:: ../../../examples/compute_post_projectsprojectidvirtualboxnodesnodeidadaptersadapternumberdportsportnumberdnio.txt
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
**********
- **project_id**: Project UUID
2018-01-08 10:26:44 +02:00
- **node_id**: Node UUID
2018-01-08 06:57:07 +02:00
- **adapter_number**: Network adapter where the nio is located
2018-01-08 10:26:44 +02:00
- **port_number**: Port from where the nio should be updated
2018-01-08 06:57:07 +02:00
Response status codes
**********************
- **201**: NIO updated
2018-01-08 10:26:44 +02:00
- **400**: Invalid request
2018-01-08 06:57:07 +02:00
- **404**: Instance doesn't exist
2017-03-21 14:32:04 +02:00
2018-01-08 10:26:44 +02:00
Sample session
***************
.. literalinclude:: ../../../examples/compute_put_projectsprojectidvirtualboxnodesnodeidadaptersadapternumberdportsportnumberdnio.txt
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
**********
2018-01-08 06:57:07 +02:00
- **project_id**: Project UUID
2018-01-08 10:26:44 +02:00
- **node_id**: Node UUID
2018-01-08 06:57:07 +02:00
- **adapter_number**: Adapter from where the nio should be removed
2018-01-08 10:26:44 +02:00
- **port_number**: Port on the adapter (always 0)
Response status codes
**********************
2018-01-08 10:26:44 +02:00
- **204**: NIO deleted
- **400**: Invalid request
- **404**: Instance doesn't exist
2018-01-08 10:26:44 +02:00
Sample session
***************
.. literalinclude:: ../../../examples/compute_delete_projectsprojectidvirtualboxnodesnodeidadaptersadapternumberdportsportnumberdnio.txt
2017-03-21 14:32:04 +02:00