1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-12 02:48:55 +00:00
gns3-server/docs/api/examples/get_virtualboxuuid.txt

27 lines
627 B
Plaintext
Raw Normal View History

curl -i -X GET 'http://localhost:8000/virtualbox/{uuid}'
GET /virtualbox/{uuid} HTTP/1.1
HTTP/1.1 200
2015-02-03 20:27:15 +00:00
CONNECTION: keep-alive
2015-01-31 21:34:49 +00:00
CONTENT-LENGTH: 348
CONTENT-TYPE: application/json
DATE: Thu, 08 Jan 2015 16:09:15 GMT
2015-02-03 20:27:15 +00:00
SERVER: Python/3.4 GNS3/1.3.dev1
X-ROUTE: /virtualbox/{uuid}
{
"adapter_start_index": 0,
"adapter_type": "Intel PRO/1000 MT Desktop (82540EM)",
"adapters": 0,
"console": 2001,
"enable_remote_console": false,
"headless": false,
"name": "VMTEST",
"project_uuid": "a1e920ca-338a-4e9f-b363-aa607b09dd80",
2015-02-03 20:27:15 +00:00
"uuid": "c6b74706-54b6-405d-8aea-9c48a94987e8",
"vmname": "VMTEST"
}