gns3-server/docs/api/v2/controller/server/version.rst
2017-03-06 14:35:39 +01:00

2.4 KiB

/v2/version

GET /v2/version

Retrieve the server version number

Response status codes

  • 200: OK

Output

Name Mandatory Type Description
local boolean Whether this is a local server or not
version string Version number

POST /v2/version

Check if version is the same as the server

Response status codes

  • 200: Same version
  • 409: Invalid version

Input

Name Mandatory Type Description
local boolean Whether this is a local server or not
version string Version number

Output

Name Mandatory Type Description
local boolean Whether this is a local server or not
version string Version number