ヘルスモニタ更新

Description

ヘルスモニタの内容を更新(変更)します。
timeout ならびに max_retries パラメータを変更することはできません。

Request URL

Network API v2.0

PUT /v2.0/lb/health_monitors/{health_monitor_id}

Request Json

{
   "health_monitor":{
      "delay":"監視間隔"
   }
}

Request Parameters

Parameter Value Style Description
X-Auth-Token トークンID header トークン発行 にて払い出されたID
delay 5 ~ 10 plain ヘルスチェック(監視)間隔を指定します。
※5~10秒の範囲内で指定可能
url_path (Optional) / plain チェック先のパスを指定します。
※HTTPプロトコルの場合のみ

Response

  • Normal response codes
200

Example

  • Request
curl -i -X PUT \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "X-Auth-Token: トークンID" \
-d '{"health_monitor": {"delay": "監視間隔"}}' \
ネットワークエンドポイント/lb/health_monitors/ヘルスモニタID
  • Response
HTTP/1.1 200 OK
Date: Sat, 07 Apr 2018 18:10:36 GMT
Server: Apache
Content-Length: 212
Content-Type: application/json

{
    "health_monitor": {
        "admin_state_up": true, 
        "tenant_id": "テナントID", 
        "delay": 監視間隔, 
        "max_retries": 3, 
        "timeout": 5, 
        "pools": [], 
        "type": "プロトコル", 
        "id": "ヘルスモニタID"
    }
}

Internet for everyone

Copyright (c) 2024 GMO Internet Group, Inc. All Rights Reserved.