tccli-intl-en 3.0.1237.1__py2.py3-none-any.whl → 3.0.1282.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.
Files changed (214) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +17 -1
  3. tccli/services/advisor/advisor_client.py +8 -2
  4. tccli/services/aiart/aiart_client.py +4 -1
  5. tccli/services/ams/ams_client.py +16 -4
  6. tccli/services/antiddos/antiddos_client.py +280 -70
  7. tccli/services/apigateway/apigateway_client.py +372 -93
  8. tccli/services/apm/apm_client.py +52 -13
  9. tccli/services/asr/asr_client.py +8 -2
  10. tccli/services/autoscaling/autoscaling_client.py +232 -58
  11. tccli/services/autoscaling/v20180419/api.json +1 -1
  12. tccli/services/batch/batch_client.py +112 -28
  13. tccli/services/bi/bi_client.py +1242 -4
  14. tccli/services/bi/v20220105/api.json +5340 -107
  15. tccli/services/bi/v20220105/examples.json +196 -1
  16. tccli/services/billing/billing_client.py +168 -42
  17. tccli/services/cam/cam_client.py +324 -81
  18. tccli/services/captcha/captcha_client.py +4 -1
  19. tccli/services/car/car_client.py +132 -33
  20. tccli/services/cbs/cbs_client.py +152 -38
  21. tccli/services/ccc/ccc_client.py +732 -98
  22. tccli/services/ccc/v20200210/api.json +1727 -196
  23. tccli/services/ccc/v20200210/examples.json +64 -0
  24. tccli/services/cdb/cdb_client.py +532 -133
  25. tccli/services/cdc/cdc_client.py +80 -20
  26. tccli/services/cdc/v20201214/api.json +2 -2
  27. tccli/services/cdc/v20201214/examples.json +4 -4
  28. tccli/services/cdn/cdn_client.py +176 -44
  29. tccli/services/cdwdoris/cdwdoris_client.py +308 -77
  30. tccli/services/cdwpg/cdwpg_client.py +96 -24
  31. tccli/services/cdz/__init__.py +4 -0
  32. tccli/services/cdz/cdz_client.py +210 -0
  33. tccli/services/cdz/v20221123/api.json +233 -0
  34. tccli/services/cdz/v20221123/examples.json +12 -0
  35. tccli/services/cfg/cfg_client.py +64 -16
  36. tccli/services/cfs/cfs_client.py +156 -39
  37. tccli/services/cfw/cfw_client.py +264 -66
  38. tccli/services/chdfs/chdfs_client.py +116 -29
  39. tccli/services/ciam/ciam_client.py +64 -16
  40. tccli/services/ckafka/ckafka_client.py +575 -77
  41. tccli/services/ckafka/v20190819/api.json +2749 -1470
  42. tccli/services/ckafka/v20190819/examples.json +209 -155
  43. tccli/services/clb/clb_client.py +332 -83
  44. tccli/services/clb/v20180317/api.json +29 -14
  45. tccli/services/cloudaudit/cloudaudit_client.py +72 -18
  46. tccli/services/cls/cls_client.py +348 -87
  47. tccli/services/cmq/cmq_client.py +12 -801
  48. tccli/services/cmq/v20190304/api.json +173 -1367
  49. tccli/services/cmq/v20190304/examples.json +0 -120
  50. tccli/services/config/config_client.py +24 -6
  51. tccli/services/controlcenter/controlcenter_client.py +4 -1
  52. tccli/services/csip/csip_client.py +136 -34
  53. tccli/services/ctsdb/ctsdb_client.py +8 -2
  54. tccli/services/cvm/cvm_client.py +627 -110
  55. tccli/services/cvm/v20170312/api.json +750 -340
  56. tccli/services/cvm/v20170312/examples.json +105 -59
  57. tccli/services/cwp/cwp_client.py +1860 -465
  58. tccli/services/cynosdb/cynosdb_client.py +1749 -439
  59. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  60. tccli/services/cynosdb/v20190107/examples.json +132 -4
  61. tccli/services/dataintegration/dataintegration_client.py +4 -1
  62. tccli/services/dayu/dayu_client.py +412 -103
  63. tccli/services/dbbrain/dbbrain_client.py +168 -42
  64. tccli/services/dc/dc_client.py +72 -18
  65. tccli/services/dcdb/dcdb_client.py +248 -62
  66. tccli/services/dlc/dlc_client.py +756 -111
  67. tccli/services/dlc/v20210125/api.json +637 -13
  68. tccli/services/dlc/v20210125/examples.json +48 -0
  69. tccli/services/dms/dms_client.py +8 -2
  70. tccli/services/dnspod/dnspod_client.py +353 -74
  71. tccli/services/dnspod/v20210323/api.json +196 -0
  72. tccli/services/dnspod/v20210323/examples.json +24 -0
  73. tccli/services/domain/domain_client.py +96 -24
  74. tccli/services/dts/dts_client.py +332 -83
  75. tccli/services/eb/eb_client.py +104 -26
  76. tccli/services/ecdn/ecdn_client.py +60 -15
  77. tccli/services/ecm/ecm_client.py +496 -124
  78. tccli/services/eiam/eiam_client.py +160 -40
  79. tccli/services/emr/emr_client.py +2784 -115
  80. tccli/services/emr/v20190103/api.json +14647 -4756
  81. tccli/services/emr/v20190103/examples.json +408 -40
  82. tccli/services/es/es_client.py +84 -21
  83. tccli/services/facefusion/facefusion_client.py +12 -3
  84. tccli/services/faceid/faceid_client.py +76 -19
  85. tccli/services/faceid/v20180301/api.json +79 -14
  86. tccli/services/faceid/v20180301/examples.json +3 -3
  87. tccli/services/gaap/gaap_client.py +352 -88
  88. tccli/services/gme/gme_client.py +40 -10
  89. tccli/services/gpm/gpm_client.py +72 -18
  90. tccli/services/gse/gse_client.py +88 -22
  91. tccli/services/gwlb/gwlb_client.py +72 -18
  92. tccli/services/iai/iai_client.py +116 -29
  93. tccli/services/iap/iap_client.py +24 -6
  94. tccli/services/ims/ims_client.py +4 -1
  95. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +168 -42
  96. tccli/services/intlpartnersmgt/v20220928/api.json +11 -11
  97. tccli/services/iotcloud/iotcloud_client.py +80 -20
  98. tccli/services/ip/ip_client.py +24 -6
  99. tccli/services/kms/kms_client.py +272 -68
  100. tccli/services/lcic/lcic_client.py +212 -53
  101. tccli/services/lighthouse/lighthouse_client.py +296 -74
  102. tccli/services/lighthouse/v20200324/api.json +14 -14
  103. tccli/services/lighthouse/v20200324/examples.json +5 -5
  104. tccli/services/live/live_client.py +480 -120
  105. tccli/services/lke/lke_client.py +360 -90
  106. tccli/services/lke/v20231130/api.json +182 -39
  107. tccli/services/lkeap/__init__.py +4 -0
  108. tccli/services/lkeap/lkeap_client.py +546 -0
  109. tccli/services/lkeap/v20240522/api.json +855 -0
  110. tccli/services/lkeap/v20240522/examples.json +72 -0
  111. tccli/services/mariadb/mariadb_client.py +200 -50
  112. tccli/services/mdc/mdc_client.py +72 -18
  113. tccli/services/mdl/mdl_client.py +132 -33
  114. tccli/services/mdl/v20200326/api.json +186 -12
  115. tccli/services/mdl/v20200326/examples.json +16 -16
  116. tccli/services/mdp/mdp_client.py +680 -70
  117. tccli/services/mdp/v20200527/api.json +748 -23
  118. tccli/services/mdp/v20200527/examples.json +143 -79
  119. tccli/services/message/__init__.py +4 -0
  120. tccli/services/message/message_client.py +210 -0
  121. tccli/services/message/v20181225/api.json +72 -0
  122. tccli/services/message/v20181225/examples.json +13 -0
  123. tccli/services/mongodb/mongodb_client.py +340 -29
  124. tccli/services/mongodb/v20190725/api.json +811 -226
  125. tccli/services/mongodb/v20190725/examples.json +54 -22
  126. tccli/services/monitor/monitor_client.py +864 -152
  127. tccli/services/monitor/v20180724/api.json +657 -8
  128. tccli/services/monitor/v20180724/examples.json +152 -4
  129. tccli/services/mps/mps_client.py +592 -92
  130. tccli/services/mps/v20190612/api.json +2931 -399
  131. tccli/services/mps/v20190612/examples.json +64 -14
  132. tccli/services/msp/msp_client.py +28 -7
  133. tccli/services/ocr/ocr_client.py +212 -45
  134. tccli/services/ocr/v20181119/api.json +872 -112
  135. tccli/services/ocr/v20181119/examples.json +12 -4
  136. tccli/services/omics/omics_client.py +80 -20
  137. tccli/services/organization/organization_client.py +464 -116
  138. tccli/services/postgres/postgres_client.py +364 -91
  139. tccli/services/postgres/v20170312/api.json +134 -109
  140. tccli/services/postgres/v20170312/examples.json +14 -14
  141. tccli/services/privatedns/privatedns_client.py +124 -31
  142. tccli/services/pts/pts_client.py +192 -48
  143. tccli/services/quota/__init__.py +4 -0
  144. tccli/services/quota/quota_client.py +434 -0
  145. tccli/services/quota/v20241204/api.json +548 -0
  146. tccli/services/quota/v20241204/examples.json +51 -0
  147. tccli/services/rce/rce_client.py +4 -1
  148. tccli/services/redis/redis_client.py +592 -106
  149. tccli/services/redis/v20180412/api.json +636 -240
  150. tccli/services/redis/v20180412/examples.json +98 -56
  151. tccli/services/region/region_client.py +12 -3
  152. tccli/services/rum/rum_client.py +240 -60
  153. tccli/services/scf/scf_client.py +168 -42
  154. tccli/services/ses/ses_client.py +116 -29
  155. tccli/services/sms/sms_client.py +72 -18
  156. tccli/services/sqlserver/sqlserver_client.py +3772 -387
  157. tccli/services/sqlserver/v20180328/api.json +9760 -3380
  158. tccli/services/sqlserver/v20180328/examples.json +478 -18
  159. tccli/services/ssl/ssl_client.py +152 -38
  160. tccli/services/ssm/ssm_client.py +96 -24
  161. tccli/services/sts/sts_client.py +20 -5
  162. tccli/services/tag/tag_client.py +120 -30
  163. tccli/services/tat/tat_client.py +76 -19
  164. tccli/services/tbaas/tbaas_client.py +16 -4
  165. tccli/services/tcaplusdb/tcaplusdb_client.py +208 -52
  166. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  167. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  168. tccli/services/tchd/tchd_client.py +4 -1
  169. tccli/services/tcmpp/tcmpp_client.py +416 -104
  170. tccli/services/tcr/tcr_client.py +304 -76
  171. tccli/services/tcsas/tcsas_client.py +236 -59
  172. tccli/services/tcsas/v20250106/api.json +155 -79
  173. tccli/services/tcsas/v20250106/examples.json +3 -3
  174. tccli/services/tcss/tcss_client.py +1320 -330
  175. tccli/services/tdid/tdid_client.py +192 -48
  176. tccli/services/tdmq/tdmq_client.py +376 -94
  177. tccli/services/tem/tem_client.py +224 -56
  178. tccli/services/teo/teo_client.py +1127 -245
  179. tccli/services/teo/v20220901/api.json +382 -58
  180. tccli/services/teo/v20220901/examples.json +24 -0
  181. tccli/services/tione/__init__.py +4 -0
  182. tccli/services/tione/tione_client.py +210 -0
  183. tccli/services/tione/v20211111/api.json +3074 -0
  184. tccli/services/tione/v20211111/examples.json +12 -0
  185. tccli/services/tiw/tiw_client.py +204 -51
  186. tccli/services/tke/tke_client.py +552 -138
  187. tccli/services/tms/tms_client.py +4 -1
  188. tccli/services/tmt/tmt_client.py +4 -1
  189. tccli/services/trabbit/trabbit_client.py +116 -29
  190. tccli/services/trro/trro_client.py +76 -19
  191. tccli/services/trtc/trtc_client.py +420 -55
  192. tccli/services/trtc/v20190722/api.json +685 -23
  193. tccli/services/trtc/v20190722/examples.json +39 -7
  194. tccli/services/tts/tts_client.py +4 -1
  195. tccli/services/vclm/vclm_client.py +8 -2
  196. tccli/services/vm/vm_client.py +16 -4
  197. tccli/services/vod/v20180717/examples.json +1 -1
  198. tccli/services/vod/vod_client.py +716 -179
  199. tccli/services/vpc/v20170312/api.json +970 -75
  200. tccli/services/vpc/v20170312/examples.json +106 -10
  201. tccli/services/vpc/vpc_client.py +1876 -361
  202. tccli/services/waf/v20180125/api.json +1372 -194
  203. tccli/services/waf/v20180125/examples.json +89 -1
  204. tccli/services/waf/waf_client.py +1051 -147
  205. tccli/services/wedata/v20250806/api.json +13644 -0
  206. tccli/services/wedata/v20250806/examples.json +621 -0
  207. tccli/services/wedata/wedata_client.py +5830 -1026
  208. tccli/services/yunjing/yunjing_client.py +284 -71
  209. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/METADATA +4 -7
  210. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/RECORD +214 -192
  211. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/WHEEL +1 -1
  212. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/entry_points.txt +0 -1
  213. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/LICENSE +0 -0
  214. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/top_level.txt +0 -0
