Versions
API version discovery and information
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"
}
]
}
]
}Shows details for Networking API v2.0.
Authorizations
AuthorizationstringRequired
OpenStack Keystone token authentication
Responses
200
Successful operation
application/json
401
Unauthorized
application/json
get
/v2.0GET /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?
