1
0
forked from docs/doc-exports
doc-exports/docs/elb/api-ref/elb_fl_0006.html
Artem Goncharov 0751a20eaa
move elb docs to proper location (#6)
move elb docs to proper location

Reviewed-by: OpenTelekomCloud Bot <None>
2022-05-06 12:13:22 +00:00

1.6 KiB

Querying Versions

Function

Queries all available versions.

If there is no version added to the URL, all available versions are returned.

URI

GET /

Request

None

Response

None

Example

  • Example request
    GET /
  • Example response
    {
       "versions": [
          {
              "status": "CURRENT",
              "id": "v2.0",
              "links": [
             {
                "href": "http://192.168.82.231:9696/v2.0",
                "rel": "self"
             }
            ]
           }
         ]
    }