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

18 lines
276 B
Plaintext
Raw Normal View History

2015-01-20 08:58:58 +00:00
curl -i -X GET 'http://localhost:8000/version'
2015-01-14 00:05:26 +00:00
GET /version HTTP/1.1
HTTP/1.1 200
2015-02-05 00:13:35 +00:00
CONNECTION: close
2015-01-14 10:43:23 +00:00
CONTENT-LENGTH: 29
2015-01-14 00:05:26 +00:00
CONTENT-TYPE: application/json
DATE: Thu, 08 Jan 2015 16:09:15 GMT
2015-02-05 00:13:35 +00:00
SERVER: Python/3.4 aiohttp/0.13.1
2015-02-04 09:31:31 +00:00
X-ROUTE: /v1/version
2015-01-14 00:05:26 +00:00
{
2015-01-14 10:43:23 +00:00
"version": "1.3.dev1"
2015-01-14 00:05:26 +00:00
}