1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00
gns3-server/docs/api/examples/controller_get_version.txt

18 lines
284 B
Plaintext
Raw Normal View History

2016-04-18 14:49:36 +00:00
curl -i -X GET 'http://localhost:3080/v2/version'
2015-02-24 10:38:57 +00:00
2016-03-07 16:57:12 +00:00
GET /v2/version HTTP/1.1
2015-02-24 10:38:57 +00:00
HTTP/1.1 200
2016-03-04 16:50:17 +00:00
CONTENT-LENGTH: 49
2015-02-24 10:38:57 +00:00
CONTENT-TYPE: application/json
DATE: Thu, 08 Jan 2015 16:09:15 GMT
2016-04-18 14:49:36 +00:00
SERVER: Python/3.5 GNS3/2.0.0dev1
X-ROUTE: /v2/version
2015-02-24 10:38:57 +00:00
{
"local": true,
2016-04-18 14:49:36 +00:00
"version": "2.0.0dev1"
2015-02-24 10:38:57 +00:00
}