1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-25 01:38:08 +00:00
gns3-server/docs/api/examples/get_vpcsuuid.txt

23 lines
470 B
Plaintext
Raw Normal View History

2015-01-21 16:21:17 +00:00
curl -i -X GET 'http://localhost:8000/vpcs/{uuid}'
GET /vpcs/{uuid} HTTP/1.1
HTTP/1.1 200
2015-01-31 21:34:49 +00:00
CONNECTION: close
2015-01-21 16:21:17 +00:00
CONTENT-LENGTH: 213
CONTENT-TYPE: application/json
DATE: Thu, 08 Jan 2015 16:09:15 GMT
2015-01-31 21:34:49 +00:00
SERVER: Python/3.4 aiohttp/0.13.1
2015-01-21 16:21:17 +00:00
X-ROUTE: /vpcs/{uuid}
{
2015-01-26 08:36:26 +00:00
"console": 2003,
2015-01-21 16:21:17 +00:00
"name": "PC TEST 1",
"project_uuid": "a1e920ca-338a-4e9f-b363-aa607b09dd80",
"script_file": null,
"startup_script": null,
2015-02-02 00:22:31 +00:00
"uuid": "2ddb0fa3-1010-4f48-b295-caa1c414b4a2"
2015-01-21 16:21:17 +00:00
}