{"base_path":"/","components":null,"consumes":"","definitions":{"BatchCreateGeoIpRuleRequestBody":{"properties":{"description":{"description":"规则描述","type":"string"},"geoip":{"description":"地理位置封禁区域,可通过ShowPolicyGeoipMap接口查询支持的区域","type":"string"},"ip_type":{"description":"ip范围。若您的网站使用独享模式,请确认独享引擎是否全部升级到最新版本,避免造成异常。202412之后的版本支持配置IP范围","type":"string"},"name":{"description":"地理位置控制规则名称","type":"string"},"policy_ids":{"description":"需要添加规则的策略id","items":{"type":"string"},"type":"array"},"white":{"description":"防护动作:\n - 0 拦截\n - 1 放行\n - 2 仅记录","type":"integer"}},"required":["geoip","white","policy_ids","ip_type"]},"CreateGeoIpRuleResponseBody":{"properties":{"description":{"description":"规则描述","type":"string"},"geoip":{"description":"地理位置封禁区域","type":"string"},"id":{"description":"规则id","type":"string"},"ip_type":{"description":"ip范围。若您的网站使用独享模式,请确认独享引擎是否全部升级到最新版本,避免造成异常。202412之后的版本支持配置IP范围","type":"string"},"name":{"description":"地理位置控制规则名称","type":"string"},"policyid":{"description":"策略id","type":"string"},"status":{"description":"**参数解释:**\n规则状态标识,用于指定规则的启用或关闭状态\n**约束限制:**\n不涉及\n**取值范围:**\n - 0:关闭\n - 1:开启\n**默认取值:**\n不涉及","enum":[0,1],"type":"integer"},"timestamp":{"description":"创建规则时间戳","format":"int64","type":"integer"},"white":{"description":"防护动作:\n - 0 拦截\n - 1 放行\n - 2 仅记录","type":"integer"}},"type":"object"},"IAM5ErrorDetails":{"description":"调用下游服务的报错信息集合,IAM5鉴权错误时才会返回此信息0。","properties":{"error_code":{"description":"下游服务错误码","type":"string"},"error_msg":{"description":"下游服务报错信息","type":"string"}}},"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":"6788858cc63041739810fd55b8ee9ce6","info_version":"v1","method":"post","name":"BatchCreateGeoIpRule","parameters":{},"paths":{"/v1/{project_id}/waf/rule/geoip":{"post":{"description":"选中多个策略为这些策略批量添加地理位置访问控制规则","operationId":"BatchCreateGeoIpRule","parameters":[{"description":"**参数解释:**\n项目ID,对应控制台用户名->我的凭证->项目列表->项目ID。\n**约束限制:**\n不涉及\n**取值范围:**\n只能由英文字母、数字组成,且长度为32个字符。\n**默认取值:**\n不涉及","in":"path","name":"project_id","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"},{"description":"**参数解释:**\n用户Token,通过调用IAM服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)。\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","in":"header","name":"X-Auth-Token","required":false,"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":"批量创建地理位置访问控制规则","in":"body","name":"BatchCreateGeoIpRuleRequestBody","required":true,"schema":{"$ref":"#/definitions/BatchCreateGeoIpRuleRequestBody"}}],"responses":{"200":{"description":"**参数解释:**\nOK\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","examples":{"application/json":{"description":"","geoip":"BJ|SH|TJ|Afghanistan","ip_type":"v4","name":"aaa","white":0}},"schema":{"$ref":"#/definitions/CreateGeoIpRuleResponseBody"}},"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-api-type":"open-api","x-hybridcloud":true,"x-is-registered":"Y","x-order":84,"x-request-examples-description-1":"选中多个策略为这些策略批量添加地理位置访问控制规则","x-request-examples-text-1":{"description":"","geoip":"BJ|SH|TJ|Afghanistan","ip_type":"v4","name":"aaa","policy_ids":["d9e266bd2d9a44f39194d8cc242b7846"],"white":0},"x-request-examples-url-1":"POST https://{endpoint}/v1/{project_id}/waf/rule/geoip?enterprise_project_id=0","x-support-sdk":"Y"}}},"product_short":"WAF","region_id":"cn-north-4","schemes":["HTTPS"],"security_definitions":null,"summary":"选中多个策略批量添加地理位置访问控制规则","tags":"策略规则管理","uri":null,"version":"2.0"}