MENU
セキュリティグループ ルール削除 - Network API v2.0
Description
APIからコントロールパネル上のセキュリティグループのルールを削除することはできません
Request URL
Network API v2.0 DELETE /v2.0/security-group-rules/{rules-security-groups-id}
Request Paramters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークンID |
rules-security-groups-id | rules-security-groups 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/security-group-rules/11a7f5c8-e9d1-4353-923a-bc103a412ba6
- RES
HTTP/1.1 204 No Content Server: openresty/1.7.10.1 Date: Fri, 08 May 2015 12:28:39 GMT Content-Type: application/json Content-Length: 0 Connection: keep-alive