1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-01-03 20:51:00 +00:00
gns3-server/docs/api/v2/hypervisor/iou/projectsprojectidiouvmsvmidadaptersadapternumberdportsportnumberdnio.rst

53 lines
1.9 KiB
ReStructuredText
Raw Normal View History

2016-03-07 16:57:12 +00:00
/v2/hypervisor/projects/{project_id}/iou/vms/{vm_id}/adapters/{adapter_number:\d+}/ports/{port_number:\d+}/nio
------------------------------------------------------------------------------------------------------------------------------------------
2015-04-07 14:09:27 +00:00
.. contents::
2016-03-07 16:57:12 +00:00
POST /v2/hypervisor/projects/**{project_id}**/iou/vms/**{vm_id}**/adapters/**{adapter_number:\d+}**/ports/**{port_number:\d+}**/nio
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2015-04-07 14:09:27 +00:00
Add a NIO to a IOU instance
Parameters
**********
- **port_number**: Port where the nio should be added
2015-07-09 14:16:43 +00:00
- **vm_id**: UUID for the instance
2016-03-11 16:20:09 +00:00
- **adapter_number**: Network adapter where the nio is located
- **project_id**: UUID for the project
2015-04-07 14:09:27 +00:00
Response status codes
**********************
- **400**: Invalid request
- **201**: NIO created
- **404**: Instance doesn't exist
Sample session
***************
.. literalinclude:: ../../../examples/hypervisor_post_projectsprojectidiouvmsvmidadaptersadapternumberdportsportnumberdnio.txt
2015-04-07 14:09:27 +00:00
2016-03-07 16:57:12 +00:00
DELETE /v2/hypervisor/projects/**{project_id}**/iou/vms/**{vm_id}**/adapters/**{adapter_number:\d+}**/ports/**{port_number:\d+}**/nio
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2015-04-07 14:09:27 +00:00
Remove a NIO from a IOU instance
Parameters
**********
- **port_number**: Port from where the nio should be removed
2015-07-09 14:16:43 +00:00
- **vm_id**: UUID for the instance
2016-03-11 16:20:09 +00:00
- **adapter_number**: Network adapter where the nio is located
- **project_id**: UUID for the project
2015-04-07 14:09:27 +00:00
Response status codes
**********************
- **400**: Invalid request
- **404**: Instance doesn't exist
- **204**: NIO deleted
Sample session
***************
.. literalinclude:: ../../../examples/hypervisor_delete_projectsprojectidiouvmsvmidadaptersadapternumberdportsportnumberdnio.txt
2015-04-07 14:09:27 +00:00