REAL(member)詳細取得
Description
REAL(member)の詳細を取得します。
Request URL
Network API v2.0
GET /v2.0/lb/members/{member_id}
Request Json
This operation does not accept a request body.
Request Parameters
| Parameter | Value | Style | Description |
|---|---|---|---|
| X-Auth-Token | Userトークン | header | トークン発行 にて払い出されたID |
| member_id | メンバーID | URI | 詳細を取得するメンバーIDを指定します。REAL(member)一覧取得にてご確認ください。 |
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" \ https://networking.jpt1.cloud.z.com/v2.0/lb/members/メンバーID
-
Response
HTTP/1.1 200 OK
Date: Mon, 11 Jul 2016 07:04:53 GMT
Server: Apache
Content-Length: 291
Content-Type: application/json
{
"member": {
"address": "IPアドレス",
"admin_state_up": バランシングの有効/無効,
"id": "メンバーID",
"pool_id": "プールID",
"protocol_port": ポート番号,
"status": "ACTIVE",
"status_description": null,
"tenant_id": "テナントID",
"weight": 1
}
}