1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-12 02:48:55 +00:00
gns3-server/docs/api/v1/vmware/projectsprojectidvmwarevmsvmidinterfacesvmnet.rst

19 lines
647 B
ReStructuredText
Raw Normal View History

2015-10-16 17:05:29 +00:00
/v1/projects/{project_id}/vmware/vms/{vm_id}/interfaces/vmnet
2015-06-10 12:35:53 +00:00
----------------------------------------------------------------------------------------------------------------------
.. contents::
2015-10-16 17:05:29 +00:00
POST /v1/projects/**{project_id}**/vmware/vms/**{vm_id}**/interfaces/vmnet
2015-06-10 12:35:53 +00:00
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2015-10-16 17:05:29 +00:00
Allocate a VMware VMnet interface on the server
Parameters
**********
- **project_id**: The UUID of the project
- **vm_id**: UUID for the instance
2015-06-10 12:35:53 +00:00
Response status codes
**********************
2015-10-16 17:05:29 +00:00
- **201**: VMnet interface allocated
2015-06-10 12:35:53 +00:00