mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-07 13:28:45 +00:00
2.3 KiB
2.3 KiB
/v2/projects/{project_id}/vms/{vm_id}/reload
POST /v2/projects/{project_id}/vms/{vm_id}/reload
Reload a VM instance
Parameters
- vm_id: UUID for the VM
- project_id: UUID for the project
Response status codes
- 400: Invalid request
- 201: Instance created
Output
Name | Mandatory | Type | Description |
---|---|---|---|
compute_id | ✔ | string | Hypervisor identifier |
console | ['integer', 'null'] | Console TCP port | |
console_type | enum | Possible values: serial, vnc, telnet | |
name | ✔ | string | VM name |
project_id | string | Project identifier | |
properties | object | Properties specific to an emulator | |
vm_id | string | VM identifier | |
vm_type | ✔ | enum | Possible values: docker, dynamips, vpcs, virtualbox, vmware, iou |
Sample session
../../../examples/controller_post_projectsprojectidvmsvmidreload.txt