Description

REAL(member)の一覧を取得します。

Request URL

Network API

GET /v2.0/lb/members

Request Json

This operation does not accept a request body.

Request Parameters

Parameter Value Style Description
X-Auth-Token トークンID header トークンIDを指定します。

Response Code

Success

200

Example

Request

curl -i -X GET \
-H "Accept: application/json" \
-H "X-Auth-Token: トークンID" \
https://networking.tyo1.conoha.io/v2.0/lb/members

Response

HTTP/1.1 200 OK
Server: openresty/1.7.10.1
Date: Fri, 08 May 2015 09:20:54 GMT
Content-Type: application/json
Content-Length: 2665
Connection: keep-alive

{
    "members": [
        {
            "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"
        },
        {
            "admin_state_up": true,
            "status": "ACTIVE",
            "status_description": null,
            "weight": 1,
            "address": "157.7.110.18",
            "tenant_id": "22394afc818d471ca2f0308c06ae7460",
            "protocol_port": 443,
            "id": "e38f6eb7-e639-4e5c-a608-d1fa4d7c98e1",
            "pool_id": "17ec063d-97f6-4b7f-8b70-332d358ec93f"
        }
    ]
}

ConoHaにて提供しておりますAPIにつきましては、クラウド基盤として採用しておりますOpenStackの機能にて実装しておりますので、詳細な情報や使い方はOpenStackのドキュメントにてご確認ください。