1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-11 18:38:55 +00:00
gns3-server/docs/api/examples/hypervisor_get_iouvms.txt
Julien Duponchelle b2ce7ee8d7
API V2
2016-03-07 17:57:12 +01:00

21 lines
349 B
Plaintext

curl -i -X GET 'http://localhost:8000/v2/iou/vms'
GET /v2/iou/vms HTTP/1.1
HTTP/1.1 200
ACCESS-CONTROL-ALLOW-ORIGIN: *
CONTENT-LENGTH: 72
CONTENT-TYPE: application/json
DATE: Thu, 08 Jan 2015 16:09:15 GMT
SERVER: Python/3.5 GNS3/1.5.0dev1
X-ROUTE: /v2/hypervisor/iou/vms
[
{
"filename": "iou.bin",
"path": "iou.bin"
}
]