@@ -28,6 +28,13 @@
28
28
  "output": "CheckCnameStatusResponse",
29
29
  "status": "online"
30
30
  },
31
+ "ConfirmMultiPathGatewayOriginACL": {
32
+ "document": "This API is used to confirm the latest origin IP range is updated to the origin server firewall when the multi-channel security acceleration gateway's origin IP range changes.",
33
+ "input": "ConfirmMultiPathGatewayOriginACLRequest",
34
+ "name": "Confirm multi-channel SCDN gateway origin IP range update",
35
+ "output": "ConfirmMultiPathGatewayOriginACLResponse",
36
+ "status": "online"
37
+ },
31
38
  "ConfirmOriginACLUpdate": {
32
39
  "document": "This API is used to confirm that the latest origin ACLs have been updated to the origin server firewall when the origin ACLs change. After confirming the update to the latest version, related change notifications will stop pushing.",
33
40
  "input": "ConfirmOriginACLUpdateRequest",
@@ -43,7 +50,7 @@
43
50
  "status": "online"
44
51
  },
45
52
  "CreateAliasDomain": {
46
- "document": "This API is used to create an alias domain name.\nThe feature is only supported by the enterprise plan and is currently in closed beta testing. If you need to use it, please [contact us](https://intl.cloud.tencent.com/online?from_cn_redirect=1-service?from=connect-us).",
53
+ "document": "This API is used to create an alias domain name.\nThe feature is only supported by the enterprise plan and is currently in closed beta testing. If you need to use it, please [contact us](https://www.tencentcloud.com/contact-us).",
47
54
  "input": "CreateAliasDomainRequest",
48
55
  "name": "Creates an alias domain name.",
49
56
  "output": "CreateAliasDomainResponse",
@@ -141,7 +148,7 @@
141
148
  "status": "online"
142
149
  },
143
150
  "CreateLoadBalancer": {
144
- "document": "This API is used to create a LoadBalancer. For details, see [Quickly Create Load Balancers](https://intl.cloud.tencent.com/document/product/1552/104223?from_cn_redirect=1). The load balancing feature is in beta test. If you need to use it, [contact us](https://intl.cloud.tencent.com/online?from_cn_redirect=1-service).",
151
+ "document": "This API is used to create a LoadBalancer. For details, see [Quickly Create Load Balancers](https://intl.cloud.tencent.com/document/product/1552/104223?from_cn_redirect=1). The load balancing feature is in beta test. If you need to use it, [contact us](https://www.tencentcloud.com/contact-us).",
145
152
  "input": "CreateLoadBalancerRequest",
146
153
  "name": "Creates a LoadBalancer",
147
154
  "output": "CreateLoadBalancerResponse",
@@ -281,7 +288,7 @@
281
288
  "status": "online"
282
289
  },
283
290
  "DeleteAliasDomain": {
284
- "document": "This API is used to delete an alias domain name.\nThe feature is only supported by the enterprise plan and is currently in closed beta testing. If you need to use it, [Contact Us](https://intl.cloud.tencent.com/online?from_cn_redirect=1-service?from=connect-us).",
291
+ "document": "This API is used to delete an alias domain name.\nThe feature is only supported by the enterprise plan and is currently in closed beta testing. If you need to use it, [Contact Us](https://www.tencentcloud.com/contact-us).",
285
292
  "input": "DeleteAliasDomainRequest",
286
293
  "name": "Deletes an alias domain name.",
287
294
  "output": "DeleteAliasDomainResponse",
@@ -365,7 +372,7 @@
365
372
  "status": "online"
366
373
  },
367
374
  "DeleteLoadBalancer": {
368
- "document": "This API is used to delete a LoadBalancer. If the LoadBalancer is referenced by other services (for example, Layer-4 proxy), the LoadBalancer cannot be deleted until the reference relationship is removed. The load balancing feature is in beta test. If you need to use it, [contact us](https://intl.cloud.tencent.com/online?from_cn_redirect=1-service).",
375
+ "document": "This API is used to delete a LoadBalancer. If the LoadBalancer is referenced by other services (for example, Layer-4 proxy), the LoadBalancer cannot be deleted until the reference relationship is removed. The load balancing feature is in beta test. If you need to use it, [contact us](https://www.tencentcloud.com/contact-us).",
369
376
  "input": "DeleteLoadBalancerRequest",
370
377
  "name": "Deletes a LoadBalancer",
371
378
  "output": "DeleteLoadBalancerResponse",
@@ -477,7 +484,7 @@
477
484
  "status": "online"
478
485
  },
479
486
  "DescribeAliasDomains": {
480
- "document": "This API is used to query the alias domain name information list.\nThe feature is only supported in the enterprise plan and is currently in closed beta testing. If you need to use it, [Contact Us](https://intl.cloud.tencent.com/online?from_cn_redirect=1-service?from=connect-us).",
487
+ "document": "This API is used to query the alias domain name information list.\nThe feature is only supported in the enterprise plan and is currently in closed beta testing. If you need to use it, [Contact Us](https://www.tencentcloud.com/contact-us).",
481
488
  "input": "DescribeAliasDomainsRequest",
482
489
  "name": "Queries the information of alias domain names.",
483
490
  "output": "DescribeAliasDomainsResponse",
@@ -673,7 +680,7 @@
673
680
  "status": "online"
674
681
  },
675
682
  "DescribeLoadBalancerList": {
676
- "document": "This API is used to query the LoadBalancer list. The load balancing feature is in beta test. If you need to use it, [contact us](https://intl.cloud.tencent.com/online?from_cn_redirect=1-service).",
683
+ "document": "This API is used to query the LoadBalancer list. The load balancing feature is in beta test. If you need to use it, [contact us](https://www.tencentcloud.com/contact-us).",
677
684
  "input": "DescribeLoadBalancerListRequest",
678
685
  "name": "Queries the LoadBalancer list",
679
686
  "output": "DescribeLoadBalancerListResponse",
@@ -693,6 +700,13 @@
693
700
  "output": "DescribeMultiPathGatewayLineResponse",
694
701
  "status": "online"
695
702
  },
703
+ "DescribeMultiPathGatewayOriginACL": {
704
+ "document": "This API is used to query the binding relationship between a multi-channel security acceleration gateway instance and the origin server IP range, as well as the IP range details. If the MultiPathGatewayNextOriginACL field has a return value, the latest origin server IP range must be synchronized to the origin server firewall configuration.",
705
+ "input": "DescribeMultiPathGatewayOriginACLRequest",
706
+ "name": "Query multi-channel SCDN gateway origin server protection detail",
707
+ "output": "DescribeMultiPathGatewayOriginACLResponse",
708
+ "status": "online"
709
+ },
696
710
  "DescribeMultiPathGatewayRegions": {
697
711
  "document": "This API is used to query the list of available regions for user-created multi-channel security acceleration gateways (Cloud Gateway).",
698
712
  "input": "DescribeMultiPathGatewayRegionsRequest",
@@ -729,7 +743,7 @@
729
743
  "status": "online"
730
744
  },
731
745
  "DescribeOriginGroupHealthStatus": {
732
- "document": "This API is used to query the health status of origin server groups under a LoadBalancer. The load balancing feature is in beta test. If you need to use it, [contact us](https://intl.cloud.tencent.com/online?from_cn_redirect=1-service).",
746
+ "document": "This API is used to query the health status of origin server groups under a LoadBalancer. The load balancing feature is in beta test. If you need to use it, [contact us](https://www.tencentcloud.com/contact-us).",
733
747
  "input": "DescribeOriginGroupHealthStatusRequest",
734
748
  "name": "Queries the health status of origin server groups under a LoadBalancer",
735
749
  "output": "DescribeOriginGroupHealthStatusResponse",
@@ -862,7 +876,7 @@
862
876
  "status": "online"
863
877
  },
864
878
  "DescribeTimingL7AnalysisData": {
865
- "document": "This API is used to query the time series data of the L7 domain name. Note that there is a delay of about 10 minutes for this API. It is recommended to pull data from 10 minutes before the current time.",
879
+ "document": "This API is used to query time series data for L7 domain name business.\nCreate and bind policy Query instance Reset instance access password.\nThis API is used to query data with a delay of about 10 minutes. It is recommended to pull data from at least 10 minutes before the current time.\nThis API is used to return post-protection traffic request data by default. Users can query defended data in `Filters.mitigatedByWebSecurity`.",
866
880
  "input": "DescribeTimingL7AnalysisDataRequest",
867
881
  "name": "Queries the traffic analysis data over time",
868
882
  "output": "DescribeTimingL7AnalysisDataResponse",
@@ -876,7 +890,7 @@
876
890
  "status": "online"
877
891
  },
878
892
  "DescribeTopL7AnalysisData": {
879
- "document": "This API is used to query the top N data of the L7 domain name by a specified dimension. Note that there is a delay of about 10 minutes for this API. It is recommended to pull data from 10 minutes before the current time.",
893
+ "document": "This API is used to query the top N data of the L7 domain name business by specified dimension.\nCreate and bind policy Query instance Reset instance access password.\nThis API is used to query data with a delay of about 10 minutes. It is recommended to pull data from at least 10 minutes before the current time.\nThis API is used to return post-protection traffic request data by default. Users can query defended data in `Filters.mitigatedByWebSecurity`.",
880
894
  "input": "DescribeTopL7AnalysisDataRequest",
881
895
  "name": "Queries the traffic analysis data",
882
896
  "output": "DescribeTopL7AnalysisDataResponse",
@@ -925,7 +939,7 @@
925
939
  "status": "online"
926
940
  },
