VIP一覧取得
Description
VIPの一覧を取得します。
Request URL
Network API GET /v2.0/lb/vips
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/vips
Response
HTTP/1.1 200 OK Server: openresty/1.7.10.1 Date: Fri, 08 May 2015 08:14:21 GMT Content-Type: application/json Content-Length: 1870 Connection: keep-alive { "vips": [ { "status": "ACTIVE", "protocol": "TCP", "description": "", "address": "157.7.94.1", "protocol_port": 8080, "port_id": "ae4d7f21-0fa4-4706-9d34-4002f7a2d599", "id": "e1090450-b43e-4de7-b6da-dacdff5a6d2e", "status_description": null, "name": "vip-157-7-94-1-32-8080", "admin_state_up": true, "subnet_id": "9c27f83a-ba6d-4e0e-b004-e34422e207a6", "tenant_id": "22394afc818d471ca2f0308c06ae7460", "connection_limit": -1, "pool_id": "3c435956-cc08-440a-8542-f8194d2bad1f", "session_persistence": null } ] }
ConoHaにて提供しておりますAPIにつきましては、クラウド基盤として採用しておりますOpenStackの機能にて実装しておりますので、詳細な情報や使い方はOpenStackのドキュメントにてご確認ください。