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 Paramters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークン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/health_monitors/ヘルスモニタID |
Response
HTTP/1.1 204 No Content Date: Mon, 11 Jul 2016 04:01:38 GMT Server: Apache Content-Length: 0 Content-Type: application/json |