927
941
  "DestroyPlan": {
928
- "document": "To stop billing for your EdgeOne plan, you can use this interface to terminate the billing plan.\n> Terminating a billing plan requires the following conditions:\n 1. The plan has expired (except for the Enterprise Edition Plan);\n 2. All sites under the plan have been either shut down or deleted.\n\n> The site status can be queried through the [Query Site List](https://intl.cloud.tencent.com/document/product/1552/80713?from_cn_redirect=1) interface.\nA site can be deactivated by switching the site to a closed status through the [Switch Site Status](https://intl.cloud.tencent.com/document/product/1552/80707?from_cn_redirect=1) interface.\nA site can be deleted by using the [Delete Site](https://intl.cloud.tencent.com/document/product/1552/80717?from_cn_redirect=1) interface.",
942
+ "document": "To stop billing for your EdgeOne plan, you can use this interface to terminate the billing plan.\n> Terminating a billing plan requires the following conditions:\n 1. The plan has expired (except for the Enterprise Edition Plan);\n 2. All sites under the plan have been either shut down or deleted.\n\n> The site status can be queried through the [Query Site List](https://www.tencentcloud.com/zh/document/product/1145/50481) interface.\nA site can be deactivated by switching the site to a closed status through the [Switch Site Status](https://intl.cloud.tencent.com/document/product/1552/80707?from_cn_redirect=1) interface.\nA site can be deleted by using the [Delete Site](https://intl.cloud.tencent.com/document/product/1552/80717?from_cn_redirect=1) interface.",
929
943
  "input": "DestroyPlanRequest",
930
944
  "name": "Terminates plan",
931
945
  "output": "DestroyPlanResponse",
@@ -1009,14 +1023,14 @@
1009
1023
  "status": "online"
1010
1024
  },
1011
1025
  "ModifyAliasDomain": {
1012
- "document": "This API is used to modify an alias domain name.\nThe feature is only supported in the enterprise plan and is currently in closed beta testing. If you need to use it, [contact us](https://intl.cloud.tencent.com/online?from_cn_redirect=1-service?from=connect-us).",
1026
+ "document": "This API is used to modify an alias domain name.\nThe feature is only supported in the enterprise plan and is currently in closed beta testing. If you need to use it, [contact us](https://www.tencentcloud.com/contact-us).",
1013
1027
  "input": "ModifyAliasDomainRequest",
1014
1028
  "name": "Modifies an alias domain name.",
1015
1029
  "output": "ModifyAliasDomainResponse",
1016
1030
  "status": "online"
1017
1031
  },
1018
1032
  "ModifyAliasDomainStatus": {
1019
- "document": "This API is used to modify the status of an alias domain name.\nThe feature is only supported in the enterprise plan and is currently in closed beta testing. If you need to use it, [Contact Us](https://intl.cloud.tencent.com/online?from_cn_redirect=1-service?from=connect-us).",
1033
+ "document": "This API is used to modify the status of an alias domain name.\nThe feature is only supported in the enterprise plan and is currently in closed beta testing. If you need to use it, [Contact Us](https://www.tencentcloud.com/contact-us).",
1020
1034
  "input": "ModifyAliasDomainStatusRequest",
1021
1035
  "name": "Modifies the status of an alias domain name.",
1022
1036
  "output": "ModifyAliasDomainStatusResponse",
@@ -1107,7 +1121,7 @@
1107
1121
  "status": "online"
1108
1122
  },
1109
1123
  "ModifyHostsCertificate": {
1110
- "document": "This API is used to configure the certificate of a site. You can use your own certificate or [apply for a free certificate](https://intl.cloud.tencent.com/document/product/1552/90437?from_cn_redirect=1).\nTo use an external certificate, upload the certificate to [SSL Certificates Console](https://console.cloud.tencent.com/certoview) first, and then input the certificate ID in this API. For details, see [Deploying Own Certificates to EdgeOne Domains](https://intl.cloud.tencent.com/document/product/1552/88874?from_cn_redirect=1).\n ",
1124
+ "document": "This API is used to configure the certificate of a site. You can use your own certificate or [apply for a free certificate](https://intl.cloud.tencent.com/document/product/1552/90437?from_cn_redirect=1).\nTo use an external certificate, upload the certificate to [SSL Certificates Console](https://console.cloud.tencent.com/certoview) first, and then input the certificate ID in this API. For details, see [Deploying Own Certificates to EdgeOne Domains](https://intl.cloud.tencent.com/document/product/1552/88874?from_cn_redirect=1).",
1111
1125
  "input": "ModifyHostsCertificateRequest",
1112
1126
  "name": "Configures the certificate",
1113
1127
  "output": "ModifyHostsCertificateResponse",
@@ -1163,7 +1177,7 @@
1163
1177
  "status": "online"
1164
1178
  },
1165
1179
  "ModifyLoadBalancer": {
1166
- "document": "This API is used to modify LoadBalancer configuration. The load balancing feature is in beta test. If you need to use it, [contact us](https://intl.cloud.tencent.com/online?from_cn_redirect=1-service).",
1180
+ "document": "This API is used to modify LoadBalancer configuration. The load balancing feature is in beta test. If you need to use it, [contact us](https://www.tencentcloud.com/contact-us).",
1167
1181
  "input": "ModifyLoadBalancerRequest",
1168
1182
  "name": "Modifies a LoadBalancer",
1169
1183
  "output": "ModifyLoadBalancerResponse",
@@ -1190,6 +1204,13 @@
1190
1204
  "output": "ModifyMultiPathGatewaySecretKeyResponse",
1191
1205
  "status": "online"
1192
1206
  },
1207
+ "ModifyMultiPathGatewayStatus": {
1208
+ "document": "This API is used to update the status of a multi-channel security gateway.",
1209
+ "input": "ModifyMultiPathGatewayStatusRequest",
1210
+ "name": "Modify the multi-channel security acceleration gateway status",
1211
+ "output": "ModifyMultiPathGatewayStatusResponse",
1212
+ "status": "online"
1213
+ },
1193
1214
  "ModifyOriginACL": {
1194
1215
  "document": "This API is used to enable or disable specific origin ACLs for L7 acceleration domain names or L4 proxy instances. A single submission supports up to 200 L7 acceleration domain names or 100 L4 proxy instances. Hybrid submissions of L7 acceleration domain names and L4 proxy instances are supported, with a maximum total number of instances of 200. If changes are needed for exceeding 200 instances, submit them in batches via this API.",
1195
1216
  "input": "ModifyOriginACLRequest",
@@ -1310,7 +1331,7 @@
1310
1331
  "status": "online"
1311
1332
  },
1312
1333
  "UpgradePlan": {
1313
- "document": "When you need features available only in higher-tier plans, you can upgrade your plan through this interface. Upgrades are only supported for Personal and Basic Edition Plans.\n> For differences between EdgeOne billing plans, refer to [Comparison of EdgeOne Plans](https://intl.cloud.tencent.com/document/product/1552/94165?from_cn_redirect=1).\nFor EdgeOne plan upgrade rules and pricing details, refer to [EdgeOne Plan Upgrade Guide](https://intl.cloud.tencent.com/document/product/1552/95291?from_cn_redirect=1).\nIf your plan needs to upgrade to the Enterprise Edition, [Contact Us](https://intl.cloud.tencent.com/online?from_cn_redirect=1-service).",
1334
+ "document": "When you need features available only in higher-tier plans, you can upgrade your plan through this interface. Upgrades are only supported for Personal and Basic Edition Plans.\n> For differences between EdgeOne billing plans, refer to [Comparison of EdgeOne Plans](https://intl.cloud.tencent.com/document/product/1552/94165?from_cn_redirect=1).\nFor EdgeOne plan upgrade rules and pricing details, refer to [EdgeOne Plan Upgrade Guide](https://intl.cloud.tencent.com/document/product/1552/95291?from_cn_redirect=1).\nIf your plan needs to upgrade to the Enterprise Edition, [Contact Us](https://www.tencentcloud.com/contact-us).",
1314
1335
  "input": "UpgradePlanRequest",
1315
1336
  "name": "Upgrades plan",
1316
1337
  "output": "UpgradePlanResponse",
@@ -4346,7 +4367,7 @@
4346
4367
  "usage": "in"
4347
4368
  },
