Description
Request URL
Network API v2.0
GET /v2.0/lb/vips/{vip_id}
Request Paramters
| Parameter | Value | Style | Description |
|---|---|---|---|
| X-Auth-Token | User Token | header | |
| vip_id | vip id | URI |
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/209992bc-cd1c-4e2a-9623-d32ed388eeb3
HTTP/1.1 200 OK
Server: openresty/1.7.10.1
Date: Fri, 08 May 2015 08:23:52 GMT
Content-Type: application/json
Content-Length: 470
Connection: keep-alive
{
"vip": {
"status": "ACTIVE",
"protocol": "TCP",
"description": "",
"address": "157.7.94.1",
"protocol_port": 80,
"port_id": "7e75c66b-cac5-46c3-ab72-ca1939b1ce17",
"id": "209992bc-cd1c-4e2a-9623-d32ed388eeb3",
"status_description": null,
"name": "vip-157-7-94-1-32-80",
"admin_state_up": true,
"subnet_id": "9c27f83a-ba6d-4e0e-b004-e34422e207a6",
"tenant_id": "22394afc818d471ca2f0308c06ae7460",
"connection_limit": -1,
"pool_id": "97081853-56b6-408a-882c-1852ef46fafb",
"session_persistence": null
}
}