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-09-27 15:15:40 +00:00
|
|
|
Content-Length: 49
|
|
|
|
Content-Type: application/json
|
2016-10-20 08:54:07 +00:00
|
|
|
Date: Thu, 20 Oct 2016 08:52:58 GMT
|
|
|
|
Server: Python/3.5 GNS3/2.0.0dev2
|
2016-09-27 15:15:40 +00:00
|
|
|
X-Route: /v2/version
|
2015-02-24 10:38:57 +00:00
|
|
|
|
|
|
|
{
|
2015-03-30 09:05:54 +00:00
|
|
|
"local": true,
|
2016-10-20 08:54:07 +00:00
|
|
|
"version": "2.0.0dev2"
|
2015-02-24 10:38:57 +00:00
|
|
|
}
|