ヘルスモニタの関連付け解除
Description
poolに対してのヘルスモニタの関連付けを解除します。
poolにmemberが紐付いている場合には関連付けは解除ができませんので、解除する前に対象のpoolからmemberを全て削除する必要があります。
Request URL
Network API v2.0 DELETE /v2.0/lb/pools/{pool_id}/health_monitors/{health_monitor_id}
Request Json
This operation does not accept a request body.
Request Parameters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | トークンID | header | トークン発行 にて払い出されたID |
pool_id | プールID | plain | プールIDを指定します。POOL一覧取得 にて任意のプールIDをご確認ください。 |
health_monitor_id | ヘルスモニタID | URI | ヘルスモニタIDを指定します。ヘルスモニタ一覧取得 にて任意のヘルスモニタIDをご確認ください。 |
Response
-
Normal response codes
204
Example
-
Request
curl -i -X DELETE \ -H "Accept: application/json" \ -H "Content-Type: application/json" \ -H "X-Auth-Token: トークンID" \ ネットワークエンドポイント/lb/pools/プールID/health_monitors/ヘルスモニタID
-
Response
HTTP/1.1 204 No Content Date: Sat, 07 Apr 2018 18:23:55 GMT Server: Apache Content-Length: 0 Content-Type: application/json