MENU
REAL(member)一覧取得 - Network API v2.0
Description
Request URL
Network API v2.0 GET /v2.0/lb/members
Request Paramters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークンID |
Request Json
This operation does not accept a request body.
Normal response codes
200
Example
※エンドポイントURLにつきましては、お客様環境によって異なりますので、コントロールパネルにてご確認の上ご利用ください。
- REQ
curl -i -X GET \ -H "Accept: application/json" \ -H "X-Auth-Token: 0925897a3d4543218ff0dcd2bb378a8e" \ https://networking.tyo1.conoha.io/v2.0/lb/members
- RES
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" } ] }