doc-exports/docs/elb/api-ref/elb_fl_0006.html
zhoumeng b865c4b876 ELBB_API_0208
Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com>
Co-authored-by: zhoumeng <zhoumeng35@huawei.com>
Co-committed-by: zhoumeng <zhoumeng35@huawei.com>
2024-02-28 14:52:35 +00:00

2.1 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"
             }
            ]
           }
         ]
    }