MENU

Description

関連付けを解除するPoolにmemberが紐付いている場合には関連付け解除ができません。 関連付け解除前にmemberを全て削除する必要があります。

Request URL

Network API v2.0

DELETE /v2.0/lb/pools/{pool_id}/health_monitors/{health_monitor_id}

Request Paramters

Parameter Value Style Description
X-Auth-Token Userトークン header トークンID
pool_id Pool ID URI プールID
health_monitor_id healthmonitor ID URI ヘルスモニタID

Request Json

This operation does not accept a request body.

Normal response codes

204

Example
※エンドポイントURLにつきましては、お客様環境によって異なりますので、コントロールパネルにてご確認の上ご利用ください。

  • REQ
curl -i -X DELETE \
-H "Accept: application/json" \
-H "X-Auth-Token: 0925897a3d4543218ff0dcd2bb378a8e" \
https://networking.tyo1.conoha.io/v2.0/lb/pools/c6be7cbb-7179-4ae2-8645-1b7e54ae6a27/health_monitors/18aa7ef8-2074-4a81-9615-c3c4a0f7fb9d
  • RES
HTTP/1.1 204 No Content
Server: openresty/1.7.10.1
Date: Fri, 08 May 2015 12:04:28 GMT
Content-Type: application/json
Content-Length: 0
Connection: keep-alive