For the complete documentation index, see llms.txt. This page is also available as Markdown.

Extensions

API extensions management

List API extensions

get

Lists Block Storage API extensions

Authorizations
X-Auth-TokenstringRequired

PCD Identity Service token authentication

Responses
200

OK

application/json
get/v3/extensions
GET /cinder/v3/extensions HTTP/1.1
Host: example.platform9.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": "2026-01-01T00:00:00.000Z"
    }
  ]
}

Last updated

Was this helpful?