huawei-cloud-api-definitions-WAF 0.1.20260403

Huawei Cloud API definitions, generated from OpenAPI spec
Documentation
1
{"base_path":"/","components":null,"consumes":"","definitions":{"AntileakageMapResponseBody":{"properties":{"leakagemap":{"description":"**参数解释:**\n敏感信息的内容类型和返回码\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","properties":{"code":{"description":"**参数解释:**\n敏感信息的返回码\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","items":{"type":"string"},"type":"array"},"sensitive":{"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":{"code":{"description":"**参数解释:**\n响应码拦截,用于捕获和处理特定HTTP响应码的机制\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","type":"string"},"email":{"description":"**参数解释:**\n电子邮箱,用于电子通信的地址\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","type":"string"},"id_card":{"description":"**参数解释:**\n身份证号,用于识别个人身份的唯一编码\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","type":"string"},"phone":{"description":"**参数解释:**\n电话号码,用于联系的数字编码\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","type":"string"},"responseCode":{"description":"**参数解释:**\n选项涉及的各种响应码,示例值400,401,404\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","type":"string"},"sensitive":{"description":"**参数解释:**\n敏感信息过滤,用于检测和处理敏感信息的模块\n**约束限制:**\n不涉及\n**取值范围:**\n不涉及\n**默认取值:**\n不涉及","type":"string"}},"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":"ce3ce34605744a35ae9ec79f01bd7a59","info_version":"v1","method":"get","name":"ConfirmPolicyAntileakageMap","parameters":{},"paths":{"/v1/{project_id}/waf/tag/antileakage/map":{"get":{"description":"查询敏感信息选项的详细信息","operationId":"ConfirmPolicyAntileakageMap","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不涉及\n**默认取值:**\n不涉及","in":"path","name":"project_id","required":true,"type":"string"},{"description":"**参数解释:**\n 语言类型\n **约束限制:**\n 不涉及\n **取值范围:**\n - cn 中文\n - en 英文\n **默认取值:**\n cn","in":"query","name":"lang","required":true,"type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","examples":{"application/json":{"leakagemap":{"code":["400","401","402","403","404","405","500","501","502","503","504","507"],"sensitive":["id_card","phone","email"]},"locale":{"code":"响应码拦截","email":"电子邮箱","id_card":"身份证号","phone":"电话号码","sensitive":"敏感信息过滤"}}},"schema":{"$ref":"#/definitions/AntileakageMapResponseBody"}},"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/antileakage/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"}