Description

Request URL

Network API v2.0

GET /v2.0/lb/vips

Request Paramters

Parameter Value Style Description
X-Auth-Token User Token header

Request Json

This operation does not accept a request body

Normal response codes

200

Example

curl -i -X GET \
-H "Accept: application/json" \
-H "X-Auth-Token: 0925897a3d4543218ff0dcd2bb378a8e" \
https://networking.tyo1.cloud.z.com/v2.0/lb/vips
HTTP/1.1 200 OK
Server: openresty/1.7.10.1
Date: Fri, 08 May 2015 08:14:21 GMT
Content-Type: application/json
Content-Length: 1870
Connection: keep-alive

{
    "vips": [
        {
            "status": "ACTIVE",
            "protocol": "TCP",
            "description": "",
            "address": "157.7.94.1",
            "protocol_port": 8080,
            "port_id": "ae4d7f21-0fa4-4706-9d34-4002f7a2d599",
            "id": "e1090450-b43e-4de7-b6da-dacdff5a6d2e",
            "status_description": null,
            "name": "vip-157-7-94-1-32-8080",
            "admin_state_up": true,
            "subnet_id": "9c27f83a-ba6d-4e0e-b004-e34422e207a6",
            "tenant_id": "22394afc818d471ca2f0308c06ae7460",
            "connection_limit": -1,
            "pool_id": "3c435956-cc08-440a-8542-f8194d2bad1f",
            "session_persistence": null
        }
    ]
}