ヘルスモニタ削除

Description

ヘルスモニタの削除をします。
poolに割り当てているhealth_monitorsは削除できません。削除前に対象のhealth_monitorsの紐付けをpoolから全て削除する必要があります。

Request URL

Network API v2.0

DELETE /v2.0/lb/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
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/health_monitors/ヘルスモニタID
  • Response
HTTP/1.1 204 No Content
Date: Sat, 07 Apr 2018 18:14:43 GMT
Server: Apache
Content-Length: 0
Content-Type: application/json

Internet for everyone

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