Description

Request URL

Network API v2.0

GET /v2.0/lb/pools/{pool_id}

Request Paramters

Parameter Value Style Description
X-Auth-Token User Token header
pool_id pool 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/pools/5275ce01-d58d-4ced-a14b-1d0bbd16a0c3
HTTP/1.1 200 OK
Server: openresty/1.7.10.1
Date: Fri, 08 May 2015 08:20:23 GMT
Content-Type: application/json
Content-Length: 614
Connection: keep-alive

{
    "pool": {
        "status": "ACTIVE",
        "lb_method": "ROUND_ROBIN",
        "protocol": "TCP",
        "description": "",
        "health_monitors": [
            "11da3a67-c9aa-43e7-8494-a014dd19f6d7"
        ],
        "members": [
            "aaef886d-0cbe-44ef-a087-65ae8441ea19"
        ],
        "status_description": null,
        "id": "5275ce01-d58d-4ced-a14b-1d0bbd16a0c3",
        "vip_id": "ae262a43-dab3-4c94-9921-59728ce028bd",
        "name": "pool-157-7-94-24-32-80",
        "admin_state_up": true,
        "subnet_id": "28435875-046e-491a-bdf2-7dd21dcc9e73",
        "tenant_id": "22394afc818d471ca2f0308c06ae7460",
        "health_monitors_status": [
            {
                "monitor_id": "11da3a67-c9aa-43e7-8494-a014dd19f6d7",
                "status": "ACTIVE",
                "status_description": null
            }
        ],
        "provider": "lvs_dsr"
    }
}