REAL(member)詳細取得
Description
REAL(member)の詳細情報を取得します。
Request URL
Network API 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 | トークンID | header | トークンIDを指定します。 |
member_id | メンバーID | path | メンバー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/メンバーID
Response
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" } }
ConoHaにて提供しておりますAPIにつきましては、クラウド基盤として採用しておりますOpenStackの機能にて実装しておりますので、詳細な情報や使い方はOpenStackのドキュメントにてご確認ください。