Extensions

API extensions management

List API extensions

get

Lists Block Storage API extensions

Authorizations
X-Auth-TokenstringRequired

OpenStack authentication token

Responses
200

OK

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

OK

{
  "extensions": [
    {
      "alias": "text",
      "description": "text",
      "links": [
        {
          "href": "https://example.com",
          "rel": "text",
          "type": "text"
        }
      ],
      "name": "text",
      "updated": "2025-11-28T20:25:01.337Z"
    }
  ]
}

Last updated

Was this helpful?