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_qemubinaries.txt

25 lines
412 B
Plaintext
Raw Normal View History

curl -i -X GET 'http://localhost:8000/v1/qemu/binaries'
2015-02-24 10:38:57 +00:00
GET /v1/qemu/binaries HTTP/1.1
2015-02-24 10:38:57 +00:00
HTTP/1.1 200
CONNECTION: keep-alive
CONTENT-LENGTH: 134
CONTENT-TYPE: application/json
DATE: Thu, 08 Jan 2015 16:09:15 GMT
SERVER: Python/3.4 GNS3/1.3.0.dev3
2015-02-24 10:38:57 +00:00
X-ROUTE: /v1/qemu/binaries
[
{
"path": "/tmp/1",
"version": "2.2.0"
},
{
"path": "/tmp/2",
"version": "2.1.0"
}
]