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.

Files changed (226) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/ai3d/v20250513/api.json +22 -4
  4. tccli/services/aiart/aiart_client.py +173 -67
  5. tccli/services/aiart/v20221229/api.json +193 -0
  6. tccli/services/aiart/v20221229/examples.json +16 -0
  7. tccli/services/apm/apm_client.py +53 -0
  8. tccli/services/apm/v20210622/api.json +354 -0
  9. tccli/services/apm/v20210622/examples.json +8 -0
  10. tccli/services/asr/v20190614/api.json +3 -3
  11. tccli/services/autoscaling/v20180419/api.json +24 -2
  12. tccli/services/batch/v20170312/api.json +1 -1
  13. tccli/services/bda/bda_client.py +15 -704
  14. tccli/services/bda/v20200324/api.json +107 -1819
  15. tccli/services/bda/v20200324/examples.json +0 -176
  16. tccli/services/billing/billing_client.py +326 -8
  17. tccli/services/billing/v20180709/api.json +2200 -255
  18. tccli/services/billing/v20180709/examples.json +48 -0
  19. tccli/services/cam/v20190116/api.json +4 -4
  20. tccli/services/captcha/v20190722/api.json +3 -3
  21. tccli/services/cat/v20180409/api.json +7 -7
  22. tccli/services/ccc/ccc_client.py +235 -76
  23. tccli/services/ccc/v20200210/api.json +502 -18
  24. tccli/services/ccc/v20200210/examples.json +24 -0
  25. tccli/services/cdb/cdb_client.py +106 -0
  26. tccli/services/cdb/v20170320/api.json +257 -44
  27. tccli/services/cdb/v20170320/examples.json +22 -6
  28. tccli/services/cdn/cdn_client.py +4 -163
  29. tccli/services/cdn/v20180606/api.json +61 -310
  30. tccli/services/cdn/v20180606/examples.json +1 -25
  31. tccli/services/cdwdoris/v20211228/api.json +51 -12
  32. tccli/services/cdwpg/v20201230/api.json +11 -1
  33. tccli/services/cdwpg/v20201230/examples.json +1 -1
  34. tccli/services/cfg/v20210820/api.json +11 -1
  35. tccli/services/cfs/cfs_client.py +41 -94
  36. tccli/services/cfs/v20190719/api.json +171 -55
  37. tccli/services/cfs/v20190719/examples.json +1 -9
  38. tccli/services/cfw/v20190904/api.json +122 -10
  39. tccli/services/ckafka/ckafka_client.py +188 -29
  40. tccli/services/ckafka/v20190819/api.json +277 -4
  41. tccli/services/ckafka/v20190819/examples.json +25 -1
  42. tccli/services/clb/clb_client.py +0 -265
  43. tccli/services/clb/v20180317/api.json +130 -296
  44. tccli/services/clb/v20180317/examples.json +12 -40
  45. tccli/services/cloudapp/v20220530/api.json +55 -0
  46. tccli/services/cloudaudit/v20190319/api.json +11 -0
  47. tccli/services/cloudhsm/v20191112/api.json +10 -10
  48. tccli/services/cls/v20201016/api.json +63 -45
  49. tccli/services/cls/v20201016/examples.json +10 -4
  50. tccli/services/csip/v20221121/api.json +53 -3
  51. tccli/services/ctem/v20231128/api.json +320 -0
  52. tccli/services/ctem/v20231128/examples.json +3 -3
  53. tccli/services/cvm/cvm_client.py +0 -212
  54. tccli/services/cvm/v20170312/api.json +91 -843
  55. tccli/services/cvm/v20170312/examples.json +32 -58
  56. tccli/services/cynosdb/cynosdb_client.py +167 -8
  57. tccli/services/cynosdb/v20190107/api.json +1126 -148
  58. tccli/services/cynosdb/v20190107/examples.json +31 -7
  59. tccli/services/dbbrain/dbbrain_client.py +246 -87
  60. tccli/services/dbbrain/v20191016/api.json +74 -62
  61. tccli/services/dbbrain/v20191016/examples.json +1 -1
  62. tccli/services/dbbrain/v20210527/api.json +601 -177
  63. tccli/services/dbbrain/v20210527/examples.json +28 -4
  64. tccli/services/dc/v20180410/api.json +101 -3
  65. tccli/services/dcdb/v20180411/api.json +1 -1
  66. tccli/services/dlc/dlc_client.py +53 -0
  67. tccli/services/dlc/v20210125/api.json +237 -24
  68. tccli/services/dlc/v20210125/examples.json +12 -4
  69. tccli/services/dnspod/dnspod_client.py +106 -0
  70. tccli/services/dnspod/v20210323/api.json +126 -20
  71. tccli/services/dnspod/v20210323/examples.json +17 -7
  72. tccli/services/dsgc/v20190723/api.json +73 -15
  73. tccli/services/dts/v20180330/api.json +4 -4
  74. tccli/services/dts/v20211206/api.json +408 -127
  75. tccli/services/dts/v20211206/examples.json +15 -9
  76. tccli/services/eb/v20210416/api.json +41 -1
  77. tccli/services/eb/v20210416/examples.json +1 -1
  78. tccli/services/emr/v20190103/api.json +56 -9
  79. tccli/services/emr/v20190103/examples.json +5 -5
  80. tccli/services/es/es_client.py +273 -8
  81. tccli/services/es/v20180416/api.json +845 -33
  82. tccli/services/es/v20180416/examples.json +33 -1
  83. tccli/services/es/v20250101/api.json +135 -2
  84. tccli/services/es/v20250101/examples.json +8 -0
  85. tccli/services/ess/ess_client.py +509 -32
  86. tccli/services/ess/v20201111/api.json +1366 -113
  87. tccli/services/ess/v20201111/examples.json +94 -10
  88. tccli/services/essbasic/v20210526/api.json +265 -27
  89. tccli/services/essbasic/v20210526/examples.json +12 -12
  90. tccli/services/facefusion/v20220927/api.json +1 -1
  91. tccli/services/gaap/v20180529/api.json +18 -8
  92. tccli/services/gme/gme_client.py +53 -0
  93. tccli/services/gme/v20180711/api.json +241 -1
  94. tccli/services/gme/v20180711/examples.json +8 -0
  95. tccli/services/gs/gs_client.py +216 -4
  96. tccli/services/gs/v20191118/api.json +202 -1
  97. tccli/services/gs/v20191118/examples.json +32 -0
  98. tccli/services/gwlb/gwlb_client.py +53 -0
  99. tccli/services/gwlb/v20240906/api.json +150 -0
  100. tccli/services/gwlb/v20240906/examples.json +8 -0
  101. tccli/services/hai/v20230812/api.json +5 -5
  102. tccli/services/hunyuan/v20230901/api.json +3 -3
  103. tccli/services/hunyuan/v20230901/examples.json +1 -1
  104. tccli/services/iai/v20180301/api.json +227 -207
  105. tccli/services/iai/v20180301/examples.json +26 -26
  106. tccli/services/iai/v20200303/api.json +4 -4
  107. tccli/services/iai/v20200303/examples.json +1 -1
  108. tccli/services/ioa/ioa_client.py +265 -0
  109. tccli/services/ioa/v20220601/api.json +781 -85
  110. tccli/services/ioa/v20220601/examples.json +46 -0
  111. tccli/services/iotexplorer/iotexplorer_client.py +387 -16
  112. tccli/services/iotexplorer/v20190423/api.json +1183 -63
  113. tccli/services/iotexplorer/v20190423/examples.json +92 -0
  114. tccli/services/keewidb/v20220308/api.json +69 -17
  115. tccli/services/keewidb/v20220308/examples.json +5 -5
  116. tccli/services/lcic/v20220817/api.json +61 -15
  117. tccli/services/lighthouse/v20200324/api.json +193 -24
  118. tccli/services/lighthouse/v20200324/examples.json +9 -3
  119. tccli/services/live/v20180801/api.json +6 -6
  120. tccli/services/live/v20180801/examples.json +7 -1
  121. tccli/services/lke/lke_client.py +40 -93
  122. tccli/services/lke/v20231130/api.json +943 -390
  123. tccli/services/lke/v20231130/examples.json +38 -46
  124. tccli/services/lkeap/v20240522/api.json +39 -12
  125. tccli/services/lkeap/v20240522/examples.json +12 -0
  126. tccli/services/mariadb/v20170312/api.json +1 -1
  127. tccli/services/mna/v20210119/api.json +11 -2
  128. tccli/services/mna/v20210119/examples.json +1 -1
  129. tccli/services/mongodb/mongodb_client.py +334 -16
  130. tccli/services/mongodb/v20190725/api.json +1092 -383
  131. tccli/services/mongodb/v20190725/examples.json +69 -21
  132. tccli/services/monitor/monitor_client.py +106 -0
  133. tccli/services/monitor/v20180724/api.json +383 -12
  134. tccli/services/monitor/v20180724/examples.json +24 -2
  135. tccli/services/mps/mps_client.py +220 -8
  136. tccli/services/mps/v20190612/api.json +1999 -179
  137. tccli/services/mps/v20190612/examples.json +56 -6
  138. tccli/services/mqtt/v20240516/api.json +10 -0
  139. tccli/services/mqtt/v20240516/examples.json +3 -9
  140. tccli/services/nlp/v20190408/api.json +6 -6
  141. tccli/services/oceanus/oceanus_client.py +318 -0
  142. tccli/services/oceanus/v20190422/api.json +461 -26
  143. tccli/services/oceanus/v20190422/examples.json +50 -2
  144. tccli/services/ocr/ocr_client.py +41 -253
  145. tccli/services/ocr/v20181119/api.json +153 -659
  146. tccli/services/ocr/v20181119/examples.json +8 -40
  147. tccli/services/omics/v20221128/api.json +90 -7
  148. tccli/services/organization/v20210331/api.json +46 -7
  149. tccli/services/postgres/v20170312/api.json +333 -77
  150. tccli/services/postgres/v20170312/examples.json +37 -31
  151. tccli/services/privatedns/privatedns_client.py +641 -58
  152. tccli/services/privatedns/v20201028/api.json +930 -19
  153. tccli/services/privatedns/v20201028/examples.json +91 -3
  154. tccli/services/pts/v20210728/api.json +2 -2
  155. tccli/services/redis/v20180412/api.json +303 -109
  156. tccli/services/redis/v20180412/examples.json +12 -12
  157. tccli/services/region/v20220627/api.json +1 -1
  158. tccli/services/rum/v20210622/api.json +22 -4
  159. tccli/services/rum/v20210622/examples.json +2 -2
  160. tccli/services/sms/v20190711/api.json +12 -12
  161. tccli/services/sms/v20190711/examples.json +9 -3
  162. tccli/services/sms/v20210111/api.json +13 -13
  163. tccli/services/sms/v20210111/examples.json +8 -2
  164. tccli/services/sqlserver/v20180328/api.json +46 -7
  165. tccli/services/sqlserver/v20180328/examples.json +2 -2
  166. tccli/services/ssl/v20191205/api.json +28 -0
  167. tccli/services/svp/v20240125/api.json +14 -4
  168. tccli/services/tag/v20180813/api.json +3 -3
  169. tccli/services/tat/v20201028/api.json +22 -3
  170. tccli/services/tcb/v20180608/api.json +1 -1
  171. tccli/services/tcss/tcss_client.py +228 -69
  172. tccli/services/tcss/v20201101/api.json +273 -25
  173. tccli/services/tcss/v20201101/examples.json +26 -2
  174. tccli/services/teo/teo_client.py +317 -52
  175. tccli/services/teo/v20220901/api.json +1824 -242
  176. tccli/services/teo/v20220901/examples.json +109 -21
  177. tccli/services/thpc/thpc_client.py +57 -4
  178. tccli/services/thpc/v20230321/api.json +163 -21
  179. tccli/services/thpc/v20230321/examples.json +13 -5
  180. tccli/services/tione/tione_client.py +163 -4
  181. tccli/services/tione/v20211111/api.json +285 -21
  182. tccli/services/tione/v20211111/examples.json +27 -3
  183. tccli/services/tke/tke_client.py +8 -8
  184. tccli/services/tke/v20180525/api.json +168 -130
  185. tccli/services/tke/v20180525/examples.json +20 -20
  186. tccli/services/tke/v20220501/api.json +215 -3
  187. tccli/services/tke/v20220501/examples.json +8 -0
  188. tccli/services/tms/tms_client.py +106 -0
  189. tccli/services/tms/v20201229/api.json +249 -3
  190. tccli/services/tms/v20201229/examples.json +16 -0
  191. tccli/services/tmt/v20180321/api.json +78 -1
  192. tccli/services/trabbit/v20230418/api.json +271 -4
  193. tccli/services/trabbit/v20230418/examples.json +9 -3
  194. tccli/services/trocket/v20230308/api.json +4 -4
  195. tccli/services/trro/trro_client.py +106 -0
  196. tccli/services/trro/v20220325/api.json +456 -0
  197. tccli/services/trro/v20220325/examples.json +16 -0
  198. tccli/services/trtc/v20190722/api.json +197 -49
  199. tccli/services/trtc/v20190722/examples.json +4 -4
  200. tccli/services/tse/v20201207/api.json +69 -2
  201. tccli/services/tse/v20201207/examples.json +3 -3
  202. tccli/services/tsf/v20180326/api.json +70 -7
  203. tccli/services/tsf/v20180326/examples.json +2 -2
  204. tccli/services/vclm/v20240523/api.json +145 -0
  205. tccli/services/vclm/v20240523/examples.json +16 -0
  206. tccli/services/vclm/vclm_client.py +106 -0
  207. tccli/services/vcube/v20220410/api.json +1 -1
  208. tccli/services/vod/v20180717/api.json +7 -7
  209. tccli/services/vpc/v20170312/api.json +1216 -70
  210. tccli/services/vpc/v20170312/examples.json +139 -3
  211. tccli/services/vpc/vpc_client.py +1023 -122
  212. tccli/services/vrs/v20200824/api.json +11 -11
  213. tccli/services/vrs/v20200824/examples.json +1 -1
  214. tccli/services/vtc/v20240223/api.json +14 -14
  215. tccli/services/waf/v20180125/api.json +812 -143
  216. tccli/services/waf/v20180125/examples.json +2 -2
  217. tccli/services/wedata/v20210820/api.json +1281 -601
  218. tccli/services/wedata/v20210820/examples.json +127 -157
  219. tccli/services/wedata/v20250806/api.json +19335 -0
  220. tccli/services/wedata/v20250806/examples.json +999 -0
  221. tccli/services/wedata/wedata_client.py +7072 -1131
  222. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
  223. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
  224. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
  225. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
  226. {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
@@ -1,5 +1,12 @@
1
1
  {
2
2
  "actions": {
3
+ "ApplyFreeCertificate": {
4
+ "document": "申请免费证书时,如果您需要通过使用 DNS 委派验证或者文件验证进行申请,您可以调用该接口来进行发起证书申请并根据申请方式来获取对应的验证内容。调用接口的顺序如下:\n第一步:调用 ApplyFreeCertificate,指定申请免费证书的校验方式,获取验证内容;\n第二步:为相应域名按照验证内容配置;\n第三步:调用CheckFreeCertificateVerification 验证,验证通过后即完成免费证书申请;\n第四步:调用ModifyHostsCertificate,下发域名证书为使用 EdgeOne 免费证书配置。\n\n申请方式的介绍可参考文档:[免费证书申请说明](https://cloud.tencent.com/document/product/1552/90437) \n说明:\n- 仅 CNAME 接入模式可调用该接口来指定免费证书申请方式。NS/DNSPod 托管接入模式都是使用自动验证来申请免费证书,无需调用该接口。\n- 如果您需要切换免费证书验证方式,您可以重新调用本接口通过修改 VerificationMethod 字段来进行变更。\n- 同个域名只能申请一本免费证书,在调用本接口后,后台会触发申请免费证书相关任务,您需要在2 天内,完成域名验证信息的相关配置,然后完成证书验证。",
5
+ "input": "ApplyFreeCertificateRequest",
6
+ "name": "申请免费证书",
7
+ "output": "ApplyFreeCertificateResponse",
8
+ "status": "online"
9
+ },
3
10
  "BindSecurityTemplateToEntity": {
4
11
  "document": "操作安全策略模板,支持将域名绑定或换绑到指定的策略模板,或者从指定的策略模板解绑。",
5
12
  "input": "BindSecurityTemplateToEntityRequest",
@@ -28,6 +35,20 @@
28
35
  "output": "CheckCnameStatusResponse",
29
36
  "status": "online"
30
37
  },
38
+ "CheckFreeCertificateVerification": {
39
+ "document": "该接口用于验证免费证书并获取免费证书申请结果。如果验证通过,可通过该接口查询到对应域名申请的免费证书信息,如果申请失败,该接口将返回对应的验证失败信息。\n在触发[申请免费证书接口](https://cloud.tencent.com/document/product/1552/90437)后,您可以通过本接口检查免费证书申请结果。在免费证书申请成功后, 还需要通过[配置域名证书](https://tcloud4api.woa.com/document/product/1657/80723?!preview)接口配置,才能将免费证书部署至加速域上。",
40
+ "input": "CheckFreeCertificateVerificationRequest",
41
+ "name": "检查免费证书申请结果",
42
+ "output": "CheckFreeCertificateVerificationResponse",
43
+ "status": "online"
44
+ },
45
+ "ConfirmMultiPathGatewayOriginACL": {
46
+ "document": "本接口用于多通道安全加速网关回源 IP 网段发生变更时,确认已将最新回源 IP 网段更新至源站防火墙。",
47
+ "input": "ConfirmMultiPathGatewayOriginACLRequest",
48
+ "name": "确认多通道安全加速网关回源 IP 网段更新",
49
+ "output": "ConfirmMultiPathGatewayOriginACLResponse",
50
+ "status": "online"
51
+ },
31
52
  "ConfirmOriginACLUpdate": {
32
53
  "document": "本接口用于回源 IP 网段发生变更时,确认已将最新回源 IP 网段更新至源站防火墙。确认已更新至最新的回源 IP 网段后,相关变更通知将会停止推送。",
33
54
  "input": "ConfirmOriginACLUpdateRequest",
@@ -106,7 +127,7 @@
106
127
  "status": "online"
107
128
  },
108
129
  "CreateFunctionRule": {
109
- "document": "创建边缘函数的触发规则。",
130
+ "document": "创建边缘函数的触发规则。支持通过自定义过滤条件来决定是否需要执行函数,当需要执行函数时,提供了多种选择目标函数的方式,包括:直接指定,基于客户端归属地区选择和基于权重选择。",
110
131
  "input": "CreateFunctionRuleRequest",
111
132
  "name": "创建边缘函数触发规则",
112
133
  "output": "CreateFunctionRuleResponse",
@@ -204,7 +225,7 @@
204
225
  "status": "online"
205
226
  },
206
227
  "CreateRealtimeLogDeliveryTask": {
207
- "document": "本接口用于创建实时日志投递任务。本接口有如下限制:\n- 当数据投递类型(LogType)为站点加速日志(七层访问日志)、四层代理日志、边缘函数运行日志时,同一个实体(七层域名、四层代理实例、边缘函数实例)在同种数据投递类型(LogType)和数据投递区域(Area)的组合下,只能被添加到如下实时日志投递任务类型(TaskType)组合中:\n - 一个推送至腾讯云 CLS 的任务,加上另一个推送至自定义 HTTP(S) 地址的任务;\n - 一个推送至腾讯云 CLS 的任务,加上另一个推送至 AWS S3 兼容对象存储的任务;\n- 当数据投递类型(LogType)为速率限制和 CC 攻击防护日志、托管规则日志、自定义规则日志、Bot 管理日志时,同一个实体在同种数据投递类型(LogType)和数据投递区域(Area)的组合下,只能被添加到一个实时日志投递任务中。\n\n建议先通过 [DescribeRealtimeLogDeliveryTasks](https://cloud.tencent.com/document/product/1552/104110) 接口根据实体查询实时日志投递任务列表,检查实体是否已经被添加到另一实时日志投递任务中。",
228
+ "document": "本接口用于创建实时日志投递任务。本接口有如下限制:\n- 当数据投递类型(LogType)为站点加速日志(七层访问日志)、四层代理日志、边缘函数运行日志时,同一个实体(七层域名、四层代理实例、边缘函数实例)在同种数据投递类型(LogType)和数据投递区域(Area)的组合下,只能被添加到如下实时日志投递任务类型(TaskType)组合中:\n - 一个推送至腾讯云 CLS 的任务,加上另一个推送至自定义 HTTP(S) 地址的任务;\n - 一个推送至腾讯云 CLS 的任务,加上另一个推送至 AWS S3 兼容对象存储的任务;\n- 当数据投递类型(LogType)为速率限制和 CC 攻击防护日志、托管规则日志、自定义规则日志、Bot 管理日志时,同一个实体在同种数据投递类型(LogType)和数据投递区域(Area)的组合下,只能被添加到一个实时日志投递任务中。\n- 当实时日志投递任务类型(TaskType)为 EdgeOne 日志分析(log_analysis)时,只支持数据投递类型(LogType)为站点加速日志(domain);在同一站点(ZoneId)和数据投递区域(Area)的组合下,只能添加一个推送至 EdgeOne 日志分析的实时日志投递任务;。\n\n建议先通过 [DescribeRealtimeLogDeliveryTasks](https://cloud.tencent.com/document/product/1552/104110) 接口根据实体查询实时日志投递任务列表,检查实体是否已经被添加到另一实时日志投递任务中。",
208
229
  "input": "CreateRealtimeLogDeliveryTaskRequest",
209
230
  "name": "创建实时日志投递任务",
210
231
  "output": "CreateRealtimeLogDeliveryTaskResponse",
@@ -693,6 +714,13 @@
693
714
  "output": "DescribeMultiPathGatewayLineResponse",
694
715
  "status": "online"
695
716
  },
717
+ "DescribeMultiPathGatewayOriginACL": {
718
+ "document": "本接口用于查询多通道安全加速网关实例与回源 IP 网段的绑定关系,以及回源 IP 网段详情。若 MultiPathGatewayNextOriginACL 字段有返回值,则需要将最新的回源 IP 网段同步到源站防火墙配置中。",
719
+ "input": "DescribeMultiPathGatewayOriginACLRequest",
720
+ "name": "查询多通道安全加速网关源站防护详情",
721
+ "output": "DescribeMultiPathGatewayOriginACLResponse",
722
+ "status": "online"
723
+ },
696
724
  "DescribeMultiPathGatewayRegions": {
697
725
  "document": "通过本接口查询用户创建的多通道安全加速网关(云上网关)的可用地域列表。",
698
726
  "input": "DescribeMultiPathGatewayRegionsRequest",
@@ -1100,7 +1128,7 @@
1100
1128
  "status": "online"
1101
1129
  },
1102
1130
  "ModifyFunctionRule": {
1103
- "document": "修改边缘函数触发规则,支持修改规则条件、执行函数以及描述信息。",
1131
+ "document": "修改边缘函数触发规则,支持修改规则条件、执行函数以及描述信息。您可以先通过 DescribeFunctionRules 接口来获取需要修改的规则的 RuleId,然后传入修改后的规则内容,原规则内容会被覆盖式更新。",
1104
1132
  "input": "ModifyFunctionRuleRequest",
1105
1133
  "name": "修改边缘函数触发规则",
1106
1134
  "output": "ModifyFunctionRuleResponse",
@@ -1197,6 +1225,13 @@
1197
1225
  "output": "ModifyMultiPathGatewaySecretKeyResponse",
1198
1226
  "status": "online"
1199
1227
  },
1228
+ "ModifyMultiPathGatewayStatus": {
1229
+ "document": "更新多通道安全网关状态。",
1230
+ "input": "ModifyMultiPathGatewayStatusRequest",
1231
+ "name": "修改多通道安全加速网关状态",
1232
+ "output": "ModifyMultiPathGatewayStatusResponse",
1233
+ "status": "online"
1234
+ },
1200
1235
  "ModifyOriginACL": {
1201
1236
  "document": "本接口用于对七层加速域名/四层代理实例启用/关闭特定回源 IP 网段回源。单次支持提交的七层加速域名的数量最大为 200,四层代理实例的数量最大为 100,支持七层加速域名/四层代理实例混合提交,总实例个数最大为 200。如需变更超过 200 个实例,请通过本接口分批提交。",
1202
1237
  "input": "ModifyOriginACLRequest",
@@ -1523,7 +1558,7 @@
1523
1558
  },
1524
1559
  {
1525
1560
  "disabled": false,
1526
- "document": "加速域名状态,取值有:\n<li>online:已生效;</li>\n<li>process:部署中;</li>\n<li>offline:已停用;</li>\n<li>forbidden:已封禁;</li>\n<li>init:未生效,待激活站点;</li>",
1561
+ "document": "加速域名状态,取值有:\n<li>online:已生效;</li>\n<li>process:部署中;</li>\n<li>offline:已停用;</li>\n<li>forbidden:已封禁;</li>\n<li>init:未生效,待激活站点。</li>",
1527
1562
  "example": "online",
1528
1563
  "member": "string",
1529
1564
  "name": "DomainStatus",
@@ -1531,6 +1566,46 @@
1531
1566
  "type": "string",
1532
1567
  "value_allowed_null": false
1533
1568
  },
1569
+ {
1570
+ "disabled": false,
1571
+ "document": "CNAME 地址。",
1572
+ "example": "www.example.com.eo.dnse1.com",
1573
+ "member": "string",
1574
+ "name": "Cname",
1575
+ "output_required": true,
1576
+ "type": "string",
1577
+ "value_allowed_null": false
1578
+ },
1579
+ {
1580
+ "disabled": false,
1581
+ "document": "IPv6 状态,取值有:\n<li>follow:遵循站点IPv6配置;</li>\n<li>on:开启状态;</li>\n<li>off:关闭状态。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
1582
+ "example": "follow",
1583
+ "member": "string",
1584
+ "name": "IPv6Status",
1585
+ "output_required": false,
1586
+ "type": "string",
1587
+ "value_allowed_null": true
1588
+ },
1589
+ {
1590
+ "disabled": false,
1591
+ "document": "加速域名归属权验证状态,取值有: \n<li>pending:待验证;</li>\n<li>finished:已完成验证。</li>\t\n注意:此字段可能返回 null,表示取不到有效值。",
1592
+ "example": "pending",
1593
+ "member": "string",
1594
+ "name": "IdentificationStatus",
1595
+ "output_required": true,
1596
+ "type": "string",
1597
+ "value_allowed_null": true
1598
+ },
1599
+ {
1600
+ "disabled": false,
1601
+ "document": "加速域名需进行归属权验证才能继续提供服务时,该对象会携带对应验证方式所需要的信息。\n注意:此字段可能返回 null,表示取不到有效值。",
1602
+ "example": "无",
1603
+ "member": "OwnershipVerification",
1604
+ "name": "OwnershipVerification",
1605
+ "output_required": false,
1606
+ "type": "object",
1607
+ "value_allowed_null": true
1608
+ },
1534
1609
  {
1535
1610
  "disabled": false,
1536
1611
  "document": "源站信息。\n注意:此字段可能返回 null,表示取不到有效值。",
@@ -1543,7 +1618,7 @@
1543
1618
  },
1544
1619
  {
1545
1620
  "disabled": false,
1546
- "document": "回源协议,取值有:\n<li>FOLLOW: 协议跟随;</li>\n<li>HTTP: HTTP协议回源;</li>\n<li>HTTPS: HTTPS协议回源。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
1621
+ "document": "回源协议,取值有:\n<li>FOLLOW:协议跟随;</li>\n<li>HTTPHTTP协议回源;</li>\n<li>HTTPSHTTPS协议回源。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
1547
1622
  "example": "FOLLOW",
1548
1623
  "member": "string",
1549
1624
  "name": "OriginProtocol",
@@ -1553,17 +1628,7 @@
1553
1628
  },
1554
1629
  {
1555
1630
  "disabled": false,
1556
- "document": "域名证书信息\n注意:此字段可能返回 null,表示取不到有效值。",
1557
- "example": "无",
1558
- "member": "AccelerationDomainCertificate",
1559
- "name": "Certificate",
1560
- "output_required": false,
1561
- "type": "object",
1562
- "value_allowed_null": true
1563
- },
1564
- {
1565
- "disabled": false,
1566
- "document": "HTTP回源端口。\n注意:此字段可能返回 null,表示取不到有效值。",
1631
+ "document": "HTTP 回源端口。\n注意:此字段可能返回 null,表示取不到有效值。",
1567
1632
  "example": "80",
1568
1633
  "member": "uint64",
1569
1634
  "name": "HttpOriginPort",
@@ -1573,7 +1638,7 @@
1573
1638
  },
1574
1639
  {
1575
1640
  "disabled": false,
1576
- "document": "HTTPS回源端口。\n注意:此字段可能返回 null,表示取不到有效值。",
1641
+ "document": "HTTPS 回源端口。\n注意:此字段可能返回 null,表示取不到有效值。",
1577
1642
  "example": "443",
1578
1643
  "member": "uint64",
1579
1644
  "name": "HttpsOriginPort",
@@ -1583,38 +1648,18 @@
1583
1648
  },
1584
1649
  {
1585
1650
  "disabled": false,
1586
- "document": "IPv6状态,取值有:\n<li>follow:遵循站点IPv6配置;</li>\n<li>on:开启状态;</li>\n<li>off:关闭状态。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
1587
- "example": "follow",
1588
- "member": "string",
1589
- "name": "IPv6Status",
1651
+ "document": "加速域名证书信息。\n注意:此字段可能返回 null,表示取不到有效值。",
1652
+ "example": "",
1653
+ "member": "AccelerationDomainCertificate",
1654
+ "name": "Certificate",
1590
1655
  "output_required": false,
1591
- "type": "string",
1592
- "value_allowed_null": true
1593
- },
1594
- {
1595
- "disabled": false,
1596
- "document": "CNAME 地址。",
1597
- "example": "www.example.com.eo.dnse1.com",
1598
- "member": "string",
1599
- "name": "Cname",
1600
- "output_required": true,
1601
- "type": "string",
1602
- "value_allowed_null": false
1603
- },
1604
- {
1605
- "disabled": false,
1606
- "document": "加速域名归属权验证状态,取值有: <li>pending:待验证;</li> <li>finished:已完成验证。</li>\t\n注意:此字段可能返回 null,表示取不到有效值。",
1607
- "example": "pending",
1608
- "member": "string",
1609
- "name": "IdentificationStatus",
1610
- "output_required": true,
1611
- "type": "string",
1656
+ "type": "object",
1612
1657
  "value_allowed_null": true
1613
1658
  },
1614
1659
  {
1615
1660
  "disabled": false,
1616
1661
  "document": "创建时间。",
1617
- "example": "2020-09-22T00:00:00+00:00",
1662
+ "example": "2025-09-17T15:01:14Z",
1618
1663
  "member": "datetime_iso",
1619
1664
  "name": "CreatedOn",
1620
1665
  "output_required": true,
@@ -1624,22 +1669,12 @@
1624
1669
  {
1625
1670
  "disabled": false,
1626
1671
  "document": "修改时间。",
1627
- "example": "2020-09-22T00:00:00+00:00",
1672
+ "example": "2025-09-17T15:01:14Z",
1628
1673
  "member": "datetime_iso",
1629
1674
  "name": "ModifiedOn",
1630
1675
  "output_required": true,
1631
1676
  "type": "string",
1632
1677
  "value_allowed_null": false
1633
- },
1634
- {
1635
- "disabled": false,
1636
- "document": "当域名需要进行归属权验证才能继续提供服务时,该对象会携带对应验证方式所需要的信息。\n注意:此字段可能返回 null,表示取不到有效值。",
1637
- "example": "无",
1638
- "member": "OwnershipVerification",
1639
- "name": "OwnershipVerification",
1640
- "output_required": false,
1641
- "type": "object",
1642
- "value_allowed_null": true
1643
1678
  }
1644
1679
  ],
1645
1680
  "usage": "out"
@@ -1649,7 +1684,7 @@
1649
1684
  "members": [
1650
1685
  {
1651
1686
  "disabled": false,
1652
- "document": "配置证书的模式,取值有: <li>disable:不配置证书;</li> <li>eofreecert:配置 EdgeOne 免费证书;</li> <li>sslcert:配置 SSL 证书。</li>",
1687
+ "document": "配置服务端证书的模式,取值有: <ul><li>disable:不配置服务端证书;</li> <li>eofreecert:通过自动验证申请免费证书并部署。验证方式详见:[申请免费证书支持的验证方式](https://cloud.tencent.com/document/product/1552/90437) - 在 NS 或者 DNSPod 托管接入模式下,仅支持自动验证的方式申请免费证书。 - 当免费证书申请失败时会导致证书部署失败,您可以通过<a href = 'https://tcloud4api.woa.com/document/product/1657/927938?!preview&!document=1'>检查免费证书申请结果</a>接口获取申请失败原因。</li><li>eofreecert_manual:部署 DNS 委派验证或者文件验证申请的免费证书。在部署免费证书前,您需要触发<a href = 'https://tcloud4api.woa.com/document/product/1657/927322?!preview&!document=1'>申请免费证书</a>接口申请免费证书。在免费证书申请成功后,你可以通过该枚举值对免费证书进行部署;</li> <ul><li>注意:在对免费证书部署时,需要保证当前已存在申请成功的免费证书。您可以通过<a href = 'https://tcloud4api.woa.com/document/product/1657/927938?!preview&!document=1'>检查免费证书申请结果</a>接口检查当前是否已存在申请成功的免费证书。</li> </ul> <li>sslcert:配置 SSL 托管服务端证书。</li></ul>",
1653
1688
  "example": "\"ssl\"",
1654
1689
  "member": "string",
1655
1690
  "name": "Mode",
@@ -2847,6 +2882,71 @@
2847
2882
  ],
2848
2883
  "usage": "both"
2849
2884
  },
2885
+ "ApplyFreeCertificateRequest": {
2886
+ "document": "ApplyFreeCertificate请求参数结构体",
2887
+ "members": [
2888
+ {
2889
+ "disabled": false,
2890
+ "document": "站点ID。",
2891
+ "example": "zone-343vqcswn9zj",
2892
+ "member": "string",
2893
+ "name": "ZoneId",
2894
+ "required": true,
2895
+ "type": "string"
2896
+ },
2897
+ {
2898
+ "disabled": false,
2899
+ "document": "申请免费证书的目标域名。",
2900
+ "example": "www.test.com",
2901
+ "member": "string",
2902
+ "name": "Domain",
2903
+ "required": true,
2904
+ "type": "string"
2905
+ },
2906
+ {
2907
+ "disabled": false,
2908
+ "document": "申请免费证书时验证方式,详细验证方式说明参考[免费证书申请方式说明文档](https://cloud.tencent.com/document/product/1552/90437) ,相关取值有:\n<li>http_challenge:HTTP 访问文件验证方式,通过 HTTP 访问域名指定 URL 获取文件信息以完成免费证书申请验证;</li>\n<li>dns_challenge:DNS 委派验证方式,通过添加指定的主机记录解析指向 EdgeOne 以完成免费证书申请验证。</li>\n注意:在触发本接口后,你需要根据返回的验证信息,完成验证内容配置。配置完成后,还需要通过<a href = 'https://tcloud4api.woa.com/document/product/1657/927938?!preview&!document=1'>检查免费证书申请结果</a>接口进行验证,验证通过后,即可申请成功。在免费证书申请成功后,你可以调用<a href = 'https://cloud.tencent.com/document/product/1552/80764'>配置域名证书</a>接口为当前域名部署免费证书。",
2909
+ "example": "http_challenge",
2910
+ "member": "string",
2911
+ "name": "VerificationMethod",
2912
+ "required": true,
2913
+ "type": "string"
2914
+ }
2915
+ ],
2916
+ "type": "object"
2917
+ },
2918
+ "ApplyFreeCertificateResponse": {
2919
+ "document": "ApplyFreeCertificate返回参数结构体",
2920
+ "members": [
2921
+ {
2922
+ "disabled": false,
2923
+ "document": "当 VerificationMethod 为 dns_challenge 时,域名申请免费证书的相关验证信息。",
2924
+ "example": "无",
2925
+ "member": "DnsVerification",
2926
+ "name": "DnsVerification",
2927
+ "output_required": false,
2928
+ "type": "object",
2929
+ "value_allowed_null": false
2930
+ },
2931
+ {
2932
+ "disabled": false,
2933
+ "document": "当 VerificationMethod 为 http_challenge 时,域名申请免费证书的相关验证信息。",
2934
+ "example": "无",
2935
+ "member": "FileVerification",
2936
+ "name": "FileVerification",
2937
+ "output_required": false,
2938
+ "type": "object",
2939
+ "value_allowed_null": false
2940
+ },
2941
+ {
2942
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2943
+ "member": "string",
2944
+ "name": "RequestId",
2945
+ "type": "string"
2946
+ }
2947
+ ],
2948
+ "type": "object"
2949
+ },
2850
2950
  "AscriptionInfo": {
2851
2951
  "document": "站点归属信息",
2852
2952
  "members": [
@@ -3022,6 +3122,67 @@
3022
3122
  ],
3023
3123
  "usage": "both"
3024
3124
  },
3125
+ "BasicBotSettings": {
3126
+ "document": "Bot 管理的基础配置,对策略关联的所有域名生效。可以通过 CustomRules 进行精细化定制。",
3127
+ "members": [
3128
+ {
3129
+ "disabled": false,
3130
+ "document": "客户端 IP 的来源 IDC 配置,用于处置来自 IDC(数据中心) 的客户端 IP 的访问请求。此类来源请求不是由移动端或浏览器端直接访问。",
3131
+ "example": "无",
3132
+ "member": "SourceIDC",
3133
+ "name": "SourceIDC",
3134
+ "output_required": false,
3135
+ "required": false,
3136
+ "type": "object",
3137
+ "value_allowed_null": false
3138
+ },
3139
+ {
3140
+ "disabled": false,
3141
+ "document": "搜索引擎爬虫配置,用于处置来自搜索引擎爬虫的请求。此类请求的 IP、User-Agent 或 rDNS 结果匹配已知搜索引擎爬虫。",
3142
+ "example": "无",
3143
+ "member": "SearchEngineBots",
3144
+ "name": "SearchEngineBots",
3145
+ "output_required": false,
3146
+ "required": false,
3147
+ "type": "object",
3148
+ "value_allowed_null": false
3149
+ },
3150
+ {
3151
+ "disabled": false,
3152
+ "document": "商业或开源工具 UA 特征配置(原 UA 特征规则),用于处置来自已知商业工具或开源工具的访问请求。此类请求的 User-Agent 头部符合已知商业或开源工具特征。",
3153
+ "example": "无",
3154
+ "member": "KnownBotCategories",
3155
+ "name": "KnownBotCategories",
3156
+ "output_required": false,
3157
+ "required": false,
3158
+ "type": "object",
3159
+ "value_allowed_null": false
3160
+ },
3161
+ {
3162
+ "disabled": false,
3163
+ "document": "IP 威胁情报库(原客户端画像分析)配置,用于处置近期访问行为具有特定风险特征的客户端 IP。",
3164
+ "example": "无",
3165
+ "member": "IPReputation",
3166
+ "name": "IPReputation",
3167
+ "output_required": false,
3168
+ "required": false,
3169
+ "type": "object",
3170
+ "value_allowed_null": false
3171
+ },
3172
+ {
3173
+ "disabled": false,
3174
+ "document": "Bot 智能分析的具体配置。",
3175
+ "example": "无",
3176
+ "member": "BotIntelligence",
3177
+ "name": "BotIntelligence",
3178
+ "output_required": false,
3179
+ "required": false,
3180
+ "type": "object",
3181
+ "value_allowed_null": false
3182
+ }
3183
+ ],
3184
+ "usage": "both"
3185
+ },
3025
3186
  "BillingData": {
3026
3187
  "document": "计费数据项。",
3027
3188
  "members": [
@@ -3448,6 +3609,34 @@
3448
3609
  ],
3449
3610
  "usage": "both"
3450
3611
  },
3612
+ "BotIntelligence": {
3613
+ "document": "Bot 智能分析的具体配置。",
3614
+ "members": [
3615
+ {
3616
+ "disabled": false,
3617
+ "document": "基于客户端和请求特征,将请求来源分为人类来源请求、合法 Bot 请求、疑似 Bot 请求和高风险 Bot 请求,并提供请求处置选项。",
3618
+ "example": "无",
3619
+ "member": "BotRatings",
3620
+ "name": "BotRatings",
3621
+ "output_required": false,
3622
+ "required": false,
3623
+ "type": "object",
3624
+ "value_allowed_null": false
3625
+ },
3626
+ {
3627
+ "disabled": false,
3628
+ "document": "Bot 智能分析的具体配置开关。取值有:\n\non:开启;\noff:关闭。",
3629
+ "example": "on",
3630
+ "member": "string",
3631
+ "name": "Enabled",
3632
+ "output_required": false,
3633
+ "required": false,
3634
+ "type": "string",
3635
+ "value_allowed_null": false
3636
+ }
3637
+ ],
3638
+ "usage": "both"
3639
+ },
3451
3640
  "BotManagedRule": {
3452
3641
  "document": "Bot 规则,下列规则ID可参考接口 DescribeBotManagedRules返回的ID信息",
3453
3642
  "members": [
@@ -3536,58 +3725,219 @@
3536
3725
  "members": [
3537
3726
  {
3538
3727
  "disabled": false,
3539
- "document": "客户端认证规则的定义列表。该功能内测中,如需使用,请提工单或联系智能客服。",
3540
- "example": "",
3541
- "member": "ClientAttestationRules",
3542
- "name": "ClientAttestationRules",
3728
+ "document": "Bot 管理是否开启。取值有:<li>on:开启;</li><li>off:关闭。</li>",
3729
+ "example": "on",
3730
+ "member": "string",
3731
+ "name": "Enabled",
3543
3732
  "output_required": false,
3544
3733
  "required": false,
3545
- "type": "object",
3546
- "value_allowed_null": false
3547
- }
3548
- ],
3549
- "usage": "both"
3550
- },
3551
- "BotPortraitRule": {
3552
- "document": "bot 用户画像规则",
3553
- "members": [
3554
- {
3555
- "disabled": false,
3556
- "document": "本功能的开关,取值有:\n<li>on:开启;</li>\n<li>off:关闭。</li>",
3557
- "example": "off",
3558
- "member": "string",
3559
- "name": "Switch",
3560
- "output_required": true,
3561
- "required": true,
3562
3734
  "type": "string",
3563
3735
  "value_allowed_null": false
3564
3736
  },
3565
3737
  {
3566
3738
  "disabled": false,
3567
- "document": "本规则的ID。仅出参使用。",
3568
- "example": "1",
3569
- "member": "int64",
3570
- "name": "RuleID",
3571
- "output_required": true,
3739
+ "document": "Bot 管理的自定义规则,组合各类爬虫和请求行为特征,精准定义 Bot 并配置定制化处置方式。",
3740
+ "example": "",
3741
+ "member": "BotManagementCustomRules",
3742
+ "name": "CustomRules",
3743
+ "output_required": false,
3572
3744
  "required": false,
3573
- "type": "int",
3745
+ "type": "object",
3574
3746
  "value_allowed_null": false
3575
3747
  },
3576
3748
  {
3577
3749
  "disabled": false,
3578
- "document": "JS挑战的规则ID。默认所有规则不配置JS挑战。",
3579
- "example": "[1,2]",
3580
- "member": "int64",
3581
- "name": "AlgManagedIds",
3582
- "output_required": true,
3750
+ "document": "Bot 管理的基础配置,对策略关联的所有域名生效。可以通过 CustomRules 进行精细化定制。",
3751
+ "example": "",
3752
+ "member": "BasicBotSettings",
3753
+ "name": "BasicBotSettings",
3754
+ "output_required": false,
3583
3755
  "required": false,
3584
- "type": "list",
3756
+ "type": "object",
3585
3757
  "value_allowed_null": false
3586
3758
  },
3587
3759
  {
3588
3760
  "disabled": false,
3589
- "document": "数字验证码的规则ID。默认所有规则不配置数字验证码。",
3590
- "example": "[1,2]",
3761
+ "document": "客户端认证规则的定义列表。该功能内测中,如需使用,请提工单。",
3762
+ "example": "",
3763
+ "member": "ClientAttestationRules",
3764
+ "name": "ClientAttestationRules",
3765
+ "output_required": false,
3766
+ "required": false,
3767
+ "type": "object",
3768
+ "value_allowed_null": false
3769
+ },
3770
+ {
3771
+ "disabled": false,
3772
+ "document": "配置浏览器伪造识别规则(原主动特征识别规则)。设置注入 JavaScript 的响应页面范围,浏览器校验选项,以及对非浏览器客户端的处置方式。",
3773
+ "example": "无",
3774
+ "member": "BrowserImpersonationDetection",
3775
+ "name": "BrowserImpersonationDetection",
3776
+ "output_required": false,
3777
+ "required": false,
3778
+ "type": "object",
3779
+ "value_allowed_null": false
3780
+ }
3781
+ ],
3782
+ "usage": "both"
3783
+ },
3784
+ "BotManagementActionOverrides": {
3785
+ "document": "Bot 规则项的具体配置,用于覆盖上层的默认配置。",
3786
+ "members": [
3787
+ {
3788
+ "disabled": false,
3789
+ "document": "Bot 规则组下的具体项,用于改写此单条规则项配置的内容,Ids 所对应的具体信息请参考 DescribeBotManagedRules 接口返回的信息。",
3790
+ "example": "[\"5682929011\"]",
3791
+ "member": "string",
3792
+ "name": "Ids",
3793
+ "output_required": false,
3794
+ "required": false,
3795
+ "type": "list",
3796
+ "value_allowed_null": false
3797
+ },
3798
+ {
3799
+ "disabled": false,
3800
+ "document": "Ids 中指定 Bot 规则项的处置动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截;</li><li>Monitor:观察;</li><li>Disabled:未启用,不启用指定规则;</li><li>Challenge:挑战,其中 ChallengeActionParameters 中的 ChallengeOption 支持 JSChallenge 和 ManagedChallenge;</li><li>Allow:放行(仅限Bot基础特征管理)。</li>\n",
3801
+ "example": "无",
3802
+ "member": "SecurityAction",
3803
+ "name": "Action",
3804
+ "output_required": false,
3805
+ "required": false,
3806
+ "type": "object",
3807
+ "value_allowed_null": false
3808
+ }
3809
+ ],
3810
+ "usage": "both"
3811
+ },
3812
+ "BotManagementCustomRule": {
3813
+ "document": "Web 安全的 Bot 自定义规则。",
3814
+ "members": [
3815
+ {
3816
+ "disabled": false,
3817
+ "document": "Bot 自定义规则的 ID。<br>通过规则 ID 可支持不同的规则配置操作:<br> <li> <b>增加</b>新规则:ID 为空或不指定 ID 参数;</li><li><b>修改</b>已有规则:指定需要更新/修改的规则 ID;</li><li><b>删除</b>已有规则:BotManagementCustomRules 参数中,Rules 列表中未包含的已有规则将被删除。</li>",
3818
+ "example": "2181399690",
3819
+ "member": "string",
3820
+ "name": "Id",
3821
+ "output_required": false,
3822
+ "required": false,
3823
+ "type": "string",
3824
+ "value_allowed_null": false
3825
+ },
3826
+ {
3827
+ "disabled": false,
3828
+ "document": "Bot 自定义规则的名称。",
3829
+ "example": "SampleCustomBotRule",
3830
+ "member": "string",
3831
+ "name": "Name",
3832
+ "output_required": false,
3833
+ "required": false,
3834
+ "type": "string",
3835
+ "value_allowed_null": false
3836
+ },
3837
+ {
3838
+ "disabled": false,
3839
+ "document": "Bot 自定义规则是否开启。取值有:<li>on:开启;</li><li>off:关闭。</li>",
3840
+ "example": "on",
3841
+ "member": "string",
3842
+ "name": "Enabled",
3843
+ "output_required": false,
3844
+ "required": false,
3845
+ "type": "string",
3846
+ "value_allowed_null": false
3847
+ },
3848
+ {
3849
+ "disabled": false,
3850
+ "document": "Bot 自定义规则的优先级,范围是 1 ~ 100,默认为 50。",
3851
+ "example": "50",
3852
+ "member": "int64",
3853
+ "name": "Priority",
3854
+ "output_required": false,
3855
+ "required": false,
3856
+ "type": "int",
3857
+ "value_allowed_null": false
3858
+ },
3859
+ {
3860
+ "disabled": false,
3861
+ "document": "Bot 自定义规则的具体内容,需符合表达式语法,详细规范参见产品文档。",
3862
+ "example": "${http.request.bot.rating} in ['botrating-likely-bot','botrating-verified-bot']} and ${http.request.ip.client_reputation} in ['rep-attackes.high'] and ${http.request.method} in ['POST']",
3863
+ "member": "string",
3864
+ "name": "Condition",
3865
+ "output_required": false,
3866
+ "required": false,
3867
+ "type": "string",
3868
+ "value_allowed_null": false
3869
+ },
3870
+ {
3871
+ "disabled": false,
3872
+ "document": "Bot 自定义规则的处置方式。取值有:<li>Monitor:观察;</li><li>Deny:拦截,其中 DenyActionParameters.Name 支持 Deny 和 ReturnCustomPage;</li><li>Challenge:挑战,其中 ChallengeActionParameters.Name 支持 JSChallenge 和 ManagedChallenge;</li><li>Redirect:重定向至 URL。</li>",
3873
+ "example": "无",
3874
+ "member": "SecurityWeightedAction",
3875
+ "name": "Action",
3876
+ "output_required": false,
3877
+ "required": false,
3878
+ "type": "list",
3879
+ "value_allowed_null": false
3880
+ }
3881
+ ],
3882
+ "usage": "both"
3883
+ },
3884
+ "BotManagementCustomRules": {
3885
+ "document": "Bot 自定义规则的配置。",
3886
+ "members": [
3887
+ {
3888
+ "disabled": false,
3889
+ "document": "Bot 自定义规则的列表。使用 ModifySecurityPolicy 修改 Web 防护配置时: <br> <li> 若未指定 SecurityPolicy.BotManagement.CustomRules 中的 Rules 参数,或 Rules 参数长度为零:清空所有 Bot 自定义规则配置。</li> <li> 若 SecurityPolicy.BotManagement 参数中,未指定 CustomRules 参数值:保持已有 Bot 自定义规则配置,不做修改。</li>",
3890
+ "example": "无",
3891
+ "member": "BotManagementCustomRule",
3892
+ "name": "Rules",
3893
+ "output_required": false,
3894
+ "required": false,
3895
+ "type": "list",
3896
+ "value_allowed_null": false
3897
+ }
3898
+ ],
3899
+ "usage": "both"
3900
+ },
3901
+ "BotPortraitRule": {
3902
+ "document": "bot 用户画像规则",
3903
+ "members": [
3904
+ {
3905
+ "disabled": false,
3906
+ "document": "本功能的开关,取值有:\n<li>on:开启;</li>\n<li>off:关闭。</li>",
3907
+ "example": "off",
3908
+ "member": "string",
3909
+ "name": "Switch",
3910
+ "output_required": true,
3911
+ "required": true,
3912
+ "type": "string",
3913
+ "value_allowed_null": false
3914
+ },
3915
+ {
3916
+ "disabled": false,
3917
+ "document": "本规则的ID。仅出参使用。",
3918
+ "example": "1",
3919
+ "member": "int64",
3920
+ "name": "RuleID",
3921
+ "output_required": true,
3922
+ "required": false,
3923
+ "type": "int",
3924
+ "value_allowed_null": false
3925
+ },
3926
+ {
3927
+ "disabled": false,
3928
+ "document": "JS挑战的规则ID。默认所有规则不配置JS挑战。",
3929
+ "example": "[1,2]",
3930
+ "member": "int64",
3931
+ "name": "AlgManagedIds",
3932
+ "output_required": true,
3933
+ "required": false,
3934
+ "type": "list",
3935
+ "value_allowed_null": false
3936
+ },
3937
+ {
3938
+ "disabled": false,
3939
+ "document": "数字验证码的规则ID。默认所有规则不配置数字验证码。",
3940
+ "example": "[1,2]",
3591
3941
  "member": "int64",
3592
3942
  "name": "CapManagedIds",
3593
3943
  "output_required": true,
@@ -3620,6 +3970,117 @@
3620
3970
  ],
3621
3971
  "usage": "both"
3622
3972
  },
3973
+ "BotRatings": {
3974
+ "document": "基于客户端和请求特征,将请求来源分为人类来源请求、合法 Bot 请求、疑似 Bot 请求和高风险 Bot 请求,并提供请求处置选项。",
3975
+ "members": [
3976
+ {
3977
+ "disabled": false,
3978
+ "document": "恶意 Bot 请求的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截;</li><li>Monitor:观察;</li><li>Allow:放行;</li><li>Challenge:挑战,其中 ChallengeActionParameters 中的 ChallengeOption 支持 JSChallenge 和 ManagedChallenge。</li>",
3979
+ "example": "无",
3980
+ "member": "SecurityAction",
3981
+ "name": "HighRiskBotRequestsAction",
3982
+ "output_required": false,
3983
+ "required": false,
3984
+ "type": "object",
3985
+ "value_allowed_null": false
3986
+ },
3987
+ {
3988
+ "disabled": false,
3989
+ "document": "疑似 Bot 请求的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截;</li><li>Monitor:观察;</li><li>Allow:放行;</li><li>Challenge:挑战,其中 ChallengeActionParameters 中的 ChallengeOption 支持 JSChallenge 和 ManagedChallenge。</li>",
3990
+ "example": "无",
3991
+ "member": "SecurityAction",
3992
+ "name": "LikelyBotRequestsAction",
3993
+ "output_required": false,
3994
+ "required": false,
3995
+ "type": "object",
3996
+ "value_allowed_null": false
3997
+ },
3998
+ {
3999
+ "disabled": false,
4000
+ "document": "友好 Bot 请求的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截;</li><li>Monitor:观察;</li><li>Allow:放行;</li><li>Challenge:挑战,其中 ChallengeActionParameters 中的 ChallengeOption 支持 JSChallenge 和 ManagedChallenge。</li>",
4001
+ "example": "无",
4002
+ "member": "SecurityAction",
4003
+ "name": "VerifiedBotRequestsAction",
4004
+ "output_required": false,
4005
+ "required": false,
4006
+ "type": "object",
4007
+ "value_allowed_null": false
4008
+ },
4009
+ {
4010
+ "disabled": false,
4011
+ "document": "正常 Bot 请求的执行动作。 SecurityAction 的 Name 取值支持:<li>Allow:放行。</li>",
4012
+ "example": "无",
4013
+ "member": "SecurityAction",
4014
+ "name": "HumanRequestsAction",
4015
+ "output_required": false,
4016
+ "required": false,
4017
+ "type": "object",
4018
+ "value_allowed_null": false
4019
+ }
4020
+ ],
4021
+ "usage": "both"
4022
+ },
4023
+ "BotSessionValidation": {
4024
+ "document": "Cookie 校验和会话跟踪行为具体配置。",
4025
+ "members": [
4026
+ {
4027
+ "disabled": false,
4028
+ "document": "是否更新 Cookie 并校验。取值有:<li>on:更新 Cookie 并校验;</li><li>off:仅校验。</li>",
4029
+ "example": "on",
4030
+ "member": "string",
4031
+ "name": "IssueNewBotSessionCookie",
4032
+ "output_required": false,
4033
+ "required": false,
4034
+ "type": "string",
4035
+ "value_allowed_null": false
4036
+ },
4037
+ {
4038
+ "disabled": false,
4039
+ "document": "更新 Cookie 并校验时的触发阈值,仅当 IssueNewBotSessionCookie 为 on 时有效。",
4040
+ "example": "无",
4041
+ "member": "MaxNewSessionTriggerConfig",
4042
+ "name": "MaxNewSessionTriggerConfig",
4043
+ "output_required": false,
4044
+ "required": false,
4045
+ "type": "object",
4046
+ "value_allowed_null": false
4047
+ },
4048
+ {
4049
+ "disabled": false,
4050
+ "document": "未携带 Cookie 或 Cookie 已过期的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截,其中 DenyActionParameters 中支持 Stall 配置;</li><li>Monitor:观察;</li><li>Allow:等待后响应,其中 AllowActionParameters 需要 MinDelayTime 和 MaxDelayTime 配置。</li>",
4051
+ "example": "无",
4052
+ "member": "SecurityAction",
4053
+ "name": "SessionExpiredAction",
4054
+ "output_required": false,
4055
+ "required": false,
4056
+ "type": "object",
4057
+ "value_allowed_null": false
4058
+ },
4059
+ {
4060
+ "disabled": false,
4061
+ "document": "不合法 Cookie 的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截,其中 DenyActionParameters 中支持 Stall 配置;</li><li>Monitor:观察;</li><li>Allow:等待后响应,其中 AllowActionParameters 需要 MinDelayTime 和 MaxDelayTime 配置。</li>",
4062
+ "example": "无",
4063
+ "member": "SecurityAction",
4064
+ "name": "SessionInvalidAction",
4065
+ "output_required": false,
4066
+ "required": false,
4067
+ "type": "object",
4068
+ "value_allowed_null": false
4069
+ },
4070
+ {
4071
+ "disabled": false,
4072
+ "document": "会话速率和周期特征校验的具体配置。",
4073
+ "example": "无",
4074
+ "member": "SessionRateControl",
4075
+ "name": "SessionRateControl",
4076
+ "output_required": false,
4077
+ "required": false,
4078
+ "type": "object",
4079
+ "value_allowed_null": false
4080
+ }
4081
+ ],
4082
+ "usage": "both"
4083
+ },
3623
4084
  "BotUserRule": {
3624
4085
  "document": "Bot自定义规则",
3625
4086
  "members": [
@@ -3721,60 +4182,166 @@
3721
4182
  "required": false,
3722
4183
  "type": "string",
3723
4184
  "value_allowed_null": false
3724
- },
4185
+ },
4186
+ {
4187
+ "disabled": false,
4188
+ "document": "统计范围。取值有:\n<li>source_to_eo:(响应)源站到 EdgeOne;</li>\n<li>client_to_eo:(请求)客户端到 EdgeOne。</li>\n默认为 source_to_eo。",
4189
+ "example": "source_to_eo",
4190
+ "member": "string",
4191
+ "name": "FreqScope",
4192
+ "output_required": true,
4193
+ "required": false,
4194
+ "type": "list",
4195
+ "value_allowed_null": false
4196
+ },
4197
+ {
4198
+ "disabled": false,
4199
+ "document": "自定义返回页面的名称。Action 是 page 时必填,且不能为空。",
4200
+ "example": "error.html",
4201
+ "member": "string",
4202
+ "name": "Name",
4203
+ "output_required": true,
4204
+ "required": false,
4205
+ "type": "string",
4206
+ "value_allowed_null": false
4207
+ },
4208
+ {
4209
+ "disabled": false,
4210
+ "document": "自定义响应 Id。该 Id 可通过查询自定义错误页列表接口获取。默认值为default,使用系统默认页面。Action 是 page 时必填,且不能为空。\t",
4211
+ "example": "p-xxx",
4212
+ "member": "string",
4213
+ "name": "CustomResponseId",
4214
+ "output_required": true,
4215
+ "required": false,
4216
+ "type": "string",
4217
+ "value_allowed_null": false
4218
+ },
4219
+ {
4220
+ "disabled": false,
4221
+ "document": "自定义返回页面的响应码。Action 是 page 时必填,且不能为空,取值: 100~600,不支持 3xx 响应码。默认值:567。",
4222
+ "example": "567",
4223
+ "member": "int64",
4224
+ "name": "ResponseCode",
4225
+ "output_required": true,
4226
+ "required": false,
4227
+ "type": "int",
4228
+ "value_allowed_null": false
4229
+ },
4230
+ {
4231
+ "disabled": false,
4232
+ "document": "重定向时候的地址。Action 是 redirect 时必填,且不能为空。",
4233
+ "example": "http%3A%2F%2Fexample.com%2Fpath%2Ferror.html",
4234
+ "member": "string",
4235
+ "name": "RedirectUrl",
4236
+ "output_required": true,
4237
+ "required": false,
4238
+ "type": "string",
4239
+ "value_allowed_null": false
4240
+ }
4241
+ ],
4242
+ "usage": "both"
4243
+ },
4244
+ "BrowserImpersonationDetection": {
4245
+ "document": "浏览器伪造识别规则(原主动特征识别规则)的配置。",
4246
+ "members": [
4247
+ {
4248
+ "disabled": false,
4249
+ "document": "浏览器伪造识别规则的列表。使用 ModifySecurityPolicy 修改 Web 防护配置时: <br> <li> 若未指定 SecurityPolicy.BotManagement.BrowserImpersonationDetection 中的 Rules 参数,或 Rules 参数长度为零: 清空所有浏览器伪造识别规则配置。</li> <li> 若 SecurityPolicy.BotManagement 参数中,未指定 BrowserImpersonationDetection 参数值: 保持已有浏览器伪造识别规则配置,不做修改。</li>",
4250
+ "example": "无",
4251
+ "member": "BrowserImpersonationDetectionRule",
4252
+ "name": "Rules",
4253
+ "output_required": false,
4254
+ "required": false,
4255
+ "type": "list",
4256
+ "value_allowed_null": false
4257
+ }
4258
+ ],
4259
+ "usage": "both"
4260
+ },
4261
+ "BrowserImpersonationDetectionAction": {
4262
+ "document": "Bot 浏览器校验规则(原主动特征识别规则)的 Action。",
4263
+ "members": [
4264
+ {
4265
+ "disabled": false,
4266
+ "document": "Cookie 校验和会话跟踪配置。",
4267
+ "example": "无",
4268
+ "member": "BotSessionValidation",
4269
+ "name": "BotSessionValidation",
4270
+ "output_required": false,
4271
+ "required": false,
4272
+ "type": "object",
4273
+ "value_allowed_null": false
4274
+ },
4275
+ {
4276
+ "disabled": false,
4277
+ "document": "客户端行为校验配置。",
4278
+ "example": "无",
4279
+ "member": "ClientBehaviorDetection",
4280
+ "name": "ClientBehaviorDetection",
4281
+ "output_required": false,
4282
+ "required": false,
4283
+ "type": "object",
4284
+ "value_allowed_null": false
4285
+ }
4286
+ ],
4287
+ "usage": "both"
4288
+ },
4289
+ "BrowserImpersonationDetectionRule": {
4290
+ "document": "浏览器伪造识别规则(原主动特征识别规则)。",
4291
+ "members": [
3725
4292
  {
3726
4293
  "disabled": false,
3727
- "document": "统计范围。取值有:\n<li>source_to_eo:(响应)源站到 EdgeOne;</li>\n<li>client_to_eo:(请求)客户端到 EdgeOne。</li>\n默认为 source_to_eo。",
3728
- "example": "source_to_eo",
4294
+ "document": "浏览器伪造识别规则的 ID。<br>通过规则 ID 可支持不同的规则配置操作:<br> <li> <b>增加</b>新规则:ID 为空或不指定 ID 参数;</li><li><b>修改</b>已有规则:指定需要更新/修改的规则 ID;</li><li><b>删除</b>已有规则:BrowserImpersonationDetection 参数中,Rules 列表中未包含的已有规则将被删除。</li>",
4295
+ "example": "2184868170",
3729
4296
  "member": "string",
3730
- "name": "FreqScope",
3731
- "output_required": true,
4297
+ "name": "Id",
4298
+ "output_required": false,
3732
4299
  "required": false,
3733
- "type": "list",
4300
+ "type": "string",
3734
4301
  "value_allowed_null": false
3735
4302
  },
3736
4303
  {
3737
4304
  "disabled": false,
3738
- "document": "自定义返回页面的名称。Action 是 page 时必填,且不能为空。",
3739
- "example": "error.html",
4305
+ "document": "浏览器伪造识别规则的名称。",
4306
+ "example": "LoginValidation",
3740
4307
  "member": "string",
3741
4308
  "name": "Name",
3742
- "output_required": true,
4309
+ "output_required": false,
3743
4310
  "required": false,
3744
4311
  "type": "string",
3745
4312
  "value_allowed_null": false
3746
4313
  },
3747
4314
  {
3748
4315
  "disabled": false,
3749
- "document": "自定义响应 Id。该 Id 可通过查询自定义错误页列表接口获取。默认值为default,使用系统默认页面。Action 是 page 时必填,且不能为空。\t",
3750
- "example": "p-xxx",
4316
+ "document": "浏览器伪造识别规则是否开启。取值有:<li>on:开启;</li><li>off:关闭。</li>",
4317
+ "example": "on",
3751
4318
  "member": "string",
3752
- "name": "CustomResponseId",
3753
- "output_required": true,
4319
+ "name": "Enabled",
4320
+ "output_required": false,
3754
4321
  "required": false,
3755
4322
  "type": "string",
3756
4323
  "value_allowed_null": false
3757
4324
  },
3758
4325
  {
3759
4326
  "disabled": false,
3760
- "document": "自定义返回页面的响应码。Action page 时必填,且不能为空,取值: 100~600,不支持 3xx 响应码。默认值:567。",
3761
- "example": "567",
3762
- "member": "int64",
3763
- "name": "ResponseCode",
3764
- "output_required": true,
4327
+ "document": "浏览器伪造识别规则的具体内容,其中仅支持请求方式(Method)、请求路径(Path)和请求 URL 的配置,需符合表达式语法,详细规范参见产品文档。",
4328
+ "example": "${http.request.path} in ['/api/v3/test','/api/v3/submit'] and ${http.request.method} in ['POST']",
4329
+ "member": "string",
4330
+ "name": "Condition",
4331
+ "output_required": false,
3765
4332
  "required": false,
3766
- "type": "int",
4333
+ "type": "string",
3767
4334
  "value_allowed_null": false
3768
4335
  },
3769
4336
  {
3770
4337
  "disabled": false,
3771
- "document": "重定向时候的地址。Action redirect 时必填,且不能为空。",
3772
- "example": "http%3A%2F%2Fexample.com%2Fpath%2Ferror.html",
3773
- "member": "string",
3774
- "name": "RedirectUrl",
3775
- "output_required": true,
4338
+ "document": "浏览器伪造识别规则的处置方式,包括 Cookie 校验和会话跟踪配置以及客户端行为校验配置。",
4339
+ "example": "",
4340
+ "member": "BrowserImpersonationDetectionAction",
4341
+ "name": "Action",
4342
+ "output_required": false,
3776
4343
  "required": false,
3777
- "type": "string",
4344
+ "type": "object",
3778
4345
  "value_allowed_null": false
3779
4346
  }
3780
4347
  ],
@@ -3845,6 +4412,32 @@
3845
4412
  ],
3846
4413
  "usage": "both"
3847
4414
  },
4415
+ "CNAMEDetail": {
4416
+ "document": "CNAME 接入类型站点参数详情。",
4417
+ "members": [
4418
+ {
4419
+ "disabled": false,
4420
+ "document": "是否伪站点,取值有:\n<li> 0:非伪站点;</li>\n<li> 1:伪站点。</li>\n",
4421
+ "example": "1",
4422
+ "member": "int64",
4423
+ "name": "IsFake",
4424
+ "output_required": true,
4425
+ "type": "int",
4426
+ "value_allowed_null": false
4427
+ },
4428
+ {
4429
+ "disabled": false,
4430
+ "document": "归属权验证信息。详情请参考 [站点/域名归属权验证](https://cloud.tencent.com/document/product/1552/70789) 。",
4431
+ "example": "无",
4432
+ "member": "OwnershipVerification",
4433
+ "name": "OwnershipVerification",
4434
+ "output_required": false,
4435
+ "type": "object",
4436
+ "value_allowed_null": false
4437
+ }
4438
+ ],
4439
+ "usage": "out"
4440
+ },
3848
4441
  "Cache": {
3849
4442
  "document": "缓存时间设置",
3850
4443
  "members": [
@@ -4521,6 +5114,72 @@
4521
5114
  ],
4522
5115
  "type": "object"
4523
5116
  },
5117
+ "CheckFreeCertificateVerificationRequest": {
5118
+ "document": "CheckFreeCertificateVerification请求参数结构体",
5119
+ "members": [
5120
+ {
5121
+ "disabled": false,
5122
+ "document": "站点 ID。",
5123
+ "example": "zone-28v607hq8d3m",
5124
+ "member": "string",
5125
+ "name": "ZoneId",
5126
+ "required": true,
5127
+ "type": "string"
5128
+ },
5129
+ {
5130
+ "disabled": false,
5131
+ "document": "加速域名,该域名为[申请免费证书](https://tcloud4api.woa.com/document/product/1657/927654?!preview&!document=1)时使用的域名。",
5132
+ "example": "qq.com",
5133
+ "member": "string",
5134
+ "name": "Domain",
5135
+ "required": true,
5136
+ "type": "string"
5137
+ }
5138
+ ],
5139
+ "type": "object"
5140
+ },
5141
+ "CheckFreeCertificateVerificationResponse": {
5142
+ "document": "CheckFreeCertificateVerification返回参数结构体",
5143
+ "members": [
5144
+ {
5145
+ "disabled": false,
5146
+ "document": "免费证书申请成功时,该证书颁发给的域名。\n注意:一个域名只允许申请一本免费证书, 如果已经有泛域名申请了免费证书的情况下,其子域名会匹配使用该泛域名证书。",
5147
+ "example": "aa.test.com",
5148
+ "member": "string",
5149
+ "name": "CommonName",
5150
+ "output_required": true,
5151
+ "type": "string",
5152
+ "value_allowed_null": false
5153
+ },
5154
+ {
5155
+ "disabled": false,
5156
+ "document": "免费证书申请成功时,该证书使用的签名算法,当前仅支持 RSA 2048。",
5157
+ "example": "RSA 2048",
5158
+ "member": "string",
5159
+ "name": "SignatureAlgorithm",
5160
+ "output_required": true,
5161
+ "type": "string",
5162
+ "value_allowed_null": false
5163
+ },
5164
+ {
5165
+ "disabled": false,
5166
+ "document": "免费证书申请成功时,该证书的过期时间。时间为世界标准时间(UTC), 遵循 ISO 8601 标准的日期和时间格式。",
5167
+ "example": "2014-08-03T12:00:00+08:00",
5168
+ "member": "datetime_iso",
5169
+ "name": "ExpireTime",
5170
+ "output_required": true,
5171
+ "type": "string",
5172
+ "value_allowed_null": false
5173
+ },
5174
+ {
5175
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5176
+ "member": "string",
5177
+ "name": "RequestId",
5178
+ "type": "string"
5179
+ }
5180
+ ],
5181
+ "type": "object"
5182
+ },
4524
5183
  "CheckRegionHealthStatus": {
4525
5184
  "document": "各个健康检查区域下源站的健康状态。",
4526
5185
  "members": [
@@ -4629,7 +5288,7 @@
4629
5288
  {
4630
5289
  "disabled": false,
4631
5290
  "document": "客户端设备配置。若 ClientAttestationRules 参数中,未指定 DeviceProfiles 参数值:保持已有客户端设备配置,不做修改。",
4632
- "example": "参考 DeviceProfile 结构\t",
5291
+ "example": "",
4633
5292
  "member": "DeviceProfile",
4634
5293
  "name": "DeviceProfiles",
4635
5294
  "output_required": false,
@@ -4640,7 +5299,7 @@
4640
5299
  {
4641
5300
  "disabled": false,
4642
5301
  "document": "客户端认证未通过的处置方式。SecurityAction 的 Name 取值支持:<li>Deny:拦截;</li><li>Monitor:观察;</li><li>Redirect:重定向;</li><li>Challenge:挑战。</li>默认值为 Monitor。",
4643
- "example": "参考 SecurityAction 结构",
5302
+ "example": "",
4644
5303
  "member": "SecurityAction",
4645
5304
  "name": "InvalidAttestationAction",
4646
5305
  "output_required": false,
@@ -4751,6 +5410,89 @@
4751
5410
  ],
4752
5411
  "usage": "both"
4753
5412
  },
5413
+ "ClientBehaviorDetection": {
5414
+ "document": "客户端行为校验",
5415
+ "members": [
5416
+ {
5417
+ "disabled": false,
5418
+ "document": "工作量证明校验强度。取值有:<li>low:低;</li><li>medium:中;</li><li>high:高。</li>",
5419
+ "example": "high",
5420
+ "member": "string",
5421
+ "name": "CryptoChallengeIntensity",
5422
+ "output_required": false,
5423
+ "required": false,
5424
+ "type": "string",
5425
+ "value_allowed_null": false
5426
+ },
5427
+ {
5428
+ "disabled": false,
5429
+ "document": "客户端行为校验的执行方式。取值有:<li>0ms:立即执行;</li><li>100ms:延迟 100ms 执行;</li><li>200ms:延迟 200ms 执行;</li><li>300ms:延迟 300ms 执行;</li><li>400ms:延迟 400ms 执行;</li><li>500ms:延迟 500ms 执行;</li><li>600ms:延迟 600ms 执行;</li><li>700ms:延迟 700ms 执行;</li><li>800ms:延迟 800ms 执行;</li><li>900ms:延迟 900ms 执行;</li><li>1000ms:延迟 1000ms 执行。</li> ",
5430
+ "example": "500ms",
5431
+ "member": "string",
5432
+ "name": "CryptoChallengeDelayBefore",
5433
+ "output_required": false,
5434
+ "required": false,
5435
+ "type": "string",
5436
+ "value_allowed_null": false
5437
+ },
5438
+ {
5439
+ "disabled": false,
5440
+ "document": "触发阈值统计的时间窗口,取值有:<li>5s:5 秒内;</li><li>10s:10 秒内;</li><li>15s:15 秒内;</li><li>30s:30 秒内;</li><li>60s:60 秒内;</li><li>5m:5 分钟内;</li><li>10m:10 分钟内;</li><li>30m:30 分钟内;</li><li>60m:60 分钟内。</li> ",
5441
+ "example": "10s",
5442
+ "member": "string",
5443
+ "name": "MaxChallengeCountInterval",
5444
+ "output_required": false,
5445
+ "required": false,
5446
+ "type": "string",
5447
+ "value_allowed_null": false
5448
+ },
5449
+ {
5450
+ "disabled": false,
5451
+ "document": "触发阈值统计的累计次数,取值范围 1 ~ 100000000。",
5452
+ "example": "1000",
5453
+ "member": "int64",
5454
+ "name": "MaxChallengeCountThreshold",
5455
+ "output_required": false,
5456
+ "required": false,
5457
+ "type": "int",
5458
+ "value_allowed_null": false
5459
+ },
5460
+ {
5461
+ "disabled": false,
5462
+ "document": "客户端未启用 JS(未完成检测)时的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截,其中 DenyActionParameters 中支持 Stall 配置;</li><li>Monitor:观察;</li><li>Allow:等待后响应,其中 AllowActionParameters 需要 MinDelayTime 和 MaxDelayTime 配置。</li>",
5463
+ "example": "无",
5464
+ "member": "SecurityAction",
5465
+ "name": "ChallengeNotFinishedAction",
5466
+ "output_required": false,
5467
+ "required": false,
5468
+ "type": "object",
5469
+ "value_allowed_null": false
5470
+ },
5471
+ {
5472
+ "disabled": false,
5473
+ "document": "客户端检测超时的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截,其中 DenyActionParameters 中支持 Stall 配置;</li><li>Monitor:观察;</li><li>Allow:等待后响应,其中 AllowActionParameters 需要 MinDelayTime 和 MaxDelayTime 配置。</li>",
5474
+ "example": "无",
5475
+ "member": "SecurityAction",
5476
+ "name": "ChallengeTimeoutAction",
5477
+ "output_required": false,
5478
+ "required": false,
5479
+ "type": "object",
5480
+ "value_allowed_null": false
5481
+ },
5482
+ {
5483
+ "disabled": false,
5484
+ "document": "Bot 客户端的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截,其中 DenyActionParameters 中支持 Stall 配置;</li><li>Monitor:观察;</li><li>Allow:等待后响应,其中 AllowActionParameters 需要 MinDelayTime 和 MaxDelayTime 配置。</li>",
5485
+ "example": "无",
5486
+ "member": "SecurityAction",
5487
+ "name": "BotClientAction",
5488
+ "output_required": false,
5489
+ "required": false,
5490
+ "type": "object",
5491
+ "value_allowed_null": false
5492
+ }
5493
+ ],
5494
+ "usage": "both"
5495
+ },
4754
5496
  "ClientFiltering": {
4755
5497
  "document": "智能客户端过滤",
4756
5498
  "members": [
@@ -5092,6 +5834,51 @@
5092
5834
  ],
5093
5835
  "usage": "both"
5094
5836
  },
5837
+ "ConfirmMultiPathGatewayOriginACLRequest": {
5838
+ "document": "ConfirmMultiPathGatewayOriginACL请求参数结构体",
5839
+ "members": [
5840
+ {
5841
+ "disabled": false,
5842
+ "document": "站点 ID。",
5843
+ "example": "zone-27q0p0bal192",
5844
+ "member": "string",
5845
+ "name": "ZoneId",
5846
+ "required": true,
5847
+ "type": "string"
5848
+ },
5849
+ {
5850
+ "disabled": false,
5851
+ "document": "网关 ID。",
5852
+ "example": "mpgw-lbxuhk1oh",
5853
+ "member": "string",
5854
+ "name": "GatewayId",
5855
+ "required": true,
5856
+ "type": "string"
5857
+ },
5858
+ {
5859
+ "disabled": false,
5860
+ "document": "回源 IP 版本号。",
5861
+ "example": "1",
5862
+ "member": "int64",
5863
+ "name": "OriginACLVersion",
5864
+ "required": true,
5865
+ "type": "int"
5866
+ }
5867
+ ],
5868
+ "type": "object"
5869
+ },
5870
+ "ConfirmMultiPathGatewayOriginACLResponse": {
5871
+ "document": "ConfirmMultiPathGatewayOriginACL返回参数结构体",
5872
+ "members": [
5873
+ {
5874
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5875
+ "member": "string",
5876
+ "name": "RequestId",
5877
+ "type": "string"
5878
+ }
5879
+ ],
5880
+ "type": "object"
5881
+ },
5095
5882
  "ConfirmOriginACLUpdateRequest": {
5096
5883
  "document": "ConfirmOriginACLUpdate请求参数结构体",
5097
5884
  "members": [
@@ -5119,6 +5906,23 @@
5119
5906
  ],
5120
5907
  "type": "object"
5121
5908
  },
5909
+ "ContentCompressionParameters": {
5910
+ "document": "内容压缩配置。",
5911
+ "members": [
5912
+ {
5913
+ "disabled": false,
5914
+ "document": "内容压缩配置开关,取值有:\n<li>on:开启;</li>\n<li>off:关闭。</li>\n当 Switch 为 on 时,将同时支持 brotli 和 gzip 压缩算法。",
5915
+ "example": "on",
5916
+ "member": "string",
5917
+ "name": "Switch",
5918
+ "output_required": false,
5919
+ "required": true,
5920
+ "type": "string",
5921
+ "value_allowed_null": false
5922
+ }
5923
+ ],
5924
+ "usage": "both"
5925
+ },
5122
5926
  "ContentIdentifier": {
5123
5927
  "document": "内容标识符。该功能仅白名单开放。",
5124
5928
  "members": [
@@ -6029,13 +6833,40 @@
6029
6833
  },
6030
6834
  {
6031
6835
  "disabled": false,
6032
- "document": "函数 ID,命中触发规则条件后执行的函数。",
6836
+ "document": "函数选择配置类型:\n<li> direct:直接指定执行函数;</li>\n<li> weight:基于权重比选择函数;</li>\n<li> region:基于客户端 IP 的国家/地区选择函数。</li>\n不填时默认为 direct 。",
6837
+ "example": "direct",
6838
+ "member": "string",
6839
+ "name": "TriggerType",
6840
+ "required": false,
6841
+ "type": "string"
6842
+ },
6843
+ {
6844
+ "disabled": false,
6845
+ "document": "指定执行的函数 ID。当 TriggerType 为 direct 或 TriggerType 不填时生效。",
6033
6846
  "example": "ef-0agikbrr",
6034
6847
  "member": "string",
6035
6848
  "name": "FunctionId",
6036
- "required": true,
6849
+ "required": false,
6037
6850
  "type": "string"
6038
6851
  },
6852
+ {
6853
+ "disabled": false,
6854
+ "document": "基于客户端 IP 国家/地区的函数选择配置,当 TriggerType 为 region 时生效且 RegionMappingSelections 必填。RegionMappingSelections 中至少包含一项 Regions 为 Default 的配置。",
6855
+ "example": "无",
6856
+ "member": "FunctionRegionSelection",
6857
+ "name": "RegionMappingSelections",
6858
+ "required": false,
6859
+ "type": "list"
6860
+ },
6861
+ {
6862
+ "disabled": false,
6863
+ "document": "基于权重的函数选择配置,当 TriggerType 为 weight 时生效且 WeightedSelections 必填。WeightedSelections 中的所有权重之和需要为100。",
6864
+ "example": "无",
6865
+ "member": "FunctionWeightedSelection",
6866
+ "name": "WeightedSelections",
6867
+ "required": false,
6868
+ "type": "list"
6869
+ },
6039
6870
  {
6040
6871
  "disabled": false,
6041
6872
  "document": "规则描述,最大支持 60 个字符。",
@@ -7036,7 +7867,7 @@
7036
7867
  },
7037
7868
  {
7038
7869
  "disabled": false,
7039
- "document": "实时日志投递任务类型,取值有:\n<li>cls: 推送到腾讯云 CLS;</li>\n<li>custom_endpoint:推送到自定义 HTTP(S) 地址;</li>\n<li>s3:推送到 AWS S3 兼容存储桶地址;</li>",
7870
+ "document": "实时日志投递任务类型,取值有:\n<li>cls: 推送到腾讯云 CLS;</li>\n<li>custom_endpoint:推送到自定义 HTTP(S) 地址;</li>\n<li>s3:推送到 AWS S3 兼容存储桶地址;</li>\n<li>log_analysis:推送到 EdgeOne 日志分析,该任务类型仅支持“站点加速日志”这一数据投递类型。</li>",
7040
7871
  "example": "cls",
7041
7872
  "member": "string",
7042
7873
  "name": "TaskType",
@@ -7108,7 +7939,7 @@
7108
7939
  },
7109
7940
  {
7110
7941
  "disabled": false,
7111
- "document": "日志投递的输出格式。不填表示为默认格式,默认格式逻辑如下:\n<li>当 TaskType 取值为 custom_endpoint 时,默认格式为多个 JSON 对象组成的数组,每个 JSON 对象为一条日志;</li>\n<li>当 TaskType 取值为 s3 时,默认格式为 JSON Lines;</li>特别地,当 TaskType 取值为 cls 时,LogFormat.FormatType 的值只能为 json,且 LogFormat 中其他参数将被忽略,建议不传 LogFormat。",
7942
+ "document": "日志投递的输出格式。不填表示为默认格式,默认格式逻辑如下:\n<li>当 TaskType 取值为 custom_endpoint 时,默认格式为多个 JSON 对象组成的数组,每个 JSON 对象为一条日志;</li>\n<li>当 TaskType 取值为 s3 时,默认格式为 JSON Lines;</li>特别地,当 TaskType 取值为 cls 或 log_analysis 时,LogFormat.FormatType 的值只能为 json,且 LogFormat 中其他参数将被忽略,建议不传 LogFormat。",
7112
7943
  "example": "无",
7113
7944
  "member": "LogFormat",
7114
7945
  "name": "LogFormat",
@@ -8340,6 +9171,22 @@
8340
9171
  ],
8341
9172
  "usage": "both"
8342
9173
  },
9174
+ "DNSPodDetail": {
9175
+ "document": "DNSPod 托管类型站点参数详情。",
9176
+ "members": [
9177
+ {
9178
+ "disabled": false,
9179
+ "document": "是否伪站点,取值有:\n<li> 0:非伪站点;</li>\n<li> 1:伪站点。</li>\n",
9180
+ "example": "1",
9181
+ "member": "int64",
9182
+ "name": "IsFake",
9183
+ "output_required": true,
9184
+ "type": "int",
9185
+ "value_allowed_null": false
9186
+ }
9187
+ ],
9188
+ "usage": "out"
9189
+ },
8343
9190
  "DefaultServerCertInfo": {
8344
9191
  "document": "https 服务端证书配置",
8345
9192
  "members": [
@@ -10389,7 +11236,7 @@
10389
11236
  },
10390
11237
  {
10391
11238
  "disabled": false,
10392
- "document": "站点 ID 集合,此参数必填。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。",
11239
+ "document": "站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。",
10393
11240
  "example": "[\"zoneId1\",\"zoneId2\"]",
10394
11241
  "member": "string",
10395
11242
  "name": "ZoneIds",
@@ -10490,7 +11337,7 @@
10490
11337
  },
10491
11338
  {
10492
11339
  "disabled": false,
10493
- "document": "站点 ID 集合,此参数必填。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。",
11340
+ "document": "站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。",
10494
11341
  "example": "[\"zoneId1\",\"zoneId2\"]",
10495
11342
  "member": "string",
10496
11343
  "name": "ZoneIds",
@@ -10618,7 +11465,7 @@
10618
11465
  },
10619
11466
  {
10620
11467
  "disabled": false,
10621
- "document": "站点 ID 集合,此参数必填。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。",
11468
+ "document": "站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。",
10622
11469
  "example": "[\"zoneId1\",\"zoneId2\"]",
10623
11470
  "member": "string",
10624
11471
  "name": "ZoneIds",
@@ -11878,6 +12725,52 @@
11878
12725
  ],
11879
12726
  "type": "object"
11880
12727
  },
12728
+ "DescribeMultiPathGatewayOriginACLRequest": {
12729
+ "document": "DescribeMultiPathGatewayOriginACL请求参数结构体",
12730
+ "members": [
12731
+ {
12732
+ "disabled": false,
12733
+ "document": "站点 ID。",
12734
+ "example": "\"zone-276zs184g93m\"",
12735
+ "member": "string",
12736
+ "name": "ZoneId",
12737
+ "required": true,
12738
+ "type": "string"
12739
+ },
12740
+ {
12741
+ "disabled": false,
12742
+ "document": "网关 ID。",
12743
+ "example": "\"mpgw-lbxuhk1oh\"",
12744
+ "member": "string",
12745
+ "name": "GatewayId",
12746
+ "required": true,
12747
+ "type": "string"
12748
+ }
12749
+ ],
12750
+ "type": "object"
12751
+ },
12752
+ "DescribeMultiPathGatewayOriginACLResponse": {
12753
+ "document": "DescribeMultiPathGatewayOriginACL返回参数结构体",
12754
+ "members": [
12755
+ {
12756
+ "disabled": false,
12757
+ "document": "多通道网关实例与回源 IP 网段的绑定关系详情。",
12758
+ "example": "无",
12759
+ "member": "MultiPathGatewayOriginACLInfo",
12760
+ "name": "MultiPathGatewayOriginACLInfo",
12761
+ "output_required": false,
12762
+ "type": "object",
12763
+ "value_allowed_null": false
12764
+ },
12765
+ {
12766
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
12767
+ "member": "string",
12768
+ "name": "RequestId",
12769
+ "type": "string"
12770
+ }
12771
+ ],
12772
+ "type": "object"
12773
+ },
11881
12774
  "DescribeMultiPathGatewayRegionsRequest": {
11882
12775
  "document": "DescribeMultiPathGatewayRegions请求参数结构体",
11883
12776
  "members": [
@@ -12509,7 +13402,7 @@
12509
13402
  "members": [
12510
13403
  {
12511
13404
  "disabled": false,
12512
- "document": "站点ID。该参数必填。",
13405
+ "document": "站点ID。此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。",
12513
13406
  "example": "zone-xxx",
12514
13407
  "member": "string",
12515
13408
  "name": "ZoneId",
@@ -12554,7 +13447,7 @@
12554
13447
  },
12555
13448
  {
12556
13449
  "disabled": false,
12557
- "document": "过滤条件,Filters.Values 的上限为 20。详细的过滤条件如下:<li>job-id:按照任务 ID 进行过滤。job-id 形如:1379afjk91u32h,暂不支持多值,不支持模糊查询;</li><li>target:按照目标资源信息进行过滤。target 形如:http://www.qq.com/1.txt,暂不支持多值,不支持模糊查询;</li><li>domains:按照域名行过滤。domains 形如:www.qq.com,不支持模糊查询;</li><li>statuses:按照任务状态进行过滤,不支持模糊查询。可选项:<br>   processing:处理中<br>   success:成功<br>   failed:失败<br>   timeout:超时<br>   invalid:无效。即源站响应非 2xx 状态码,请检查源站服务。</li>",
13450
+ "document": "过滤条件,Filters.Values 的上限为 20。详细的过滤条件如下:<li>job-id:按照任务 ID 进行过滤。job-id 形如:1379afjk91u32h,暂不支持多值,不支持模糊查询;</li><li>target:按照目标资源信息进行过滤。target 形如:http://www.qq.com/1.txt,暂不支持多值,不支持模糊查询;</li><li>domains:按照域名行过滤。domains 形如:www.qq.com,不支持模糊查询;</li><li>statuses:按照任务状态进行过滤,不支持模糊查询。可选项:<br>   processing:处理中<br>   success:成功<br>   failed:失败<br>   timeout:超时<br>   canceled:已取消<br>   invalid:无效。即源站响应非 2xx 状态码,请检查源站服务。</li>",
12558
13451
  "example": "无",
12559
13452
  "member": "AdvancedFilter",
12560
13453
  "name": "Filters",
@@ -12601,7 +13494,7 @@
12601
13494
  "members": [
12602
13495
  {
12603
13496
  "disabled": false,
12604
- "document": "站点 ID。该参数必填。",
13497
+ "document": "站点 ID。此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。",
12605
13498
  "example": "zone-xxxxxx",
12606
13499
  "member": "string",
12607
13500
  "name": "ZoneId",
@@ -12646,7 +13539,7 @@
12646
13539
  },
12647
13540
  {
12648
13541
  "disabled": false,
12649
- "document": "过滤条件,Filters.Values的上限为20。详细的过滤条件如下:\n<li>job-id:按照任务 ID 进行过滤。job-id 形如:1379afjk91u32h,暂不支持多值,不支持模糊查询;</li>\n<li>target:按照目标资源信息进行过滤,target 形如:http://www.qq.com/1.txt 或者 tag1,暂不支持多值,支持模糊查询;</li>\n<li>domains:按照域名进行过滤,形如:www.qq.com,不支持模糊查询;</li>\n<li>statuses:按照任务状态进行过滤,不支持模糊查询。可选项:<br>   processing:处理中<br>   success:成功<br>   failed:失败<br>   timeout:超时</li>\n<li>type:按照清除缓存类型进行过滤,暂不支持多值,不支持模糊查询。可选项:<br>   purge_url:URL<br>   purge_prefix:前缀<br>   purge_all:全部缓存内容<br>   purge_host:Hostname<br>   purge_cache_tag:CacheTag</li>",
13542
+ "document": "过滤条件,Filters.Values的上限为20。详细的过滤条件如下:\n<li>job-id:按照任务 ID 进行过滤。job-id 形如:1379afjk91u32h,暂不支持多值,不支持模糊查询;</li>\n<li>target:按照目标资源信息进行过滤,target 形如:http://www.qq.com/1.txt 或者 tag1,暂不支持多值,支持模糊查询;</li>\n<li>domains:按照域名进行过滤,形如:www.qq.com,不支持模糊查询;</li>\n<li>statuses:按照任务状态进行过滤,不支持模糊查询。可选项:<br>   processing:处理中<br>   success:成功<br>   failed:失败<br>   timeout:超时<br>   canceled:已取消</li>\n<li>type:按照清除缓存类型进行过滤,暂不支持多值,不支持模糊查询。可选项:<br>   purge_url:URL<br>   purge_prefix:前缀<br>   purge_all:全部缓存内容<br>   purge_host:Hostname<br>   purge_cache_tag:CacheTag</li>",
12650
13543
  "example": "无",
12651
13544
  "member": "AdvancedFilter",
12652
13545
  "name": "Filters",
@@ -12720,7 +13613,7 @@
12720
13613
  },
12721
13614
  {
12722
13615
  "disabled": false,
12723
- "document": "过滤条件,Filters.Values 的上限为 20。该参数不填写时,返回当前 zone-id 下所有实时日志投递任务信息。详细的过滤条件如下:\n<li>task-id:按照实时日志投递任务 ID进行过滤。不支持模糊查询。</li>\n<li>task-name:按照实时日志投递任务名称进行过滤。支持模糊查询,使用模糊查询时,仅支持填写一个实时日志投递任务名称。</li>\n<li>entity-list:按照实时日志投递任务对应的实体进行过滤。不支持模糊查询。示例值:domain.example.com 或者 sid-2s69eb5wcms7。</li>\n<li>task-type:按照实时日志投递任务类型进行过滤。不支持模糊查询。可选项如下:<br>   cls: 推送到腾讯云 CLS;<br>   custom_endpoint:推送到自定义 HTTP(S) 地址;<br>   s3:推送到 AWS S3 兼容存储桶地址。</li>",
13616
+ "document": "过滤条件,Filters.Values 的上限为 20。该参数不填写时,返回当前 zone-id 下所有实时日志投递任务信息。详细的过滤条件如下:\n<li>task-id:按照实时日志投递任务 ID进行过滤。不支持模糊查询。</li>\n<li>task-name:按照实时日志投递任务名称进行过滤。支持模糊查询,使用模糊查询时,仅支持填写一个实时日志投递任务名称。</li>\n<li>entity-list:按照实时日志投递任务对应的实体进行过滤。不支持模糊查询。示例值:domain.example.com 或者 sid-2s69eb5wcms7。</li>\n<li>task-type:按照实时日志投递任务类型进行过滤。不支持模糊查询。可选项如下:<br>   cls: 推送到腾讯云 CLS;<br>   custom_endpoint:推送到自定义 HTTP(S) 地址;<br>   s3:推送到 AWS S3 兼容存储桶地址;<br>   log_analysis:推送到 EdgeOne 日志分析。</li>",
12724
13617
  "example": "无",
12725
13618
  "member": "AdvancedFilter",
12726
13619
  "name": "Filters",
@@ -13338,7 +14231,7 @@
13338
14231
  {
13339
14232
  "disabled": false,
13340
14233
  "document": "安全策略配置。\n注意:此字段可能返回 null,表示取不到有效值。",
13341
- "example": "参考SecurityPolicy结构",
14234
+ "example": "",
13342
14235
  "member": "SecurityPolicy",
13343
14236
  "name": "SecurityPolicy",
13344
14237
  "output_required": false,
@@ -13432,7 +14325,7 @@
13432
14325
  },
13433
14326
  {
13434
14327
  "disabled": false,
13435
- "document": "站点 ID 集合,此参数必填。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。",
14328
+ "document": "站点ID,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。\n最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。",
13436
14329
  "example": "[\"zone-2rntun0a1z6t\",\"zone-323urc8a9j0q\"]",
13437
14330
  "member": "string",
13438
14331
  "name": "ZoneIds",
@@ -13542,7 +14435,7 @@
13542
14435
  },
13543
14436
  {
13544
14437
  "disabled": false,
13545
- "document": "站点 ID 集合,此参数必填。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。",
14438
+ "document": "站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。",
13546
14439
  "example": "[\"*\"]",
13547
14440
  "member": "string",
13548
14441
  "name": "ZoneIds",
@@ -13836,7 +14729,7 @@
13836
14729
  },
13837
14730
  {
13838
14731
  "disabled": false,
13839
- "document": "站点 ID 集合,此参数必填。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。",
14732
+ "document": "站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。",
13840
14733
  "example": "[\"*\"]",
13841
14734
  "member": "string",
13842
14735
  "name": "ZoneIds",
@@ -14263,7 +15156,7 @@
14263
15156
  },
14264
15157
  {
14265
15158
  "disabled": false,
14266
- "document": "过滤条件,Filters.Values 的上限为 20。该参数不填写时,返回当前 appid 下有权限的所有站点信息。详细的过滤条件如下:\n<li>zone-name:按照站点名称进行过滤;</li><li>zone-id:按照站点 ID进行过滤。站点 ID 形如:zone-2noz78a8ev6k;</li><li>status:按照站点状态进行过滤;</li><li>tag-key:按照标签键进行过滤;</li><li>tag-value: 按照标签值进行过滤。</li><li>alias-zone-name: 按照同名站点标识进行过滤。</li>模糊查询时支持过滤字段名为 zone-name 或 alias-zone-name。",
15159
+ "document": "过滤条件,Filters.Values 的上限为 20。该参数不填写时,返回当前 appid 下有权限的所有站点信息。详细的过滤条件如下:\n<li>zone-name:按照站点名称进行过滤;</li><li>zone-type:按照站点类型进行过滤。可选项:<br>   full:NS 接入类型;<br>   partial:CNAME 接入类型;<br>   partialComposite:无域名接入类型;<br>   dnsPodAccess:DNSPod 托管接入类型;<br>   pages:Pages 类型。</li><li>zone-id:按照站点 ID 进行过滤,站点 ID 形如:zone-2noz78a8ev6k;</li><li>status:按照站点状态进行过滤。可选项:<br>   active:NS 已切换;<br>   pending:NS 待切换;<br>   deleted:已删除。</li><li>tag-key:按照标签键进行过滤;</li><li>tag-value: 按照标签值进行过滤;</li><li>alias-zone-name: 按照同名站点标识进行过滤。</li>模糊查询时支持过滤字段名为 zone-name 或 alias-zone-name。",
14267
15160
  "example": "无",
14268
15161
  "member": "AdvancedFilter",
14269
15162
  "name": "Filters",
@@ -14306,7 +15199,7 @@
14306
15199
  },
14307
15200
  {
14308
15201
  "disabled": false,
14309
- "document": "站点详细信息。",
15202
+ "document": "站点列表详情。",
14310
15203
  "example": "无",
14311
15204
  "member": "Zone",
14312
15205
  "name": "Zones",
@@ -14965,7 +15858,7 @@
14965
15858
  "usage": "both"
14966
15859
  },
14967
15860
  "DnsVerification": {
14968
- "document": "CNAME 接入,使用 DNS 解析验证时所需的信息。",
15861
+ "document": "站点 CNAME 模式接入验证归属权或域名申请免费证书时,使用 DNS 解析验证时所需的信息。",
14969
15862
  "members": [
14970
15863
  {
14971
15864
  "disabled": false,
@@ -15051,7 +15944,7 @@
15051
15944
  },
15052
15945
  {
15053
15946
  "disabled": false,
15054
- "document": "站点 ID 集合,此参数必填。",
15947
+ "document": "站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。",
15055
15948
  "example": "[\"zone-2m6jx63f6k3x\"]",
15056
15949
  "member": "string",
15057
15950
  "name": "ZoneIds",
@@ -15143,7 +16036,7 @@
15143
16036
  },
15144
16037
  {
15145
16038
  "disabled": false,
15146
- "document": "站点ID集合,此参数必填。",
16039
+ "document": "站点ID集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。",
15147
16040
  "example": "[\"zone-2nepupfjtjlf\"]",
15148
16041
  "member": "string",
15149
16042
  "name": "ZoneIds",
@@ -15998,11 +16891,11 @@
15998
16891
  "usage": "out"
15999
16892
  },
16000
16893
  "FileVerification": {
16001
- "document": "CNAME 接入,使用文件验证时所需的信息。",
16894
+ "document": "站点 CNAME 模式接入验证归属权或域名申请免费证书时,使用 HTTP 访问验证文件时所需的信息。",
16002
16895
  "members": [
16003
16896
  {
16004
16897
  "disabled": false,
16005
- "document": "EdgeOne 后台服务器将通过 Scheme + Host + URL Path 的格式(例如 https://www.example.com/.well-known/teo-verification/z12h416twn.txt)获取文件验证信息。该字段为您需要创建的 URL Path 部分。",
16898
+ "document": "EdgeOne 后台服务器将通过 http://{Host}{URL Path} 的格式(例如 http://www.example.com/.well-known/teo-verification/z12h416twn.txt)获取文件验证信息。其中,本字段为您需要创建的 URL Path 部分,Host 为当前加速域名。",
16006
16899
  "example": "/.well-known/teo-verification/z12h416twn.txt",
16007
16900
  "member": "string",
16008
16901
  "name": "Path",
@@ -16380,6 +17273,34 @@
16380
17273
  ],
16381
17274
  "usage": "both"
16382
17275
  },
17276
+ "FunctionRegionSelection": {
17277
+ "document": "地区策略配置。",
17278
+ "members": [
17279
+ {
17280
+ "disabled": false,
17281
+ "document": "函数 ID 。",
17282
+ "example": "ef-0agikbrr",
17283
+ "member": "string",
17284
+ "name": "FunctionId",
17285
+ "output_required": true,
17286
+ "required": true,
17287
+ "type": "string",
17288
+ "value_allowed_null": false
17289
+ },
17290
+ {
17291
+ "disabled": false,
17292
+ "document": "国家/地区列表。示例值:CN:中国,CN.GD:中国广东。取值请参考:[国家/地区及对应代码枚举](https://cloud.tencent.com/document/product/1552/112542)。",
17293
+ "example": "[\"CN\"]",
17294
+ "member": "string",
17295
+ "name": "Regions",
17296
+ "output_required": true,
17297
+ "required": true,
17298
+ "type": "list",
17299
+ "value_allowed_null": false
17300
+ }
17301
+ ],
17302
+ "usage": "both"
17303
+ },
16383
17304
  "FunctionRule": {
16384
17305
  "document": "边缘函数触发规则。",
16385
17306
  "members": [
@@ -16405,27 +17326,27 @@
16405
17326
  },
16406
17327
  {
16407
17328
  "disabled": false,
16408
- "document": "函数 ID,命中触发规则条件后执行的函数。",
16409
- "example": "ef-jjhvk7ec",
17329
+ "document": "函数选择配置类型:\n<li> direct:直接指定执行函数;</li>\n<li> weight:基于权重比选择函数;</li>\n<li> region:基于客户端 IP 的国家/地区选择函数。</li>\n",
17330
+ "example": "direct",
16410
17331
  "member": "string",
16411
- "name": "FunctionId",
17332
+ "name": "TriggerType",
16412
17333
  "output_required": true,
16413
17334
  "type": "string",
16414
17335
  "value_allowed_null": false
16415
17336
  },
16416
17337
  {
16417
17338
  "disabled": false,
16418
- "document": "规则描述。",
16419
- "example": "鉴权",
17339
+ "document": "指定执行的函数 ID。当 TriggerType 为 direct 时有效。",
17340
+ "example": "ef-jjhvk7ec",
16420
17341
  "member": "string",
16421
- "name": "Remark",
17342
+ "name": "FunctionId",
16422
17343
  "output_required": true,
16423
17344
  "type": "string",
16424
17345
  "value_allowed_null": false
16425
17346
  },
16426
17347
  {
16427
17348
  "disabled": false,
16428
- "document": "函数名称。",
17349
+ "document": "指定执行的函数名称。",
16429
17350
  "example": "TestFunction",
16430
17351
  "member": "string",
16431
17352
  "name": "FunctionName",
@@ -16433,6 +17354,26 @@
16433
17354
  "type": "string",
16434
17355
  "value_allowed_null": false
16435
17356
  },
17357
+ {
17358
+ "disabled": false,
17359
+ "document": "基于客户端 IP 国家/地区的函数选择配置。",
17360
+ "example": "无",
17361
+ "member": "FunctionRegionSelection",
17362
+ "name": "RegionMappingSelections",
17363
+ "output_required": false,
17364
+ "type": "list",
17365
+ "value_allowed_null": false
17366
+ },
17367
+ {
17368
+ "disabled": false,
17369
+ "document": "基于权重的函数选择配置。",
17370
+ "example": "无",
17371
+ "member": "FunctionWeightedSelection",
17372
+ "name": "WeightedSelections",
17373
+ "output_required": false,
17374
+ "type": "list",
17375
+ "value_allowed_null": false
17376
+ },
16436
17377
  {
16437
17378
  "disabled": false,
16438
17379
  "document": "函数触发规则优先级,数值越大,优先级越高。",
@@ -16443,10 +17384,20 @@
16443
17384
  "type": "int",
16444
17385
  "value_allowed_null": false
16445
17386
  },
17387
+ {
17388
+ "disabled": false,
17389
+ "document": "规则描述。",
17390
+ "example": "鉴权",
17391
+ "member": "string",
17392
+ "name": "Remark",
17393
+ "output_required": true,
17394
+ "type": "string",
17395
+ "value_allowed_null": false
17396
+ },
16446
17397
  {
16447
17398
  "disabled": false,
16448
17399
  "document": "创建时间。时间为世界标准时间(UTC), 遵循 ISO 8601 标准的日期和时间格式。",
16449
- "example": "2017-09-17T16:30:58.410670+00:00",
17400
+ "example": "2017-09-17T16:30:58+00:00",
16450
17401
  "member": "datetime_iso",
16451
17402
  "name": "CreateTime",
16452
17403
  "output_required": true,
@@ -16456,7 +17407,7 @@
16456
17407
  {
16457
17408
  "disabled": false,
16458
17409
  "document": "更新时间。时间为世界标准时间(UTC), 遵循 ISO 8601 标准的日期和时间格式。",
16459
- "example": "2017-09-17T16:30:58.410670+00:00",
17410
+ "example": "2017-09-17T16:30:58+00:00",
16460
17411
  "member": "datetime_iso",
16461
17412
  "name": "UpdateTime",
16462
17413
  "output_required": true,
@@ -16483,6 +17434,34 @@
16483
17434
  ],
16484
17435
  "usage": "both"
16485
17436
  },
17437
+ "FunctionWeightedSelection": {
17438
+ "document": "权重策略配置。",
17439
+ "members": [
17440
+ {
17441
+ "disabled": false,
17442
+ "document": "函数 ID 。",
17443
+ "example": "ef-0agikbrr",
17444
+ "member": "string",
17445
+ "name": "FunctionId",
17446
+ "output_required": true,
17447
+ "required": true,
17448
+ "type": "string",
17449
+ "value_allowed_null": false
17450
+ },
17451
+ {
17452
+ "disabled": false,
17453
+ "document": "选中权重。取值范围0-100,所有的权重之和需要为100。\n选中概率计算方式为:\nweight/100。例如设置了两个函数 A 和 B ,其中 A 的权重为30,那么 B 的权重必须为70,最终选中 A 的概率为30%,选中 B 的概率为70%。",
17454
+ "example": "30",
17455
+ "member": "uint64",
17456
+ "name": "Weight",
17457
+ "output_required": true,
17458
+ "required": true,
17459
+ "type": "int",
17460
+ "value_allowed_null": false
17461
+ }
17462
+ ],
17463
+ "usage": "both"
17464
+ },
16486
17465
  "GatewayRegion": {
16487
17466
  "document": "多通道安全网关可用地域",
16488
17467
  "members": [
@@ -17115,7 +18094,7 @@
17115
18094
  },
17116
18095
  {
17117
18096
  "disabled": false,
17118
- "document": "Tls 版本设置,取值有:\n<li>TLSv1:TLSv1版本;</li>\n<li>TLSV1.1:TLSv1.1版本;</li>\n<li>TLSV1.2:TLSv1.2版本;</li>\n<li>TLSv1.3:TLSv1.3版本。</li>修改时必须开启连续的版本。",
18097
+ "document": "Tls 版本设置,取值有:\n<li>TLSv1:TLSv1版本;</li>\n<li>TLSv1.1:TLSv1.1版本;</li>\n<li>TLSv1.2:TLSv1.2版本;</li>\n<li>TLSv1.3:TLSv1.3版本。</li>修改时必须开启连续的版本。",
17119
18098
  "example": "[\"TLSv1\", \"TLSv1.1\"]",
17120
18099
  "member": "string",
17121
18100
  "name": "TlsVersion",
@@ -17286,6 +18265,62 @@
17286
18265
  ],
17287
18266
  "usage": "out"
17288
18267
  },
18268
+ "IPReputation": {
18269
+ "document": "IP 情报库(原客户端画像分析)配置。",
18270
+ "members": [
18271
+ {
18272
+ "disabled": false,
18273
+ "document": "IP 情报库(原客户端画像分析)。取值有:<li>on:开启;</li><li>off:关闭。</li>",
18274
+ "example": "on",
18275
+ "member": "string",
18276
+ "name": "Enabled",
18277
+ "output_required": false,
18278
+ "required": false,
18279
+ "type": "string",
18280
+ "value_allowed_null": false
18281
+ },
18282
+ {
18283
+ "disabled": false,
18284
+ "document": "IP 情报库(原客户端画像分析)的具体配置内容。",
18285
+ "example": "无",
18286
+ "member": "IPReputationGroup",
18287
+ "name": "IPReputationGroup",
18288
+ "output_required": false,
18289
+ "required": false,
18290
+ "type": "object",
18291
+ "value_allowed_null": false
18292
+ }
18293
+ ],
18294
+ "usage": "both"
18295
+ },
18296
+ "IPReputationGroup": {
18297
+ "document": "IP 情报库(原客户端画像分析)的具体配置。",
18298
+ "members": [
18299
+ {
18300
+ "disabled": false,
18301
+ "document": "IP 情报库(原客户端画像分析)的执行动作。SecurityAction 的 Name 取值支持:<li>Deny:拦截;</li><li>Monitor:观察;</li><li>Disabled:未启用,不启用指定规则;</li><li>Challenge:挑战,其中 ChallengeActionParameters 中的 ChallengeOption 支持 JSChallenge 和 ManagedChallenge。</li>",
18302
+ "example": "无",
18303
+ "member": "SecurityAction",
18304
+ "name": "BaseAction",
18305
+ "output_required": false,
18306
+ "required": false,
18307
+ "type": "object",
18308
+ "value_allowed_null": false
18309
+ },
18310
+ {
18311
+ "disabled": false,
18312
+ "document": "IP 情报库(原客户端画像分析)的具体配置,用于覆盖 BaseAction 中的默认配置。其中 BotManagementActionOverrides 的 Ids 中可以填写:<li>IPREP_WEB_AND_DDOS_ATTACKERS_LOW:网络攻击 - 一般置信度;</li><li>IPREP_WEB_AND_DDOS_ATTACKERS_MID:网络攻击 - 中等置信度;</li><li>IPREP_WEB_AND_DDOS_ATTACKERS_HIGH:网络攻击 - 高置信度;</li><li>IPREP_PROXIES_AND_ANONYMIZERS_LOW:网络代理 - 一般置信度;</li><li>IPREP_PROXIES_AND_ANONYMIZERS_MID:网络代理 - 中等置信度;</li><li>IPREP_PROXIES_AND_ANONYMIZERS_HIGH:网络代理 - 高置信度;</li><li>IPREP_SCANNING_TOOLS_LOW:扫描器 - 一般置信度;</li><li>IPREP_SCANNING_TOOLS_MID:扫描器 - 中等置信度;</li><li>IPREP_SCANNING_TOOLS_HIGH:扫描器 - 高置信度;</li><li>IPREP_ATO_ATTACKERS_LOW:账号接管攻击 - 一般置信度;</li><li>IPREP_ATO_ATTACKERS_MID:账号接管攻击 - 中等置信度;</li><li>IPREP_ATO_ATTACKERS_HIGH:账号接管攻击 - 高置信度;</li><li>IPREP_WEB_SCRAPERS_AND_TRAFFIC_BOTS_LOW:恶意 BOT - 一般置信度;</li><li>IPREP_WEB_SCRAPERS_AND_TRAFFIC_BOTS_MID:恶意 BOT - 中等置信度;</li><li>IPREP_WEB_SCRAPERS_AND_TRAFFIC_BOTS_HIGH:恶意 BOT - 高置信度。</li>",
18313
+ "example": "无",
18314
+ "member": "BotManagementActionOverrides",
18315
+ "name": "BotManagementActionOverrides",
18316
+ "output_required": false,
18317
+ "required": false,
18318
+ "type": "list",
18319
+ "value_allowed_null": false
18320
+ }
18321
+ ],
18322
+ "usage": "both"
18323
+ },
17289
18324
  "IPWhitelist": {
17290
18325
  "document": "源站防护IP白名单",
17291
18326
  "members": [
@@ -17944,6 +18979,34 @@
17944
18979
  ],
17945
18980
  "usage": "out"
17946
18981
  },
18982
+ "KnownBotCategories": {
18983
+ "document": "商业或开源工具 UA 特征配置(原 UA 特征规则)。",
18984
+ "members": [
18985
+ {
18986
+ "disabled": false,
18987
+ "document": "来自已知商业工具或开源工具的访问请求的处置方式。 SecurityAction 的 Name 取值支持:<li>Deny:拦截;</li><li>Monitor:观察;</li><li>Disabled:未启用,不启用指定规则;</li><li>Challenge:挑战,其中 ChallengeActionParameters 中的 ChallengeOption 支持 JSChallenge 和 ManagedChallenge;</li><li>Allow:放行(待废弃)。</li> ",
18988
+ "example": "无",
18989
+ "member": "SecurityAction",
18990
+ "name": "BaseAction",
18991
+ "output_required": false,
18992
+ "required": false,
18993
+ "type": "object",
18994
+ "value_allowed_null": false
18995
+ },
18996
+ {
18997
+ "disabled": false,
18998
+ "document": "指定已知商业工具或开源工具的访问请求的处置方式。",
18999
+ "example": "无",
19000
+ "member": "BotManagementActionOverrides",
19001
+ "name": "BotManagementActionOverrides",
19002
+ "output_required": false,
19003
+ "required": false,
19004
+ "type": "list",
19005
+ "value_allowed_null": false
19006
+ }
19007
+ ],
19008
+ "usage": "both"
19009
+ },
17947
19010
  "L4OfflineLog": {
17948
19011
  "document": "离线日志详细信息",
17949
19012
  "members": [
@@ -18940,16 +20003,18 @@
18940
20003
  "example": "on/off",
18941
20004
  "member": "string",
18942
20005
  "name": "FollowOrigin",
20006
+ "output_required": true,
18943
20007
  "required": false,
18944
20008
  "type": "string",
18945
20009
  "value_allowed_null": false
18946
20010
  },
18947
20011
  {
18948
20012
  "disabled": false,
18949
- "document": "MaxAge 时间设置,单位秒,最大365天。\n注意:时间为0,即不缓存。",
20013
+ "document": "MaxAge 时间设置,单位为秒,取值:0~315360000。\n注意:时间为0,即不缓存。",
18950
20014
  "example": "600",
18951
20015
  "member": "int64",
18952
20016
  "name": "MaxAgeTime",
20017
+ "output_required": true,
18953
20018
  "required": false,
18954
20019
  "type": "int",
18955
20020
  "value_allowed_null": false
@@ -18985,6 +20050,34 @@
18985
20050
  ],
18986
20051
  "usage": "both"
18987
20052
  },
20053
+ "MaxNewSessionTriggerConfig": {
20054
+ "document": "Bot 管理中校验的触发阈值。",
20055
+ "members": [
20056
+ {
20057
+ "disabled": false,
20058
+ "document": "触发阈值统计的时间窗口,取值有:<li>5s:5 秒内;</li><li>10s:10 秒内;</li><li>15s:15 秒内;</li><li>30s:30 秒内;</li><li>60s:60 秒内;</li><li>5m:5 分钟内;</li><li>10m:10 分钟内;</li><li>30m:30 分钟内;</li><li>60m:60 分钟内。</li> ",
20059
+ "example": "10s",
20060
+ "member": "string",
20061
+ "name": "MaxNewSessionCountInterval",
20062
+ "output_required": false,
20063
+ "required": false,
20064
+ "type": "string",
20065
+ "value_allowed_null": false
20066
+ },
20067
+ {
20068
+ "disabled": false,
20069
+ "document": "触发阈值统计的累计次数,取值范围 1 ~ 100000000。",
20070
+ "example": "300",
20071
+ "member": "int64",
20072
+ "name": "MaxNewSessionCountThreshold",
20073
+ "output_required": false,
20074
+ "required": false,
20075
+ "type": "int",
20076
+ "value_allowed_null": false
20077
+ }
20078
+ ],
20079
+ "usage": "both"
20080
+ },
18988
20081
  "MinimalRequestBodyTransferRate": {
18989
20082
  "document": "正文传输最小速率阈值的具体配置。",
18990
20083
  "members": [
@@ -19902,7 +20995,7 @@
19902
20995
  },
19903
20996
  {
19904
20997
  "disabled": false,
19905
- "document": "规则 ID",
20998
+ "document": "规则 ID。您可以先通过 DescribeFunctionRules 接口来获取需要修改的规则的 RuleId,然后传入修改后的规则内容,原规则内容会被覆盖式更新。",
19906
20999
  "example": "rule-02y3grbu",
19907
21000
  "member": "string",
19908
21001
  "name": "RuleId",
@@ -19913,19 +21006,46 @@
19913
21006
  "disabled": false,
19914
21007
  "document": "规则条件列表,相同触发规则的不同条件匹配项之间为或关系,不填写保持原有配置。",
19915
21008
  "example": "无",
19916
- "member": "FunctionRuleCondition",
19917
- "name": "FunctionRuleConditions",
21009
+ "member": "FunctionRuleCondition",
21010
+ "name": "FunctionRuleConditions",
21011
+ "required": false,
21012
+ "type": "list"
21013
+ },
21014
+ {
21015
+ "disabled": false,
21016
+ "document": "函数选择配置类型:\n<li> direct:直接指定执行函数;</li>\n<li> weight:基于权重比选择函数;</li>\n<li> region:基于客户端 IP 的国家/地区选择函数。</li>\n不填时默认为 direct 。",
21017
+ "example": "direct",
21018
+ "member": "string",
21019
+ "name": "TriggerType",
21020
+ "required": false,
21021
+ "type": "string"
21022
+ },
21023
+ {
21024
+ "disabled": false,
21025
+ "document": "指定执行的函数 ID。当 TriggerType 为 direct 或 TriggerType 不填时生效。",
21026
+ "example": "ef-jjhvk7ec",
21027
+ "member": "string",
21028
+ "name": "FunctionId",
21029
+ "required": false,
21030
+ "type": "string"
21031
+ },
21032
+ {
21033
+ "disabled": false,
21034
+ "document": "基于客户端 IP 国家/地区的函数选择配置,当 TriggerType 为 region 时生效且 RegionMappingSelections 必填。RegionMappingSelections 中至少包含一项 Regions 为 Default 的配置。",
21035
+ "example": "无",
21036
+ "member": "FunctionRegionSelection",
21037
+ "name": "RegionMappingSelections",
19918
21038
  "required": false,
19919
21039
  "type": "list"
19920
21040
  },
19921
21041
  {
19922
21042
  "disabled": false,
19923
- "document": "函数 ID,命中触发规则条件后执行的函数,不填写保持原有配置。",
19924
- "example": "ef-jjhvk7ec",
19925
- "member": "string",
19926
- "name": "FunctionId",
21043
+ "document": "基于权重的函数选择配置,当 TriggerType 为 weight 时生效且 WeightedSelections 必填。WeightedSelections 中的所有权重之和需要为100。",
21044
+ "example": "",
21045
+ "member": "FunctionWeightedSelection",
21046
+ "name": "WeightedSelections",
19927
21047
  "required": false,
19928
- "type": "string"
21048
+ "type": "list"
19929
21049
  },
19930
21050
  {
19931
21051
  "disabled": false,
@@ -19974,7 +21094,7 @@
19974
21094
  },
19975
21095
  {
19976
21096
  "disabled": false,
19977
- "document": "配置服务端证书的模式,取值有:\n<li>disable:不配置服务端证书;</li>\n<li>eofreecert:配置 EdgeOne 免费服务端证书;</li>\n<li>sslcert:配置 SSL 托管服务端证书;</li>\n不填写表示服务端证书保持原有配置。",
21097
+ "document": "配置服务端证书的模式,取值有:\n<ul><li>disable:不配置服务端证书;</li>\n<li>eofreecert:通过自动验证申请免费证书并部署。验证方式详见:[申请免费证书支持的验证方式](https://cloud.tencent.com/document/product/1552/90437)\n\n- NS 或者 DNSPod 托管接入模式下,仅支持自动验证的方式申请免费证书。\n- 当免费证书申请失败时会导致证书部署失败,您可以通过<a href = 'https://tcloud4api.woa.com/document/product/1657/927938?!preview&!document=1'>检查免费证书申请结果</a>接口获取申请失败原因。</li>\n</ul><li>eofreecert_manual:部署 DNS 委派验证或者文件验证申请的免费证书。在部署免费证书前,您需要触发<a href = 'https://tcloud4api.woa.com/document/product/1657/927322?!preview&!document=1'>申请免费证书</a>接口申请免费证书。在免费证书申请成功后,你可以通过该枚举值对免费证书进行部署;</li>\n<ul><li>注意:在对免费证书部署时,需要保证当前已存在申请成功的免费证书。您可以通过<a href = 'https://tcloud4api.woa.com/document/product/1657/927938?!preview&!document=1'>检查免费证书申请结果</a>接口检查当前是否已存在申请成功的免费证书。</li>\n</ul><li>sslcert:配置 SSL 托管服务端证书。</li>",
19978
21098
  "example": "eofreecert",
19979
21099
  "member": "string",
19980
21100
  "name": "Mode",
@@ -20599,6 +21719,51 @@
20599
21719
  ],
20600
21720
  "type": "object"
20601
21721
  },
21722
+ "ModifyMultiPathGatewayStatusRequest": {
21723
+ "document": "ModifyMultiPathGatewayStatus请求参数结构体",
21724
+ "members": [
21725
+ {
21726
+ "disabled": false,
21727
+ "document": "网关 ID。",
21728
+ "example": "eo-gw-lb-ahk1js",
21729
+ "member": "string",
21730
+ "name": "GatewayId",
21731
+ "required": true,
21732
+ "type": "string"
21733
+ },
21734
+ {
21735
+ "disabled": false,
21736
+ "document": "站点 ID。",
21737
+ "example": "zone-27q0p0bal192",
21738
+ "member": "string",
21739
+ "name": "ZoneId",
21740
+ "required": true,
21741
+ "type": "string"
21742
+ },
21743
+ {
21744
+ "disabled": false,
21745
+ "document": "修改网关的启用停用状态,取值有:<li> offline:停用;</li><li> online:启用。</li>",
21746
+ "example": "offline",
21747
+ "member": "string",
21748
+ "name": "GatewayStatus",
21749
+ "required": false,
21750
+ "type": "string"
21751
+ }
21752
+ ],
21753
+ "type": "object"
21754
+ },
21755
+ "ModifyMultiPathGatewayStatusResponse": {
21756
+ "document": "ModifyMultiPathGatewayStatus返回参数结构体",
21757
+ "members": [
21758
+ {
21759
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
21760
+ "member": "string",
21761
+ "name": "RequestId",
21762
+ "type": "string"
21763
+ }
21764
+ ],
21765
+ "type": "object"
21766
+ },
20602
21767
  "ModifyOriginACLRequest": {
20603
21768
  "document": "ModifyOriginACL请求参数结构体",
20604
21769
  "members": [
@@ -21271,7 +22436,7 @@
21271
22436
  },
21272
22437
  {
21273
22438
  "disabled": false,
21274
- "document": "安全策略配置。<li>当 SecurityPolicy 参数中的 ExceptionRules 被设置时,SecurityConfig 参数中的 ExceptConfig 将被忽略;</li><li>当 SecurityPolicy 参数中的 CustomRules 被设置时,SecurityConfig 参数中的 AclConfig、 IpTableConfig 将被忽略;</li><li>当 SecurityPolicy 参数中的 HttpDDoSProtection 和 RateLimitingRules 被设置时,SecurityConfig 参数中的 RateLimitConfig 将被忽略;</li><li>当 SecurityPolicy 参数中的 ManagedRule 被设置时,SecurityConfig 参数中的 WafConfig 将被忽略;</li><li>对于例外规则、自定义规则、速率限制以及托管规则策略配置建议使用 SecurityPolicy 参数进行设置。</li>",
22439
+ "document": "安全策略配置。<li>当 SecurityPolicy 参数中的 ExceptionRules 被设置时,SecurityConfig 参数中的 ExceptConfig 将被忽略;</li><li>当 SecurityPolicy 参数中的 CustomRules 被设置时,SecurityConfig 参数中的 AclConfig、 IpTableConfig 将被忽略;</li><li>当 SecurityPolicy 参数中的 HttpDDoSProtection 和 RateLimitingRules 被设置时,SecurityConfig 参数中的 RateLimitConfig 将被忽略;</li><li>当 SecurityPolicy 参数中的 ManagedRule 被设置时,SecurityConfig 参数中的 WafConfig 将被忽略;</li><li>当 SecurityPolicy 参数中的 BotManagement 被设置时,SecurityConfig 参数中的 BotConfig 将被忽略;</li><li>对于例外规则、自定义规则、速率限制、托管规则以及 Bot 管理策略配置建议使用 SecurityPolicy 参数进行设置。</li>",
21275
22440
  "example": "无",
21276
22441
  "member": "SecurityConfig",
21277
22442
  "name": "SecurityConfig",
@@ -21280,8 +22445,8 @@
21280
22445
  },
21281
22446
  {
21282
22447
  "disabled": false,
21283
- "document": "安全策略配置。对 Web 例外规则、防护自定义策略、速率规则和托管规则配置建议使用,支持表达式语法对安全策略进行配置。",
21284
- "example": "参考\tSecurityPolicy 结构",
22448
+ "document": "安全策略配置。对 Web 例外规则、防护自定义策略、速率规则、托管规则和 Bot 管理配置建议使用,支持表达式语法对安全策略进行配置。",
22449
+ "example": "",
21285
22450
  "member": "SecurityPolicy",
21286
22451
  "name": "SecurityPolicy",
21287
22452
  "required": false,
@@ -21789,10 +22954,59 @@
21789
22954
  "output_required": false,
21790
22955
  "type": "list",
21791
22956
  "value_allowed_null": false
22957
+ },
22958
+ {
22959
+ "disabled": false,
22960
+ "document": "网关回源 IP 列表发生了变化是否需要重新确认,取值有:<li>true:回源 IP 列表发生了变化,需要确认;</li><li>false:回源 IP 列表未发生变化,无需确认。</li>",
22961
+ "example": "true",
22962
+ "member": "string",
22963
+ "name": "NeedConfirm",
22964
+ "output_required": false,
22965
+ "type": "string",
22966
+ "value_allowed_null": false
21792
22967
  }
21793
22968
  ],
21794
22969
  "usage": "out"
21795
22970
  },
22971
+ "MultiPathGatewayCurrentOriginACL": {
22972
+ "document": "当前生效的回源 IP 网段。",
22973
+ "members": [
22974
+ {
22975
+ "disabled": false,
22976
+ "document": "回源 IP 网段详情。",
22977
+ "example": "无",
22978
+ "member": "Addresses",
22979
+ "name": "EntireAddresses",
22980
+ "output_required": false,
22981
+ "required": false,
22982
+ "type": "object",
22983
+ "value_allowed_null": false
22984
+ },
22985
+ {
22986
+ "disabled": false,
22987
+ "document": "版本号。",
22988
+ "example": "1",
22989
+ "member": "int64",
22990
+ "name": "Version",
22991
+ "output_required": false,
22992
+ "required": false,
22993
+ "type": "int",
22994
+ "value_allowed_null": false
22995
+ },
22996
+ {
22997
+ "disabled": false,
22998
+ "document": "本参数用于记录当前版本生效前是否完成「我已更新至最新回源 IP 网段」的确认。取值有:\n<li>true:已完成更新至最新回源 IP 的确认;</li>\n<li>false:未完成更新至最新回源 IP 的确认;</li>\n注意:本参数返回 false 时,请及时确认您的源站防火墙配置是否已更新至最新的回源 IP 网段,以避免出现回源失败。",
22999
+ "example": "false",
23000
+ "member": "string",
23001
+ "name": "IsPlaned",
23002
+ "output_required": false,
23003
+ "required": false,
23004
+ "type": "string",
23005
+ "value_allowed_null": false
23006
+ }
23007
+ ],
23008
+ "usage": "both"
23009
+ },
21796
23010
  "MultiPathGatewayLine": {
21797
23011
  "document": "多通道安全网关线路信息",
21798
23012
  "members": [
@@ -21849,6 +23063,95 @@
21849
23063
  ],
21850
23064
  "usage": "out"
21851
23065
  },
23066
+ "MultiPathGatewayNextOriginACL": {
23067
+ "document": "当回源 IP 网段发生更新时,该字段会返回下一个版本将要生效的回源 IP 网段,包含与当前生效的回源 IP 网段的对比。",
23068
+ "members": [
23069
+ {
23070
+ "disabled": false,
23071
+ "document": "版本号。",
23072
+ "example": "2",
23073
+ "member": "int64",
23074
+ "name": "Version",
23075
+ "output_required": false,
23076
+ "required": false,
23077
+ "type": "int",
23078
+ "value_allowed_null": false
23079
+ },
23080
+ {
23081
+ "disabled": false,
23082
+ "document": "回源 IP 网段详情。",
23083
+ "example": "无",
23084
+ "member": "Addresses",
23085
+ "name": "EntireAddresses",
23086
+ "output_required": false,
23087
+ "required": false,
23088
+ "type": "object",
23089
+ "value_allowed_null": false
23090
+ },
23091
+ {
23092
+ "disabled": false,
23093
+ "document": "最新回源 IP 网段相较于 MultiPathGatewayCurrentOrginACL 中回源 IP 网段新增的部分。",
23094
+ "example": "无",
23095
+ "member": "Addresses",
23096
+ "name": "AddedAddresses",
23097
+ "output_required": false,
23098
+ "required": false,
23099
+ "type": "object",
23100
+ "value_allowed_null": false
23101
+ },
23102
+ {
23103
+ "disabled": false,
23104
+ "document": "最新回源 IP 网段相较于 MultiPathGatewayCurrentOrginACL 中回源 IP 网段删减的部分。",
23105
+ "example": "无",
23106
+ "member": "Addresses",
23107
+ "name": "RemovedAddresses",
23108
+ "output_required": false,
23109
+ "required": false,
23110
+ "type": "object",
23111
+ "value_allowed_null": false
23112
+ },
23113
+ {
23114
+ "disabled": false,
23115
+ "document": "最新回源 IP 网段相较于 MultiPathGatewayCurrentOrginACL 中回源 IP 网段无变化的部分。",
23116
+ "example": "无",
23117
+ "member": "Addresses",
23118
+ "name": "NoChangeAddresses",
23119
+ "output_required": false,
23120
+ "required": false,
23121
+ "type": "object",
23122
+ "value_allowed_null": false
23123
+ }
23124
+ ],
23125
+ "usage": "both"
23126
+ },
23127
+ "MultiPathGatewayOriginACLInfo": {
23128
+ "document": "多通道网关示例实例与回源 IP 网段的绑定关系,以及回源 IP 网段详情。",
23129
+ "members": [
23130
+ {
23131
+ "disabled": false,
23132
+ "document": "当前生效的回源 IP 网段。",
23133
+ "example": "无",
23134
+ "member": "MultiPathGatewayCurrentOriginACL",
23135
+ "name": "MultiPathGatewayCurrentOriginACL",
23136
+ "output_required": false,
23137
+ "required": false,
23138
+ "type": "object",
23139
+ "value_allowed_null": false
23140
+ },
23141
+ {
23142
+ "disabled": false,
23143
+ "document": "当回源 IP 网段发生更新时,该字段会返回下一个版本将要生效的回源 IP 网段,包含与当前回源 IP 网段的对比。无更新时该字段为空。",
23144
+ "example": "无",
23145
+ "member": "MultiPathGatewayNextOriginACL",
23146
+ "name": "MultiPathGatewayNextOriginACL",
23147
+ "output_required": false,
23148
+ "required": false,
23149
+ "type": "object",
23150
+ "value_allowed_null": false
23151
+ }
23152
+ ],
23153
+ "usage": "both"
23154
+ },
21852
23155
  "MutualTLS": {
21853
23156
  "document": "HTTPS 双向认证。",
21854
23157
  "members": [
@@ -21877,6 +23180,82 @@
21877
23180
  ],
21878
23181
  "usage": "both"
21879
23182
  },
23183
+ "NSDetail": {
23184
+ "document": "NS 接入类型站点参数详情。",
23185
+ "members": [
23186
+ {
23187
+ "disabled": false,
23188
+ "document": "是否开启 CNAME 加速,取值有:\n<li> enabled:开启;</li>\n<li> disabled:关闭。</li>",
23189
+ "example": "enabled",
23190
+ "member": "string",
23191
+ "name": "CnameSpeedUp",
23192
+ "output_required": true,
23193
+ "type": "string",
23194
+ "value_allowed_null": false
23195
+ },
23196
+ {
23197
+ "disabled": false,
23198
+ "document": "是否存在同名站点,取值有:\n<li> 0:不存在同名站点;</li>\n<li> 1:已存在同名站点。</li>",
23199
+ "example": "1",
23200
+ "member": "int64",
23201
+ "name": "IsFake",
23202
+ "output_required": true,
23203
+ "type": "int",
23204
+ "value_allowed_null": false
23205
+ },
23206
+ {
23207
+ "disabled": false,
23208
+ "document": "归属权验证信息。针对 NS 接入类型的站点,将当前的 NS 服务器切换至腾讯云 EdgeOne 指定的 NS 服务器,即视为通过归属权验证。详情请参考 [站点/域名归属权验证](https://cloud.tencent.com/document/product/1552/70789) 。",
23209
+ "example": "无",
23210
+ "member": "OwnershipVerification",
23211
+ "name": "OwnershipVerification",
23212
+ "output_required": false,
23213
+ "type": "object",
23214
+ "value_allowed_null": false
23215
+ },
23216
+ {
23217
+ "disabled": false,
23218
+ "document": "由 EdgeOne 检测到的站点当前正在使用的 NS 服务器列表。",
23219
+ "example": "[\"ns1.example.com.\",\"ns2.example.com.\"]",
23220
+ "member": "string",
23221
+ "name": "OriginalNameServers",
23222
+ "output_required": true,
23223
+ "type": "list",
23224
+ "value_allowed_null": false
23225
+ },
23226
+ {
23227
+ "disabled": false,
23228
+ "document": "腾讯云 EdgeOne 分配的 NS 服务器列表。需要将当前站点 NS 服务器指向该地址,站点才能生效。",
23229
+ "example": "[\"ns1.teodns.com.\",\"ns2.teodns.com.\"]",
23230
+ "member": "string",
23231
+ "name": "NameServers",
23232
+ "output_required": true,
23233
+ "type": "list",
23234
+ "value_allowed_null": false
23235
+ },
23236
+ {
23237
+ "disabled": false,
23238
+ "document": "用户自定义 NS 服务器域名信息。如果启用了自定义 NS 服务,需要在域名注册厂商内将 NS 指向该地址。",
23239
+ "example": "无",
23240
+ "member": "VanityNameServers",
23241
+ "name": "VanityNameServers",
23242
+ "output_required": true,
23243
+ "type": "object",
23244
+ "value_allowed_null": false
23245
+ },
23246
+ {
23247
+ "disabled": false,
23248
+ "document": "用户自定义 NS 服务器对应的 IP 地址信息。",
23249
+ "example": "无",
23250
+ "member": "VanityNameServersIps",
23251
+ "name": "VanityNameServersIps",
23252
+ "output_required": true,
23253
+ "type": "list",
23254
+ "value_allowed_null": false
23255
+ }
23256
+ ],
23257
+ "usage": "out"
23258
+ },
21880
23259
  "NextOriginACL": {
21881
23260
  "document": "当回源 IP 网段发生更新时,该字段会返回下一个版本将要生效的回源 IP 网段,包含与当前生效的回源 IP 网段的对比。",
21882
23261
  "members": [
@@ -22844,6 +24223,23 @@
22844
24223
  ],
22845
24224
  "usage": "out"
22846
24225
  },
24226
+ "OriginPullProtocolParameters": {
24227
+ "document": "回源 HTTPS 配置参数。",
24228
+ "members": [
24229
+ {
24230
+ "disabled": false,
24231
+ "document": "回源协议配置,取值有:\n<li>http:使用 HTTP 协议回源;</li>\n<li>https:使用 HTTPS 协议回源;</li>\n<li>follow:协议跟随。</li>",
24232
+ "example": "https",
24233
+ "member": "string",
24234
+ "name": "Protocol",
24235
+ "output_required": false,
24236
+ "required": false,
24237
+ "type": "string",
24238
+ "value_allowed_null": false
24239
+ }
24240
+ ],
24241
+ "usage": "both"
24242
+ },
22847
24243
  "OriginRecord": {
22848
24244
  "document": "源站组记录",
22849
24245
  "members": [
@@ -23288,7 +24684,7 @@
23288
24684
  },
23289
24685
  {
23290
24686
  "disabled": false,
23291
- "document": "最大限制,取值在1MB和500MB之间。单位字节。",
24687
+ "document": "最大限制,该字段仅在 Switch 为 on 时生效,取值在 1MB 800MB 之间,单位字节。",
23292
24688
  "example": "10000000",
23293
24689
  "member": "int64",
23294
24690
  "name": "MaxSize",
@@ -23316,7 +24712,7 @@
23316
24712
  },
23317
24713
  {
23318
24714
  "disabled": false,
23319
- "document": "POST 请求上传文件流式传输最大限制,单位为 Byte,取值:1 * 2<sup>20</sup> Byte~500 * 2<sup>20</sup> Byte。",
24715
+ "document": "POST 请求上传文件流式传输最大限制,该字段仅在 Switch on 时生效,取值在 1MB 800MB 之间,单位字节。",
23320
24716
  "example": "10000000",
23321
24717
  "member": "int64",
23322
24718
  "name": "MaxSize",
@@ -24120,7 +25516,7 @@
24120
25516
  },
24121
25517
  {
24122
25518
  "disabled": false,
24123
- "document": "实时日志投递任务类型,取值有: <li>cls: 推送到腾讯云 CLS;</li> <li>custom_endpoint:推送到自定义 HTTP(S) 地址;</li> <li>s3:推送到 AWS S3 兼容存储桶地址。</li>",
25519
+ "document": "实时日志投递任务类型,取值有: <li>cls: 推送到腾讯云 CLS;</li> <li>custom_endpoint:推送到自定义 HTTP(S) 地址;</li> <li>s3:推送到 AWS S3 兼容存储桶地址;</li><li>log_analysis:推送到 EdgeOne 日志分析。</li>",
24124
25520
  "example": "cls",
24125
25521
  "member": "string",
24126
25522
  "name": "TaskType",
@@ -24171,7 +25567,7 @@
24171
25567
  {
24172
25568
  "disabled": false,
24173
25569
  "document": "投递的自定义字段列表。",
24174
- "example": "",
25570
+ "example": "\"无\"",
24175
25571
  "member": "CustomField",
24176
25572
  "name": "CustomFields",
24177
25573
  "output_required": true,
@@ -24181,7 +25577,7 @@
24181
25577
  {
24182
25578
  "disabled": false,
24183
25579
  "document": "日志投递的过滤条件。",
24184
- "example": "",
25580
+ "example": "\"无\"",
24185
25581
  "member": "DeliveryCondition",
24186
25582
  "name": "DeliveryConditions",
24187
25583
  "output_required": true,
@@ -24201,7 +25597,7 @@
24201
25597
  {
24202
25598
  "disabled": false,
24203
25599
  "document": "日志投递的输出格式。出参为 null 时表示为默认格式,默认格式逻辑如下:\n<li>当 TaskType 取值为 custom_endpoint 时,默认格式为多个 JSON 对象组成的数组,每个 JSON 对象为一条日志;</li>\n<li>当 TaskType 取值为 s3 时,默认格式为 JSON Lines。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
24204
- "example": "",
25600
+ "example": "\"无\"",
24205
25601
  "member": "LogFormat",
24206
25602
  "name": "LogFormat",
24207
25603
  "output_required": false,
@@ -24211,7 +25607,7 @@
24211
25607
  {
24212
25608
  "disabled": false,
24213
25609
  "document": "CLS 的配置信息。\n注意:此字段可能返回 null,表示取不到有效值。",
24214
- "example": "",
25610
+ "example": "\"无\"",
24215
25611
  "member": "CLSTopic",
24216
25612
  "name": "CLS",
24217
25613
  "output_required": true,
@@ -24221,7 +25617,7 @@
24221
25617
  {
24222
25618
  "disabled": false,
24223
25619
  "document": "自定义 HTTP 服务的配置信息。\n注意:此字段可能返回 null,表示取不到有效值。",
24224
- "example": "",
25620
+ "example": "\"无\"",
24225
25621
  "member": "CustomEndpoint",
24226
25622
  "name": "CustomEndpoint",
24227
25623
  "output_required": true,
@@ -24231,7 +25627,7 @@
24231
25627
  {
24232
25628
  "disabled": false,
24233
25629
  "document": "AWS S3 兼容存储桶的配置信息。\n注意:此字段可能返回 null,表示取不到有效值。",
24234
- "example": "",
25630
+ "example": "\"无\"",
24235
25631
  "member": "S3",
24236
25632
  "name": "S3",
24237
25633
  "output_required": true,
@@ -25164,6 +26560,17 @@
25164
26560
  "type": "object",
25165
26561
  "value_allowed_null": true
25166
26562
  },
26563
+ {
26564
+ "disabled": false,
26565
+ "document": "回源 HTTPS 配置参数,当 Name 取值为 OriginPullProtocol 时,该参数必填。\n注意:此字段可能返回 null,表示取不到有效值。",
26566
+ "example": "无",
26567
+ "member": "OriginPullProtocolParameters",
26568
+ "name": "OriginPullProtocolParameters",
26569
+ "output_required": false,
26570
+ "required": false,
26571
+ "type": "object",
26572
+ "value_allowed_null": true
26573
+ },
25167
26574
  {
25168
26575
  "disabled": false,
25169
26576
  "document": "智能压缩配置,当 Name 取值为 Compression 时,该参数必填。\n注意:此字段可能返回 null,表示取不到有效值。",
@@ -25372,6 +26779,17 @@
25372
26779
  "required": false,
25373
26780
  "type": "object",
25374
26781
  "value_allowed_null": false
26782
+ },
26783
+ {
26784
+ "disabled": false,
26785
+ "document": "内容压缩配置参数,当 Name 取值为 ContentCompression 时,该参数必填。该参数为白名单功能,如有需要,请联系腾讯云工程师处理。",
26786
+ "example": "无",
26787
+ "member": "ContentCompressionParameters",
26788
+ "name": "ContentCompressionParameters",
26789
+ "output_required": false,
26790
+ "required": false,
26791
+ "type": "object",
26792
+ "value_allowed_null": false
25375
26793
  }
25376
26794
  ],
25377
26795
  "usage": "both"
@@ -25839,6 +27257,34 @@
25839
27257
  ],
25840
27258
  "usage": "both"
25841
27259
  },
27260
+ "SearchEngineBots": {
27261
+ "document": "搜索引擎规则配置。",
27262
+ "members": [
27263
+ {
27264
+ "disabled": false,
27265
+ "document": "来自搜索引擎爬虫的请求的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截;</li><li>Monitor:观察;</li><li>Disabled:未启用,不启用指定规则;</li><li>Challenge:挑战,其中 ChallengeActionParameters 中的 ChallengeOption 支持 JSChallenge 和 ManagedChallenge;</li><li>Allow:放行(待废弃)。</li> ",
27266
+ "example": "无",
27267
+ "member": "SecurityAction",
27268
+ "name": "BaseAction",
27269
+ "output_required": false,
27270
+ "required": false,
27271
+ "type": "object",
27272
+ "value_allowed_null": false
27273
+ },
27274
+ {
27275
+ "disabled": false,
27276
+ "document": "指定搜索引擎爬虫请求的处置方式。",
27277
+ "example": "无",
27278
+ "member": "BotManagementActionOverrides",
27279
+ "name": "BotManagementActionOverrides",
27280
+ "output_required": false,
27281
+ "required": false,
27282
+ "type": "list",
27283
+ "value_allowed_null": false
27284
+ }
27285
+ ],
27286
+ "usage": "both"
27287
+ },
25842
27288
  "SecEntry": {
25843
27289
  "document": "安全数据Entry返回值",
25844
27290
  "members": [
@@ -25926,7 +27372,7 @@
25926
27372
  "members": [
25927
27373
  {
25928
27374
  "disabled": false,
25929
- "document": "安全执行的具体动作。取值有:\n<li>Deny:拦截,阻止请求访问站点资源;</li>\n<li>Monitor:观察,仅记录日志;</li>\n<li>Redirect:重定向至 URL;</li>\n<li>Disabled:未启用,不启用指定规则;</li>\n<li>Allow:允许访问,但延迟处理请求;</li>\n<li>Challenge:挑战,响应挑战内容;</li>\n<li>BlockIP:待废弃,IP 封禁;</li>\n<li>ReturnCustomPage:待废弃,使用指定页面拦截;</li>\n<li>JSChallenge:待废弃,JavaScript 挑战;</li>\n<li>ManagedChallenge:待废弃,托管挑战。</li>",
27375
+ "document": "安全执行的具体动作。取值有:\n<li>Deny:拦截,阻止请求访问站点资源;</li>\n<li>Monitor:观察,仅记录日志;</li>\n<li>Redirect:重定向至 URL;</li>\n<li>Disabled:未启用,不启用指定规则;</li>\n<li>Allow:允许访问,但延迟处理请求;</li>\n<li>Challenge:挑战,响应挑战内容;</li>\n<li>Trans:放行,允许请求直接访问站点资源;</li>\n<li>BlockIP:待废弃,IP 封禁;</li>\n<li>ReturnCustomPage:待废弃,使用指定页面拦截;</li>\n<li>JSChallenge:待废弃,JavaScript 挑战;</li>\n<li>ManagedChallenge:待废弃,托管挑战。</li>",
25930
27376
  "example": "Deny",
25931
27377
  "member": "string",
25932
27378
  "name": "Name",
@@ -26291,6 +27737,34 @@
26291
27737
  ],
26292
27738
  "usage": "both"
26293
27739
  },
27740
+ "SecurityWeightedAction": {
27741
+ "document": "按权重分配的 SecurityAction。",
27742
+ "members": [
27743
+ {
27744
+ "disabled": false,
27745
+ "document": "Bot 自定义规则的处置方式。取值有:<li>Allow:放行,其中 AllowActionParameters 支持 MinDelayTime 和 MaxDelayTime 配置;</li><li>Deny:拦截,其中 DenyActionParameters 中支持 BlockIp、ReturnCustomPage 和 Stall 配置;</li><li>Monitor:观察;</li><li>Challenge:挑战,其中 ChallengeActionParameters.ChallengeOption 支持 JSChallenge 和 ManagedChallenge;</li><li>Redirect:重定向至URL。</li>",
27746
+ "example": "无",
27747
+ "member": "SecurityAction",
27748
+ "name": "SecurityAction",
27749
+ "output_required": false,
27750
+ "required": false,
27751
+ "type": "object",
27752
+ "value_allowed_null": false
27753
+ },
27754
+ {
27755
+ "disabled": false,
27756
+ "document": "当前 SecurityAction 的权重,仅支持 10 ~ 100 且必须为 10 的倍数,其中 Weight 参数全部相加须等于 100。",
27757
+ "example": "20",
27758
+ "member": "int64",
27759
+ "name": "Weight",
27760
+ "output_required": false,
27761
+ "required": false,
27762
+ "type": "int",
27763
+ "value_allowed_null": false
27764
+ }
27765
+ ],
27766
+ "usage": "both"
27767
+ },
26294
27768
  "ServerCertInfo": {
26295
27769
  "document": "https 服务端证书配置",
26296
27770
  "members": [
@@ -26374,6 +27848,56 @@
26374
27848
  ],
26375
27849
  "usage": "both"
26376
27850
  },
27851
+ "SessionRateControl": {
27852
+ "document": "会话速率和周期特征校验配置。",
27853
+ "members": [
27854
+ {
27855
+ "disabled": false,
27856
+ "document": "会话速率和周期特征校验配置是否开启。取值有:<li>on:启用</li><li>off:关闭</li>",
27857
+ "example": "on",
27858
+ "member": "string",
27859
+ "name": "Enabled",
27860
+ "output_required": false,
27861
+ "required": false,
27862
+ "type": "string",
27863
+ "value_allowed_null": false
27864
+ },
27865
+ {
27866
+ "disabled": false,
27867
+ "document": "会话速率和周期特征校验高风险的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截,其中 DenyActionParameters 中支持 Stall 配置;</li><li>Monitor:观察;</li><li>Allow:等待后响应,其中 AllowActionParameters 需要 MinDelayTime 和 MaxDelayTime 配置。</li>",
27868
+ "example": "无",
27869
+ "member": "SecurityAction",
27870
+ "name": "HighRateSessionAction",
27871
+ "output_required": false,
27872
+ "required": false,
27873
+ "type": "object",
27874
+ "value_allowed_null": false
27875
+ },
27876
+ {
27877
+ "disabled": false,
27878
+ "document": "会话速率和周期特征校验中风险的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截,其中 DenyActionParameters 中支持 Stall 配置;</li><li>Monitor:观察;</li><li>Allow:等待后响应,其中 AllowActionParameters 需要 MinDelayTime 和 MaxDelayTime 配置。</li>",
27879
+ "example": "无",
27880
+ "member": "SecurityAction",
27881
+ "name": "MidRateSessionAction",
27882
+ "output_required": false,
27883
+ "required": false,
27884
+ "type": "object",
27885
+ "value_allowed_null": false
27886
+ },
27887
+ {
27888
+ "disabled": false,
27889
+ "document": "会话速率和周期特征校验低风险的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截,其中 DenyActionParameters 中支持 Stall 配置;</li><li>Monitor:观察;</li><li>Allow:等待后响应,其中 AllowActionParameters 需要 MinDelayTime 和 MaxDelayTime 配置。</li>",
27890
+ "example": "无",
27891
+ "member": "SecurityAction",
27892
+ "name": "LowRateSessionAction",
27893
+ "output_required": false,
27894
+ "required": false,
27895
+ "type": "object",
27896
+ "value_allowed_null": false
27897
+ }
27898
+ ],
27899
+ "usage": "both"
27900
+ },
26377
27901
  "SetContentIdentifierParameters": {
26378
27902
  "document": "内容标识配置参数。",
26379
27903
  "members": [
@@ -26646,6 +28170,34 @@
26646
28170
  ],
26647
28171
  "usage": "both"
26648
28172
  },
28173
+ "SourceIDC": {
28174
+ "document": "IDC 规则配置的具体内容。",
28175
+ "members": [
28176
+ {
28177
+ "disabled": false,
28178
+ "document": "来自指定 IDC 请求的处置方式。 SecurityAction 的 Name 取值支持:<li>Deny:拦截;</li><li>Monitor:观察;</li><li>Disabled:未启用,不启用指定规则;</li><li>Challenge:挑战,其中 ChallengeActionParameters 中的 ChallengeOption 支持 JSChallenge 和 ManagedChallenge;</li><li>Allow:放行(待废弃)。</li>",
28179
+ "example": "参考 SecurityAction 结构",
28180
+ "member": "SecurityAction",
28181
+ "name": "BaseAction",
28182
+ "output_required": false,
28183
+ "required": false,
28184
+ "type": "object",
28185
+ "value_allowed_null": false
28186
+ },
28187
+ {
28188
+ "disabled": false,
28189
+ "document": "指定 IDC 请求的处置方式。",
28190
+ "example": "无",
28191
+ "member": "BotManagementActionOverrides",
28192
+ "name": "BotManagementActionOverrides",
28193
+ "output_required": false,
28194
+ "required": false,
28195
+ "type": "list",
28196
+ "value_allowed_null": false
28197
+ }
28198
+ ],
28199
+ "usage": "both"
28200
+ },
26649
28201
  "StandardDebug": {
26650
28202
  "document": "支持标准debug结构体",
26651
28203
  "members": [
@@ -28063,7 +29615,7 @@
28063
29615
  "usage": "both"
28064
29616
  },
28065
29617
  "Zone": {
28066
- "document": "站点信息",
29618
+ "document": "站点详情。",
28067
29619
  "members": [
28068
29620
  {
28069
29621
  "disabled": false,
@@ -28087,37 +29639,27 @@
28087
29639
  },
28088
29640
  {
28089
29641
  "disabled": false,
28090
- "document": "站点当前使用的 NS 列表。",
28091
- "example": "[\"ns1.example.com.\",\"ns2.example.com.\"]",
28092
- "member": "string",
28093
- "name": "OriginalNameServers",
28094
- "output_required": true,
28095
- "type": "list",
28096
- "value_allowed_null": false
28097
- },
28098
- {
28099
- "disabled": false,
28100
- "document": "腾讯云分配的 NS 列表。",
28101
- "example": "[\"ns1.teodns.com.\",\"\"ns2.teodns.com.\"]",
29642
+ "document": "同名站点标识。允许输入数字、英文、\".\" 、\"-\" 和 \"_\" 组合,长度 200 个字符以内。",
29643
+ "example": "zone-example",
28102
29644
  "member": "string",
28103
- "name": "NameServers",
29645
+ "name": "AliasZoneName",
28104
29646
  "output_required": true,
28105
- "type": "list",
29647
+ "type": "string",
28106
29648
  "value_allowed_null": false
28107
29649
  },
28108
29650
  {
28109
29651
  "disabled": false,
28110
- "document": "站点状态,取值有:\n<li> active:NS 已切换; </li>\n<li> pending:NS 未切换;</li>\n<li> moved:NS 已切走;</li>\n<li> deactivated:被封禁。 </li>\n<li> initializing:待绑定套餐。 </li>",
28111
- "example": "active",
29652
+ "document": "站点加速区域,取值有:\n<li> global:全球可用区;</li>\n<li> mainland:中国大陆可用区;</li>\n<li> overseas:全球可用区(不含中国大陆)。</li>",
29653
+ "example": "overseas",
28112
29654
  "member": "string",
28113
- "name": "Status",
29655
+ "name": "Area",
28114
29656
  "output_required": true,
28115
29657
  "type": "string",
28116
29658
  "value_allowed_null": false
28117
29659
  },
28118
29660
  {
28119
29661
  "disabled": false,
28120
- "document": "站点接入方式,取值有:\n<li> full:NS 接入;</li>\n<li> partial:CNAME 接入;</li>\n<li> noDomainAccess:无域名接入;</li>",
29662
+ "document": "站点接入类型,取值有:\n<li> full:NS 接入类型;</li>\n<li> partial:CNAME 接入类型;</li>\n<li> noDomainAccess:无域名接入类型;</li>\n<li>dnsPodAccess:DNSPod 托管类型,该类型要求您的域名已托管在腾讯云 DNSPod;</li>\n<li> pages:Pages 类型。</li>",
28121
29663
  "example": "full",
28122
29664
  "member": "string",
28123
29665
  "name": "Type",
@@ -28127,52 +29669,52 @@
28127
29669
  },
28128
29670
  {
28129
29671
  "disabled": false,
28130
- "document": "站点是否关闭。",
28131
- "example": "false",
28132
- "member": "bool",
28133
- "name": "Paused",
29672
+ "document": "站点关联的标签。",
29673
+ "example": "",
29674
+ "member": "Tag",
29675
+ "name": "Tags",
28134
29676
  "output_required": true,
28135
- "type": "bool",
29677
+ "type": "list",
28136
29678
  "value_allowed_null": false
28137
29679
  },
28138
29680
  {
28139
29681
  "disabled": false,
28140
- "document": "是否开启 CNAME 加速,取值有:\n<li> enabled:开启;</li>\n<li> disabled:关闭。</li>",
28141
- "example": "enabled",
28142
- "member": "string",
28143
- "name": "CnameSpeedUp",
29682
+ "document": "计费资源列表。",
29683
+ "example": "",
29684
+ "member": "Resource",
29685
+ "name": "Resources",
28144
29686
  "output_required": true,
28145
- "type": "string",
29687
+ "type": "list",
28146
29688
  "value_allowed_null": false
28147
29689
  },
28148
29690
  {
28149
29691
  "disabled": false,
28150
- "document": "CNAME 接入状态,取值有:\n<li> finished:站点已验证;</li>\n<li> pending:站点验证中。</li>",
28151
- "example": "finished",
28152
- "member": "string",
28153
- "name": "CnameStatus",
29692
+ "document": "NS 类型站点详情。仅当 Type = full 时返回值。",
29693
+ "example": "",
29694
+ "member": "NSDetail",
29695
+ "name": "NSDetail",
28154
29696
  "output_required": true,
28155
- "type": "string",
29697
+ "type": "object",
28156
29698
  "value_allowed_null": false
28157
29699
  },
28158
29700
  {
28159
29701
  "disabled": false,
28160
- "document": "资源标签列表。",
29702
+ "document": "CNAME 类型站点详情。仅当 Type = partial 时返回值。",
28161
29703
  "example": "无",
28162
- "member": "Tag",
28163
- "name": "Tags",
29704
+ "member": "CNAMEDetail",
29705
+ "name": "CNAMEDetail",
28164
29706
  "output_required": true,
28165
- "type": "list",
29707
+ "type": "object",
28166
29708
  "value_allowed_null": false
28167
29709
  },
28168
29710
  {
28169
29711
  "disabled": false,
28170
- "document": "计费资源列表。",
29712
+ "document": "DNSPod 托管类型站点详情。仅当 Type = dnsPodAccess 时返回值。",
28171
29713
  "example": "无",
28172
- "member": "Resource",
28173
- "name": "Resources",
29714
+ "member": "DNSPodDetail",
29715
+ "name": "DNSPodDetail",
28174
29716
  "output_required": true,
28175
- "type": "list",
29717
+ "type": "object",
28176
29718
  "value_allowed_null": false
28177
29719
  },
28178
29720
  {
@@ -28197,33 +29739,23 @@
28197
29739
  },
28198
29740
  {
28199
29741
  "disabled": false,
28200
- "document": "站点接入地域,取值有:\n<li> global:全球;</li>\n<li> mainland:中国大陆;</li>\n<li> overseas:境外区域。</li>",
28201
- "example": "overseas",
29742
+ "document": "站点状态,取值有:\n<li> active:NS 已切换; </li>\n<li> pending:NS 未切换;</li>\n<li> moved:NS 已切走;</li>\n<li> deactivated:被封禁。 </li>\n<li> initializing:待绑定套餐。 </li>",
29743
+ "example": "active",
28202
29744
  "member": "string",
28203
- "name": "Area",
29745
+ "name": "Status",
28204
29746
  "output_required": true,
28205
29747
  "type": "string",
28206
29748
  "value_allowed_null": false
28207
29749
  },
28208
29750
  {
28209
29751
  "disabled": false,
28210
- "document": "用户自定义 NS 信息。\n注意:此字段可能返回 null,表示取不到有效值。",
28211
- "example": "",
28212
- "member": "VanityNameServers",
28213
- "name": "VanityNameServers",
28214
- "output_required": true,
28215
- "type": "object",
28216
- "value_allowed_null": true
28217
- },
28218
- {
28219
- "disabled": false,
28220
- "document": "用户自定义 NS IP 信息。\n注意:此字段可能返回 null,表示取不到有效值。",
28221
- "example": "无",
28222
- "member": "VanityNameServersIps",
28223
- "name": "VanityNameServersIps",
29752
+ "document": "CNAME 接入状态,取值有:\n<li> finished:站点已验证;</li>\n<li> pending:站点验证中。</li>",
29753
+ "example": "finished",
29754
+ "member": "string",
29755
+ "name": "CnameStatus",
28224
29756
  "output_required": true,
28225
- "type": "list",
28226
- "value_allowed_null": true
29757
+ "type": "string",
29758
+ "value_allowed_null": false
28227
29759
  },
28228
29760
  {
28229
29761
  "disabled": false,
@@ -28237,17 +29769,27 @@
28237
29769
  },
28238
29770
  {
28239
29771
  "disabled": false,
28240
- "document": "站点别名。数字、英文、-和_组合,限制20个字符。",
28241
- "example": "zone-example",
29772
+ "document": "锁定状态,取值有:<li> enable:正常,允许进行修改操作;</li><li> disable:锁定中,不允许进行修改操作;</li><li> plan_migrate:套餐迁移中,不允许进行修改操作。</li>",
29773
+ "example": "enable",
28242
29774
  "member": "string",
28243
- "name": "AliasZoneName",
29775
+ "name": "LockStatus",
28244
29776
  "output_required": true,
28245
29777
  "type": "string",
28246
29778
  "value_allowed_null": false
28247
29779
  },
28248
29780
  {
28249
29781
  "disabled": false,
28250
- "document": "是否伪站点,取值有:\n<li> 0:非伪站点;</li>\n<li> 1:伪站点。</li>",
29782
+ "document": "站点是否关闭。",
29783
+ "example": "false",
29784
+ "member": "bool",
29785
+ "name": "Paused",
29786
+ "output_required": true,
29787
+ "type": "bool",
29788
+ "value_allowed_null": false
29789
+ },
29790
+ {
29791
+ "disabled": false,
29792
+ "document": "是否伪站点(该字段为历史保留字段,已不再维护,请根据站点类型参考对应字段),取值有:\n<li> 0:非伪站点;</li>\n<li> 1:伪站点。</li>\n",
28251
29793
  "example": "1",
28252
29794
  "member": "int64",
28253
29795
  "name": "IsFake",
@@ -28257,23 +29799,63 @@
28257
29799
  },
28258
29800
  {
28259
29801
  "disabled": false,
28260
- "document": "锁定状态,取值有:<li> enable:正常,允许进行修改操作;</li><li> disable:锁定中,不允许进行修改操作;</li><li> plan_migrate:套餐迁移中,不允许进行修改操作。</li>",
28261
- "example": "enable",
29802
+ "document": "是否开启 CNAME 加速(该字段为历史保留字段,已不再维护,请根据站点类型参考对应字段),取值有:\n<li> enabled:开启;</li>\n<li> disabled:关闭。</li>",
29803
+ "example": "enabled",
28262
29804
  "member": "string",
28263
- "name": "LockStatus",
29805
+ "name": "CnameSpeedUp",
28264
29806
  "output_required": true,
28265
29807
  "type": "string",
28266
29808
  "value_allowed_null": false
28267
29809
  },
28268
29810
  {
28269
29811
  "disabled": false,
28270
- "document": "归属权验证信息。\n注意:此字段可能返回 null,表示取不到有效值。",
29812
+ "document": "归属权验证信息。(该字段为历史保留字段,已不再维护,请根据站点类型参考对应字段)\n注意:此字段可能返回 null,表示取不到有效值。",
28271
29813
  "example": "无",
28272
29814
  "member": "OwnershipVerification",
28273
29815
  "name": "OwnershipVerification",
28274
29816
  "output_required": false,
28275
29817
  "type": "object",
28276
29818
  "value_allowed_null": true
29819
+ },
29820
+ {
29821
+ "disabled": false,
29822
+ "document": "站点当前使用的 NS 列表。(该字段为历史保留字段,已不再维护,请根据站点类型参考对应字段)",
29823
+ "example": "[\"ns1.example.com.\",\"ns2.example.com.\"]",
29824
+ "member": "string",
29825
+ "name": "OriginalNameServers",
29826
+ "output_required": true,
29827
+ "type": "list",
29828
+ "value_allowed_null": false
29829
+ },
29830
+ {
29831
+ "disabled": false,
29832
+ "document": "腾讯云分配的 NS 列表。(该字段为历史保留字段,已不再维护,请根据站点类型参考对应字段)",
29833
+ "example": "[\"ns1.teodns.com.\",\"ns2.teodns.com.\"]",
29834
+ "member": "string",
29835
+ "name": "NameServers",
29836
+ "output_required": true,
29837
+ "type": "list",
29838
+ "value_allowed_null": false
29839
+ },
29840
+ {
29841
+ "disabled": false,
29842
+ "document": "用户自定义 NS 信息。(该字段为历史保留字段,已不再维护,请根据站点类型参考对应字段)\n注意:此字段可能返回 null,表示取不到有效值。",
29843
+ "example": "无",
29844
+ "member": "VanityNameServers",
29845
+ "name": "VanityNameServers",
29846
+ "output_required": true,
29847
+ "type": "object",
29848
+ "value_allowed_null": true
29849
+ },
29850
+ {
29851
+ "disabled": false,
29852
+ "document": "用户自定义 NS IP 信息。(该字段为历史保留字段,已不再维护,请根据站点类型参考对应字段)\n注意:此字段可能返回 null,表示取不到有效值。",
29853
+ "example": "无",
29854
+ "member": "VanityNameServersIps",
29855
+ "name": "VanityNameServersIps",
29856
+ "output_required": true,
29857
+ "type": "list",
29858
+ "value_allowed_null": true
28277
29859
  }
28278
29860
  ],
28279
29861
  "usage": "out"