{"base_path":"/","components":null,"consumes":"","definitions":{"IAM5ErrorDetails":{"description":"调用下游服务的报错信息集合,IAM5鉴权错误时才会返回此信息0。","properties":{"error_code":{"description":"下游服务错误码","type":"string"},"error_msg":{"description":"下游服务报错信息","type":"string"}}},"IpReputationMapResponseBody":{"properties":{"ip_reputation_map":{"description":"**参数解释:**\n威胁情报控制防护选项的内容类型\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","properties":{"idc":{"description":"**参数解释:**\n威胁情报控制的内容类型\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","items":{"type":"string"},"type":"array"}},"type":"object"},"locale":{"description":"**参数解释:**\n威胁情报控制防护选项里,各个选项的描述\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","properties":{"AliCloud":{"description":"**参数解释:**\n阿里云,阿里巴巴集团旗下的云计算品牌\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","type":"string"},"Amazon":{"description":"**参数解释:**\n亚马逊,全球知名的电子商务和云计算企业\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","type":"string"},"Dr.Peng":{"description":"**参数解释:**\n鹏博士,一家提供互联网数据中心、云计算等服务的企业\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","type":"string"},"Google":{"description":"**参数解释:**\n谷歌公司,全球知名的科技企业,提供搜索引擎、云计算等服务\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","type":"string"},"HW":{"description":"**参数解释:**\n华为,全球知名的通信技术企业\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","type":"string"},"MeiTuan":{"description":"**参数解释:**\n美团网,中国领先的生活服务电子商务平台\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","type":"string"},"Microsoft":{"description":"**参数解释:**\n微软公司,全球知名的科技企业,提供操作系统、办公软件等服务\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","type":"string"},"Tencent":{"description":"**参数解释:**\n腾讯,中国知名的互联网企业,提供社交、游戏、金融等服务\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","type":"string"},"VNET":{"description":"**参数解释:**\n世纪互联,中国领先的电信中立互联网基础设施服务提供商\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","type":"string"}},"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":"2a390865636447ae969d12481fcfb87a","info_version":"v1","method":"get","name":"ConfirmPolicyIpReputationMap","parameters":{},"paths":{"/v1/{project_id}/waf/tag/ip-reputation/map":{"get":{"description":"查询威胁情报控制防护选项的详细信息","operationId":"ConfirmPolicyIpReputationMap","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项目ID,对应控制台用户名->我的凭证->项目列表->项目ID\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","in":"path","name":"project_id","required":true,"type":"string"},{"default":"cn","description":"**参数解释:**\n语言类型\n**约束限制:**\n不涉及\n**取值范围:**\n- cn 中文\n- en 英文\n**默认取值:**\ncn","enum":["cn","en"],"in":"query","name":"lang","required":false,"type":"string"},{"description":"**参数解释:**\n防护选项的详细信息的类型,当前仅支持“idc”。\n**约束限制:**\n不涉及\n**取值范围:**\n- idc\n**默认取值:**\n不涉及","enum":["idc"],"in":"query","name":"type","required":true,"type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","examples":{"application/json":{"ip_reputation_map":{"idc":["Dr.Peng","Google","Tencent","MeiTuan","AliCloud","Microsoft","Amazon","HW","VNET"]},"locale":{"AliCloud":"阿里云","Amazon":"亚马逊","Dr.Peng":"鹏博士","Google":"谷歌公司","HW":"华为","MeiTuan":"美团网","Microsoft":"微软公司","Tencent":"腾讯","VNET":"世纪互联"}}},"schema":{"$ref":"#/definitions/IpReputationMapResponseBody"}},"400":{"description":"请求失败","schema":{"$ref":"#/definitions/RestErrorResponse"}},"401":{"description":"token权限不足","schema":{"$ref":"#/definitions/RestErrorResponse"}},"500":{"description":"服务器内部错误","schema":{"$ref":"#/definitions/RestErrorResponse"}}},"summary":"查询威胁情报控制防护选项的详细信息","tags":["策略规则管理"],"x-api-type":"open-api","x-is-registered":"Y","x-order":0,"x-request-examples-url-1":"GET https://{Endpoint}/v1/{project_id}/waf/tag/ip-reputation/map?lang=cn&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"}