Versions

API version information

List API versions

get

Lists information for all Block Storage API versions

Authorizations
X-Auth-TokenstringRequired

OpenStack authentication token

Responses
get
/
GET /v3/ HTTP/1.1
Host: example.com
X-Auth-Token: YOUR_API_KEY
Accept: */*
300

Multiple Choices

{
  "versions": [
    {
      "id": "text",
      "status": "CURRENT",
      "updated": "2025-11-28T20:22:24.128Z",
      "links": [
        {
          "href": "https://example.com",
          "rel": "text",
          "type": "text"
        }
      ],
      "media-types": [
        {
          "base": "text",
          "type": "text"
        }
      ],
      "min_version": "text",
      "version": "text"
    }
  ]
}

Show API version details

get

Shows details for Block Storage API v3

Authorizations
X-Auth-TokenstringRequired

OpenStack authentication token

Responses
200

OK

application/json
get
/v3
GET /v3/v3 HTTP/1.1
Host: example.com
X-Auth-Token: YOUR_API_KEY
Accept: */*
200

OK

{
  "versions": [
    {
      "id": "text",
      "status": "CURRENT",
      "updated": "2025-11-28T20:22:24.128Z",
      "links": [
        {
          "href": "https://example.com",
          "rel": "text",
          "type": "text"
        }
      ],
      "media-types": [
        {
          "base": "text",
          "type": "text"
        }
      ],
      "min_version": "text",
      "version": "text"
    }
  ]
}

Last updated

Was this helpful?