tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1414.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tccli might be problematic. Click here for more details.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +2 -1
- tccli/services/ai3d/v20250513/api.json +22 -4
- tccli/services/aiart/aiart_client.py +173 -67
- tccli/services/aiart/v20221229/api.json +193 -0
- tccli/services/aiart/v20221229/examples.json +16 -0
- tccli/services/apm/apm_client.py +53 -0
- tccli/services/apm/v20210622/api.json +354 -0
- tccli/services/apm/v20210622/examples.json +8 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/autoscaling/v20180419/api.json +24 -2
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/bda/bda_client.py +15 -704
- tccli/services/bda/v20200324/api.json +107 -1819
- tccli/services/bda/v20200324/examples.json +0 -176
- tccli/services/billing/billing_client.py +326 -8
- tccli/services/billing/v20180709/api.json +2200 -255
- tccli/services/billing/v20180709/examples.json +48 -0
- tccli/services/cam/v20190116/api.json +4 -4
- tccli/services/captcha/v20190722/api.json +3 -3
- tccli/services/cat/v20180409/api.json +7 -7
- tccli/services/ccc/ccc_client.py +235 -76
- tccli/services/ccc/v20200210/api.json +502 -18
- tccli/services/ccc/v20200210/examples.json +24 -0
- tccli/services/cdb/cdb_client.py +106 -0
- tccli/services/cdb/v20170320/api.json +257 -44
- tccli/services/cdb/v20170320/examples.json +22 -6
- tccli/services/cdn/cdn_client.py +4 -163
- tccli/services/cdn/v20180606/api.json +61 -310
- tccli/services/cdn/v20180606/examples.json +1 -25
- tccli/services/cdwdoris/v20211228/api.json +51 -12
- tccli/services/cdwpg/v20201230/api.json +11 -1
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +11 -1
- tccli/services/cfs/cfs_client.py +41 -94
- tccli/services/cfs/v20190719/api.json +171 -55
- tccli/services/cfs/v20190719/examples.json +1 -9
- tccli/services/cfw/v20190904/api.json +122 -10
- tccli/services/ckafka/ckafka_client.py +188 -29
- tccli/services/ckafka/v20190819/api.json +277 -4
- tccli/services/ckafka/v20190819/examples.json +25 -1
- tccli/services/clb/clb_client.py +0 -265
- tccli/services/clb/v20180317/api.json +130 -296
- tccli/services/clb/v20180317/examples.json +12 -40
- tccli/services/cloudapp/v20220530/api.json +55 -0
- tccli/services/cloudaudit/v20190319/api.json +11 -0
- tccli/services/cloudhsm/v20191112/api.json +10 -10
- tccli/services/cls/v20201016/api.json +63 -45
- tccli/services/cls/v20201016/examples.json +10 -4
- tccli/services/csip/v20221121/api.json +53 -3
- tccli/services/ctem/v20231128/api.json +320 -0
- tccli/services/ctem/v20231128/examples.json +3 -3
- tccli/services/cvm/cvm_client.py +0 -212
- tccli/services/cvm/v20170312/api.json +91 -843
- tccli/services/cvm/v20170312/examples.json +32 -58
- tccli/services/cynosdb/cynosdb_client.py +167 -8
- tccli/services/cynosdb/v20190107/api.json +1126 -148
- tccli/services/cynosdb/v20190107/examples.json +31 -7
- tccli/services/dbbrain/dbbrain_client.py +246 -87
- tccli/services/dbbrain/v20191016/api.json +74 -62
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dbbrain/v20210527/api.json +601 -177
- tccli/services/dbbrain/v20210527/examples.json +28 -4
- tccli/services/dc/v20180410/api.json +101 -3
- tccli/services/dcdb/v20180411/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +237 -24
- tccli/services/dlc/v20210125/examples.json +12 -4
- tccli/services/dnspod/dnspod_client.py +106 -0
- tccli/services/dnspod/v20210323/api.json +126 -20
- tccli/services/dnspod/v20210323/examples.json +17 -7
- tccli/services/dsgc/v20190723/api.json +73 -15
- tccli/services/dts/v20180330/api.json +4 -4
- tccli/services/dts/v20211206/api.json +408 -127
- tccli/services/dts/v20211206/examples.json +15 -9
- tccli/services/eb/v20210416/api.json +41 -1
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +56 -9
- tccli/services/emr/v20190103/examples.json +5 -5
- tccli/services/es/es_client.py +273 -8
- tccli/services/es/v20180416/api.json +845 -33
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/es/v20250101/api.json +135 -2
- tccli/services/es/v20250101/examples.json +8 -0
- tccli/services/ess/ess_client.py +509 -32
- tccli/services/ess/v20201111/api.json +1366 -113
- tccli/services/ess/v20201111/examples.json +94 -10
- tccli/services/essbasic/v20210526/api.json +265 -27
- tccli/services/essbasic/v20210526/examples.json +12 -12
- tccli/services/facefusion/v20220927/api.json +1 -1
- tccli/services/gaap/v20180529/api.json +18 -8
- tccli/services/gme/gme_client.py +53 -0
- tccli/services/gme/v20180711/api.json +241 -1
- tccli/services/gme/v20180711/examples.json +8 -0
- tccli/services/gs/gs_client.py +216 -4
- tccli/services/gs/v20191118/api.json +202 -1
- tccli/services/gs/v20191118/examples.json +32 -0
- tccli/services/gwlb/gwlb_client.py +53 -0
- tccli/services/gwlb/v20240906/api.json +150 -0
- tccli/services/gwlb/v20240906/examples.json +8 -0
- tccli/services/hai/v20230812/api.json +5 -5
- tccli/services/hunyuan/v20230901/api.json +3 -3
- tccli/services/hunyuan/v20230901/examples.json +1 -1
- tccli/services/iai/v20180301/api.json +227 -207
- tccli/services/iai/v20180301/examples.json +26 -26
- tccli/services/iai/v20200303/api.json +4 -4
- tccli/services/iai/v20200303/examples.json +1 -1
- tccli/services/ioa/ioa_client.py +265 -0
- tccli/services/ioa/v20220601/api.json +781 -85
- tccli/services/ioa/v20220601/examples.json +46 -0
- tccli/services/iotexplorer/iotexplorer_client.py +387 -16
- tccli/services/iotexplorer/v20190423/api.json +1183 -63
- tccli/services/iotexplorer/v20190423/examples.json +92 -0
- tccli/services/keewidb/v20220308/api.json +69 -17
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/lcic/v20220817/api.json +61 -15
- tccli/services/lighthouse/v20200324/api.json +193 -24
- tccli/services/lighthouse/v20200324/examples.json +9 -3
- tccli/services/live/v20180801/api.json +6 -6
- tccli/services/live/v20180801/examples.json +7 -1
- tccli/services/lke/lke_client.py +40 -93
- tccli/services/lke/v20231130/api.json +943 -390
- tccli/services/lke/v20231130/examples.json +38 -46
- tccli/services/lkeap/v20240522/api.json +39 -12
- tccli/services/lkeap/v20240522/examples.json +12 -0
- tccli/services/mariadb/v20170312/api.json +1 -1
- tccli/services/mna/v20210119/api.json +11 -2
- tccli/services/mna/v20210119/examples.json +1 -1
- tccli/services/mongodb/mongodb_client.py +334 -16
- tccli/services/mongodb/v20190725/api.json +1092 -383
- tccli/services/mongodb/v20190725/examples.json +69 -21
- tccli/services/monitor/monitor_client.py +106 -0
- tccli/services/monitor/v20180724/api.json +383 -12
- tccli/services/monitor/v20180724/examples.json +24 -2
- tccli/services/mps/mps_client.py +220 -8
- tccli/services/mps/v20190612/api.json +1999 -179
- tccli/services/mps/v20190612/examples.json +56 -6
- tccli/services/mqtt/v20240516/api.json +10 -0
- tccli/services/mqtt/v20240516/examples.json +3 -9
- tccli/services/nlp/v20190408/api.json +6 -6
- tccli/services/oceanus/oceanus_client.py +318 -0
- tccli/services/oceanus/v20190422/api.json +461 -26
- tccli/services/oceanus/v20190422/examples.json +50 -2
- tccli/services/ocr/ocr_client.py +41 -253
- tccli/services/ocr/v20181119/api.json +153 -659
- tccli/services/ocr/v20181119/examples.json +8 -40
- tccli/services/omics/v20221128/api.json +90 -7
- tccli/services/organization/v20210331/api.json +46 -7
- tccli/services/postgres/v20170312/api.json +333 -77
- tccli/services/postgres/v20170312/examples.json +37 -31
- tccli/services/privatedns/privatedns_client.py +641 -58
- tccli/services/privatedns/v20201028/api.json +930 -19
- tccli/services/privatedns/v20201028/examples.json +91 -3
- tccli/services/pts/v20210728/api.json +2 -2
- tccli/services/redis/v20180412/api.json +303 -109
- tccli/services/redis/v20180412/examples.json +12 -12
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +22 -4
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/sms/v20190711/api.json +12 -12
- tccli/services/sms/v20190711/examples.json +9 -3
- tccli/services/sms/v20210111/api.json +13 -13
- tccli/services/sms/v20210111/examples.json +8 -2
- tccli/services/sqlserver/v20180328/api.json +46 -7
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +28 -0
- tccli/services/svp/v20240125/api.json +14 -4
- tccli/services/tag/v20180813/api.json +3 -3
- tccli/services/tat/v20201028/api.json +22 -3
- tccli/services/tcb/v20180608/api.json +1 -1
- tccli/services/tcss/tcss_client.py +228 -69
- tccli/services/tcss/v20201101/api.json +273 -25
- tccli/services/tcss/v20201101/examples.json +26 -2
- tccli/services/teo/teo_client.py +317 -52
- tccli/services/teo/v20220901/api.json +1824 -242
- tccli/services/teo/v20220901/examples.json +109 -21
- tccli/services/thpc/thpc_client.py +57 -4
- tccli/services/thpc/v20230321/api.json +163 -21
- tccli/services/thpc/v20230321/examples.json +13 -5
- tccli/services/tione/tione_client.py +163 -4
- tccli/services/tione/v20211111/api.json +285 -21
- tccli/services/tione/v20211111/examples.json +27 -3
- tccli/services/tke/tke_client.py +8 -8
- tccli/services/tke/v20180525/api.json +168 -130
- tccli/services/tke/v20180525/examples.json +20 -20
- tccli/services/tke/v20220501/api.json +215 -3
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/tms/tms_client.py +106 -0
- tccli/services/tms/v20201229/api.json +249 -3
- tccli/services/tms/v20201229/examples.json +16 -0
- tccli/services/tmt/v20180321/api.json +78 -1
- tccli/services/trabbit/v20230418/api.json +271 -4
- tccli/services/trabbit/v20230418/examples.json +9 -3
- tccli/services/trocket/v20230308/api.json +4 -4
- tccli/services/trro/trro_client.py +106 -0
- tccli/services/trro/v20220325/api.json +456 -0
- tccli/services/trro/v20220325/examples.json +16 -0
- tccli/services/trtc/v20190722/api.json +197 -49
- tccli/services/trtc/v20190722/examples.json +4 -4
- tccli/services/tse/v20201207/api.json +69 -2
- tccli/services/tse/v20201207/examples.json +3 -3
- tccli/services/tsf/v20180326/api.json +70 -7
- tccli/services/tsf/v20180326/examples.json +2 -2
- tccli/services/vclm/v20240523/api.json +145 -0
- tccli/services/vclm/v20240523/examples.json +16 -0
- tccli/services/vclm/vclm_client.py +106 -0
- tccli/services/vcube/v20220410/api.json +1 -1
- tccli/services/vod/v20180717/api.json +7 -7
- tccli/services/vpc/v20170312/api.json +1216 -70
- tccli/services/vpc/v20170312/examples.json +139 -3
- tccli/services/vpc/vpc_client.py +1023 -122
- tccli/services/vrs/v20200824/api.json +11 -11
- tccli/services/vrs/v20200824/examples.json +1 -1
- tccli/services/vtc/v20240223/api.json +14 -14
- tccli/services/waf/v20180125/api.json +812 -143
- tccli/services/waf/v20180125/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +1281 -601
- tccli/services/wedata/v20210820/examples.json +127 -157
- tccli/services/wedata/v20250806/api.json +19335 -0
- tccli/services/wedata/v20250806/examples.json +999 -0
- tccli/services/wedata/wedata_client.py +7072 -1131
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -995,9 +995,9 @@
|
|
|
995
995
|
"status": "online"
|
|
996
996
|
},
|
|
997
997
|
"ModifyDomainWhiteRule": {
|
|
998
|
-
"document": "
|
|
998
|
+
"document": "修改域名规则白名单",
|
|
999
999
|
"input": "ModifyDomainWhiteRuleRequest",
|
|
1000
|
-
"name": "
|
|
1000
|
+
"name": "修改域名规则白名单",
|
|
1001
1001
|
"output": "ModifyDomainWhiteRuleResponse",
|
|
1002
1002
|
"status": "online"
|
|
1003
1003
|
},
|
|
@@ -1298,7 +1298,7 @@
|
|
|
1298
1298
|
},
|
|
1299
1299
|
"metadata": {
|
|
1300
1300
|
"apiVersion": "2018-01-25",
|
|
1301
|
-
"api_brief": "
|
|
1301
|
+
"api_brief": "## 概述\n腾讯云 Web 应用防火墙(Web Application Firewall,WAF)是一款基于 AI 的一站式 Web 业务运营风险防护方案。通过 AI + 规则双引擎识别恶意流量,保护网站安全,提高 Web 站点的安全性和可靠性。通过 BOT 行为分析,防御恶意访问行为,保护网站核心业务安全和数据安全。\n腾讯云 WAF 提供两种类型的云上 WAF,SaaS 型 WAF 和负载均衡型 WAF,两种 WAF 提供的安全防护能力基本相同,接入方式不同。\n- SaaS 型 WAF 通过 DNS 解析,将域名解析到 WAF 集群提供的 CNAME 地址上,通过 WAF 配置源站服务器 IP,实现域名恶意流量清洗和过滤,将正常流量回源到源站,保护网站安全。\n- 负载均衡型 WAF 通过和腾讯云负载均衡集群进行联动,将负载均衡的 HTTP/HTTPS 流量镜像到 WAF 集群,WAF 进行旁路威胁检测和清洗,将用户请求的可信状态同步到负载均衡集群进行威胁拦截或放行,实现网站安全防护。\n\n腾讯云 WAF 可以有效防御 SQL 注入、XSS 跨站脚本、木马上传、非授权访问等 OWASP 攻击。此外还可以有效过滤 CC 攻击、提供 0day 漏洞补丁、防止网页篡改等,通过多种手段全方位保护网站的系统以及业务安全。\n本章节介绍的腾讯云 Web 应用防火墙 API 接口均为 API 3.0接口。\n您可以调用 API 对腾讯云 Web 应用防火墙进行操作,例如管理计费、管理防护设置、管理IP等。\n腾讯云 Web 应用防火墙支持的所有接口信息,请参见 [API 概览](https://cloud.tencent.com/document/product/627/53618)。\n\n## 术语表\n腾讯云 Web 应用防火墙 API 接口的常见术语请参见下表:\n\n| 术语 | 描述 | \n|---------|---------|\n| Edition | WAF产品版本标识,clb-waf代表负载均衡型WAF,sparta-waf代表SaaS型WAF| \n| QPS | 每秒查询率,衡量WAF实例处理请求能力的核心性能指标 | \n\n## 使用限制\n对于 API 接口的参数限制,请参考各接口文档中的参数说明。\n\n## API 快速入门\n您可以使用 API Explorer 工具在线调用 API。\n本文以增加域名规则白名单为例,通过 API Explorer 工具调用 API 接口的步骤如下:\n1. 进入 [API Explorer](https://console.cloud.tencent.com/api/explorer) 工具页面。更多 API Explorer 工具使用信息,请参见 [使用 API Explorer](https://cloud.tencent.com/document/product/1278/46697)。\n2. 调用 [AddDomainWhiteRule](https://cloud.tencent.com/document/product/627/72650) 接口,增加域名规则白名单。\n3. 增加域名规则白名单后,即可在 [黑白名单](https://console.cloud.tencent.com/guanjia/tea-iplist) > **白名单**页面查看新增加的域名规则白名单条目,并对其进行配置。具体操作步骤请参见 [IP 白名单](https://cloud.tencent.com/document/product/627/64381)。",
|
|
1302
1302
|
"serviceNameCN": "Web 应用防火墙",
|
|
1303
1303
|
"serviceShortName": "waf"
|
|
1304
1304
|
},
|
|
@@ -2033,7 +2033,7 @@
|
|
|
2033
2033
|
{
|
|
2034
2034
|
"disabled": false,
|
|
2035
2035
|
"document": "策略详情",
|
|
2036
|
-
"example": "
|
|
2036
|
+
"example": "无",
|
|
2037
2037
|
"member": "Strategy",
|
|
2038
2038
|
"name": "Strategies",
|
|
2039
2039
|
"required": true,
|
|
@@ -2114,7 +2114,7 @@
|
|
|
2114
2114
|
{
|
|
2115
2115
|
"disabled": false,
|
|
2116
2116
|
"document": "规则执行的时间",
|
|
2117
|
-
"example": "
|
|
2117
|
+
"example": "无",
|
|
2118
2118
|
"member": "JobDateTime",
|
|
2119
2119
|
"name": "JobDateTime",
|
|
2120
2120
|
"required": false,
|
|
@@ -2164,6 +2164,15 @@
|
|
|
2164
2164
|
"name": "LogicalOp",
|
|
2165
2165
|
"required": false,
|
|
2166
2166
|
"type": "string"
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
"disabled": false,
|
|
2170
|
+
"document": "按照动作灰度的比例,默认是100",
|
|
2171
|
+
"example": "2",
|
|
2172
|
+
"member": "uint64",
|
|
2173
|
+
"name": "ActionRatio",
|
|
2174
|
+
"required": false,
|
|
2175
|
+
"type": "int"
|
|
2167
2176
|
}
|
|
2168
2177
|
],
|
|
2169
2178
|
"type": "object"
|
|
@@ -2174,7 +2183,7 @@
|
|
|
2174
2183
|
{
|
|
2175
2184
|
"disabled": false,
|
|
2176
2185
|
"document": "操作的状态码,如果所有的资源操作成功则返回的是成功的状态码,如果有资源操作失败则需要解析Message的内容来查看哪个资源失败",
|
|
2177
|
-
"example": "
|
|
2186
|
+
"example": "无",
|
|
2178
2187
|
"member": "ResponseCode",
|
|
2179
2188
|
"name": "Success",
|
|
2180
2189
|
"output_required": true,
|
|
@@ -2224,7 +2233,7 @@
|
|
|
2224
2233
|
{
|
|
2225
2234
|
"disabled": false,
|
|
2226
2235
|
"document": "策略详情",
|
|
2227
|
-
"example": "
|
|
2236
|
+
"example": "无",
|
|
2228
2237
|
"member": "Strategy",
|
|
2229
2238
|
"name": "Strategies",
|
|
2230
2239
|
"required": true,
|
|
@@ -2269,7 +2278,7 @@
|
|
|
2269
2278
|
{
|
|
2270
2279
|
"disabled": false,
|
|
2271
2280
|
"document": "定时任务配置",
|
|
2272
|
-
"example": "
|
|
2281
|
+
"example": "无",
|
|
2273
2282
|
"member": "JobDateTime",
|
|
2274
2283
|
"name": "JobDateTime",
|
|
2275
2284
|
"required": false,
|
|
@@ -2293,7 +2302,7 @@
|
|
|
2293
2302
|
{
|
|
2294
2303
|
"disabled": false,
|
|
2295
2304
|
"document": "操作的状态码,如果所有的资源操作成功则返回的是成功的状态码,如果有资源操作失败则需要解析Message的内容来查看哪个资源失败",
|
|
2296
|
-
"example": "
|
|
2305
|
+
"example": "无",
|
|
2297
2306
|
"member": "ResponseCode",
|
|
2298
2307
|
"name": "Success",
|
|
2299
2308
|
"output_required": true,
|
|
@@ -2452,7 +2461,7 @@
|
|
|
2452
2461
|
{
|
|
2453
2462
|
"disabled": false,
|
|
2454
2463
|
"document": "服务端口列表配置。\nNginxServerId:新增域名时填'0'\nPort:监听端口号\nProtocol:端口协议\nUpstreamPort:与Port相同\nUpstreamProtocol:与Protocol相同",
|
|
2455
|
-
"example": "
|
|
2464
|
+
"example": "无",
|
|
2456
2465
|
"member": "PortItem",
|
|
2457
2466
|
"name": "Ports",
|
|
2458
2467
|
"required": true,
|
|
@@ -2476,6 +2485,42 @@
|
|
|
2476
2485
|
"required": true,
|
|
2477
2486
|
"type": "string"
|
|
2478
2487
|
},
|
|
2488
|
+
{
|
|
2489
|
+
"disabled": false,
|
|
2490
|
+
"document": "是否开启HTTP强制跳转到HTTPS。0:不强制跳转1:开启强制跳转",
|
|
2491
|
+
"example": "1",
|
|
2492
|
+
"member": "int64",
|
|
2493
|
+
"name": "HttpsRewrite",
|
|
2494
|
+
"required": false,
|
|
2495
|
+
"type": "int"
|
|
2496
|
+
},
|
|
2497
|
+
{
|
|
2498
|
+
"disabled": false,
|
|
2499
|
+
"document": "是否开启HTTP2,需要开启HTTPS协议支持。0:关闭1:开启",
|
|
2500
|
+
"example": "0",
|
|
2501
|
+
"member": "int64",
|
|
2502
|
+
"name": "IsHttp2",
|
|
2503
|
+
"required": false,
|
|
2504
|
+
"type": "int"
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
"disabled": false,
|
|
2508
|
+
"document": "是否开启主动健康检测。0:不开启1:开启",
|
|
2509
|
+
"example": "1",
|
|
2510
|
+
"member": "int64",
|
|
2511
|
+
"name": "ActiveCheck",
|
|
2512
|
+
"required": false,
|
|
2513
|
+
"type": "int"
|
|
2514
|
+
},
|
|
2515
|
+
{
|
|
2516
|
+
"disabled": false,
|
|
2517
|
+
"document": "加密套件模板。0:不支持选择,使用默认模板 1:通用型模板 2:安全型模板3:自定义模板",
|
|
2518
|
+
"example": "0",
|
|
2519
|
+
"member": "int64",
|
|
2520
|
+
"name": "CipherTemplate",
|
|
2521
|
+
"required": false,
|
|
2522
|
+
"type": "int"
|
|
2523
|
+
},
|
|
2479
2524
|
{
|
|
2480
2525
|
"disabled": false,
|
|
2481
2526
|
"document": "CertType为1时,需要填充此参数,表示自有证书的证书链",
|
|
@@ -2557,15 +2602,6 @@
|
|
|
2557
2602
|
"required": false,
|
|
2558
2603
|
"type": "list"
|
|
2559
2604
|
},
|
|
2560
|
-
{
|
|
2561
|
-
"disabled": false,
|
|
2562
|
-
"document": "必填项,是否开启HTTP强制跳转到HTTPS。\n0:不强制跳转\n1:开启强制跳转",
|
|
2563
|
-
"example": "1",
|
|
2564
|
-
"member": "int64",
|
|
2565
|
-
"name": "HttpsRewrite",
|
|
2566
|
-
"required": false,
|
|
2567
|
-
"type": "int"
|
|
2568
|
-
},
|
|
2569
2605
|
{
|
|
2570
2606
|
"disabled": false,
|
|
2571
2607
|
"document": "域名回源时的回源域名。UpstreamType为1时,需要填充此字段",
|
|
@@ -2584,15 +2620,6 @@
|
|
|
2584
2620
|
"required": false,
|
|
2585
2621
|
"type": "list"
|
|
2586
2622
|
},
|
|
2587
|
-
{
|
|
2588
|
-
"disabled": false,
|
|
2589
|
-
"document": "必填项,是否开启HTTP2,需要开启HTTPS协议支持。\n0:关闭\n1:开启",
|
|
2590
|
-
"example": "0",
|
|
2591
|
-
"member": "int64",
|
|
2592
|
-
"name": "IsHttp2",
|
|
2593
|
-
"required": false,
|
|
2594
|
-
"type": "int"
|
|
2595
|
-
},
|
|
2596
2623
|
{
|
|
2597
2624
|
"disabled": true,
|
|
2598
2625
|
"document": "WAF实例类型。\nsparta-waf:SAAS型WAF\nclb-waf:负载均衡型WAF\ncdn-waf:CDN上的Web防护能力",
|
|
@@ -2620,15 +2647,6 @@
|
|
|
2620
2647
|
"required": false,
|
|
2621
2648
|
"type": "list"
|
|
2622
2649
|
},
|
|
2623
|
-
{
|
|
2624
|
-
"disabled": false,
|
|
2625
|
-
"document": "必填项,是否开启主动健康检测。\n0:不开启\n1:开启",
|
|
2626
|
-
"example": "1",
|
|
2627
|
-
"member": "int64",
|
|
2628
|
-
"name": "ActiveCheck",
|
|
2629
|
-
"required": false,
|
|
2630
|
-
"type": "int"
|
|
2631
|
-
},
|
|
2632
2650
|
{
|
|
2633
2651
|
"disabled": false,
|
|
2634
2652
|
"document": "TLS版本信息",
|
|
@@ -2640,21 +2658,21 @@
|
|
|
2640
2658
|
},
|
|
2641
2659
|
{
|
|
2642
2660
|
"disabled": false,
|
|
2643
|
-
"document": "
|
|
2644
|
-
"example": "
|
|
2661
|
+
"document": "自定义的加密套件列表。CipherTemplate为3时需要填此字段,表示自定义的加密套件,值通过DescribeCiphersDetail接口获取。",
|
|
2662
|
+
"example": "[1,2,15]",
|
|
2645
2663
|
"member": "int64",
|
|
2646
|
-
"name": "
|
|
2664
|
+
"name": "Ciphers",
|
|
2647
2665
|
"required": false,
|
|
2648
|
-
"type": "
|
|
2666
|
+
"type": "list"
|
|
2649
2667
|
},
|
|
2650
2668
|
{
|
|
2651
2669
|
"disabled": false,
|
|
2652
|
-
"document": "
|
|
2653
|
-
"example": "
|
|
2670
|
+
"document": "WAF与源站的连接超时,默认10s。",
|
|
2671
|
+
"example": "10",
|
|
2654
2672
|
"member": "int64",
|
|
2655
|
-
"name": "
|
|
2673
|
+
"name": "ProxyConnectTimeout",
|
|
2656
2674
|
"required": false,
|
|
2657
|
-
"type": "
|
|
2675
|
+
"type": "int"
|
|
2658
2676
|
},
|
|
2659
2677
|
{
|
|
2660
2678
|
"disabled": false,
|
|
@@ -2812,7 +2830,7 @@
|
|
|
2812
2830
|
{
|
|
2813
2831
|
"disabled": false,
|
|
2814
2832
|
"document": "分流回源时生效,分流回源的规则。",
|
|
2815
|
-
"example": "
|
|
2833
|
+
"example": "无",
|
|
2816
2834
|
"member": "UpstreamRule",
|
|
2817
2835
|
"name": "UpstreamRules",
|
|
2818
2836
|
"required": false,
|
|
@@ -2826,6 +2844,15 @@
|
|
|
2826
2844
|
"name": "UseCase",
|
|
2827
2845
|
"required": false,
|
|
2828
2846
|
"type": "int"
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"disabled": false,
|
|
2850
|
+
"document": "gzip开关。0:关闭 1:默认值,打开。",
|
|
2851
|
+
"example": "1",
|
|
2852
|
+
"member": "int64",
|
|
2853
|
+
"name": "Gzip",
|
|
2854
|
+
"required": false,
|
|
2855
|
+
"type": "int"
|
|
2829
2856
|
}
|
|
2830
2857
|
],
|
|
2831
2858
|
"type": "object"
|
|
@@ -3046,8 +3073,7 @@
|
|
|
3046
3073
|
"member": "string",
|
|
3047
3074
|
"name": "Entity",
|
|
3048
3075
|
"required": true,
|
|
3049
|
-
"type": "string"
|
|
3050
|
-
"value_allowed_null": false
|
|
3076
|
+
"type": "string"
|
|
3051
3077
|
},
|
|
3052
3078
|
{
|
|
3053
3079
|
"disabled": false,
|
|
@@ -3056,8 +3082,7 @@
|
|
|
3056
3082
|
"member": "string",
|
|
3057
3083
|
"name": "Operator",
|
|
3058
3084
|
"required": true,
|
|
3059
|
-
"type": "string"
|
|
3060
|
-
"value_allowed_null": false
|
|
3085
|
+
"type": "string"
|
|
3061
3086
|
},
|
|
3062
3087
|
{
|
|
3063
3088
|
"disabled": false,
|
|
@@ -3066,8 +3091,16 @@
|
|
|
3066
3091
|
"member": "string",
|
|
3067
3092
|
"name": "Value",
|
|
3068
3093
|
"required": true,
|
|
3069
|
-
"type": "string"
|
|
3070
|
-
|
|
3094
|
+
"type": "string"
|
|
3095
|
+
},
|
|
3096
|
+
{
|
|
3097
|
+
"disabled": false,
|
|
3098
|
+
"document": "风险等级",
|
|
3099
|
+
"example": "[\"200\",\"300\"]",
|
|
3100
|
+
"member": "string",
|
|
3101
|
+
"name": "ValueList",
|
|
3102
|
+
"required": false,
|
|
3103
|
+
"type": "list"
|
|
3071
3104
|
}
|
|
3072
3105
|
],
|
|
3073
3106
|
"usage": "in"
|
|
@@ -3860,7 +3893,7 @@
|
|
|
3860
3893
|
{
|
|
3861
3894
|
"disabled": false,
|
|
3862
3895
|
"document": "过滤",
|
|
3863
|
-
"example": "
|
|
3896
|
+
"example": "无",
|
|
3864
3897
|
"member": "FiltersItemNew",
|
|
3865
3898
|
"name": "Filters",
|
|
3866
3899
|
"required": false,
|
|
@@ -3875,7 +3908,7 @@
|
|
|
3875
3908
|
{
|
|
3876
3909
|
"disabled": false,
|
|
3877
3910
|
"document": "操作结果",
|
|
3878
|
-
"example": "
|
|
3911
|
+
"example": "无",
|
|
3879
3912
|
"member": "CommonRspData",
|
|
3880
3913
|
"name": "CommonRsp",
|
|
3881
3914
|
"output_required": false,
|
|
@@ -4274,7 +4307,7 @@
|
|
|
4274
4307
|
{
|
|
4275
4308
|
"disabled": false,
|
|
4276
4309
|
"document": "场景ID",
|
|
4277
|
-
"example": "
|
|
4310
|
+
"example": "3000000001",
|
|
4278
4311
|
"member": "string",
|
|
4279
4312
|
"name": "SceneId",
|
|
4280
4313
|
"output_required": true,
|
|
@@ -4314,7 +4347,7 @@
|
|
|
4314
4347
|
{
|
|
4315
4348
|
"disabled": false,
|
|
4316
4349
|
"document": "场景模板类型,登录: login 秒杀:seckill 爬内容:crawl 自定义: custom",
|
|
4317
|
-
"example": "login",
|
|
4350
|
+
"example": "[\"login\"]",
|
|
4318
4351
|
"member": "string",
|
|
4319
4352
|
"name": "BusinessType",
|
|
4320
4353
|
"output_required": true,
|
|
@@ -4324,7 +4357,7 @@
|
|
|
4324
4357
|
{
|
|
4325
4358
|
"disabled": false,
|
|
4326
4359
|
"document": "客户端类型,浏览器/H5 : browser 小程序: miniApp App:",
|
|
4327
|
-
"example": "browser",
|
|
4360
|
+
"example": "[\"browser\"]",
|
|
4328
4361
|
"member": "string",
|
|
4329
4362
|
"name": "ClientType",
|
|
4330
4363
|
"output_required": true,
|
|
@@ -4344,7 +4377,7 @@
|
|
|
4344
4377
|
{
|
|
4345
4378
|
"disabled": false,
|
|
4346
4379
|
"document": "匹配范围",
|
|
4347
|
-
"example": "
|
|
4380
|
+
"example": "无",
|
|
4348
4381
|
"member": "BotSceneMatchCondition",
|
|
4349
4382
|
"name": "MatchCondition",
|
|
4350
4383
|
"output_required": true,
|
|
@@ -4464,7 +4497,7 @@
|
|
|
4464
4497
|
{
|
|
4465
4498
|
"disabled": false,
|
|
4466
4499
|
"document": "简易模式场景:前端对抗配置动作",
|
|
4467
|
-
"example": "
|
|
4500
|
+
"example": "1",
|
|
4468
4501
|
"member": "int64",
|
|
4469
4502
|
"name": "JsInjectAction",
|
|
4470
4503
|
"output_required": false,
|
|
@@ -4484,7 +4517,7 @@
|
|
|
4484
4517
|
{
|
|
4485
4518
|
"disabled": false,
|
|
4486
4519
|
"document": "简易模式场景:动作策略信息 PS:简易模式只有一个动作策略",
|
|
4487
|
-
"example": "
|
|
4520
|
+
"example": "无",
|
|
4488
4521
|
"member": "BotSceneActionRule",
|
|
4489
4522
|
"name": "ActionRuleList",
|
|
4490
4523
|
"output_required": false,
|
|
@@ -4544,7 +4577,7 @@
|
|
|
4544
4577
|
{
|
|
4545
4578
|
"disabled": false,
|
|
4546
4579
|
"document": "改场景的bot token列表",
|
|
4547
|
-
"example": "
|
|
4580
|
+
"example": "无",
|
|
4548
4581
|
"member": "BotToken",
|
|
4549
4582
|
"name": "TokenList",
|
|
4550
4583
|
"output_required": false,
|
|
@@ -4858,7 +4891,7 @@
|
|
|
4858
4891
|
{
|
|
4859
4892
|
"disabled": false,
|
|
4860
4893
|
"document": "场景列表,内容为空表示全部场景应用",
|
|
4861
|
-
"example": "login",
|
|
4894
|
+
"example": "[\"login\"]",
|
|
4862
4895
|
"member": "string",
|
|
4863
4896
|
"name": "Scene",
|
|
4864
4897
|
"output_required": false,
|
|
@@ -4874,6 +4907,16 @@
|
|
|
4874
4907
|
"output_required": false,
|
|
4875
4908
|
"type": "int",
|
|
4876
4909
|
"value_allowed_null": false
|
|
4910
|
+
},
|
|
4911
|
+
{
|
|
4912
|
+
"disabled": false,
|
|
4913
|
+
"document": "token有效性配置信息",
|
|
4914
|
+
"example": "无",
|
|
4915
|
+
"member": "TokenValidation",
|
|
4916
|
+
"name": "TokenValidation",
|
|
4917
|
+
"output_required": true,
|
|
4918
|
+
"type": "object",
|
|
4919
|
+
"value_allowed_null": false
|
|
4877
4920
|
}
|
|
4878
4921
|
],
|
|
4879
4922
|
"usage": "out"
|
|
@@ -5195,8 +5238,8 @@
|
|
|
5195
5238
|
},
|
|
5196
5239
|
{
|
|
5197
5240
|
"disabled": false,
|
|
5198
|
-
"document": "
|
|
5199
|
-
"example": "\"[]\"",
|
|
5241
|
+
"document": "key为匹配字段;args为base64编码后的参数,等于号前为匹配参数,等于号后为匹配内容;match为逻辑符号;encodeflag为参数内容是否编码",
|
|
5242
|
+
"example": "\"[{\"key\":\"Cookie\",\"args\":[\"bXl0b2tlbg=dmFsdWUx\"],\"match\":\"0\"}]\"",
|
|
5200
5243
|
"member": "string",
|
|
5201
5244
|
"name": "Options",
|
|
5202
5245
|
"output_required": true,
|
|
@@ -5272,6 +5315,26 @@
|
|
|
5272
5315
|
"output_required": false,
|
|
5273
5316
|
"type": "string",
|
|
5274
5317
|
"value_allowed_null": false
|
|
5318
|
+
},
|
|
5319
|
+
{
|
|
5320
|
+
"disabled": false,
|
|
5321
|
+
"document": "页面ID",
|
|
5322
|
+
"example": "\"0\"",
|
|
5323
|
+
"member": "string",
|
|
5324
|
+
"name": "PageId",
|
|
5325
|
+
"output_required": false,
|
|
5326
|
+
"type": "string",
|
|
5327
|
+
"value_allowed_null": false
|
|
5328
|
+
},
|
|
5329
|
+
{
|
|
5330
|
+
"disabled": false,
|
|
5331
|
+
"document": "动作灰度比例,默认值100",
|
|
5332
|
+
"example": "20",
|
|
5333
|
+
"member": "uint64",
|
|
5334
|
+
"name": "ActionRatio",
|
|
5335
|
+
"output_required": false,
|
|
5336
|
+
"type": "int",
|
|
5337
|
+
"value_allowed_null": false
|
|
5275
5338
|
}
|
|
5276
5339
|
],
|
|
5277
5340
|
"usage": "out"
|
|
@@ -5706,7 +5769,7 @@
|
|
|
5706
5769
|
{
|
|
5707
5770
|
"disabled": false,
|
|
5708
5771
|
"document": "内网地址",
|
|
5709
|
-
"example": "[\"
|
|
5772
|
+
"example": "[\"1.1.11.7\"]",
|
|
5710
5773
|
"member": "string",
|
|
5711
5774
|
"name": "PrivateIp",
|
|
5712
5775
|
"output_required": true,
|
|
@@ -7511,7 +7574,7 @@
|
|
|
7511
7574
|
{
|
|
7512
7575
|
"disabled": false,
|
|
7513
7576
|
"document": "批量删除的规则列表",
|
|
7514
|
-
"example": "
|
|
7577
|
+
"example": "无",
|
|
7515
7578
|
"member": "DomainRuleId",
|
|
7516
7579
|
"name": "DomainRuleIdList",
|
|
7517
7580
|
"required": false,
|
|
@@ -7526,7 +7589,7 @@
|
|
|
7526
7589
|
{
|
|
7527
7590
|
"disabled": false,
|
|
7528
7591
|
"document": "操作的状态码,如果所有的资源操作成功则返回的是成功的状态码,如果有资源操作失败则需要解析Message的内容来查看哪个资源失败",
|
|
7529
|
-
"example": "
|
|
7592
|
+
"example": "无",
|
|
7530
7593
|
"member": "ResponseCode",
|
|
7531
7594
|
"name": "Success",
|
|
7532
7595
|
"output_required": true,
|
|
@@ -7572,7 +7635,7 @@
|
|
|
7572
7635
|
{
|
|
7573
7636
|
"disabled": false,
|
|
7574
7637
|
"document": "操作的状态码,如果所有的资源操作成功则返回的是成功的状态码,如果有资源操作失败则需要解析Message的内容来查看哪个资源失败",
|
|
7575
|
-
"example": "
|
|
7638
|
+
"example": "无",
|
|
7576
7639
|
"member": "ResponseCode",
|
|
7577
7640
|
"name": "Success",
|
|
7578
7641
|
"output_required": true,
|
|
@@ -8004,19 +8067,19 @@
|
|
|
8004
8067
|
},
|
|
8005
8068
|
{
|
|
8006
8069
|
"disabled": false,
|
|
8007
|
-
"document": "
|
|
8008
|
-
"example": "
|
|
8070
|
+
"document": "必填项。域名所属实例ID",
|
|
8071
|
+
"example": "waf_2kw60zgy0908e8j3",
|
|
8009
8072
|
"member": "string",
|
|
8010
|
-
"name": "
|
|
8011
|
-
"required":
|
|
8073
|
+
"name": "InstanceID",
|
|
8074
|
+
"required": true,
|
|
8012
8075
|
"type": "string"
|
|
8013
8076
|
},
|
|
8014
8077
|
{
|
|
8015
8078
|
"disabled": false,
|
|
8016
|
-
"document": "
|
|
8017
|
-
"example": "
|
|
8079
|
+
"document": "实例类型",
|
|
8080
|
+
"example": "sparta-waf",
|
|
8018
8081
|
"member": "string",
|
|
8019
|
-
"name": "
|
|
8082
|
+
"name": "Edition",
|
|
8020
8083
|
"required": false,
|
|
8021
8084
|
"type": "string"
|
|
8022
8085
|
}
|
|
@@ -8680,7 +8743,7 @@
|
|
|
8680
8743
|
{
|
|
8681
8744
|
"disabled": false,
|
|
8682
8745
|
"document": "是否仅查询泛化的,1表示查询,0表示不查询",
|
|
8683
|
-
"example": "
|
|
8746
|
+
"example": "0",
|
|
8684
8747
|
"member": "int64",
|
|
8685
8748
|
"name": "IsPan",
|
|
8686
8749
|
"required": false,
|
|
@@ -8705,7 +8768,7 @@
|
|
|
8705
8768
|
{
|
|
8706
8769
|
"disabled": false,
|
|
8707
8770
|
"document": "请求参数样例列表",
|
|
8708
|
-
"example": "
|
|
8771
|
+
"example": "无",
|
|
8709
8772
|
"member": "ApiParameterType",
|
|
8710
8773
|
"name": "ParameterList",
|
|
8711
8774
|
"output_required": false,
|
|
@@ -8725,7 +8788,7 @@
|
|
|
8725
8788
|
{
|
|
8726
8789
|
"disabled": false,
|
|
8727
8790
|
"document": "敏感字段",
|
|
8728
|
-
"example": "[\"\"]",
|
|
8791
|
+
"example": "[\"string\"]",
|
|
8729
8792
|
"member": "string",
|
|
8730
8793
|
"name": "SensitiveFields",
|
|
8731
8794
|
"output_required": false,
|
|
@@ -8815,7 +8878,7 @@
|
|
|
8815
8878
|
{
|
|
8816
8879
|
"disabled": false,
|
|
8817
8880
|
"document": "历史样例",
|
|
8818
|
-
"example": "
|
|
8881
|
+
"example": "无",
|
|
8819
8882
|
"member": "ApiDetailSampleHistory",
|
|
8820
8883
|
"name": "ApiDetailSampleHistory",
|
|
8821
8884
|
"output_required": false,
|
|
@@ -8864,7 +8927,7 @@
|
|
|
8864
8927
|
{
|
|
8865
8928
|
"disabled": false,
|
|
8866
8929
|
"document": "过滤条件",
|
|
8867
|
-
"example": "
|
|
8930
|
+
"example": "无",
|
|
8868
8931
|
"member": "ApiDataFilter",
|
|
8869
8932
|
"name": "Filters",
|
|
8870
8933
|
"required": false,
|
|
@@ -8873,7 +8936,7 @@
|
|
|
8873
8936
|
{
|
|
8874
8937
|
"disabled": false,
|
|
8875
8938
|
"document": "排序方法,1 升序,-1 降序",
|
|
8876
|
-
"example": "[\"update_time
|
|
8939
|
+
"example": "[\"update_time:1\"]",
|
|
8877
8940
|
"member": "string",
|
|
8878
8941
|
"name": "Sort",
|
|
8879
8942
|
"required": false,
|
|
@@ -8915,7 +8978,7 @@
|
|
|
8915
8978
|
{
|
|
8916
8979
|
"disabled": false,
|
|
8917
8980
|
"document": "api资产列表",
|
|
8918
|
-
"example": "
|
|
8981
|
+
"example": "无",
|
|
8919
8982
|
"member": "ApiAsset",
|
|
8920
8983
|
"name": "Data",
|
|
8921
8984
|
"output_required": false,
|
|
@@ -9758,7 +9821,7 @@
|
|
|
9758
9821
|
{
|
|
9759
9822
|
"disabled": false,
|
|
9760
9823
|
"document": "当TotalCount为0时,返回空",
|
|
9761
|
-
"example": "
|
|
9824
|
+
"example": "无",
|
|
9762
9825
|
"member": "BotSceneInfo",
|
|
9763
9826
|
"name": "BotSceneList",
|
|
9764
9827
|
"output_required": true,
|
|
@@ -9835,7 +9898,7 @@
|
|
|
9835
9898
|
{
|
|
9836
9899
|
"disabled": false,
|
|
9837
9900
|
"document": "当前开启的、匹配范围为全局、优先级最高的场景",
|
|
9838
|
-
"example": "
|
|
9901
|
+
"example": "无",
|
|
9839
9902
|
"member": "GlobalSceneInfo",
|
|
9840
9903
|
"name": "CurrentGlobalScene",
|
|
9841
9904
|
"output_required": false,
|
|
@@ -9852,6 +9915,16 @@
|
|
|
9852
9915
|
"type": "int",
|
|
9853
9916
|
"value_allowed_null": false
|
|
9854
9917
|
},
|
|
9918
|
+
{
|
|
9919
|
+
"disabled": false,
|
|
9920
|
+
"document": "图灵盾开关状态",
|
|
9921
|
+
"example": "true",
|
|
9922
|
+
"member": "bool",
|
|
9923
|
+
"name": "TldStatus",
|
|
9924
|
+
"output_required": false,
|
|
9925
|
+
"type": "bool",
|
|
9926
|
+
"value_allowed_null": false
|
|
9927
|
+
},
|
|
9855
9928
|
{
|
|
9856
9929
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
9857
9930
|
"member": "string",
|
|
@@ -10596,7 +10669,7 @@
|
|
|
10596
10669
|
{
|
|
10597
10670
|
"disabled": false,
|
|
10598
10671
|
"document": "策略详情",
|
|
10599
|
-
"example": "
|
|
10672
|
+
"example": "无",
|
|
10600
10673
|
"member": "Strategy",
|
|
10601
10674
|
"name": "Strategies",
|
|
10602
10675
|
"output_required": true,
|
|
@@ -10656,7 +10729,7 @@
|
|
|
10656
10729
|
{
|
|
10657
10730
|
"disabled": false,
|
|
10658
10731
|
"document": "定时任务配置信息",
|
|
10659
|
-
"example": "
|
|
10732
|
+
"example": "无",
|
|
10660
10733
|
"member": "JobDateTime",
|
|
10661
10734
|
"name": "JobDateTime",
|
|
10662
10735
|
"output_required": false,
|
|
@@ -10712,6 +10785,16 @@
|
|
|
10712
10785
|
"output_required": false,
|
|
10713
10786
|
"type": "string",
|
|
10714
10787
|
"value_allowed_null": false
|
|
10788
|
+
},
|
|
10789
|
+
{
|
|
10790
|
+
"disabled": false,
|
|
10791
|
+
"document": "规则灰度的比例,默认是100,不灰度",
|
|
10792
|
+
"example": "20",
|
|
10793
|
+
"member": "uint64",
|
|
10794
|
+
"name": "ActionRatio",
|
|
10795
|
+
"output_required": false,
|
|
10796
|
+
"type": "int",
|
|
10797
|
+
"value_allowed_null": false
|
|
10715
10798
|
}
|
|
10716
10799
|
],
|
|
10717
10800
|
"usage": "out"
|
|
@@ -11979,7 +12062,7 @@
|
|
|
11979
12062
|
{
|
|
11980
12063
|
"disabled": false,
|
|
11981
12064
|
"document": "输出",
|
|
11982
|
-
"example": "
|
|
12065
|
+
"example": "无",
|
|
11983
12066
|
"member": "IpAccessControlData",
|
|
11984
12067
|
"name": "Data",
|
|
11985
12068
|
"output_required": true,
|
|
@@ -12349,6 +12432,16 @@
|
|
|
12349
12432
|
"type": "int",
|
|
12350
12433
|
"value_allowed_null": false
|
|
12351
12434
|
},
|
|
12435
|
+
{
|
|
12436
|
+
"disabled": false,
|
|
12437
|
+
"document": "gzip 开关",
|
|
12438
|
+
"example": "1",
|
|
12439
|
+
"member": "uint64",
|
|
12440
|
+
"name": "GzipAnalysis",
|
|
12441
|
+
"output_required": false,
|
|
12442
|
+
"type": "int",
|
|
12443
|
+
"value_allowed_null": false
|
|
12444
|
+
},
|
|
12352
12445
|
{
|
|
12353
12446
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
12354
12447
|
"member": "string",
|
|
@@ -12364,7 +12457,7 @@
|
|
|
12364
12457
|
{
|
|
12365
12458
|
"disabled": false,
|
|
12366
12459
|
"document": "支持的过滤器:\tObjectId: clb实例ID\tVIP: clb实例的公网IP\tInstanceId: waf实例ID\tDomain: 精准域名\tStatus: waf防护开关状态: 0关闭,1开启\tClsStatus: waf日志开关: 0关闭,1开启 ",
|
|
12367
|
-
"example": "
|
|
12460
|
+
"example": "无",
|
|
12368
12461
|
"member": "FiltersItemNew",
|
|
12369
12462
|
"name": "Filters",
|
|
12370
12463
|
"required": false,
|
|
@@ -13174,7 +13267,7 @@
|
|
|
13174
13267
|
{
|
|
13175
13268
|
"disabled": false,
|
|
13176
13269
|
"document": "ip列表,当入参Ip为all时,返回所有已知ip列表",
|
|
13177
|
-
"example": "
|
|
13270
|
+
"example": "无",
|
|
13178
13271
|
"member": "ScanIpInfo",
|
|
13179
13272
|
"name": "IpList",
|
|
13180
13273
|
"output_required": false,
|
|
@@ -13224,7 +13317,7 @@
|
|
|
13224
13317
|
{
|
|
13225
13318
|
"disabled": false,
|
|
13226
13319
|
"document": "扫描示例",
|
|
13227
|
-
"example": "
|
|
13320
|
+
"example": "waf",
|
|
13228
13321
|
"member": "string",
|
|
13229
13322
|
"name": "Demo",
|
|
13230
13323
|
"output_required": false,
|
|
@@ -13254,7 +13347,7 @@
|
|
|
13254
13347
|
{
|
|
13255
13348
|
"disabled": false,
|
|
13256
13349
|
"document": "产品文案",
|
|
13257
|
-
"example": "此 IP为
|
|
13350
|
+
"example": "此 IP为 微信小程序",
|
|
13258
13351
|
"member": "string",
|
|
13259
13352
|
"name": "Announcement",
|
|
13260
13353
|
"output_required": false,
|
|
@@ -14003,7 +14096,7 @@
|
|
|
14003
14096
|
{
|
|
14004
14097
|
"disabled": false,
|
|
14005
14098
|
"document": "规则类型列表及信息",
|
|
14006
|
-
"example": "
|
|
14099
|
+
"example": "无",
|
|
14007
14100
|
"member": "RuleType",
|
|
14008
14101
|
"name": "RuleTypeList",
|
|
14009
14102
|
"output_required": true,
|
|
@@ -14396,7 +14489,7 @@
|
|
|
14396
14489
|
{
|
|
14397
14490
|
"disabled": false,
|
|
14398
14491
|
"document": "域名",
|
|
14399
|
-
"example": "www.
|
|
14492
|
+
"example": "www.qcloudwaf.com",
|
|
14400
14493
|
"member": "string",
|
|
14401
14494
|
"name": "Domain",
|
|
14402
14495
|
"required": true,
|
|
@@ -14411,7 +14504,7 @@
|
|
|
14411
14504
|
{
|
|
14412
14505
|
"disabled": false,
|
|
14413
14506
|
"document": "webshell域名",
|
|
14414
|
-
"example": "www.
|
|
14507
|
+
"example": "www.qcloudwaf.com",
|
|
14415
14508
|
"member": "string",
|
|
14416
14509
|
"name": "Domain",
|
|
14417
14510
|
"output_required": true,
|
|
@@ -15255,7 +15348,7 @@
|
|
|
15255
15348
|
{
|
|
15256
15349
|
"disabled": false,
|
|
15257
15350
|
"document": "域名端口配置",
|
|
15258
|
-
"example": "
|
|
15351
|
+
"example": "无",
|
|
15259
15352
|
"member": "PortInfo",
|
|
15260
15353
|
"name": "Ports",
|
|
15261
15354
|
"output_required": true,
|
|
@@ -15352,6 +15445,16 @@
|
|
|
15352
15445
|
"type": "int",
|
|
15353
15446
|
"value_allowed_null": false
|
|
15354
15447
|
},
|
|
15448
|
+
{
|
|
15449
|
+
"disabled": false,
|
|
15450
|
+
"document": "WAF与源站的连接超时,默认10s。",
|
|
15451
|
+
"example": "10",
|
|
15452
|
+
"member": "int64",
|
|
15453
|
+
"name": "ProxyConnectTimeout",
|
|
15454
|
+
"output_required": false,
|
|
15455
|
+
"type": "int",
|
|
15456
|
+
"value_allowed_null": false
|
|
15457
|
+
},
|
|
15355
15458
|
{
|
|
15356
15459
|
"disabled": false,
|
|
15357
15460
|
"document": "WAF与源站的读超时时间,默认300s。",
|
|
@@ -15565,7 +15668,7 @@
|
|
|
15565
15668
|
{
|
|
15566
15669
|
"disabled": false,
|
|
15567
15670
|
"document": "分流回源策略",
|
|
15568
|
-
"example": "
|
|
15671
|
+
"example": "无",
|
|
15569
15672
|
"member": "UpstreamRule",
|
|
15570
15673
|
"name": "UpstreamRules",
|
|
15571
15674
|
"output_required": false,
|
|
@@ -15581,6 +15684,16 @@
|
|
|
15581
15684
|
"output_required": false,
|
|
15582
15685
|
"type": "int",
|
|
15583
15686
|
"value_allowed_null": false
|
|
15687
|
+
},
|
|
15688
|
+
{
|
|
15689
|
+
"disabled": false,
|
|
15690
|
+
"document": "gzip开关。0:关闭 1:默认值,打开。",
|
|
15691
|
+
"example": "1",
|
|
15692
|
+
"member": "int64",
|
|
15693
|
+
"name": "Gzip",
|
|
15694
|
+
"output_required": false,
|
|
15695
|
+
"type": "int",
|
|
15696
|
+
"value_allowed_null": false
|
|
15584
15697
|
}
|
|
15585
15698
|
],
|
|
15586
15699
|
"usage": "out"
|
|
@@ -17616,7 +17729,7 @@
|
|
|
17616
17729
|
{
|
|
17617
17730
|
"disabled": false,
|
|
17618
17731
|
"document": "UCB的具体规则项",
|
|
17619
|
-
"example": "
|
|
17732
|
+
"example": "无",
|
|
17620
17733
|
"member": "InOutputUCBRuleEntry",
|
|
17621
17734
|
"name": "Rule",
|
|
17622
17735
|
"output_required": true,
|
|
@@ -17693,7 +17806,7 @@
|
|
|
17693
17806
|
{
|
|
17694
17807
|
"disabled": false,
|
|
17695
17808
|
"document": "入参ID",
|
|
17696
|
-
"example": "
|
|
17809
|
+
"example": "3300000001",
|
|
17697
17810
|
"member": "string",
|
|
17698
17811
|
"name": "Id",
|
|
17699
17812
|
"output_required": true,
|
|
@@ -17704,7 +17817,7 @@
|
|
|
17704
17817
|
{
|
|
17705
17818
|
"disabled": false,
|
|
17706
17819
|
"document": "场景ID",
|
|
17707
|
-
"example": "
|
|
17820
|
+
"example": "3000000001",
|
|
17708
17821
|
"member": "string",
|
|
17709
17822
|
"name": "SceneId",
|
|
17710
17823
|
"output_required": true,
|
|
@@ -17759,7 +17872,7 @@
|
|
|
17759
17872
|
{
|
|
17760
17873
|
"disabled": false,
|
|
17761
17874
|
"document": "规则ID",
|
|
17762
|
-
"example": "
|
|
17875
|
+
"example": "330000001",
|
|
17763
17876
|
"member": "string",
|
|
17764
17877
|
"name": "RuleId",
|
|
17765
17878
|
"output_required": true,
|
|
@@ -17792,7 +17905,7 @@
|
|
|
17792
17905
|
{
|
|
17793
17906
|
"disabled": false,
|
|
17794
17907
|
"document": "定时任务配置",
|
|
17795
|
-
"example": "
|
|
17908
|
+
"example": "无",
|
|
17796
17909
|
"member": "JobDateTime",
|
|
17797
17910
|
"name": "JobDateTime",
|
|
17798
17911
|
"output_required": false,
|
|
@@ -17836,7 +17949,7 @@
|
|
|
17836
17949
|
{
|
|
17837
17950
|
"disabled": false,
|
|
17838
17951
|
"document": "当Action=intercept时,此字段必填",
|
|
17839
|
-
"example": "
|
|
17952
|
+
"example": "无",
|
|
17840
17953
|
"member": "UCBActionProportion",
|
|
17841
17954
|
"name": "ActionList",
|
|
17842
17955
|
"output_required": false,
|
|
@@ -18145,7 +18258,7 @@
|
|
|
18145
18258
|
{
|
|
18146
18259
|
"disabled": false,
|
|
18147
18260
|
"document": "qps扩展包信息",
|
|
18148
|
-
"example": "
|
|
18261
|
+
"example": "无",
|
|
18149
18262
|
"member": "QPSPackageNew",
|
|
18150
18263
|
"name": "QPS",
|
|
18151
18264
|
"output_required": true,
|
|
@@ -18156,7 +18269,7 @@
|
|
|
18156
18269
|
{
|
|
18157
18270
|
"disabled": false,
|
|
18158
18271
|
"document": "域名扩展包信息",
|
|
18159
|
-
"example": "
|
|
18272
|
+
"example": "无",
|
|
18160
18273
|
"member": "DomainPackageNew",
|
|
18161
18274
|
"name": "DomainPkg",
|
|
18162
18275
|
"output_required": true,
|
|
@@ -18189,7 +18302,7 @@
|
|
|
18189
18302
|
{
|
|
18190
18303
|
"disabled": false,
|
|
18191
18304
|
"document": "业务安全包",
|
|
18192
|
-
"example": "
|
|
18305
|
+
"example": "无",
|
|
18193
18306
|
"member": "FraudPkg",
|
|
18194
18307
|
"name": "FraudPkg",
|
|
18195
18308
|
"output_required": false,
|
|
@@ -18200,7 +18313,7 @@
|
|
|
18200
18313
|
{
|
|
18201
18314
|
"disabled": false,
|
|
18202
18315
|
"document": "Bot资源包",
|
|
18203
|
-
"example": "
|
|
18316
|
+
"example": "无",
|
|
18204
18317
|
"member": "BotPkg",
|
|
18205
18318
|
"name": "BotPkg",
|
|
18206
18319
|
"output_required": false,
|
|
@@ -18211,7 +18324,7 @@
|
|
|
18211
18324
|
{
|
|
18212
18325
|
"disabled": false,
|
|
18213
18326
|
"document": "bot的qps详情",
|
|
18214
|
-
"example": "
|
|
18327
|
+
"example": "无",
|
|
18215
18328
|
"member": "BotQPS",
|
|
18216
18329
|
"name": "BotQPS",
|
|
18217
18330
|
"output_required": false,
|
|
@@ -18321,7 +18434,7 @@
|
|
|
18321
18434
|
{
|
|
18322
18435
|
"disabled": false,
|
|
18323
18436
|
"document": "重保包",
|
|
18324
|
-
"example": "
|
|
18437
|
+
"example": "无",
|
|
18325
18438
|
"member": "MajorEventsPkg",
|
|
18326
18439
|
"name": "MajorEventsPkg",
|
|
18327
18440
|
"output_required": false,
|
|
@@ -18332,7 +18445,7 @@
|
|
|
18332
18445
|
{
|
|
18333
18446
|
"disabled": false,
|
|
18334
18447
|
"document": "混合云子节点包",
|
|
18335
|
-
"example": "
|
|
18448
|
+
"example": "无",
|
|
18336
18449
|
"member": "HybridPkg",
|
|
18337
18450
|
"name": "HybridPkg",
|
|
18338
18451
|
"output_required": false,
|
|
@@ -18343,7 +18456,7 @@
|
|
|
18343
18456
|
{
|
|
18344
18457
|
"disabled": false,
|
|
18345
18458
|
"document": "API安全资源包",
|
|
18346
|
-
"example": "
|
|
18459
|
+
"example": "无",
|
|
18347
18460
|
"member": "ApiPkg",
|
|
18348
18461
|
"name": "ApiPkg",
|
|
18349
18462
|
"output_required": false,
|
|
@@ -18354,7 +18467,7 @@
|
|
|
18354
18467
|
{
|
|
18355
18468
|
"disabled": false,
|
|
18356
18469
|
"document": "小程序安全加速包",
|
|
18357
|
-
"example": "
|
|
18470
|
+
"example": "无",
|
|
18358
18471
|
"member": "MiniPkg",
|
|
18359
18472
|
"name": "MiniPkg",
|
|
18360
18473
|
"output_required": false,
|
|
@@ -18398,7 +18511,7 @@
|
|
|
18398
18511
|
{
|
|
18399
18512
|
"disabled": false,
|
|
18400
18513
|
"document": "小程序安全接入ID数量扩张包",
|
|
18401
|
-
"example": "
|
|
18514
|
+
"example": "无",
|
|
18402
18515
|
"member": "MiniExtendPkg",
|
|
18403
18516
|
"name": "MiniExtendPkg",
|
|
18404
18517
|
"output_required": false,
|
|
@@ -18453,7 +18566,7 @@
|
|
|
18453
18566
|
{
|
|
18454
18567
|
"disabled": false,
|
|
18455
18568
|
"document": "重保增强包",
|
|
18456
|
-
"example": "
|
|
18569
|
+
"example": "无",
|
|
18457
18570
|
"member": "MajorEventsProPkg",
|
|
18458
18571
|
"name": "MajorEventsProPkg",
|
|
18459
18572
|
"output_required": false,
|
|
@@ -18464,7 +18577,7 @@
|
|
|
18464
18577
|
{
|
|
18465
18578
|
"disabled": false,
|
|
18466
18579
|
"document": "1是基础2025版本;0不是",
|
|
18467
|
-
"example": "
|
|
18580
|
+
"example": "1",
|
|
18468
18581
|
"member": "uint64",
|
|
18469
18582
|
"name": "BasicFlag",
|
|
18470
18583
|
"output_required": false,
|
|
@@ -18475,18 +18588,62 @@
|
|
|
18475
18588
|
{
|
|
18476
18589
|
"disabled": false,
|
|
18477
18590
|
"document": "实例的网络配置",
|
|
18478
|
-
"example": "
|
|
18591
|
+
"example": "无",
|
|
18479
18592
|
"member": "NetworkConfig",
|
|
18480
18593
|
"name": "NetworkConfig",
|
|
18481
18594
|
"output_required": false,
|
|
18482
18595
|
"required": false,
|
|
18483
18596
|
"type": "object",
|
|
18484
18597
|
"value_allowed_null": false
|
|
18485
|
-
}
|
|
18486
|
-
|
|
18487
|
-
|
|
18488
|
-
|
|
18489
|
-
|
|
18598
|
+
},
|
|
18599
|
+
{
|
|
18600
|
+
"disabled": false,
|
|
18601
|
+
"document": "RCE设备安全信息包",
|
|
18602
|
+
"example": "无",
|
|
18603
|
+
"member": "RCEPkg",
|
|
18604
|
+
"name": "RCEPkg",
|
|
18605
|
+
"output_required": false,
|
|
18606
|
+
"required": false,
|
|
18607
|
+
"type": "object",
|
|
18608
|
+
"value_allowed_null": false
|
|
18609
|
+
},
|
|
18610
|
+
{
|
|
18611
|
+
"disabled": false,
|
|
18612
|
+
"document": "超量策略。0:超量沙箱\n1:超量限流",
|
|
18613
|
+
"example": "0",
|
|
18614
|
+
"member": "int64",
|
|
18615
|
+
"name": "ExceedPolicy",
|
|
18616
|
+
"output_required": false,
|
|
18617
|
+
"required": false,
|
|
18618
|
+
"type": "int",
|
|
18619
|
+
"value_allowed_null": false
|
|
18620
|
+
},
|
|
18621
|
+
{
|
|
18622
|
+
"disabled": false,
|
|
18623
|
+
"document": "大模型安全信息包",
|
|
18624
|
+
"example": "无",
|
|
18625
|
+
"member": "LLMPkg",
|
|
18626
|
+
"name": "LLMPkg",
|
|
18627
|
+
"output_required": false,
|
|
18628
|
+
"required": false,
|
|
18629
|
+
"type": "object",
|
|
18630
|
+
"value_allowed_null": false
|
|
18631
|
+
},
|
|
18632
|
+
{
|
|
18633
|
+
"disabled": false,
|
|
18634
|
+
"document": "弹性资源Id",
|
|
18635
|
+
"example": "waf_000qjs0ik_eqps",
|
|
18636
|
+
"member": "string",
|
|
18637
|
+
"name": "ElasticResourceId",
|
|
18638
|
+
"output_required": false,
|
|
18639
|
+
"required": false,
|
|
18640
|
+
"type": "string",
|
|
18641
|
+
"value_allowed_null": false
|
|
18642
|
+
}
|
|
18643
|
+
],
|
|
18644
|
+
"usage": "both"
|
|
18645
|
+
},
|
|
18646
|
+
"IpAccessControlData": {
|
|
18490
18647
|
"document": "数据封装",
|
|
18491
18648
|
"members": [
|
|
18492
18649
|
{
|
|
@@ -18792,6 +18949,34 @@
|
|
|
18792
18949
|
],
|
|
18793
18950
|
"usage": "out"
|
|
18794
18951
|
},
|
|
18952
|
+
"JWTConfig": {
|
|
18953
|
+
"document": "当用户选择JWS/JWE会话管理方式的时候,上传的配置信息以及校验规则",
|
|
18954
|
+
"members": [
|
|
18955
|
+
{
|
|
18956
|
+
"disabled": false,
|
|
18957
|
+
"document": "密钥信息",
|
|
18958
|
+
"example": "无",
|
|
18959
|
+
"member": "SecretInfo",
|
|
18960
|
+
"name": "SecretInfo",
|
|
18961
|
+
"output_required": false,
|
|
18962
|
+
"required": false,
|
|
18963
|
+
"type": "object",
|
|
18964
|
+
"value_allowed_null": false
|
|
18965
|
+
},
|
|
18966
|
+
{
|
|
18967
|
+
"disabled": false,
|
|
18968
|
+
"document": "Payload校验规则集合",
|
|
18969
|
+
"example": "无",
|
|
18970
|
+
"member": "TokenRuleEntry",
|
|
18971
|
+
"name": "PayloadRule",
|
|
18972
|
+
"output_required": false,
|
|
18973
|
+
"required": false,
|
|
18974
|
+
"type": "list",
|
|
18975
|
+
"value_allowed_null": false
|
|
18976
|
+
}
|
|
18977
|
+
],
|
|
18978
|
+
"usage": "both"
|
|
18979
|
+
},
|
|
18795
18980
|
"JobDateTime": {
|
|
18796
18981
|
"document": "规则执行的时间结构体",
|
|
18797
18982
|
"members": [
|
|
@@ -18857,6 +19042,78 @@
|
|
|
18857
19042
|
],
|
|
18858
19043
|
"usage": "out"
|
|
18859
19044
|
},
|
|
19045
|
+
"LLMPkg": {
|
|
19046
|
+
"document": "有效大模型安全包信息",
|
|
19047
|
+
"members": [
|
|
19048
|
+
{
|
|
19049
|
+
"disabled": false,
|
|
19050
|
+
"document": "资源id",
|
|
19051
|
+
"example": "waf_2l14oqru09w8yw0b_0_llm",
|
|
19052
|
+
"member": "string",
|
|
19053
|
+
"name": "ResourceIds",
|
|
19054
|
+
"output_required": true,
|
|
19055
|
+
"required": false,
|
|
19056
|
+
"type": "string",
|
|
19057
|
+
"value_allowed_null": false
|
|
19058
|
+
},
|
|
19059
|
+
{
|
|
19060
|
+
"disabled": false,
|
|
19061
|
+
"document": "状态",
|
|
19062
|
+
"example": "1",
|
|
19063
|
+
"member": "int64",
|
|
19064
|
+
"name": "Status",
|
|
19065
|
+
"output_required": true,
|
|
19066
|
+
"required": false,
|
|
19067
|
+
"type": "int",
|
|
19068
|
+
"value_allowed_null": false
|
|
19069
|
+
},
|
|
19070
|
+
{
|
|
19071
|
+
"disabled": false,
|
|
19072
|
+
"document": "地域",
|
|
19073
|
+
"example": "1",
|
|
19074
|
+
"member": "int64",
|
|
19075
|
+
"name": "Region",
|
|
19076
|
+
"output_required": true,
|
|
19077
|
+
"required": false,
|
|
19078
|
+
"type": "int",
|
|
19079
|
+
"value_allowed_null": false
|
|
19080
|
+
},
|
|
19081
|
+
{
|
|
19082
|
+
"disabled": false,
|
|
19083
|
+
"document": "开始时间",
|
|
19084
|
+
"example": "2025-09-09 12:56:14",
|
|
19085
|
+
"member": "string",
|
|
19086
|
+
"name": "BeginTime",
|
|
19087
|
+
"output_required": true,
|
|
19088
|
+
"required": false,
|
|
19089
|
+
"type": "string",
|
|
19090
|
+
"value_allowed_null": false
|
|
19091
|
+
},
|
|
19092
|
+
{
|
|
19093
|
+
"disabled": false,
|
|
19094
|
+
"document": "结束时间",
|
|
19095
|
+
"example": "2025-09-10 12:56:15",
|
|
19096
|
+
"member": "string",
|
|
19097
|
+
"name": "EndTime",
|
|
19098
|
+
"output_required": true,
|
|
19099
|
+
"required": false,
|
|
19100
|
+
"type": "string",
|
|
19101
|
+
"value_allowed_null": false
|
|
19102
|
+
},
|
|
19103
|
+
{
|
|
19104
|
+
"disabled": false,
|
|
19105
|
+
"document": "计费项",
|
|
19106
|
+
"example": "sv_wsm_waf_llm_advanced",
|
|
19107
|
+
"member": "string",
|
|
19108
|
+
"name": "InquireKey",
|
|
19109
|
+
"output_required": true,
|
|
19110
|
+
"required": false,
|
|
19111
|
+
"type": "string",
|
|
19112
|
+
"value_allowed_null": false
|
|
19113
|
+
}
|
|
19114
|
+
],
|
|
19115
|
+
"usage": "both"
|
|
19116
|
+
},
|
|
18860
19117
|
"LoadBalancer": {
|
|
18861
19118
|
"document": "负载均衡的监听器",
|
|
18862
19119
|
"members": [
|
|
@@ -19055,7 +19312,7 @@
|
|
|
19055
19312
|
},
|
|
19056
19313
|
{
|
|
19057
19314
|
"disabled": false,
|
|
19058
|
-
"document": "地区\n\"多伦多\": \"ca\",\n \"广州\": \"gz\",\n \"成都\": \"cd\",\n \"福州\": \"fzec\",\n \"深圳\": \"szx\",\n \"印度\": \"in\",\n \"济南\": \"jnec\",\n \"重庆\": \"cq\",\n \"天津\": \"tsn\",\n \"欧洲东北\": \"ru\",\n \"南京\": \"nj\",\n \"美国硅谷\": \"usw\",\n \"泰国\": \"th\",\n \"广州Open\": \"gzopen\",\n \"深圳金融\": \"szjr\",\n \"法兰克福\": \"de\",\n \"日本\": \"jp\",\n \"弗吉尼亚\": \"use\",\n \"北京\": \"bj\",\n \"中国香港\": \"hk\",\n \"杭州\": \"hzec\",\n \"北京金融\": \"bjjr\",\n \"上海金融\": \"shjr\",\n \"台北\": \"tpe\",\n \"首尔\": \"kr\",\n \"上海\": \"sh\",\n \"新加坡\": \"sg\",\n \"清远\": \"qy\"",
|
|
19315
|
+
"document": "地区\n \"多伦多\": \"ca\",\n \"广州\": \"gz\",\n \"成都\": \"cd\",\n \"福州\": \"fzec\",\n \"深圳\": \"szx\",\n \"印度\": \"in\",\n \"济南\": \"jnec\",\n \"重庆\": \"cq\",\n \"天津\": \"tsn\",\n \"欧洲东北\": \"ru\",\n \"南京\": \"nj\",\n \"美国硅谷\": \"usw\",\n \"泰国\": \"th\",\n \"广州Open\": \"gzopen\",\n \"深圳金融\": \"szjr\",\n \"法兰克福\": \"de\",\n \"日本\": \"jp\",\n \"弗吉尼亚\": \"use\",\n \"北京\": \"bj\",\n \"中国香港\": \"hk\",\n \"杭州\": \"hzec\",\n \"北京金融\": \"bjjr\",\n \"上海金融\": \"shjr\",\n \"台北\": \"tpe\",\n \"首尔\": \"kr\",\n \"上海\": \"sh\",\n \"新加坡\": \"sg\",\n \"清远\": \"qy\",\n \"雅加达\": \"jkt\"",
|
|
19059
19316
|
"example": "gz",
|
|
19060
19317
|
"member": "string",
|
|
19061
19318
|
"name": "Region",
|
|
@@ -19976,7 +20233,7 @@
|
|
|
19976
20233
|
{
|
|
19977
20234
|
"disabled": false,
|
|
19978
20235
|
"document": "需要批量开启的实体列表",
|
|
19979
|
-
"example": "
|
|
20236
|
+
"example": "无",
|
|
19980
20237
|
"member": "TargetEntity",
|
|
19981
20238
|
"name": "TargetList",
|
|
19982
20239
|
"required": false,
|
|
@@ -20069,7 +20326,7 @@
|
|
|
20069
20326
|
{
|
|
20070
20327
|
"disabled": false,
|
|
20071
20328
|
"document": "批量操作的api列表",
|
|
20072
|
-
"example": "
|
|
20329
|
+
"example": "无",
|
|
20073
20330
|
"member": "ApiSecKey",
|
|
20074
20331
|
"name": "ApiNameList",
|
|
20075
20332
|
"required": false,
|
|
@@ -20078,7 +20335,7 @@
|
|
|
20078
20335
|
{
|
|
20079
20336
|
"disabled": false,
|
|
20080
20337
|
"document": "判断是否删除,包括删除事件和删除资产",
|
|
20081
|
-
"example": "
|
|
20338
|
+
"example": "false",
|
|
20082
20339
|
"member": "bool",
|
|
20083
20340
|
"name": "IsDelete",
|
|
20084
20341
|
"required": false,
|
|
@@ -20141,7 +20398,7 @@
|
|
|
20141
20398
|
{
|
|
20142
20399
|
"disabled": false,
|
|
20143
20400
|
"document": "定时任务配置",
|
|
20144
|
-
"example": "
|
|
20401
|
+
"example": "无",
|
|
20145
20402
|
"member": "JobDateTime",
|
|
20146
20403
|
"name": "JobDateTime",
|
|
20147
20404
|
"required": false,
|
|
@@ -20539,7 +20796,7 @@
|
|
|
20539
20796
|
{
|
|
20540
20797
|
"disabled": false,
|
|
20541
20798
|
"document": "规则内容, 增加编码SceneId信息,1.BOT全局白名单处调用时,SceneId为\"global\", RuleType传10, Action为\"permit\";2.BOT场景配置时,SceneId为场景ID",
|
|
20542
|
-
"example": "
|
|
20799
|
+
"example": "无",
|
|
20543
20800
|
"member": "InOutputBotUCBRule",
|
|
20544
20801
|
"name": "Rule",
|
|
20545
20802
|
"required": false,
|
|
@@ -20548,7 +20805,7 @@
|
|
|
20548
20805
|
{
|
|
20549
20806
|
"disabled": false,
|
|
20550
20807
|
"document": "530改批量操作",
|
|
20551
|
-
"example": "
|
|
20808
|
+
"example": "无",
|
|
20552
20809
|
"member": "InOutputBotUCBRule",
|
|
20553
20810
|
"name": "BatchRules",
|
|
20554
20811
|
"required": false,
|
|
@@ -20573,7 +20830,7 @@
|
|
|
20573
20830
|
{
|
|
20574
20831
|
"disabled": false,
|
|
20575
20832
|
"document": "[\"1231\"]",
|
|
20576
|
-
"example": "
|
|
20833
|
+
"example": "[\"123121\"]",
|
|
20577
20834
|
"member": "string",
|
|
20578
20835
|
"name": "RuleIdList",
|
|
20579
20836
|
"output_required": false,
|
|
@@ -20752,7 +21009,7 @@
|
|
|
20752
21009
|
{
|
|
20753
21010
|
"disabled": false,
|
|
20754
21011
|
"document": "匹配条件数组",
|
|
20755
|
-
"example": "
|
|
21012
|
+
"example": "无",
|
|
20756
21013
|
"member": "Strategy",
|
|
20757
21014
|
"name": "Strategies",
|
|
20758
21015
|
"required": true,
|
|
@@ -20815,7 +21072,7 @@
|
|
|
20815
21072
|
{
|
|
20816
21073
|
"disabled": false,
|
|
20817
21074
|
"document": "定时任务配置",
|
|
20818
|
-
"example": "
|
|
21075
|
+
"example": "无",
|
|
20819
21076
|
"member": "JobDateTime",
|
|
20820
21077
|
"name": "JobDateTime",
|
|
20821
21078
|
"required": false,
|
|
@@ -20856,6 +21113,15 @@
|
|
|
20856
21113
|
"name": "LogicalOp",
|
|
20857
21114
|
"required": false,
|
|
20858
21115
|
"type": "string"
|
|
21116
|
+
},
|
|
21117
|
+
{
|
|
21118
|
+
"disabled": false,
|
|
21119
|
+
"document": "规则生效比例",
|
|
21120
|
+
"example": "30",
|
|
21121
|
+
"member": "uint64",
|
|
21122
|
+
"name": "ActionRatio",
|
|
21123
|
+
"required": false,
|
|
21124
|
+
"type": "int"
|
|
20859
21125
|
}
|
|
20860
21126
|
],
|
|
20861
21127
|
"type": "object"
|
|
@@ -20866,7 +21132,7 @@
|
|
|
20866
21132
|
{
|
|
20867
21133
|
"disabled": false,
|
|
20868
21134
|
"document": "操作的状态码,如果所有的资源操作成功则返回的是成功的状态码,如果有资源操作失败则需要解析Message的内容来查看哪个资源失败",
|
|
20869
|
-
"example": "
|
|
21135
|
+
"example": "无",
|
|
20870
21136
|
"member": "ResponseCode",
|
|
20871
21137
|
"name": "Success",
|
|
20872
21138
|
"output_required": true,
|
|
@@ -21261,7 +21527,7 @@
|
|
|
21261
21527
|
{
|
|
21262
21528
|
"disabled": false,
|
|
21263
21529
|
"document": "规则的id列表",
|
|
21264
|
-
"example": "1",
|
|
21530
|
+
"example": "[1]",
|
|
21265
21531
|
"member": "uint64",
|
|
21266
21532
|
"name": "Rules",
|
|
21267
21533
|
"required": false,
|
|
@@ -21315,7 +21581,7 @@
|
|
|
21315
21581
|
{
|
|
21316
21582
|
"disabled": false,
|
|
21317
21583
|
"document": "需要修改的域名列表",
|
|
21318
|
-
"example": "
|
|
21584
|
+
"example": "无",
|
|
21319
21585
|
"member": "DomainURI",
|
|
21320
21586
|
"name": "Domains",
|
|
21321
21587
|
"required": true,
|
|
@@ -21532,7 +21798,7 @@
|
|
|
21532
21798
|
{
|
|
21533
21799
|
"disabled": false,
|
|
21534
21800
|
"document": "操作的状态码,如果所有的资源操作成功则返回的是成功的状态码,如果有资源操作失败则需要解析Message的内容来查看哪个资源失败",
|
|
21535
|
-
"example": "
|
|
21801
|
+
"example": "无",
|
|
21536
21802
|
"member": "ResponseCode",
|
|
21537
21803
|
"name": "Success",
|
|
21538
21804
|
"output_required": true,
|
|
@@ -21600,7 +21866,7 @@
|
|
|
21600
21866
|
{
|
|
21601
21867
|
"disabled": false,
|
|
21602
21868
|
"document": "域名状态列表",
|
|
21603
|
-
"example": "
|
|
21869
|
+
"example": "无",
|
|
21604
21870
|
"member": "HostStatus",
|
|
21605
21871
|
"name": "HostsStatus",
|
|
21606
21872
|
"required": true,
|
|
@@ -21615,7 +21881,7 @@
|
|
|
21615
21881
|
{
|
|
21616
21882
|
"disabled": false,
|
|
21617
21883
|
"document": "成功的状态码,需要JSON解码后再使用,返回的格式是{\"域名\":\"状态\"},成功的状态码为Success,其它的为失败的状态码(yunapi定义的错误码)",
|
|
21618
|
-
"example": "
|
|
21884
|
+
"example": "无",
|
|
21619
21885
|
"member": "ResponseCode",
|
|
21620
21886
|
"name": "Success",
|
|
21621
21887
|
"output_required": true,
|
|
@@ -22021,6 +22287,15 @@
|
|
|
22021
22287
|
"name": "RateLimit",
|
|
22022
22288
|
"required": false,
|
|
22023
22289
|
"type": "int"
|
|
22290
|
+
},
|
|
22291
|
+
{
|
|
22292
|
+
"disabled": false,
|
|
22293
|
+
"document": "gzip 开关",
|
|
22294
|
+
"example": "1",
|
|
22295
|
+
"member": "uint64",
|
|
22296
|
+
"name": "GzipAnalysis",
|
|
22297
|
+
"required": false,
|
|
22298
|
+
"type": "int"
|
|
22024
22299
|
}
|
|
22025
22300
|
],
|
|
22026
22301
|
"type": "object"
|
|
@@ -22745,7 +23020,7 @@
|
|
|
22745
23020
|
{
|
|
22746
23021
|
"disabled": false,
|
|
22747
23022
|
"document": "端口信息,可通过DescribeDomains接口获取具体参数信息。",
|
|
22748
|
-
"example": "
|
|
23023
|
+
"example": "无",
|
|
22749
23024
|
"member": "SpartaProtectionPort",
|
|
22750
23025
|
"name": "Ports",
|
|
22751
23026
|
"required": false,
|
|
@@ -22814,6 +23089,15 @@
|
|
|
22814
23089
|
"required": false,
|
|
22815
23090
|
"type": "int"
|
|
22816
23091
|
},
|
|
23092
|
+
{
|
|
23093
|
+
"disabled": false,
|
|
23094
|
+
"document": "WAF与源站的连接超时时间,默认10s。",
|
|
23095
|
+
"example": "10",
|
|
23096
|
+
"member": "int64",
|
|
23097
|
+
"name": "ProxyConnectTimeout",
|
|
23098
|
+
"required": false,
|
|
23099
|
+
"type": "int"
|
|
23100
|
+
},
|
|
22817
23101
|
{
|
|
22818
23102
|
"disabled": false,
|
|
22819
23103
|
"document": "WAF与源站的读超时时间,默认300s。",
|
|
@@ -22979,7 +23263,7 @@
|
|
|
22979
23263
|
{
|
|
22980
23264
|
"disabled": false,
|
|
22981
23265
|
"document": "分流回源时生效,分流回源的规则。",
|
|
22982
|
-
"example": "
|
|
23266
|
+
"example": "无",
|
|
22983
23267
|
"member": "UpstreamRule",
|
|
22984
23268
|
"name": "UpstreamRules",
|
|
22985
23269
|
"required": false,
|
|
@@ -22993,6 +23277,15 @@
|
|
|
22993
23277
|
"name": "UseCase",
|
|
22994
23278
|
"required": false,
|
|
22995
23279
|
"type": "int"
|
|
23280
|
+
},
|
|
23281
|
+
{
|
|
23282
|
+
"disabled": false,
|
|
23283
|
+
"document": "gzip开关。0:关闭 1:默认值,打开",
|
|
23284
|
+
"example": "1",
|
|
23285
|
+
"member": "int64",
|
|
23286
|
+
"name": "Gzip",
|
|
23287
|
+
"required": false,
|
|
23288
|
+
"type": "int"
|
|
22996
23289
|
}
|
|
22997
23290
|
],
|
|
22998
23291
|
"type": "object"
|
|
@@ -23334,7 +23627,7 @@
|
|
|
23334
23627
|
{
|
|
23335
23628
|
"disabled": false,
|
|
23336
23629
|
"document": "域名webshell状态",
|
|
23337
|
-
"example": "
|
|
23630
|
+
"example": "无",
|
|
23338
23631
|
"member": "WebshellStatus",
|
|
23339
23632
|
"name": "Webshell",
|
|
23340
23633
|
"required": true,
|
|
@@ -23349,7 +23642,7 @@
|
|
|
23349
23642
|
{
|
|
23350
23643
|
"disabled": false,
|
|
23351
23644
|
"document": "成功的状态码,需要JSON解码后再使用,返回的格式是{\"域名\":\"状态\"},成功的状态码为Success,其它的为失败的状态码(yunapi定义的错误码)",
|
|
23352
|
-
"example": "
|
|
23645
|
+
"example": "无",
|
|
23353
23646
|
"member": "ResponseCode",
|
|
23354
23647
|
"name": "Success",
|
|
23355
23648
|
"output_required": true,
|
|
@@ -24642,6 +24935,111 @@
|
|
|
24642
24935
|
],
|
|
24643
24936
|
"usage": "out"
|
|
24644
24937
|
},
|
|
24938
|
+
"RCEPkg": {
|
|
24939
|
+
"document": "有效REC设备安全包信息",
|
|
24940
|
+
"members": [
|
|
24941
|
+
{
|
|
24942
|
+
"disabled": false,
|
|
24943
|
+
"document": "资源id",
|
|
24944
|
+
"example": "waf_2l145gbu09vhma2p_0_rce",
|
|
24945
|
+
"member": "string",
|
|
24946
|
+
"name": "ResourceIds",
|
|
24947
|
+
"output_required": true,
|
|
24948
|
+
"required": false,
|
|
24949
|
+
"type": "string",
|
|
24950
|
+
"value_allowed_null": false
|
|
24951
|
+
},
|
|
24952
|
+
{
|
|
24953
|
+
"disabled": false,
|
|
24954
|
+
"document": "状态",
|
|
24955
|
+
"example": "1",
|
|
24956
|
+
"member": "int64",
|
|
24957
|
+
"name": "Status",
|
|
24958
|
+
"output_required": true,
|
|
24959
|
+
"required": false,
|
|
24960
|
+
"type": "int",
|
|
24961
|
+
"value_allowed_null": false
|
|
24962
|
+
},
|
|
24963
|
+
{
|
|
24964
|
+
"disabled": false,
|
|
24965
|
+
"document": "地域",
|
|
24966
|
+
"example": "1",
|
|
24967
|
+
"member": "int64",
|
|
24968
|
+
"name": "Region",
|
|
24969
|
+
"output_required": true,
|
|
24970
|
+
"required": false,
|
|
24971
|
+
"type": "int",
|
|
24972
|
+
"value_allowed_null": false
|
|
24973
|
+
},
|
|
24974
|
+
{
|
|
24975
|
+
"disabled": false,
|
|
24976
|
+
"document": "开始时间",
|
|
24977
|
+
"example": "2025-08-19 12:18:32",
|
|
24978
|
+
"member": "string",
|
|
24979
|
+
"name": "BeginTime",
|
|
24980
|
+
"output_required": true,
|
|
24981
|
+
"required": false,
|
|
24982
|
+
"type": "string",
|
|
24983
|
+
"value_allowed_null": false
|
|
24984
|
+
},
|
|
24985
|
+
{
|
|
24986
|
+
"disabled": false,
|
|
24987
|
+
"document": "结束时间",
|
|
24988
|
+
"example": "2025-08-19 12:34:35",
|
|
24989
|
+
"member": "string",
|
|
24990
|
+
"name": "EndTime",
|
|
24991
|
+
"output_required": true,
|
|
24992
|
+
"required": false,
|
|
24993
|
+
"type": "string",
|
|
24994
|
+
"value_allowed_null": false
|
|
24995
|
+
},
|
|
24996
|
+
{
|
|
24997
|
+
"disabled": false,
|
|
24998
|
+
"document": "申请数量",
|
|
24999
|
+
"example": "1",
|
|
25000
|
+
"member": "int64",
|
|
25001
|
+
"name": "InquireNum",
|
|
25002
|
+
"output_required": true,
|
|
25003
|
+
"required": false,
|
|
25004
|
+
"type": "int",
|
|
25005
|
+
"value_allowed_null": false
|
|
25006
|
+
},
|
|
25007
|
+
{
|
|
25008
|
+
"disabled": false,
|
|
25009
|
+
"document": "使用数量",
|
|
25010
|
+
"example": "0",
|
|
25011
|
+
"member": "int64",
|
|
25012
|
+
"name": "UsedNum",
|
|
25013
|
+
"output_required": true,
|
|
25014
|
+
"required": false,
|
|
25015
|
+
"type": "int",
|
|
25016
|
+
"value_allowed_null": false
|
|
25017
|
+
},
|
|
25018
|
+
{
|
|
25019
|
+
"disabled": false,
|
|
25020
|
+
"document": "续费标志",
|
|
25021
|
+
"example": "1",
|
|
25022
|
+
"member": "uint64",
|
|
25023
|
+
"name": "RenewFlag",
|
|
25024
|
+
"output_required": true,
|
|
25025
|
+
"required": false,
|
|
25026
|
+
"type": "int",
|
|
25027
|
+
"value_allowed_null": false
|
|
25028
|
+
},
|
|
25029
|
+
{
|
|
25030
|
+
"disabled": false,
|
|
25031
|
+
"document": "计费项",
|
|
25032
|
+
"example": "sv_wsm_waf_rce_ad",
|
|
25033
|
+
"member": "string",
|
|
25034
|
+
"name": "BillingItem",
|
|
25035
|
+
"output_required": true,
|
|
25036
|
+
"required": false,
|
|
25037
|
+
"type": "string",
|
|
25038
|
+
"value_allowed_null": false
|
|
25039
|
+
}
|
|
25040
|
+
],
|
|
25041
|
+
"usage": "both"
|
|
25042
|
+
},
|
|
24645
25043
|
"RefreshAccessCheckResultRequest": {
|
|
24646
25044
|
"document": "RefreshAccessCheckResult请求参数结构体",
|
|
24647
25045
|
"members": [
|
|
@@ -25569,6 +25967,45 @@
|
|
|
25569
25967
|
],
|
|
25570
25968
|
"type": "object"
|
|
25571
25969
|
},
|
|
25970
|
+
"SecretInfo": {
|
|
25971
|
+
"document": "用于JWT验签的密钥信息",
|
|
25972
|
+
"members": [
|
|
25973
|
+
{
|
|
25974
|
+
"disabled": false,
|
|
25975
|
+
"document": "密钥上传方式,可选值:manual、upload",
|
|
25976
|
+
"example": "manual",
|
|
25977
|
+
"member": "string",
|
|
25978
|
+
"name": "SecretSource",
|
|
25979
|
+
"output_required": false,
|
|
25980
|
+
"required": false,
|
|
25981
|
+
"type": "string",
|
|
25982
|
+
"value_allowed_null": false
|
|
25983
|
+
},
|
|
25984
|
+
{
|
|
25985
|
+
"disabled": false,
|
|
25986
|
+
"document": "密钥内容(用户手动输入/前端从密钥文件提取出的密钥内容)",
|
|
25987
|
+
"example": "b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW",
|
|
25988
|
+
"member": "string",
|
|
25989
|
+
"name": "SecretKey",
|
|
25990
|
+
"output_required": false,
|
|
25991
|
+
"required": false,
|
|
25992
|
+
"type": "string",
|
|
25993
|
+
"value_allowed_null": false
|
|
25994
|
+
},
|
|
25995
|
+
{
|
|
25996
|
+
"disabled": false,
|
|
25997
|
+
"document": "上传的密钥文件文件名",
|
|
25998
|
+
"example": "private_key.pem",
|
|
25999
|
+
"member": "string",
|
|
26000
|
+
"name": "FileName",
|
|
26001
|
+
"output_required": false,
|
|
26002
|
+
"required": false,
|
|
26003
|
+
"type": "string",
|
|
26004
|
+
"value_allowed_null": false
|
|
26005
|
+
}
|
|
26006
|
+
],
|
|
26007
|
+
"usage": "both"
|
|
26008
|
+
},
|
|
25572
26009
|
"SessionData": {
|
|
25573
26010
|
"document": "参数包装",
|
|
25574
26011
|
"members": [
|
|
@@ -25651,7 +26088,7 @@
|
|
|
25651
26088
|
{
|
|
25652
26089
|
"disabled": false,
|
|
25653
26090
|
"document": "更新时间戳",
|
|
25654
|
-
"example": "
|
|
26091
|
+
"example": "1719988467000",
|
|
25655
26092
|
"member": "string",
|
|
25656
26093
|
"name": "TsVersion",
|
|
25657
26094
|
"output_required": true,
|
|
@@ -25691,12 +26128,22 @@
|
|
|
25691
26128
|
{
|
|
25692
26129
|
"disabled": false,
|
|
25693
26130
|
"document": "Session关联的CC规则ID",
|
|
25694
|
-
"example": "
|
|
26131
|
+
"example": "[100]",
|
|
25695
26132
|
"member": "int64",
|
|
25696
26133
|
"name": "RelatedRuleID",
|
|
25697
26134
|
"output_required": false,
|
|
25698
26135
|
"type": "list",
|
|
25699
26136
|
"value_allowed_null": false
|
|
26137
|
+
},
|
|
26138
|
+
{
|
|
26139
|
+
"disabled": false,
|
|
26140
|
+
"document": "精准匹配时,配置的key",
|
|
26141
|
+
"example": "WAF",
|
|
26142
|
+
"member": "string",
|
|
26143
|
+
"name": "Key",
|
|
26144
|
+
"output_required": false,
|
|
26145
|
+
"type": "string",
|
|
26146
|
+
"value_allowed_null": false
|
|
25700
26147
|
}
|
|
25701
26148
|
],
|
|
25702
26149
|
"usage": "out"
|
|
@@ -26092,6 +26539,201 @@
|
|
|
26092
26539
|
],
|
|
26093
26540
|
"usage": "both"
|
|
26094
26541
|
},
|
|
26542
|
+
"TokenDisplaySetting": {
|
|
26543
|
+
"document": "JWT显示设置(只有当校验方式为JWS/JWE的时候才会有该配置信息)",
|
|
26544
|
+
"members": [
|
|
26545
|
+
{
|
|
26546
|
+
"disabled": false,
|
|
26547
|
+
"document": "是否使用payload字段作为显示token",
|
|
26548
|
+
"example": "true",
|
|
26549
|
+
"member": "bool",
|
|
26550
|
+
"name": "DisplayWithPayloadEnable",
|
|
26551
|
+
"output_required": false,
|
|
26552
|
+
"required": false,
|
|
26553
|
+
"type": "bool",
|
|
26554
|
+
"value_allowed_null": false
|
|
26555
|
+
},
|
|
26556
|
+
{
|
|
26557
|
+
"disabled": false,
|
|
26558
|
+
"document": "用于显示的payload字段名",
|
|
26559
|
+
"example": "user_id",
|
|
26560
|
+
"member": "string",
|
|
26561
|
+
"name": "FieldName",
|
|
26562
|
+
"output_required": false,
|
|
26563
|
+
"required": false,
|
|
26564
|
+
"type": "string",
|
|
26565
|
+
"value_allowed_null": false
|
|
26566
|
+
}
|
|
26567
|
+
],
|
|
26568
|
+
"usage": "both"
|
|
26569
|
+
},
|
|
26570
|
+
"TokenRuleEntry": {
|
|
26571
|
+
"document": "Token有效性校验规则",
|
|
26572
|
+
"members": [
|
|
26573
|
+
{
|
|
26574
|
+
"disabled": false,
|
|
26575
|
+
"document": "校验方式,可选值:验签校验、字段校验",
|
|
26576
|
+
"example": "字段校验",
|
|
26577
|
+
"member": "string",
|
|
26578
|
+
"name": "Type",
|
|
26579
|
+
"output_required": false,
|
|
26580
|
+
"required": false,
|
|
26581
|
+
"type": "string",
|
|
26582
|
+
"value_allowed_null": false
|
|
26583
|
+
},
|
|
26584
|
+
{
|
|
26585
|
+
"disabled": false,
|
|
26586
|
+
"document": "键",
|
|
26587
|
+
"example": "user_id",
|
|
26588
|
+
"member": "string",
|
|
26589
|
+
"name": "Key",
|
|
26590
|
+
"output_required": false,
|
|
26591
|
+
"required": false,
|
|
26592
|
+
"type": "string",
|
|
26593
|
+
"value_allowed_null": false
|
|
26594
|
+
},
|
|
26595
|
+
{
|
|
26596
|
+
"disabled": false,
|
|
26597
|
+
"document": "操作符",
|
|
26598
|
+
"example": "len_eq",
|
|
26599
|
+
"member": "string",
|
|
26600
|
+
"name": "Op",
|
|
26601
|
+
"output_required": false,
|
|
26602
|
+
"required": false,
|
|
26603
|
+
"type": "string",
|
|
26604
|
+
"value_allowed_null": false
|
|
26605
|
+
},
|
|
26606
|
+
{
|
|
26607
|
+
"disabled": false,
|
|
26608
|
+
"document": "值",
|
|
26609
|
+
"example": "无",
|
|
26610
|
+
"member": "TokenRuleEntryValue",
|
|
26611
|
+
"name": "Value",
|
|
26612
|
+
"output_required": false,
|
|
26613
|
+
"required": false,
|
|
26614
|
+
"type": "object",
|
|
26615
|
+
"value_allowed_null": false
|
|
26616
|
+
}
|
|
26617
|
+
],
|
|
26618
|
+
"usage": "both"
|
|
26619
|
+
},
|
|
26620
|
+
"TokenRuleEntryValue": {
|
|
26621
|
+
"document": "通过复杂类型识别传入的不同类型参数值",
|
|
26622
|
+
"members": [
|
|
26623
|
+
{
|
|
26624
|
+
"disabled": false,
|
|
26625
|
+
"document": "布尔类型值",
|
|
26626
|
+
"example": "false",
|
|
26627
|
+
"member": "bool",
|
|
26628
|
+
"name": "LogicValue",
|
|
26629
|
+
"output_required": false,
|
|
26630
|
+
"required": false,
|
|
26631
|
+
"type": "bool",
|
|
26632
|
+
"value_allowed_null": false
|
|
26633
|
+
},
|
|
26634
|
+
{
|
|
26635
|
+
"disabled": false,
|
|
26636
|
+
"document": "数组类型值\n可以存储字符串/数值\n如果只有一个元素,则为长度为1的数组",
|
|
26637
|
+
"example": "[\"userId\", \"username\"]",
|
|
26638
|
+
"member": "string",
|
|
26639
|
+
"name": "MultiValue",
|
|
26640
|
+
"output_required": false,
|
|
26641
|
+
"required": false,
|
|
26642
|
+
"type": "list",
|
|
26643
|
+
"value_allowed_null": false
|
|
26644
|
+
},
|
|
26645
|
+
{
|
|
26646
|
+
"disabled": false,
|
|
26647
|
+
"document": "指示有效的字段",
|
|
26648
|
+
"example": "BasicValue",
|
|
26649
|
+
"member": "string",
|
|
26650
|
+
"name": "ValidKey",
|
|
26651
|
+
"output_required": false,
|
|
26652
|
+
"required": false,
|
|
26653
|
+
"type": "string",
|
|
26654
|
+
"value_allowed_null": false
|
|
26655
|
+
}
|
|
26656
|
+
],
|
|
26657
|
+
"usage": "both"
|
|
26658
|
+
},
|
|
26659
|
+
"TokenValidation": {
|
|
26660
|
+
"document": "token有效性配置信息",
|
|
26661
|
+
"members": [
|
|
26662
|
+
{
|
|
26663
|
+
"disabled": false,
|
|
26664
|
+
"document": "是否开启token有效性校验",
|
|
26665
|
+
"example": "true",
|
|
26666
|
+
"member": "bool",
|
|
26667
|
+
"name": "Enable",
|
|
26668
|
+
"output_required": false,
|
|
26669
|
+
"required": false,
|
|
26670
|
+
"type": "bool",
|
|
26671
|
+
"value_allowed_null": false
|
|
26672
|
+
},
|
|
26673
|
+
{
|
|
26674
|
+
"disabled": false,
|
|
26675
|
+
"document": "token有效性的校验方式,可选值为:jws、jwe、contains、len、regex",
|
|
26676
|
+
"example": "jws",
|
|
26677
|
+
"member": "string",
|
|
26678
|
+
"name": "VerifyType",
|
|
26679
|
+
"output_required": false,
|
|
26680
|
+
"required": false,
|
|
26681
|
+
"type": "string",
|
|
26682
|
+
"value_allowed_null": false
|
|
26683
|
+
},
|
|
26684
|
+
{
|
|
26685
|
+
"disabled": false,
|
|
26686
|
+
"document": "有效性校验配置和规则",
|
|
26687
|
+
"example": "无",
|
|
26688
|
+
"member": "TokenVerifyRule",
|
|
26689
|
+
"name": "VerifyRule",
|
|
26690
|
+
"output_required": false,
|
|
26691
|
+
"required": false,
|
|
26692
|
+
"type": "object",
|
|
26693
|
+
"value_allowed_null": false
|
|
26694
|
+
},
|
|
26695
|
+
{
|
|
26696
|
+
"disabled": false,
|
|
26697
|
+
"document": "Token显示设置(只有当校验方式为jws/jwe的时候才会有该配置信息)",
|
|
26698
|
+
"example": "无",
|
|
26699
|
+
"member": "TokenDisplaySetting",
|
|
26700
|
+
"name": "DisplaySetting",
|
|
26701
|
+
"output_required": false,
|
|
26702
|
+
"required": false,
|
|
26703
|
+
"type": "object",
|
|
26704
|
+
"value_allowed_null": false
|
|
26705
|
+
}
|
|
26706
|
+
],
|
|
26707
|
+
"usage": "both"
|
|
26708
|
+
},
|
|
26709
|
+
"TokenVerifyRule": {
|
|
26710
|
+
"document": "Token有效性校验规则",
|
|
26711
|
+
"members": [
|
|
26712
|
+
{
|
|
26713
|
+
"disabled": false,
|
|
26714
|
+
"document": "JWS、JWE专用校验规则",
|
|
26715
|
+
"example": "无",
|
|
26716
|
+
"member": "JWTConfig",
|
|
26717
|
+
"name": "JWTRule",
|
|
26718
|
+
"output_required": false,
|
|
26719
|
+
"required": false,
|
|
26720
|
+
"type": "object",
|
|
26721
|
+
"value_allowed_null": false
|
|
26722
|
+
},
|
|
26723
|
+
{
|
|
26724
|
+
"disabled": false,
|
|
26725
|
+
"document": "其他会话有效性校验方式(contains、length、regex)的校验规则",
|
|
26726
|
+
"example": "无",
|
|
26727
|
+
"member": "TokenRuleEntry",
|
|
26728
|
+
"name": "GeneralRule",
|
|
26729
|
+
"output_required": false,
|
|
26730
|
+
"required": false,
|
|
26731
|
+
"type": "object",
|
|
26732
|
+
"value_allowed_null": false
|
|
26733
|
+
}
|
|
26734
|
+
],
|
|
26735
|
+
"usage": "both"
|
|
26736
|
+
},
|
|
26095
26737
|
"TopicExtendInfo": {
|
|
26096
26738
|
"document": "日志主题扩展信息",
|
|
26097
26739
|
"members": [
|
|
@@ -26743,6 +27385,24 @@
|
|
|
26743
27385
|
"name": "LogicalOp",
|
|
26744
27386
|
"required": false,
|
|
26745
27387
|
"type": "string"
|
|
27388
|
+
},
|
|
27389
|
+
{
|
|
27390
|
+
"disabled": false,
|
|
27391
|
+
"document": "页面ID",
|
|
27392
|
+
"example": "0",
|
|
27393
|
+
"member": "string",
|
|
27394
|
+
"name": "PageId",
|
|
27395
|
+
"required": false,
|
|
27396
|
+
"type": "string"
|
|
27397
|
+
},
|
|
27398
|
+
{
|
|
27399
|
+
"disabled": false,
|
|
27400
|
+
"document": "动作灰度比例,默认值100",
|
|
27401
|
+
"example": "2",
|
|
27402
|
+
"member": "uint64",
|
|
27403
|
+
"name": "ActionRatio",
|
|
27404
|
+
"required": false,
|
|
27405
|
+
"type": "int"
|
|
26746
27406
|
}
|
|
26747
27407
|
],
|
|
26748
27408
|
"type": "object"
|
|
@@ -26959,11 +27619,20 @@
|
|
|
26959
27619
|
{
|
|
26960
27620
|
"disabled": false,
|
|
26961
27621
|
"document": "Session对应ID",
|
|
26962
|
-
"example": "
|
|
27622
|
+
"example": "200000001",
|
|
26963
27623
|
"member": "int64",
|
|
26964
27624
|
"name": "SessionID",
|
|
26965
27625
|
"required": false,
|
|
26966
27626
|
"type": "int"
|
|
27627
|
+
},
|
|
27628
|
+
{
|
|
27629
|
+
"disabled": false,
|
|
27630
|
+
"document": "精准匹配时配置的key",
|
|
27631
|
+
"example": "waf",
|
|
27632
|
+
"member": "string",
|
|
27633
|
+
"name": "Key",
|
|
27634
|
+
"required": false,
|
|
27635
|
+
"type": "string"
|
|
26967
27636
|
}
|
|
26968
27637
|
],
|
|
26969
27638
|
"type": "object"
|