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 Paramters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークンID |
pool_id | プールID | URI | プールIDを指定します。 |
health_monitor_id | ヘルスモニタID | URI | ヘルスモニタIDを指定します。 |
Response
Normal response codes
204 |
Example
Request
curl -i -X DELETE \ -H “Accept: application/json” \ -H “X-Auth-Token: トークンID” \ https://networking.odc01.eva-clouds.com/v2.0/lb/pools/プールID/health_monitors/ヘルスモニタID |
Response
HTTP/1.1 204 No Content |