mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-28 00:28:54 +00:00
3.4 KiB
3.4 KiB
/v1/projects/{project_id}/vmware/vms
POST /v1/projects/{project_id}/vmware/vms
Create a new VMware VM instance
Parameters
- project_id: UUID for the project
Response status codes
- 400: Invalid request
- 201: Instance created
- 409: Conflict
Input
Name | Mandatory | Type | Description |
---|---|---|---|
console | integer | console TCP port | |
enable_remote_console | boolean | enable the remote console | |
headless | boolean | headless mode | |
linked_clone | ✔ | boolean | either the VM is a linked clone or not |
name | ✔ | string | VMware VM instance name |
vm_id | string | VMware VM instance identifier | |
vmx_path | ✔ | string | path to the vmx file |
Output
Name | Mandatory | Type | Description |
---|---|---|---|
console | integer | console TCP port | |
enable_remote_console | boolean | enable the remote console | |
headless | boolean | headless mode | |
name | ✔ | string | VMware VM instance name |
project_id | ✔ | string | Project UUID |
vm_id | ✔ | string | VMware VM instance UUID |
vmx_path | string | path to the vmx file |