ヘルスモニタ一覧取得
Description
ヘルスモニタの一覧を取得します。
Request URL
Network API GET /v2.0/lb/health_monitors
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/health_monitors
Response
HTTP/1.1 200 OK Server: openresty/1.7.10.1 Date: Fri, 08 May 2015 08:54:55 GMT Content-Type: application/json Content-Length: 992 Connection: keep-alive { "health_monitors": [ { "admin_state_up": true, "tenant_id": "22394afc818d471ca2f0308c06ae7460", "delay": 10, "max_retries": 5, "timeout": 5, "pools": [ { "status": "ACTIVE", "status_description": null, "pool_id": "5275ce01-d58d-4ced-a14b-1d0bbd16a0c3" } ], "type": "TCP", "id": "11da3a67-c9aa-43e7-8494-a014dd19f6d7" }, { "admin_state_up": true, "tenant_id": "22394afc818d471ca2f0308c06ae7460", "delay": 5, "expected_codes": "200", "max_retries": 5, "http_method": "GET", "timeout": 5, "pools": [], "url_path": "/", "type": "HTTP", "id": "62f9931c-9c9d-4635-81a6-3268c5840c8b" } ] }
ConoHaにて提供しておりますAPIにつきましては、クラウド基盤として採用しておりますOpenStackの機能にて実装しておりますので、詳細な情報や使い方はOpenStackのドキュメントにてご確認ください。