1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-18 06:18:08 +00:00
gns3-server/docs/api/examples/controller_get_gns3vm.txt

21 lines
348 B
Plaintext
Raw Normal View History

2016-08-25 12:43:19 +00:00
curl -i -X GET 'http://localhost:3080/v2/gns3vm'
GET /v2/gns3vm HTTP/1.1
HTTP/1.1 200
2016-09-14 13:24:27 +00:00
CONTENT-LENGTH: 115
2016-08-25 12:43:19 +00:00
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
{
"enable": false,
"engine": "vmware",
"headless": false,
2016-09-14 13:24:27 +00:00
"vmname": null,
"when_exit": "stop"
2016-08-25 12:43:19 +00:00
}