REAL(member)一覧取得
Description
Real(member)の一覧を取得します。
Request URL
Network API v2.0 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
-
Normal response codes
200
Example
-
Request
curl -i -X GET \ -H "Accept: application/json" \ -H "Content-Type: application/json" \ -H "X-Auth-Token: トークンID" \ ネットワークエンドポイント/lb/members
-
Response
{
"members": [
{
"admin_state_up": バランシングの有効/無効,
"status": "ACTIVE",
"status_description": null,
"weight": 1,
"address": "IPアドレス",
"tenant_id": "テナントID",
"protocol_port": ポート番号,
"id": "メンバーID",
"pool_id": "プールID"
}
]
}