4348
4369
  "CertificateInfo": {
4349
- "document": "HTTPS server certificate configuration",
4370
+ "document": "HTTPS server certificate configuration.",
4350
4371
  "members": [
4351
4372
  {
4352
4373
  "disabled": false,
@@ -5084,6 +5105,51 @@
5084
5105
  ],
5085
5106
  "usage": "both"
5086
5107
  },
5108
+ "ConfirmMultiPathGatewayOriginACLRequest": {
5109
+ "document": "ConfirmMultiPathGatewayOriginACL request structure.",
5110
+ "members": [
5111
+ {
5112
+ "disabled": false,
5113
+ "document": "Zone ID.",
5114
+ "example": "zone-27q0p0bal192",
5115
+ "member": "string",
5116
+ "name": "ZoneId",
5117
+ "required": true,
5118
+ "type": "string"
5119
+ },
5120
+ {
5121
+ "disabled": false,
5122
+ "document": "Gateway ID.",
5123
+ "example": "mpgw-lbxuhk1oh",
5124
+ "member": "string",
5125
+ "name": "GatewayId",
5126
+ "required": true,
5127
+ "type": "string"
5128
+ },
5129
+ {
5130
+ "disabled": false,
5131
+ "document": "Describes the version number of the origin server IP.",
5132
+ "example": "1",
5133
+ "member": "int64",
5134
+ "name": "OriginACLVersion",
5135
+ "required": true,
5136
+ "type": "int"
5137
+ }
5138
+ ],
5139
+ "type": "object"
5140
+ },
5141
+ "ConfirmMultiPathGatewayOriginACLResponse": {
5142
+ "document": "ConfirmMultiPathGatewayOriginACL response structure.",
5143
+ "members": [
5144
+ {
5145
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
5146
+ "member": "string",
5147
+ "name": "RequestId",
5148
+ "type": "string"
5149
+ }
5150
+ ],
5151
+ "type": "object"
5152
+ },
5087
5153
  "ConfirmOriginACLUpdateRequest": {
5088
5154
  "document": "ConfirmOriginACLUpdate request structure.",
5089
5155
  "members": [
@@ -7720,7 +7786,7 @@
7720
7786
  },
7721
7787
  {
7722
7788
  "disabled": false,
7723
- "document": "This parameter is used to record whether \"I've upgraded to the lastest verison\" is completed before the origin ACLs version is effective. valid values:.\n- true: specifies that the version is effective and the update to the latest version is confirmed.\n- false: when the version takes effect, the confirmation of updating to the latest origin ACLs are not completed. The IP range is forcibly updated to the latest version in the backend. When this parameter returns false, please confirm in time whether your origin server firewall configuration has been updated to the latest version to avoid origin-pull failure.\nNote: This field may return null, which indicates a failure to obtain a valid value.",
7789
+ "document": "This parameter is used to record whether \"I've upgraded to the lastest version\" is completed before the origin ACLs version is effective. valid values:.\n- true: specifies that the version is effective and the update to the latest version is confirmed.\n- false: when the version takes effect, the confirmation of updating to the latest origin ACLs are not completed. The IP range is forcibly updated to the latest version in the backend. When this parameter returns false, please confirm in time whether your origin server firewall configuration has been updated to the latest version to avoid origin-pull failure.\nNote: This field may return null, which indicates a failure to obtain a valid value.",
7724
7790
  "example": "false",
7725
7791
  "member": "string",
7726
7792
  "name": "IsPlaned",
@@ -9938,7 +10004,7 @@
9938
10004
  "members": [
9939
10005
  {
9940
10006
  "disabled": false,
9941
- "document": "The start time.",
10007
+ "document": "The start time. Data will be returned according to the timezone of the input timestamp.",
9942
10008
  "example": "2014-08-03T12:00:00+08:00",
9943
10009
  "member": "datetime_iso",
9944
10010
  "name": "StartTime",
@@ -9947,7 +10013,7 @@
9947
10013
  },
9948
10014
  {
9949
10015
  "disabled": false,
9950
- "document": "End time. the query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.",
10016
+ "document": "The end time. The query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days. The timezone of the end timestamp must be consistent with the start timestamp, and data will be returned according to the timezone of the input timestamps.",
9951
10017
  "example": "2014-08-03T12:00:00+08:00",
9952
10018
  "member": "datetime_iso",
9953
10019
  "name": "EndTime",
@@ -9956,7 +10022,7 @@
9956
10022
  },
9957
10023
  {
9958
10024
  "disabled": false,
9959
- "document": "Site ID set. this parameter is required. a maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. querying account-level data requires permissions for all site resources in this api.",
10025
+ "document": "Site ID set. This parameter is required. A maximum of 100 site ids can be imported. Use `*` to query data for all sites under the Tencent Cloud root account. Querying account-level data requires permissions for all site resources in this API.",
9960
10026
  "example": "zone-2siulp074dz3",
9961
10027
  "member": "string",
9962
10028
  "name": "ZoneIds",
@@ -9965,7 +10031,7 @@
9965
10031
  },
9966
10032
  {
9967
10033
  "disabled": false,
9968
- "document": "Metric list. values as follows:.\n<b>l4/l7 acceleration traffic:</b><li>acc_flux: specifies content acceleration traffic in bytes.</li><li>smt_flux: specifies smart acceleration traffic in bytes.</li><li>l4_flux: specifies layer 4 acceleration traffic in bytes.</li><li>sec_flux: specifies independent protection traffic in bytes.</li><li>zxctg_flux: specifies network optimization traffic in the chinese mainland in bytes.</li><br><b>l4/l7 acceleration bandwidth:</b><li>acc_bandwidth: specifies content acceleration bandwidth in bps.</li><li>smt_bandwidth: specifies intelligent acceleration bandwidth in bps.</li><li>l4_bandwidth: specifies layer 4 acceleration bandwidth in bps.</li><li>sec_bandwidth: specifies exclusive protection bandwidth in bps.</li><li>zxctg_bandwidth: specifies network optimization bandwidth in the chinese mainland in bps.</li><br><b>HTTP/HTTPS security requests:</b><li>sec_request_clean: specifies HTTP/HTTPS requests by count.</li><br><b>vas usage:</b><li>smt_request_clean: specifies intelligent acceleration requests by count.</li><li>quic_request: specifies quic requests by count.</li><li>bot_request_clean: specifies bot requests by count.</li><li>cls_count: specifies the number of real-time log pushes by count.</li><li>ddos_bandwidth: specifies elastic ddos protection bandwidth in bps.</li><br><b>edge computing usage:</b><li>edgefunction_request: specifies the number of edge function requests by count.</li><li>edgefunction_cpu_time: specifies edge function cpu processing time in milliseconds.</li>.\n<b>Media processing usage:</b> <li>total_transcode: all specification audio, video jit transcoding, repackaging duration, in seconds;</li> <li>remux: repackaging duration, in seconds;</li> <li>transcode_audio: audio transcoding duration, in seconds;</li> <li>transcode_H264_SD: H.264 encoded standard-definition video (short side 480 px) duration, in seconds;</li> <li>transcode_H264_HD: H.264 encoded high-definition video (short side 720 px) duration, in seconds;</li> <li>transcode_H264_FHD: H.264 encoded full HD video (short side 1080 px) duration, in seconds;</li> <li>transcode_H264_2K: H.264 encoded 2K video (short side 1440 px) duration, in seconds.</li>.",
10034
+ "document": "Metric list. Values as follows:.\n<b>L4/L7 acceleration traffic:</b><li>acc_flux: specifies content acceleration traffic in bytes.</li><li>smt_flux: specifies smart acceleration traffic in bytes.</li><li>l4_flux: specifies layer 4 acceleration traffic in bytes.</li><li>sec_flux: specifies independent protection traffic in bytes.</li><li>zxctg_flux: specifies network optimization traffic in the chinese mainland in bytes.</li><br><b>L4/L7 acceleration bandwidth:</b><li>acc_bandwidth: specifies content acceleration bandwidth in bps.</li><li>smt_bandwidth: specifies intelligent acceleration bandwidth in bps.</li><li>l4_bandwidth: specifies layer 4 acceleration bandwidth in bps.</li><li>sec_bandwidth: specifies exclusive protection bandwidth in bps.</li><li>zxctg_bandwidth: specifies network optimization bandwidth in the chinese mainland in bps.</li><br><b>HTTP/HTTPS security requests:</b><li>sec_request_clean: specifies HTTP/HTTPS requests by count.</li><br><b>Value-added service usage:</b><li>smt_request_clean: specifies intelligent acceleration requests by count.</li><li>quic_request: specifies quic requests by count.</li><li>bot_request_clean: specifies bot requests by count.</li><li>cls_count: specifies the number of real-time log pushes by count.</li><li>ddos_bandwidth: specifies elastic ddos protection bandwidth in bps.</li><br><b>Edge computing usage:</b><li>edgefunction_request: specifies the number of edge function requests by count.</li><li>edgefunction_cpu_time: specifies edge function cpu processing time in milliseconds.</li>\n<b>Media processing usage:</b> <li>total_transcode: all specification audio, video jit transcoding, repackaging duration, in seconds;</li> <li>remux: repackaging duration, in seconds;</li> <li>transcode_audio: audio transcoding duration, in seconds;</li> <li>transcode_H264_SD: H.264 encoded standard-definition video (short side less than or equal to 480 px) duration, in seconds;</li> <li>transcode_H264_HD: H.264 encoded high-definition video (short side less than or equal to 720 px) duration, in seconds;</li> <li>transcode_H264_FHD: H.264 encoded full HD video (short side less than or equal to 1080 px) duration, in seconds;</li> <li>transcode_H264_2K: H.264 encoded 2K video (short side less than or equal to 1440 px) duration, in seconds.</li>",
9969
10035
  "example": "acc_flux",
9970
10036
  "member": "string",
9971
10037
  "name": "MetricName",
@@ -9983,7 +10049,7 @@
9983
10049
  },
9984
10050
  {
9985
10051
  "disabled": false,
9986
- "document": "Filter criteria. the detailed values of filter criteria are as follows:.\n<li>host: specifies the domain name to filter by. example value: test.example.com.<br></li>.\n<li>proxy-id: specifies the l4 proxy instance id for filtering. example value: sid-2rugn89bkla9.</li>.\n<li>region-id: Filter by billing region. Options:<br> CH: Chinese mainland<br> AF: Africa<br> AS1: Asia-Pacific Region 1<br> AS2: Asia-Pacific Region 2<br> AS3: Asia-Pacific Region 3<br> EU: Europe<br> MidEast: Middle East<br> NA: North America<br> SA: South America</li>\n\nSpecifies that `BillingDataFilter` with the same `Type` have an \"or\" relationship with each other, while those with different `Type` have an \"and\" relationship between them.",
10052
+ "document": "Filter criteria. The detailed values of filter criteria are as follows:\n<li>host: Specifies the domain name to filter by. Example value: test.example.com<br></li>\n<li>proxy-id: Specifies the L4 proxy instance ID for filtering. Example value: sid-2rugn89bkla9.</li>\n<li>region-id: Filter by billing region. Options:<br> CH: Chinese mainland<br> AF: Africa<br> AS1: Asia-Pacific Region 1<br> AS2: Asia-Pacific Region 2<br> AS3: Asia-Pacific Region 3<br> EU: Europe<br> MidEast: Middle East<br> NA: North America<br> SA: South America</li>\n\nNote: `BillingDataFilter` with the same `Type` have an \"or\" relationship with each other, while those with different `Type` have an \"and\" relationship between them.",
9987
10053
  "example": "无",
9988
10054
  "member": "BillingDataFilter",
9989
10055
  "name": "Filters",
@@ -9992,7 +10058,7 @@
9992
10058
  },
9993
10059
  {
9994
10060
  "disabled": false,
9995
- "document": "Grouping aggregate dimension. a maximum of two dimensions can be grouped simultaneously. values are as follows: <li>zone-id: group by site id. if the content identifier functionality is used, priority is given to grouping by content identifier;<br></li> <li>host: group by domain name;<br></li> <li>proxy-id: group by layer 4 proxy instance id;<br></li> <li>region-id: group by billing region.</li>.",
10061
+ "document": "Aggregation dimensions for grouping. You are allowed to group by up to two dimensions at the same time. Valid values are as follows:<li>zone-id: Group by zone ID. If the content identifier feature is used, it will take precedence and group by content identifier first;<br></li> <li>host: Group by domain name;<br></li> <li>proxy-id: Group by L4 proxy instance ID;<br></li> <li>region-id: Group by billing region.</li>\nNote: The output parameter's default maximum value for the number of groups is 200. If you encounter an error related to this limit, you should reduce the number of groups in the final output by narrowing down the query scope using `ZoneIds.N` or `Filters.N` parameters, or by decreasing the number of dimensions specified in the `GroupBy.N` parameter.",
9996
10062
  "example": "zone-id",
9997
10063
  "member": "string",
9998
10064
  "name": "GroupBy",
@@ -10381,7 +10447,7 @@
10381
10447
  },
10382
10448
  {
10383
10449
  "disabled": false,
10384
- "document": "Site ID set. this parameter is required. a maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.",
10450
+ "document": "Site ID set. The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980). A maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.",
10385
10451
  "example": "[\"zoneId1\",\"zoneId2\"]",
10386
10452
  "member": "string",
10387
10453
  "name": "ZoneIds",
@@ -10482,7 +10548,7 @@
10482
10548
  },
10483
10549
  {
10484
10550
  "disabled": false,
10485
- "document": "Site ID set. this parameter is required. a maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.",
10551
+ "document": "Site ID set. The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980). A maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.",
10486
10552
  "example": "[\"zoneId1\",\"zoneId2\"]",
10487
10553
  "member": "string",
10488
10554
  "name": "ZoneIds",
@@ -10610,7 +10676,7 @@
10610
10676
  },
10611
10677
  {
10612
10678
  "disabled": false,
10613
- "document": "Site ID set. this parameter is required. a maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.",
10679
+ "document": "Site ID set. The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980). A maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.",
10614
10680
  "example": "[\"zoneId1\",\"zoneId2\"]",
10615
10681
  "member": "string",
10616
10682
  "name": "ZoneIds",
@@ -11870,6 +11936,52 @@
11870
11936
  ],
11871
11937
  "type": "object"
11872
11938
  },
11939
+ "DescribeMultiPathGatewayOriginACLRequest": {
11940
+ "document": "DescribeMultiPathGatewayOriginACL request structure.",
11941
+ "members": [
11942
+ {
11943
+ "disabled": false,
11944
+ "document": "Zone ID.",
11945
+ "example": "\"zone-276zs184g93m\"",
11946
+ "member": "string",
11947
+ "name": "ZoneId",
11948
+ "required": true,
11949
+ "type": "string"
11950
+ },
11951
+ {
11952
+ "disabled": false,
11953
+ "document": "Gateway ID.",
11954
+ "example": "\"mpgw-lbxuhk1oh\"",
11955
+ "member": "string",
11956
+ "name": "GatewayId",
11957
+ "required": true,
11958
+ "type": "string"
11959
+ }
11960
+ ],
11961
+ "type": "object"
11962
+ },
11963
+ "DescribeMultiPathGatewayOriginACLResponse": {
11964
+ "document": "DescribeMultiPathGatewayOriginACL response structure.",
11965
+ "members": [
11966
+ {
11967
+ "disabled": false,
11968
+ "document": "Describes the binding relationship between the multi-channel gateway instance and the origin IP ranges.",
11969
+ "example": "无",
11970
+ "member": "MultiPathGatewayOriginACLInfo",
11971
+ "name": "MultiPathGatewayOriginACLInfo",
11972
+ "output_required": false,
11973
+ "type": "object",
11974
+ "value_allowed_null": false
11975
+ },
11976
+ {
11977
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
11978
+ "member": "string",
11979
+ "name": "RequestId",
11980
+ "type": "string"
11981
+ }
11982
+ ],
11983
+ "type": "object"
11984
+ },
11873
11985
  "DescribeMultiPathGatewayRegionsRequest": {
11874
11986
  "document": "DescribeMultiPathGatewayRegions request structure.",
11875
11987
  "members": [
@@ -12501,7 +12613,7 @@
12501
12613
  "members": [
12502
12614
  {
12503
12615
  "disabled": false,
12504
- "document": "Site ID. This parameter is required.",
12616
+ "document": "Site ID.The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980)",
12505
12617
  "example": "zone-xxx",
12506
12618
  "member": "string",
12507
12619
  "name": "ZoneId",
@@ -12546,7 +12658,7 @@
12546
12658
  },
12547
12659
  {
12548
12660
  "disabled": false,
12549
- "document": "Filter criteria. The maximum number of Filters.Values is 20. The detailed filter criteria are as follows: <li>job-id: Filter by task ID in the format like 1379afjk91u32h. Multiple values and fuzzy queries are not supported.</li><li>target: Filter by target resource information in the format like http://www.qq.com/1.txt. Multiple values and fuzzy queries are not supported.</li><li>domains: Filter by domain name in the format like www.qq.com. Fuzzy queries are not supported.</li><li>statuses: Filter by task status. Fuzzy queries are not supported. Options:<br>??processing: processing<br>??success: successful<br>??failed: failed<br>??timeout: timed out<br>??invalid: invalid, that is, the response status code of the origin server is not 2xx. Please check the origin server service.</li>",
12661
+ "document": "Filter criteria. The maximum number of Filters.Values is 20. The detailed filter criteria are as follows: <li>job-id: Filter by task ID in the format like 1379afjk91u32h. Multiple values and fuzzy queries are not supported.</li><li>target: Filter by target resource information in the format like http://www.qq.com/1.txt. Multiple values and fuzzy queries are not supported.</li><li>domains: Filter by domain name in the format like www.qq.com. Fuzzy queries are not supported.</li><li>statuses: Filter by task status. Fuzzy queries are not supported. Options:<br>processing: processing<br>success: successful<br>failed: failed<br>timeout: timed out<br>invalid: invalid, that is, the response status code of the origin server is not 2xx. Please check the origin server service.<br>canceled: Canceled",
12550
12662
  "example": "无",
12551
12663
  "member": "AdvancedFilter",
12552
12664
  "name": "Filters",
@@ -12593,7 +12705,7 @@
12593
12705
  "members": [
12594
12706
  {
12595
12707
  "disabled": false,
12596
- "document": "Site ID. This parameter is required.",
12708
+ "document": "Site ID. The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980)",
12597
12709
  "example": "zone-xxxxxx",
12598
12710
  "member": "string",
12599
12711
  "name": "ZoneId",
@@ -12638,7 +12750,7 @@
12638
12750
  },
12639
12751
  {
12640
12752
  "disabled": false,
12641
- "document": "Filter criteria. The maximum number of Filters.Values is 20. The detailed filter criteria are as follows:\n<li>job-id: Filter by task ID in the format like 1379afjk91u32h. Multiple values and fuzzy queries are not supported.</li>\n<li>target: Filter by target resource information in the format like http://www.qq.com/1.txt or tag1. Multiple values are not supported yet. Fuzzy queries are supported.</li>\n<li>domains: Filter by domain name in the format like www.qq.com. Fuzzy queries are not supported.</li>\n<li>statuses: Filter by task status. Fuzzy queries are not supported. Options:<br>?? processing: processing<br>?? success: successful<br>?? failed: failed<br>?? timeout: timed out</li>\n<li>type: Filter by cache clearance type. Multiple values and fuzzy queries are not supported yet. Options: <br>?? purge_url: URL<br>?? purge_prefix: prefix<br>?? purge_all: all cached content<br>?? purge_host: Hostname<br>?? purge_cache_tag: CacheTag</li>",
12753
+ "document": "Filter criteria. The maximum number of Filters.Values is 20. The detailed filter criteria are as follows:\n<li>job-id: Filter by task ID in the format like 1379afjk91u32h. Multiple values and fuzzy queries are not supported.</li>\n<li>target: Filter by target resource information in the format like http://www.qq.com/1.txt or tag1. Multiple values are not supported yet. Fuzzy queries are supported.</li>\n<li>domains: Filter by domain name in the format like www.qq.com. Fuzzy queries are not supported.</li>\n<li>statuses: Filter by task status. Fuzzy queries are not supported. Options:<br>processing: processing<br>success: successful<br>failed: failed<br>timeout: timed out<br>canceled: Canceled</li>\n<li>type: Filter by cache clearance type. Multiple values and fuzzy queries are not supported yet. Options: <br>purge_url: URL<br>purge_prefix: prefix<br>purge_all: all cached content<br>purge_host: Hostname<br>purge_cache_tag: CacheTag</li>",
12642
12754
  "example": "无",
12643
12755
  "member": "AdvancedFilter",
12644
12756
  "name": "Filters",
@@ -13424,7 +13536,7 @@
13424
13536
  },
13425
13537
  {
13426
13538
  "disabled": false,
13427
- "document": "Site ID set. this parameter is required. a maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.",
13539
+ "document": "Site ID set. The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980). a maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.",
13428
13540
  "example": "[\"zone-2rntun0a1z6t\",\"zone-323urc8a9j0q\"]",
13429
13541
  "member": "string",
13430
13542
  "name": "ZoneIds",
@@ -13516,7 +13628,7 @@
13516
13628
  },
13517
13629
  {
13518
13630
  "disabled": false,
13519
- "document": "End time. the query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.",
13631
+ "document": "End time. The query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.",
13520
13632
  "example": "2020-04-30T00:00:00Z",
13521
13633
  "member": "datetime_iso",
13522
13634
  "name": "EndTime",
@@ -13525,7 +13637,7 @@
13525
13637
  },
13526
13638
  {
13527
13639
  "disabled": false,
13528
- "document": "Metric list. Valid values:.\n<Li>l7Flow_outFlux: L7 EdgeOne response traffic. Unit: byte;</li>\n<Li>l7Flow_inFlux: L7 client request traffic. Unit: byte;</li>\n<Li>l7Flow_flux: L7 total traffic (including EdgeOne response traffic and client request traffic). Unit: byte;</li>\n<Li>l7Flow_outBandwidth: L7 EdgeOne response bandwidth. Unit: bps;</li>\n<Li>l7Flow_inBandwidth: L7 client request bandwidth. Unit: bps;</li>\n<Li>l7Flow_bandwidth: L7 total bandwidth (including EdgeOne response bandwidth and client request bandwidth). Unit: bps;</li>\n<Li>l7Flow_request: L7 request count. Unit: times;</li>\n<Li>l7Flow_avgResponseTime: Average L7 edge response time. Unit: ms (milliseconds);</li>\n<Li>l7Flow_avgFirstByteResponseTime: Average L7 edge first byte response time. Unit: ms.</li>",
13640
+ "document": "Metric list. Valid values:\n<Li>l7Flow_outFlux: L7 EdgeOne response traffic. Unit: byte;</li><Li>l7Flow_inFlux: L7 client request traffic. Unit: byte;</li><Li>l7Flow_flux: L7 total traffic (including EdgeOne response traffic and client request traffic). Unit: byte;</li><Li>l7Flow_outBandwidth: L7 EdgeOne response bandwidth. Unit: bps;</li><Li>l7Flow_inBandwidth: L7 client request bandwidth. Unit: bps;</li><Li>l7Flow_bandwidth: L7 total bandwidth (including EdgeOne response bandwidth and client request bandwidth). Unit: bps;</li><Li>l7Flow_request: L7 request count. Unit: times;</li><Li>l7Flow_avgResponseTime: Average L7 edge response time. Unit: ms (milliseconds);</li><Li>l7Flow_avgFirstByteResponseTime: Average L7 edge first byte response time. Unit: ms.</li>",
13529
13641
  "example": "[\"l7Flow_outFlux\"]",
13530
13642
  "member": "string",
13531
13643
  "name": "MetricNames",
@@ -13534,7 +13646,7 @@
13534
13646
  },
13535
13647
  {
13536
13648
  "disabled": false,
13537
- "document": "Site ID set. this parameter is required. a maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.",
13649
+ "document": "Site ID list. The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980). A maximum of 100 site IDs can be imported. Use `*` to query data for all sites under the Tencent Cloud root account. To query account-level data, you must have resource permissions for all sites in this API.",
13538
13650
  "example": "[\"*\"]",
13539
13651
  "member": "string",
13540
13652
  "name": "ZoneIds",
@@ -13543,7 +13655,7 @@
13543
13655
  },
13544
13656
  {
13545
13657
  "disabled": false,
13546
- "document": "Query period granularity. Valid values:\n<li>min: 1 minute;</li>\n<li>5min: 5 minutes;</li>\n<li>hour: 1 hour;</li>\n<li>day: 1 day.</li>If this parameter is not filled in, the granularity will be automatically calculated based on the interval between the start time and end time. Specifically, data will be queried with a granularity of min, 5min, hour, and day respectively when the period is no more than 1 hour, no more than 2 days, no more than 7 days, and over 7 days.",
13658
+ "document": "Query period granularity. Valid values:\n<li>min: 1 minute;</li>\n<li>5min: 5 minutes;</li>\n<li>hour: 1 hour;</li>\n<li>day: 1 day.</li>If this parameter is not filled in, the granularity will be automatically calculated based on the interval between the start time and end time. Specifically, data will be queried with a granularity of min, 5min, hour, and day respectively when the period is no more than 2 hours, no more than 2 days, no more than 7 days, and over 7 days.",
13547
13659
  "example": "hour",
13548
13660
  "member": "string",
13549
13661
  "name": "Interval",
@@ -13552,7 +13664,7 @@
13552
13664
  },
13553
13665
  {
13554
13666
  "disabled": false,
13555
- "document": "Filter criteria. The detailed key values of filter criteria are as follows:\n<li>country: filter by country/region. The country/region follows the <a href=\"https://baike.baidu.com/item/ISO%203166-1/5269555\">ISO 3166-1 alpha-2</a> standard. Example value: CN.</li>\n<li>province: filter by province. This parameter is supported only when the service area is the chinese mainland. refer to the <a href=\"https://intl.cloud.tencent.com/document/product/228/6316?from_cn_redirect=1#.E5.8C.BA.E5.9F.9F-.2F-.E8.BF.90.E8.90.a5.E5.95.86.E6.98.a0.E5.B0.84.E8.a1.a8\">mapping table of provinces within the chinese mainland</a> for province codes. Example value: 22.</li>\n<li>isp: filter by isp. This parameter only supports the service area of chinese mainland. The corresponding value options are as follows:<br> 2: china telecom;<br> 26: china unicom;<br> 1046: cmcc;<br> 3947: china tietong;<br> 38: china education network;<br> 43: great wall broadband;<br> 0: other isp.</li>\n<Li>domain: filter by subdomain. Example value: www.example.com.</li>\n<li>url: filter by url Path. Example value: /content or /content/test.jpg. If you fill in url parameters, you can query the data of the last 30 days at most.</li>\n<Li>referer: filter by referer request header. Example value: http://www.example.com/. If the referer parameter is provided, up to 30 days of data can be queried.</li>\n<li>resourceType: filter by resource type. The resource type is generally a file suffix. Example value: .jpg. If the resourceType parameter is provided, data from the last 30 days can be queried at most;</li>\n<li>protocol: filter by HTTP protocol version. The corresponding value options are as follows:<br> HTTP/1.0;<br> HTTP/1.1;<br> HTTP/2.0;<br> HTTP/3;<br> WebSocket.</li>\n<li>socket: filter by HTTP protocol type. The corresponding value options are as follows:<br>HTTP: hypertext transfer protocol;<br>HTTPS: HTTPS protocol;<br>QUIC: QUIC protocol.</li>\n<li>statusCode: filter by edge status code. If the statusCode parameter is filled in, data from the last 30 days can be queried at most. The corresponding value options are as follows:<br> 1XX: 1XX type status codes;<br> 2XX: 2XX type status codes;<br> 3XX: 3XX type status codes;<br> 4XX: 4XX type status codes;<br> 5XX: 5XX type status codes;<br> integers within the range [0,600).</li>\n<li>browserType: filter by browser type. If the browserType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> Firefox: Firefox browser;<br> Chrome: Chrome browser;<br> Safari: Safari browser;<br> Other: Other browser types;<br> Empty: browser type is Empty;<br> Bot: search engine crawler;<br> MicrosoftEdge: microsoft edge browser;<br> IE: IE browser;<br> Opera: Opera browser;<br> QQBrowser: QQ browser;<br> LBBrowser: LB browser;<br> MaxthonBrowser: Maxthon browser;<br> SouGouBrowser: sogou browser;<br> BIDUBrowser: BIDUBrowser;<br> TaoBrowser: TaoBrowser;<br> UBrowser: UC browser.</li>\n<li>deviceType: filter by device type. If the deviceType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> TV: TV device;<br> Tablet: Tablet device;<br> Mobile: Mobile device;<br> Desktop: Desktop device;<br> Other: Other device type;<br> Empty: device type Empty.</li>\n<li>operatingSystemType: filter by operating system type. If the operatingSystemType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> Linux: Linux operating system;<br> MacOS: MacOS operating system;<br> Android: Android operating system;<br> IOS: IOS operating system;<br> Windows: Windows operating system;<br> NetBSD: NetBSD;<br> ChromiumOS: ChromiumOS;<br> Bot: Bot: search engine crawler;<br> Other: Other types of operating systems;<br> Empty: operating system is Empty.</li>\n<li>tlsVersion: filter by TLS version. If the tlsVersion parameter is input, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> TLS1.0;<br> TLS1.1;<br> TLS1.2;<br> TLS1.3.</li>\n<li>ipVersion: filter by IP version. The options for the corresponding value are as follows:<br> 4: IPv4;<br> 6: IPv6.</li>\n<li>cacheType: filter by cache status. The options for The corresponding value are as follows:<br>hit: request hits EdgeOne node cache, and resources are provided by node cache. partial cache hit for resources is also recorded as hit.<br>miss: request does not hit EdgeOne node cache, and resources are provided by the origin server.<br>dynamic: requested resources cannot be cached/unconfigured to be cached by node cache, and resources are provided by the origin server.<br>other: unrecognizable cache status. requests responded to by edge functions are recorded as other.</li>\n<li>clientIp: filter by client IP. If the clientIp parameter is filled in, data from the last 30 days can be queried at most.</li>\n<li>userAgent: filter by User-Agent request header. If the userAgent parameter is filled in, data from the last 30 days can be queried at most.</li>\n",
13667
+ "document": "Filter criteria used when filtering data. valid values refer to the available filter options for L7 access traffic, bandwidth, and request count in the [metric analysis filtering condition description](https://www.tencentcloud.comom/document/product/1552/98219?from_cn_redirect=1#1aaf1150-55a4-4b4d-b103-3a8317ac7945).\nIf needed, limit the site or content identifier by importing the corresponding value in the `ZoneIds.N` parameter.",
13556
13668
  "example": "无",
13557
13669
  "member": "QueryCondition",
13558
13670
  "name": "Filters",
@@ -13561,7 +13673,7 @@
13561
13673
  },
13562
13674
  {
13563
13675
  "disabled": false,
13564
- "document": "Data ownership region. This parameter is deprecated. Please filter data by client region in Filters.country.",
13676
+ "document": "Data ownership region. this parameter is deprecated. please filter data by client region in `Filters.country`.",
13565
13677
  "example": "mainland",
13566
13678
  "member": "string",
13567
13679
  "name": "Area",
@@ -13718,7 +13830,7 @@
13718
13830
  },
13719
13831
  {
13720
13832
  "disabled": false,
13721
- "document": "End time. the query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.",
13833
+ "document": "End time. The query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.",
13722
13834
  "example": "2020-04-30T00:00:00Z",
13723
13835
  "member": "datetime_iso",
13724
13836
  "name": "EndTime",
@@ -13727,7 +13839,7 @@
13727
13839
  },
13728
13840
  {
13729
13841
  "disabled": false,
13730
- "document": "Queried metric. Valid values:\n<li> l7Flow_outFlux_country: L7 EdgeOne response traffic aggregated by the country/region dimension;</li>\n<li> l7Flow_outFlux_province: L7 EdgeOne response traffic aggregated by the dimension of provinces in chinese mainland;</li>\n<li> l7Flow_outFlux_statusCode: L7 EdgeOne response traffic aggregated by the status code dimension;</li>\n<li> l7Flow_outFlux_domain: L7 EdgeOne response traffic aggregated by the domain name dimension;</li>\n<li>l7Flow_outFlux_url: L7 EdgeOne response traffic aggregated by url path dimension.</li>\n<li> l7Flow_outFlux_resourceType: L7 EdgeOne response traffic aggregated by the resource type dimension;</li>\n<li> l7Flow_outFlux_sip: L7 EdgeOne response traffic aggregated by the client IP dimension;</li>\n<li>l7Flow_outFlux_referers: L7 EdgeOne response traffic aggregated by referer dimension.</li>\n<li> l7Flow_outFlux_ua_device: L7 EdgeOne response traffic aggregated by the device type dimension;</li>\n<li> l7Flow_outFlux_ua_browser: L7 EdgeOne response traffic aggregated by the browser type dimension;</li>\n<li> l7Flow_outFlux_ua_os: L7 EdgeOne response traffic aggregated by the operating system type dimension;</li>\n<li> l7Flow_outFlux_ua: L7 EdgeOne response traffic aggregated by the User-Agent dimension;</li>\n<li> l7Flow_request_country: L7 request count aggregated by the country/region dimension;</li>\n<li> l7Flow_request_province: L7 request count aggregated by the dimension of provinces in the chinese mainland;</li>\n<li> l7Flow_request_statusCode: L7 request count aggregated by the status code dimension;</li>\n<li> l7Flow_request_domain: L7 request count aggregated by the domain name dimension;</li>\n<li>l7Flow_request_url: L7 request count aggregated by url Path dimension.</li>\n<li> l7Flow_request_resourceType: L7 request count aggregated by resource type dimension;</li>\n<li> l7Flow_request_sip: L7 request count aggregated by the client IP dimension;</li>\n<li>l7Flow_request_referer: L7 request count aggregated by referer dimension.</li>\n<li> l7Flow_request_ua_device: L7 request count aggregated by the device type dimension;</li>\n<li> l7Flow_request_ua_browser: L7 request count aggregated by the browser type dimension;</li>\n<li> l7Flow_request_ua_os: L7 request count aggregated by the operating system type dimension.</li>\n<li> l7Flow_request_ua: L7 request count aggregated by the User-Agent dimension.</li>",
13842
+ "document": "Queried metric. valid values:.\n<li> l7Flow_outFlux_country: specifies the l7 EdgeOne response traffic metric counted by the country/region dimension.</li>.\n<li> l7Flow_outFlux_province: specifies the l7 EdgeOne response traffic metric counted by the dimension of provinces in chinese mainland.</li>.\n<li> l7Flow_outFlux_statusCode: specifies the l7 EdgeOne response traffic metric by status code dimension.</li>.\n<li> l7Flow_outFlux_domain: specifies the l7 EdgeOne response traffic metric counted by domain name dimension.</li>.\n<li>l7Flow_outFlux_url: specifies the l7 EdgeOne response traffic metric counted by url Path dimension.</li>.\n<li> l7Flow_outFlux_resourceType: specifies the l7 EdgeOne response traffic metric counted by resource type dimension.</li>.\n<li> l7Flow_outFlux_sip: specifies the l7 EdgeOne response traffic metric counted by the client IP dimension.</li>.\n<li>l7Flow_outFlux_referers: specifies the l7 EdgeOne response traffic statistics by Referer dimension.</li>.\n<li> l7Flow_outFlux_ua_device: specifies the l7 EdgeOne response traffic metric counted by device type dimension.</li>.\n<li> l7Flow_outFlux_ua_browser: specifies the l7 EdgeOne response traffic metric by browser type dimension.</li>.\n<li> l7Flow_outFlux_ua_os: specifies the l7 EdgeOne response traffic metric counted by the operating system type dimension.</li>.\n<li> l7Flow_outFlux_ua: specifies the l7 EdgeOne response traffic metric by User-Agent dimension statistics.</li>.\n<li> l7Flow_request_country: specifies the l7 access request count metric by country/region dimension.</li>.\n<li> l7Flow_request_province: specifies the l7 access request count metric by province in the chinese mainland.</li>.\n<li> l7Flow_request_statusCode: specifies the l7 access request count metric by status code dimension.</li>.\n<li> l7Flow_request_domain: specifies the l7 access request count metric counted by the domain name dimension.</li>.\n<li> l7Flow_request_url: specifies the l7 access request count metric counted by url Path dimension. </li>.\n<li> l7Flow_request_resourceType: specifies the l7 access request count metric counted by the resource type dimension.</li>.\n<li> l7Flow_request_sip: specifies the l7 access request count metric counted by the client IP dimension.</li>.\n<li>l7Flow_request_referer: specifies l7 access request count metrics by referer dimension.</li>.\n<li> l7Flow_request_ua_device: specifies the l7 access request count metric by device type dimension.</li>.\n<li> l7Flow_request_ua_browser: specifies the l7 access request count metric by browser type dimension.</li>.\n<li> l7Flow_request_ua_os: specifies the l7 access request count metric counted by the operating system type dimension.</li>.\n<li> l7Flow_request_ua: l7 access request count metric counted by the User-Agent dimension.</li>.",
13731
13843
  "example": "l7Flow_outFlux_country",
13732
13844
  "member": "string",
13733
13845
  "name": "MetricName",
@@ -13736,7 +13848,7 @@
13736
13848
  },
13737
13849
  {
13738
13850
  "disabled": false,
13739
- "document": "Site ID set. this parameter is required. a maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.",
13851
+ "document": "Site ID list. The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980). A maximum of 100 site IDs can be imported. Use `*` to query data for all sites under the Tencent Cloud root account. To query account-level data, you must have resource permissions for all sites in this API.",
13740
13852
  "example": "[\"*\"]",
13741
13853
  "member": "string",
13742
13854
  "name": "ZoneIds",
@@ -13754,7 +13866,7 @@
13754
13866
  },
13755
13867
  {
13756
13868
  "disabled": false,
13757
- "document": "Filter criteria. The detailed key values of filter criteria are as follows:\n<li>country: filter by country/region. The country/region follows the <a href=\"https://baike.baidu.com/item/ISO%203166-1/5269555\">ISO 3166-1 alpha-2</a> standard. Example value: CN.</li>\n<li>province: filter by province. This parameter is supported only when the service area is the chinese mainland. refer to the <a href=\"https://intl.cloud.tencent.com/document/product/228/6316?from_cn_redirect=1#.E5.8C.BA.E5.9F.9F-.2F-.E8.BF.90.E8.90.a5.E5.95.86.E6.98.a0.E5.B0.84.E8.a1.a8\">mapping table of provinces within the chinese mainland</a> for province codes. Example value: 22.</li>\n<li>isp: filter by isp. This parameter only supports the service area of chinese mainland. The corresponding value options are as follows:<br> 2: china telecom;<br> 26: china unicom;<br> 1046: cmcc;<br> 3947: china tietong;<br> 38: china education network;<br> 43: great wall broadband;<br> 0: other isp.</li>\n<Li>domain: filter by subdomain. Example value: www.example.com.</li>\n<li>url: filter by url Path. Example value: /content or /content/test.jpg. If you fill in url parameters, you can query the data of the last 30 days at most.</li>\n<Li>referer: filter by referer request header. Example value: http://www.example.com/. If the referer parameter is provided, up to 30 days of data can be queried.</li>\n<li>resourceType: filter by resource type. The resource type is generally a file suffix. Example value: .jpg. If the resourceType parameter is provided, data from the last 30 days can be queried at most;</li>\n<li>protocol: filter by HTTP protocol version. The corresponding value options are as follows:<br> HTTP/1.0;<br> HTTP/1.1;<br> HTTP/2.0;<br> HTTP/3;<br> WebSocket.</li>\n<li>socket: filter by HTTP protocol type. The corresponding value options are as follows:<br>HTTP: hypertext transfer protocol;<br>HTTPS: HTTPS protocol;<br>QUIC: QUIC protocol.</li>\n<li>statusCode: filter by edge status code. If the statusCode parameter is filled in, data from the last 30 days can be queried at most. The corresponding value options are as follows:<br> 1XX: 1XX type status codes;<br> 2XX: 2XX type status codes;<br> 3XX: 3XX type status codes;<br> 4XX: 4XX type status codes;<br> 5XX: 5XX type status codes;<br> integers within the range [0,600).</li>\n<li>browserType: filter by browser type. If the browserType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> Firefox: Firefox browser;<br> Chrome: Chrome browser;<br> Safari: Safari browser;<br> Other: Other browser types;<br> Empty: browser type is Empty;<br> Bot: search engine crawler;<br> MicrosoftEdge: microsoft edge browser;<br> IE: IE browser;<br> Opera: Opera browser;<br> QQBrowser: QQ browser;<br> LBBrowser: LB browser;<br> MaxthonBrowser: Maxthon browser;<br> SouGouBrowser: sogou browser;<br> BIDUBrowser: BIDUBrowser;<br> TaoBrowser: TaoBrowser;<br> UBrowser: UC browser.</li>\n<li>deviceType: filter by device type. If the deviceType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> TV: TV device;<br> Tablet: Tablet device;<br> Mobile: Mobile device;<br> Desktop: Desktop device;<br> Other: Other device type;<br> Empty: device type Empty.</li>\n<li>operatingSystemType: filter by operating system type. If the operatingSystemType parameter is filled in, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> Linux: Linux operating system;<br> MacOS: MacOS operating system;<br> Android: Android operating system;<br> IOS: IOS operating system;<br> Windows: Windows operating system;<br> NetBSD: NetBSD;<br> ChromiumOS: ChromiumOS;<br> Bot: Bot: search engine crawler;<br> Other: Other types of operating systems;<br> Empty: operating system is Empty.</li>\n<li>tlsVersion: filter by TLS version. If the tlsVersion parameter is input, data from the last 30 days can be queried at most. The options for The corresponding value are as follows:<br> TLS1.0;<br> TLS1.1;<br> TLS1.2;<br> TLS1.3.</li>\n<li>ipVersion: filter by IP version. The options for the corresponding value are as follows:<br> 4: IPv4;<br> 6: IPv6.</li>\n<li>cacheType: filter by cache status. The options for The corresponding value are as follows:<br>hit: request hits EdgeOne node cache, and resources are provided by node cache. partial cache hit for resources is also recorded as hit.<br>miss: request does not hit EdgeOne node cache, and resources are provided by the origin server.<br>dynamic: requested resources cannot be cached/unconfigured to be cached by node cache, and resources are provided by the origin server.<br>other: unrecognizable cache status. requests responded to by edge functions are recorded as other.</li>\n<li>clientIp: filter by client IP. If the clientIp parameter is filled in, data from the last 30 days can be queried at most.</li>\n<li>userAgent: filter by User-Agent request header. If the userAgent parameter is filled in, data from the last 30 days can be queried at most.</li>\n",
13869
+ "document": "Filter criteria used when filtering data. valid values refer to the available filter options for L7 access traffic, bandwidth, and request count in the [metric analysis filtering condition description](https://www.tencentcloud.comom/document/product/1552/98219?from_cn_redirect=1#1aaf1150-55a4-4b4d-b103-3a8317ac7945).\nIf needed, limit the site or content identifier by importing the corresponding value in the `ZoneIds.N` parameter.",
13758
13870
  "example": "无",
13759
13871
  "member": "QueryCondition",
13760
13872
  "name": "Filters",
@@ -13763,7 +13875,7 @@
13763
13875
  },
13764
13876
  {
13765
13877
  "disabled": false,
13766
- "document": "Query period granularity. Valid values:\n<li>min: 1 minute;</li>\n<li>5min: 5 minutes;</li>\n<li>hour: 1 hour;</li>\n<li>day: 1 day.</li>If this parameter is not filled in, the granularity will be automatically calculated based on the interval between the start time and end time. Specifically, data will be queried with a granularity of min, 5min, hour, and day respectively when the period is no more than 2 hours, no more than 2 days, no more than 7 days, and over 7 days.",
13878
+ "document": "Query time granularity. this parameter is invalid. to be deprecated.",
13767
13879
  "example": "min",
13768
13880
  "member": "string",
13769
13881
  "name": "Interval",
@@ -13772,7 +13884,7 @@
13772
13884
  },
13773
13885
  {
13774
13886
  "disabled": false,
13775
- "document": "Data ownership region. this parameter is deprecated. Please filter data by client region in Filters.country.",
13887
+ "document": "Data ownership region. this parameter is deprecated. please filter data by client region in `Filters.country`.",
13776
13888
  "example": "mainland",
13777
13889
  "member": "string",
13778
13890
  "name": "Area",
@@ -14951,7 +15063,7 @@
14951
15063
  },
14952
15064
  {
14953
15065
  "disabled": false,
14954
- "document": "ZoneId set. This parameter is required.",
15066
+ "document": "ZoneId set. The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980).",
14955
15067
  "example": "[\"zone-2m6jx63f6k3x\"]",
14956
15068
  "member": "string",
14957
15069
  "name": "ZoneIds",
@@ -15043,7 +15155,7 @@
15043
15155
  },
15044
15156
  {
15045
15157
  "disabled": false,
15046
- "document": "ZoneId set. This parameter is required.",
15158
+ "document": "ZoneId set. The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980).",
15047
15159
  "example": "[\"zone-2nepupfjtjlf\"]",
15048
15160
  "member": "string",
15049
15161
  "name": "ZoneIds",
@@ -16943,7 +17055,7 @@
16943
17055
  },
16944
17056
  {
16945
17057
  "disabled": false,
16946
- "document": "Tls version settings, valid values:.\n<Li>`TLSv1`: tlsv1 version;</li>.\n<li>`TLSV1.1`: TLSV1.1 version;</li>.\n<li>TLSV1.2: specifies the TLSV1.2 version.</li>.\n<Li>TLSv1.3: specifies the tlsv1.3 version. consecutive versions must be enabled when modifying.</li>.",
17058
+ "document": "Tls version settings, valid values:.\n<Li>`TLSv1`: tlsv1 version;</li>.\n<li>`TLSv1.1`: TLSv1.1 version;</li>.\n<li>TLSv1.2: specifies the TLSv1.2 version.</li>.\n<Li>TLSv1.3: specifies the TLSv1.3 version. consecutive versions must be enabled when modifying.</li>.",
16947
17059
  "example": "[\"TLSv1\", \"TLSv1.1\"]",
16948
17060
  "member": "string",
16949
17061
  "name": "TlsVersion",
@@ -17751,7 +17863,7 @@
17751
17863
  },
17752
17864
  {
17753
17865
  "disabled": false,
17754
- "document": "Template creation time. uses [ISO date format](https://www.tencentcloud.comom/document/product/266/11732?from_cn_redirect=1#I).",
17866
+ "document": "Template creation time. uses [ISO date format](https://www.tencentcloud.com/zh/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).",
17755
17867
  "example": "2020-09-07T00:00:00+08:00",
17756
17868
  "member": "string",
17757
17869
  "name": "CreateTime",
@@ -17761,7 +17873,7 @@
17761
17873
  },
17762
17874
  {
17763
17875
  "disabled": false,
17764
- "document": "Template last modified time. uses [ISO date format](https://www.tencentcloud.comom/document/product/266/11732?from_cn_redirect=1#I).",
17876
+ "document": "Template last modified time. uses [ISO date format](https://www.tencentcloud.com/zh/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).",
17765
17877
  "example": "2020-09-07T00:00:00+08:00",
17766
17878
  "member": "string",
17767
17879
  "name": "UpdateTime",
@@ -18757,16 +18869,18 @@
18757
18869
  "example": "on/off",
18758
18870
  "member": "string",
18759
18871
  "name": "FollowOrigin",
18872
+ "output_required": true,
18760
18873
  "required": false,
18761
18874
  "type": "string",
18762
18875
  "value_allowed_null": false
18763
18876
  },
18764
18877
  {
18765
18878
  "disabled": false,
18766
- "document": "Specifies the maximum amount of time (in seconds). The maximum value is 365 days.\nNote: The value `0` means not to cache.",
18879
+ "document": "Specifies the maximum amount of time (in seconds). Value range: 0 to 315360000.\nNote: The value `0` means not to cache.",
18767
18880
  "example": "600",
18768
18881
  "member": "int64",
18769
18882
  "name": "MaxAgeTime",
18883
+ "output_required": true,
18770
18884
  "required": false,
18771
18885
  "type": "int",
18772
18886
  "value_allowed_null": false
@@ -19783,7 +19897,7 @@
19783
19897
  {
19784
19898
  "disabled": false,
19785
19899
  "document": "Domain names that you need to modify the certificate configuration",
19786
- "example": "www.test.com",
19900
+ "example": "[\"www.test.com\"]",
19787
19901
  "member": "string",
19788
19902
  "name": "Hosts",
19789
19903
  "required": true,
@@ -19792,7 +19906,7 @@
19792
19906
  {
19793
19907
  "disabled": false,
19794
19908
  "document": "Certificate configuration mode. Values:\n<li>`disable`: (Default) Do not configure the certificate</li>\n<li>`eofreecert`: Use a free certificate provided by EdgeOne</li>\n<li>`sslcert`: Configure an SSL certificate.</li>",
19795
- "example": "eoFreeCert",
19909
+ "example": "eofreecert",
19796
19910
  "member": "string",
19797
19911
  "name": "Mode",
19798
19912
  "required": false,
@@ -19801,7 +19915,7 @@
19801
19915
  {
19802
19916
  "disabled": false,
19803
19917
  "document": "SSL certificate configuration. This parameter is effective only when the mode is sslcert. You only need to provide the CertId of the corresponding certificate. You can check the CertId from the [SSL Certificate List](https://console.cloud.tencent.com/ssl).",
19804
- "example": "J2Jsa2uM",
19918
+ "example": "",
19805
19919
  "member": "ServerCertInfo",
19806
19920
  "name": "ServerCertInfo",
19807
19921
  "required": false,
@@ -19824,6 +19938,15 @@
19824
19938
  "name": "ClientCertInfo",
19825
19939
  "required": false,
19826
19940
  "type": "object"
19941
+ },
19942
+ {
19943
+ "disabled": false,
19944
+ "document": "Configures the certificate presented by the EO node during origin-pull for mutual TLS authentication. Disabled by default; leaving the field blank will retain the current configuration. This feature is currently in beta testing. please [contact us](https://cloud.tencent.com/online-service) to request access.",
19945
+ "example": "无",
19946
+ "member": "UpstreamCertInfo",
19947
+ "name": "UpstreamCertInfo",
19948
+ "required": false,
19949
+ "type": "object"
19827
19950
  }
19828
19951
  ],
19829
19952
  "type": "object"
@@ -20407,6 +20530,51 @@
20407
20530
  ],
20408
20531
  "type": "object"
20409
20532
  },
20533
+ "ModifyMultiPathGatewayStatusRequest": {
20534
+ "document": "ModifyMultiPathGatewayStatus request structure.",
20535
+ "members": [
20536
+ {
20537
+ "disabled": false,
20538
+ "document": "Gateway ID.",
20539
+ "example": "eo-gw-lb-ahk1js",
20540
+ "member": "string",
20541
+ "name": "GatewayId",
20542
+ "required": true,
20543
+ "type": "string"
20544
+ },
20545
+ {
20546
+ "disabled": false,
20547
+ "document": "Zone ID.",
20548
+ "example": "zone-27q0p0bal192",
20549
+ "member": "string",
20550
+ "name": "ZoneId",
20551
+ "required": true,
20552
+ "type": "string"
20553
+ },
20554
+ {
20555
+ "disabled": false,
20556
+ "document": "Modifies the enabled/disabled status of the gateway. valid values: <li> offline: disabled;</li> <li> online: enabled.</li>.",
20557
+ "example": "offline",
20558
+ "member": "string",
20559
+ "name": "GatewayStatus",
20560
+ "required": false,
20561
+ "type": "string"
20562
+ }
20563
+ ],
20564
+ "type": "object"
20565
+ },
20566
+ "ModifyMultiPathGatewayStatusResponse": {
20567
+ "document": "ModifyMultiPathGatewayStatus response structure.",
20568
+ "members": [
20569
+ {
20570
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
20571
+ "member": "string",
20572
+ "name": "RequestId",
20573
+ "type": "string"
20574
+ }
20575
+ ],
20576
+ "type": "object"
20577
+ },
20410
20578
  "ModifyOriginACLRequest": {
20411
20579
  "document": "ModifyOriginACL request structure.",
20412
20580
  "members": [
@@ -21601,6 +21769,45 @@
21601
21769
  ],
21602
21770
  "usage": "out"
21603
21771
  },
21772
+ "MultiPathGatewayCurrentOriginACL": {
21773
+ "document": "Describes the currently effective IP range for origin servers.",
21774
+ "members": [
21775
+ {
21776
+ "disabled": false,
21777
+ "document": "Describes the IP range details for origin servers.",
21778
+ "example": "无",
21779
+ "member": "Addresses",
21780
+ "name": "EntireAddresses",
21781
+ "output_required": false,
21782
+ "required": false,
21783
+ "type": "object",
21784
+ "value_allowed_null": false
21785
+ },
21786
+ {
21787
+ "disabled": false,
21788
+ "document": "Specifies the version number.",
21789
+ "example": "1",
21790
+ "member": "int64",
21791
+ "name": "Version",
21792
+ "output_required": false,
21793
+ "required": false,
21794
+ "type": "int",
21795
+ "value_allowed_null": false
21796
+ },
21797
+ {
21798
+ "disabled": false,
21799
+ "document": "This parameter records whether \"i have updated to the latest origin IP range\" is completed before taking effect. valid values:.\n<li>true: confirms the update to the latest origin IP is completed.</li>.\n<li>false: indicates the update to the latest origin IP is not completed.</li>.\nNote: when false is returned for this parameter, please confirm in time whether your origin server firewall configuration has been updated to the latest IP range to avoid origin-pull failure.",
21800
+ "example": "false",
21801
+ "member": "string",
21802
+ "name": "IsPlaned",
21803
+ "output_required": false,
21804
+ "required": false,
21805
+ "type": "string",
21806
+ "value_allowed_null": false
21807
+ }
21808
+ ],
21809
+ "usage": "both"
21810
+ },
21604
21811
  "MultiPathGatewayLine": {
21605
21812
  "document": "Multi-Channel security gateway line information.",
21606
21813
  "members": [
@@ -21657,12 +21864,101 @@
21657
21864
  ],
21658
21865
  "usage": "out"
21659
21866
  },
21867
+ "MultiPathGatewayNextOriginACL": {
21868
+ "document": "When the origin IP range is updated, this field will be returned with the next version's effective origin IP range, including a comparison with the currently effective origin IP range.",
21869
+ "members": [
21870
+ {
21871
+ "disabled": false,
21872
+ "document": "Specifies the version number.",
21873
+ "example": "2",
21874
+ "member": "int64",
21875
+ "name": "Version",
21876
+ "output_required": false,
21877
+ "required": false,
21878
+ "type": "int",
21879
+ "value_allowed_null": false
21880
+ },
21881
+ {
21882
+ "disabled": false,
21883
+ "document": "Describes the IP range details for origin servers.",
21884
+ "example": "无",
21885
+ "member": "Addresses",
21886
+ "name": "EntireAddresses",
21887
+ "output_required": false,
21888
+ "required": false,
21889
+ "type": "object",
21890
+ "value_allowed_null": false
21891
+ },
21892
+ {
21893
+ "disabled": false,
21894
+ "document": "The latest origin IP range newly added compared with the origin IP range in MultiPathGatewayCurrentOrginACL.",
21895
+ "example": "无",
21896
+ "member": "Addresses",
21897
+ "name": "AddedAddresses",
21898
+ "output_required": false,
21899
+ "required": false,
21900
+ "type": "object",
21901
+ "value_allowed_null": false
21902
+ },
21903
+ {
21904
+ "disabled": false,
21905
+ "document": "Specifies the latest IP address range removed from the origin IP range in MultiPathGatewayCurrentOrginACL compared with the original.",
21906
+ "example": "无",
21907
+ "member": "Addresses",
21908
+ "name": "RemovedAddresses",
21909
+ "output_required": false,
21910
+ "required": false,
21911
+ "type": "object",
21912
+ "value_allowed_null": false
21913
+ },
21914
+ {
21915
+ "disabled": false,
21916
+ "document": "The latest origin IP range unchanged compared with the origin IP range in MultiPathGatewayCurrentOrginACL.",
21917
+ "example": "无",
21918
+ "member": "Addresses",
21919
+ "name": "NoChangeAddresses",
21920
+ "output_required": false,
21921
+ "required": false,
21922
+ "type": "object",
21923
+ "value_allowed_null": false
21924
+ }
21925
+ ],
21926
+ "usage": "both"
21927
+ },
21928
+ "MultiPathGatewayOriginACLInfo": {
21929
+ "document": "Multi-Channel gateway example instance binding relationship with origin IP ranges and origin IP range details.",
21930
+ "members": [
21931
+ {
21932
+ "disabled": false,
21933
+ "document": "Describes the currently effective IP range for origin servers.",
21934
+ "example": "无",
21935
+ "member": "MultiPathGatewayCurrentOriginACL",
21936
+ "name": "MultiPathGatewayCurrentOriginACL",
21937
+ "output_required": false,
21938
+ "required": false,
21939
+ "type": "object",
21940
+ "value_allowed_null": false
21941
+ },
21942
+ {
21943
+ "disabled": false,
21944
+ "document": "When the origin IP range is updated, this field will be returned with the next version's effective origin IP range, including a comparison with the current origin IP range. this field is empty if not updated.",
21945
+ "example": "无",
21946
+ "member": "MultiPathGatewayNextOriginACL",
21947
+ "name": "MultiPathGatewayNextOriginACL",
21948
+ "output_required": false,
21949
+ "required": false,
21950
+ "type": "object",
21951
+ "value_allowed_null": false
21952
+ }
21953
+ ],
21954
+ "usage": "both"
21955
+ },
21660
21956
  "MutualTLS": {
21661
- "document": "",
21957
+ "document": "HTTPS Mutual authentication.",
21662
21958
  "members": [
21663
21959
  {
21664
21960
  "disabled": false,
21665
- "document": "",
21961
+ "document": "Mutual authentication configuration switch, the values are:<li>on: enable; </li> <li>off: disable. </li>",
21666
21962
  "example": "on/off",
21667
21963
  "member": "string",
21668
21964
  "name": "Switch",
@@ -22652,6 +22948,23 @@
22652
22948
  ],
22653
22949
  "usage": "out"
22654
22950
  },
22951
+ "OriginPullProtocolParameters": {
22952
+ "document": "",
22953
+ "members": [
22954
+ {
22955
+ "disabled": false,
22956
+ "document": "",
22957
+ "example": "https",
22958
+ "member": "string",
22959
+ "name": "Protocol",
22960
+ "output_required": false,
22961
+ "required": false,
22962
+ "type": "string",
22963
+ "value_allowed_null": false
22964
+ }
22965
+ ],
22966
+ "usage": "both"
22967
+ },
22655
22968
  "OriginRecord": {
22656
22969
  "document": "Origin group record",
22657
22970
  "members": [
@@ -23096,7 +23409,7 @@
23096
23409
  },
23097
23410
  {
23098
23411
  "disabled": false,
23099
- "document": "Maximum limit. value range between 1MB and 500MB. byte.",
23412
+ "document": "Maximum limit.Takes effect only when Switch is on. Range:1 MB - 800 MB (bytes).",
23100
23413
  "example": "10000000",
23101
23414
  "member": "int64",
23102
23415
  "name": "MaxSize",
@@ -23124,7 +23437,7 @@
23124
23437
  },
23125
23438
  {
23126
23439
  "disabled": false,
23127
- "document": "Maximum size of the file uploaded for streaming via a post request, in bytes. value range: 1 * 2<sup>20</sup> bytes to 500 * 2<sup>20</sup> bytes.",
23440
+ "document": "Maximum size of the file uploaded for streaming via a post request. Takes effect only when Switch is on. Range: 1 MB - 800 MB (bytes).",
23128
23441
  "example": "10000000",
23129
23442
  "member": "int64",
23130
23443
  "name": "MaxSize",
@@ -24972,6 +25285,17 @@
24972
25285
  "type": "object",
24973
25286
  "value_allowed_null": true
24974
25287
  },
25288
+ {
25289
+ "disabled": false,
25290
+ "document": "",
25291
+ "example": "无",
25292
+ "member": "OriginPullProtocolParameters",
25293
+ "name": "OriginPullProtocolParameters",
25294
+ "output_required": false,
25295
+ "required": false,
25296
+ "type": "object",
25297
+ "value_allowed_null": true
25298
+ },
24975
25299
  {
24976
25300
  "disabled": false,
24977
25301
  "document": "Intelligent compression configuration. this parameter is required when name is set to compression.\nNote: this field may return null, which indicates a failure to obtain a valid value.",
@@ -25488,7 +25812,7 @@
25488
25812
  },
25489
25813
  {
25490
25814
  "disabled": false,
25491
- "document": "The parameter value type.\n<Li>`CHOICE`: the parameter value can only be selected from `choicesvalue`.</li>.\n<Li>TOGGLE: the parameter value is of switch type and can be selected from `choicesvalue`.</li>.\n<Li>OBJECT: the parameter value is of object type, and `choiceproperties` are the properties associated with this object type.</li>.\n<Li>`CUSTOM_NUM`: (integer) custom value.</li>.\n<Li> custom_string: parameter value is user-customized, string type.</li> note: when the parameter type is object, please refer to [example 2: creating a parameter of object type](https://intl.cloud.tencent.com/document/product/1552/80622?from_cn_redirect=1#.e7.a4.ba.e4.be.8b2-.e4.bf.ae.e6.94.b9.e6.ba.90.e7.ab.99.e4.b8.baip.e5.9f.9f.e5.90.8d).",
25815
+ "document": "The parameter value type.\n<Li>`CHOICE`: the parameter value can only be selected from `choicesvalue`.</li>\n<Li>TOGGLE: the parameter value is of switch type and can be selected from `choicesvalue`.</li>\n<Li>OBJECT: the parameter value is of object type, and `choiceproperties` are the properties associated with this object type.</li>\n<Li>`CUSTOM_NUM`: (integer) custom value.</li>\n<Li> custom_string: parameter value is user-customized, string type.</li> ",
25492
25816
  "example": "CHOICE",
25493
25817
  "member": "string",
25494
25818
  "name": "Type",
@@ -26889,7 +27213,7 @@
26889
27213
  },
26890
27214
  {
26891
27215
  "disabled": false,
26892
- "document": "Failure description for refresh and preheating.",
27216
+ "document": "Description of the reason for cache purge or warm cache failure.",
26893
27217
  "example": "回源失败,可尝试重新提交,或检查源站是否出现以下问题:服务不可用、响应超时、触发限速策略、安全策略限制、网络故障、或达到带宽/连接数上限。",
26894
27218
  "member": "string",
26895
27219
  "name": "FailMessage",