DeleteWAFRules
更新时间:2024-12-20 09:01:21
PDF
删除 WAF 域名防护策略。
请求参数
Parameter name | Type | Description | Required |
---|---|---|---|
rules.n |
String |
策略的规则内容 |
Yes |
zone |
String |
区域 ID,注意要小写 |
Yes |
除上述请求参数外,还包含公共参数。
返回数据
Name | Type | Description |
---|---|---|
action |
String |
响应动作 |
waf_rules |
String |
添加的防护规则 ID |
请求示例
https://api.qingcloud.com/iaas/?action=DeleteWAFRules
&rules.1=wafri-0q7fd000
&zone=pek3a
&COMMON_PARAMS
返回示例
{
"action":"DeleteWAFRulesResponse",
"waf_rules":["wafri-0q7fd000"],
"ret_code":0
}