curl -i -X GET 'http://localhost:3080/v2/gns3vm/engines' GET /v2/gns3vm/engines HTTP/1.1 HTTP/1.1 200 CONTENT-LENGTH: 1018 CONTENT-TYPE: application/json DATE: Thu, 08 Jan 2015 16:09:15 GMT SERVER: Python/3.5 GNS3/2.0.0dev1 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 Fusion", "support_headless": true, "support_when_exit": true }, { "description": "VirtualBox doesn't support nested virtualization, this means running Qemu based VM could be very slow.
The GNS3 VM can be downloaded here", "engine_id": "virtualbox", "name": "VirtualBox", "support_headless": true, "support_when_exit": true }, { "description": "Use a remote GNS3 server as the GNS3 VM.", "engine_id": "remote", "name": "Remote", "support_headless": false, "support_when_exit": false } ]