{"base_path":"/","components":null,"consumes":"","definitions":{"BatchUpdateWhiteBlackIpRuleRequestBody":{"description":"更新黑白名单规则请求体,其中请求体中必须包含name、white以及addr或者ip_group_id中一个","example":{"addr":"6.6.6.6","description":"sdk测试","name":"update","policy_rule_ids":[{"policy_id":"4a34899ab17a4811a6da57742f69135a","rule_ids":["ed37d85a925d469bb01986d06291d15f"]}],"white":1},"properties":{"addr":{"description":"**参数解释:**\nip地址,需要输入标准的ip地址或地址段,例如:42.123.120.66或42.123.120.0/16\n**约束限制:**\n参数“addr”和“ip_group_id”必须存在一个,同时存在时以参数“addr”为准\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","type":"string"},"description":{"description":"黑白名单规则描述","type":"string"},"ip_group_id":{"description":"**参数解释:**\nIp地址组id,可在控制台中对象管理->地址组管理中添加\n**约束限制:**\n参数“addr”和“ip_group_id”必须存在一个,同时存在时以参数“addr”为准\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","type":"string"},"name":{"description":"**参数解释:**\n规则名称\n**约束限制:**\n长度范围:[1, 256]\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","type":"string"},"policy_rule_ids":{"description":"**参数解释:**\n策略和规则id数组,关联防护策略与对应的规则集合\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","items":{"properties":{"policy_id":{"description":"**参数解释:**\n策略id,唯一标识一条防护策略,可从\"查询防护策略列表\"(ListPolicy)接口获取\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","type":"string"},"rule_ids":{"description":"**参数解释:**\n规则id数组,包含当前防护策略下的单个黑白名单规则id,您可以通过调用查询黑白名单规则列表(ListWhiteblackipRule)获取黑白名单规则id\n**约束限制:**\n单条规则ID\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","items":{"type":"string"},"maxItems":1,"minItems":1,"type":"array","uniqueItems":true}},"required":["policy_id","rule_ids"]},"type":"array"},"start":{"description":"规则生效开始时间,生效模式为自定义时,此字段才有效,请输入时间戳","type":"integer"},"terminal":{"description":"规则生效结束时间,生效模式为自定义时,此字段才有效,请输入时间戳","type":"integer"},"time_mode":{"default":"permanent","description":"**参数解释:**\n生效模式\n**约束限制:**\n不涉及\n**取值范围:**\n- permanent 立即生效\n- customize 自定义生效\n**默认取值:**\npermanent","enum":["permanent","customize"],"type":"string"},"white":{"description":"**参数解释:**\n防护动作\n**约束限制:**\n不涉及\n**取值范围:**\n - 0 拦截\n - 1 放行 \n - 2 仅记录\n**默认取值:**\n不涉及","pattern":"0,1,2","type":"integer"}},"required":["name","white","policy_rule_ids"],"type":"object"},"IAM5ErrorDetails":{"description":"调用下游服务的报错信息集合,IAM5鉴权错误时才会返回此信息0。","properties":{"error_code":{"description":"下游服务错误码","type":"string"},"error_msg":{"description":"下游服务报错信息","type":"string"}}},"PolicyRuleIdResponseBody":{"example":{"policy_rule_ids":[{"policy_id":"4a34899ab17a4811a6da57742f69135a","rule_ids":["ed37d85a925d469bb01986d06291d15f"]}]},"properties":{"policy_rule_ids":{"description":"**参数解释:**\n策略和规则id数组,返回防护策略与对应规则的ID关联关系\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","items":{"properties":{"policy_id":{"description":"**参数解释:**\n策略id,唯一标识一条防护策略\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","type":"string"},"rule_ids":{"description":"**参数解释:**\n规则id数组,返回当前防护策略下的多条规则ID\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","items":{"type":"string"},"type":"array"}}},"type":"array"}},"type":"object"},"RestErrorResponse":{"properties":{"details":{"description":"调用下游服务的报错信息集合,IAM5鉴权错误时才会返回此字段。","items":{"$ref":"#/definitions/IAM5ErrorDetails"},"type":"array"},"encoded_authorization_message":{"description":"编码 (加密) 后的详细拒绝原因,用户可以自行调用 STS 服务的decode-authorization-message接口进行解码,可参考STS5联调自验证。IAM5鉴权错误时才会返回此字段。","type":"string"},"error_code":{"description":"错误码","type":"string"},"error_msg":{"description":"错误信息","type":"string"}},"title":"RestErrorResponse","type":"object"}},"description":null,"group_id":"29975c0bd7ce463ca70ad5c074e3974b","host":"waf.cn-north-4.myhuaweicloud.com","id":"752fa8baf25143cb9b30e6ea87476bfa","info_version":"v1","method":"post","name":"BatchUpdateWhiteblackipRules","parameters":{},"paths":{"/v1/{project_id}/waf/rule/whiteblackip/batch-update":{"post":{"description":"批量更新黑白名单设置规则","operationId":"BatchUpdateWhiteblackipRules","parameters":[{"description":"**参数解释:**\n用户Token,通过调用IAM服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)。\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","in":"header","name":"X-Auth-Token","required":true,"type":"string"},{"default":"application/json;charset=utf8","description":"**参数解释:**\n内容类型\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\napplication/json;charset=utf8","in":"header","name":"Content-Type","required":true,"type":"string"},{"description":"**参数解释:**\n您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目ID。若需要查询当前用户所有企业项目绑定的资源信息,请传参all_granted_eps。\n**约束限制:**\n不涉及\n**取值范围:**\n - 0:代表default企业项目\n - all_granted_eps:代表所有企业项目\n - 其它企业项目ID:长度为36个字符\n**默认取值:**\n0","in":"query","name":"enterprise_project_id","required":false,"type":"string"},{"default":"","description":"**参数解释:**\n项目ID,对应控制台用户名->我的凭证->项目列表->项目ID。\n**约束限制:**\n不涉及\n**取值范围:**\n只能由英文字母、数字组成,且长度为32个字符。\n**默认取值:**\n不涉及","in":"path","name":"project_id","required":true,"type":"string"},{"description":"**参数解释:**\n批量修改黑白名单设置规则body\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","in":"body","name":"BatchUpdateWhiteBlackIpRuleRequestBody","schema":{"$ref":"#/definitions/BatchUpdateWhiteBlackIpRuleRequestBody"}}],"produces":["application/json"],"responses":{"200":{"description":"**参数解释:**\nOK\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","examples":{"application/json":{"policy_rule_ids":[{"policy_id":"4a34899ab17a4811a6da57742f69135a","rule_ids":["ed37d85a925d469bb01986d06291d15f"]}]}},"schema":{"$ref":"#/definitions/PolicyRuleIdResponseBody"}},"400":{"description":"**参数解释:**\n请求失败\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","schema":{"$ref":"#/definitions/RestErrorResponse"}},"401":{"description":"**参数解释:**\ntoken权限不足\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","schema":{"$ref":"#/definitions/RestErrorResponse"}},"500":{"description":"**参数解释:**\n服务器内部错误\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","schema":{"$ref":"#/definitions/RestErrorResponse"}}},"summary":"批量更新黑白名单设置规则","tags":["策略规则管理"],"x-apidesigner":58,"x-is-registered":"Y","x-request-examples-1":{"addr":"x.x.x.x24","description":"demo","name":"demo","policy_rule_ids":[{"policy_id":"4a34899ab17a4811a6da57742f69135a","rule_ids":["ed37d85a925d469bb01986d06291d15f"]}],"white":2},"x-request-examples-description-1":"批量更新黑白名单设置规则","x-request-examples-text-1":{"addr":"x.x.x.x24","description":"demo","name":"demo","policy_rule_ids":[{"policy_id":"4a34899ab17a4811a6da57742f69135a","rule_ids":["ed37d85a925d469bb01986d06291d15f"]}],"white":2},"x-request-examples-url-1":"POST https://{endpoint}/v1/{project_id}/waf/rule/whiteblackip/batch-update?enterprise_project_id=0","x-support-international":true,"x-support-sdk":"Y"}}},"product_short":"WAF","region_id":"cn-north-4","schemes":["HTTPS"],"security_definitions":null,"summary":"批量更新黑白名单设置规则","tags":"策略规则管理","uri":null,"version":"2.0"}