v1

latestOpenAPI 3.0.0AGPL 32026-07-17113256.8 KB
other

VERSION: Returns actual version information

No authentication is needed for this commnad (it is public)

get/version

Response

Successful response

statusinteger

HTTP response status code. The status appears also in response body's field for those clients that are unable to process standard HTTP status code.

Example response

{
  "status": 200,
  "result": {
    "version": "0.10.2-release-20171201",
    "apiVersion": "3.0.0",
    "srvDate": 1532936118000,
    "storage": {
      "type": "mongodb",
      "version": "4.0.6"
    }
  }
}