Description

Request URL

Network API v2.0

GET /v2.0/lb/members/{member_id}

Request Paramters

Parameter Value Style Description
X-Auth-Token User Token header
member_id member 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/members/0a5b0d2c-78ec-494e-9303-0c38c3623c78
HTTP/1.1 200 OK
Server: openresty/1.7.10.1
Date: Fri, 08 May 2015 09:22:47 GMT
Content-Type: application/json
Content-Length: 276
Connection: keep-alive

{
    "member": {
        "admin_state_up": true,
        "status": "ACTIVE",
        "status_description": null,
        "weight": 1,
        "address": "133.130.49.202",
        "tenant_id": "22394afc818d471ca2f0308c06ae7460",
        "protocol_port": 443,
        "id": "0a5b0d2c-78ec-494e-9303-0c38c3623c78",
        "pool_id": "17ec063d-97f6-4b7f-8b70-332d358ec93f"
    }
}