Versions

API version discovery and information

List API versions

get
/

Lists information for all Networking API versions.

Authorizations
AuthorizationstringRequired

OpenStack Keystone token authentication

Responses
200

Successful operation

application/json
get
/
GET /v2.0/ HTTP/1.1
Host: 23.253.228.211:9696
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

Successful operation

{
  "versions": [
    {
      "status": "CURRENT",
      "id": "text",
      "links": [
        {
          "href": "https://example.com",
          "rel": "text"
        }
      ]
    }
  ]
}

Show API v2.0 details

get
/v2.0

Shows details for Networking API v2.0.

Authorizations
AuthorizationstringRequired

OpenStack Keystone token authentication

Responses
200

Successful operation

application/json
get
/v2.0
GET /v2.0/v2.0 HTTP/1.1
Host: 23.253.228.211:9696
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "resources": [
    {
      "name": "text",
      "collection": "text",
      "links": [
        {
          "href": "https://example.com",
          "rel": "text"
        }
      ]
    }
  ]
}

Last updated

Was this helpful?