curl -i -X GET 'http://localhost:3080/v2/gns3vm/engines' GET /v2/gns3vm/engines HTTP/1.1 HTTP/1.1 200 Connection: close Content-Length: 1238 Content-Type: application/json Date: Mon, 19 Nov 2018 18:34:04 GMT Server: Python/3.6 GNS3/2.2.0dev4 X-Route: /v2/gns3vm/engines [ { "description": "VMware is the recommended choice for best performances.
The GNS3 VM can be downloaded here.", "engine_id": "vmware", "name": "VMware Workstation / Player (recommended)", "support_headless": true, "support_ram": true, "support_when_exit": true }, { "description": "VirtualBox doesn't support nested virtualization, this means Qemu based VMs will run extremely slowly. This feature is marked as deprecated and support may be removed from future GNS3 releases.
The GNS3 VM can be downloaded here", "engine_id": "virtualbox", "name": "VirtualBox (deprecated)", "support_headless": true, "support_ram": true, "support_when_exit": true }, { "description": "Use a remote GNS3 server as the GNS3 VM.", "engine_id": "remote", "name": "Remote", "support_headless": false, "support_ram": false, "support_when_exit": false } ]