Endpoint

/v1/version

GET

Retrieve the version of the appliance.

Parameters

This resource has no parameters.

Response

Codes

Code Description
200 Return value on success

Schema

{
  "description": "api_version_info",
  "type": "object",
  "properties": {
    "revision_id": {
      "description": "revision_id",
      "type": "string"
    },
    "build_id": {
      "description": "build_id",
      "type": "string"
    },
    "flavor": {
      "description": "flavor",
      "type": "string"
    },
    "build_date": {
      "description": "build_date",
      "type": "string"
    }
  }
}