This API is used to query all available versions of a native OpenStack API.
GET /
None
GET https://{Endpoint}/
Parameter |
Type |
Description |
|---|---|---|
versions |
Array of version objects |
Specifies the API version list. For details, see Table 2. |
{
"versions": [
{
"status": "CURRENT",
"id": "v2.0",
"links": [
{
"href": "https://{Endpoint}/v2.0",
"rel": "self"
}
]
}
]
}
See Status Codes.
See Error Codes.