tccli-intl-en 3.0.1265.1__py2.py3-none-any.whl → 3.0.1283.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 (185) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/services/__init__.py +5 -1
  4. tccli/services/advisor/advisor_client.py +10 -4
  5. tccli/services/aiart/aiart_client.py +5 -2
  6. tccli/services/ams/ams_client.py +20 -8
  7. tccli/services/antiddos/antiddos_client.py +350 -140
  8. tccli/services/apigateway/apigateway_client.py +465 -186
  9. tccli/services/apm/apm_client.py +835 -68
  10. tccli/services/apm/v20210622/api.json +3936 -1145
  11. tccli/services/apm/v20210622/examples.json +133 -23
  12. tccli/services/asr/asr_client.py +10 -4
  13. tccli/services/autoscaling/autoscaling_client.py +290 -116
  14. tccli/services/autoscaling/v20180419/api.json +1 -1
  15. tccli/services/batch/batch_client.py +140 -56
  16. tccli/services/bi/bi_client.py +120 -48
  17. tccli/services/billing/billing_client.py +210 -84
  18. tccli/services/cam/cam_client.py +405 -162
  19. tccli/services/captcha/captcha_client.py +5 -2
  20. tccli/services/car/car_client.py +165 -66
  21. tccli/services/cbs/cbs_client.py +190 -76
  22. tccli/services/ccc/ccc_client.py +515 -146
  23. tccli/services/ccc/v20200210/api.json +511 -27
  24. tccli/services/ccc/v20200210/examples.json +24 -0
  25. tccli/services/cdb/cdb_client.py +665 -266
  26. tccli/services/cdc/cdc_client.py +100 -40
  27. tccli/services/cdn/cdn_client.py +220 -88
  28. tccli/services/cdwdoris/cdwdoris_client.py +385 -154
  29. tccli/services/cdwpg/cdwpg_client.py +120 -48
  30. tccli/services/cdz/cdz_client.py +5 -2
  31. tccli/services/cfg/cfg_client.py +80 -32
  32. tccli/services/cfs/cfs_client.py +195 -78
  33. tccli/services/cfw/cfw_client.py +330 -132
  34. tccli/services/chdfs/chdfs_client.py +145 -58
  35. tccli/services/ciam/ciam_client.py +80 -32
  36. tccli/services/ckafka/ckafka_client.py +629 -131
  37. tccli/services/ckafka/v20190819/api.json +2749 -1470
  38. tccli/services/ckafka/v20190819/examples.json +209 -155
  39. tccli/services/clb/clb_client.py +415 -166
  40. tccli/services/clb/v20180317/api.json +29 -14
  41. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  42. tccli/services/cls/cls_client.py +434 -173
  43. tccli/services/cmq/cmq_client.py +10 -4
  44. tccli/services/config/config_client.py +30 -12
  45. tccli/services/controlcenter/controlcenter_client.py +5 -2
  46. tccli/services/csip/csip_client.py +170 -68
  47. tccli/services/ctsdb/ctsdb_client.py +10 -4
  48. tccli/services/cvm/cvm_client.py +420 -168
  49. tccli/services/cvm/v20170312/api.json +239 -133
  50. tccli/services/cvm/v20170312/examples.json +101 -101
  51. tccli/services/cwp/cwp_client.py +2325 -930
  52. tccli/services/cynosdb/cynosdb_client.py +1887 -577
  53. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  54. tccli/services/cynosdb/v20190107/examples.json +132 -4
  55. tccli/services/dataintegration/dataintegration_client.py +5 -2
  56. tccli/services/dayu/dayu_client.py +515 -206
  57. tccli/services/dbbrain/dbbrain_client.py +210 -84
  58. tccli/services/dc/dc_client.py +90 -36
  59. tccli/services/dcdb/dcdb_client.py +310 -124
  60. tccli/services/dlc/dlc_client.py +808 -216
  61. tccli/services/dlc/v20210125/api.json +534 -13
  62. tccli/services/dlc/v20210125/examples.json +40 -0
  63. tccli/services/dms/dms_client.py +10 -4
  64. tccli/services/dnspod/dnspod_client.py +200 -80
  65. tccli/services/domain/domain_client.py +120 -48
  66. tccli/services/dts/dts_client.py +415 -166
  67. tccli/services/eb/eb_client.py +130 -52
  68. tccli/services/ecdn/ecdn_client.py +75 -30
  69. tccli/services/ecm/ecm_client.py +620 -248
  70. tccli/services/eiam/eiam_client.py +200 -80
  71. tccli/services/emr/emr_client.py +385 -154
  72. tccli/services/es/es_client.py +105 -42
  73. tccli/services/facefusion/facefusion_client.py +15 -6
  74. tccli/services/faceid/faceid_client.py +95 -38
  75. tccli/services/faceid/v20180301/examples.json +2 -2
  76. tccli/services/gaap/gaap_client.py +440 -176
  77. tccli/services/gme/gme_client.py +50 -20
  78. tccli/services/gpm/gpm_client.py +90 -36
  79. tccli/services/gse/gse_client.py +110 -44
  80. tccli/services/gwlb/gwlb_client.py +90 -36
  81. tccli/services/iai/iai_client.py +145 -58
  82. tccli/services/iap/iap_client.py +30 -12
  83. tccli/services/ims/ims_client.py +5 -2
  84. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +210 -84
  85. tccli/services/iotcloud/iotcloud_client.py +100 -40
  86. tccli/services/ip/ip_client.py +30 -12
  87. tccli/services/kms/kms_client.py +340 -136
  88. tccli/services/lcic/lcic_client.py +265 -106
  89. tccli/services/lighthouse/lighthouse_client.py +370 -148
  90. tccli/services/live/live_client.py +600 -240
  91. tccli/services/lke/lke_client.py +450 -180
  92. tccli/services/lkeap/lkeap_client.py +142 -12
  93. tccli/services/lkeap/v20240522/api.json +263 -0
  94. tccli/services/lkeap/v20240522/examples.json +35 -1
  95. tccli/services/mariadb/mariadb_client.py +250 -100
  96. tccli/services/mdc/mdc_client.py +90 -36
  97. tccli/services/mdl/mdl_client.py +165 -66
  98. tccli/services/mdl/v20200326/api.json +186 -12
  99. tccli/services/mdl/v20200326/examples.json +16 -16
  100. tccli/services/mdp/mdp_client.py +416 -124
  101. tccli/services/mdp/v20200527/api.json +146 -14
  102. tccli/services/mdp/v20200527/examples.json +95 -79
  103. tccli/services/message/__init__.py +4 -0
  104. tccli/services/message/message_client.py +210 -0
  105. tccli/services/message/v20181225/api.json +72 -0
  106. tccli/services/message/v20181225/examples.json +13 -0
  107. tccli/services/mongodb/mongodb_client.py +369 -58
  108. tccli/services/mongodb/v20190725/api.json +811 -226
  109. tccli/services/mongodb/v20190725/examples.json +54 -22
  110. tccli/services/monitor/monitor_client.py +1008 -296
  111. tccli/services/monitor/v20180724/api.json +657 -8
  112. tccli/services/monitor/v20180724/examples.json +152 -4
  113. tccli/services/mps/mps_client.py +684 -184
  114. tccli/services/mps/v20190612/api.json +1656 -222
  115. tccli/services/mps/v20190612/examples.json +60 -10
  116. tccli/services/msp/msp_client.py +35 -14
  117. tccli/services/ocr/ocr_client.py +246 -76
  118. tccli/services/ocr/v20181119/api.json +83 -4
  119. tccli/services/ocr/v20181119/examples.json +8 -0
  120. tccli/services/omics/omics_client.py +100 -40
  121. tccli/services/organization/organization_client.py +580 -232
  122. tccli/services/postgres/postgres_client.py +455 -182
  123. tccli/services/privatedns/privatedns_client.py +155 -62
  124. tccli/services/pts/pts_client.py +240 -96
  125. tccli/services/quota/quota_client.py +229 -2
  126. tccli/services/quota/v20241204/api.json +451 -2
  127. tccli/services/quota/v20241204/examples.json +42 -3
  128. tccli/services/rce/rce_client.py +5 -2
  129. tccli/services/redis/redis_client.py +545 -218
  130. tccli/services/redis/v20180412/api.json +225 -113
  131. tccli/services/redis/v20180412/examples.json +19 -19
  132. tccli/services/region/region_client.py +15 -6
  133. tccli/services/rum/rum_client.py +300 -120
  134. tccli/services/scf/scf_client.py +210 -84
  135. tccli/services/ses/ses_client.py +145 -58
  136. tccli/services/sms/sms_client.py +90 -36
  137. tccli/services/sqlserver/sqlserver_client.py +695 -278
  138. tccli/services/ssl/ssl_client.py +190 -76
  139. tccli/services/ssm/ssm_client.py +120 -48
  140. tccli/services/sts/sts_client.py +25 -10
  141. tccli/services/tag/tag_client.py +150 -60
  142. tccli/services/tat/tat_client.py +95 -38
  143. tccli/services/tbaas/tbaas_client.py +20 -8
  144. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  145. tccli/services/tchd/tchd_client.py +5 -2
  146. tccli/services/tcmpp/tcmpp_client.py +520 -208
  147. tccli/services/tcr/tcr_client.py +380 -152
  148. tccli/services/tcsas/tcsas_client.py +295 -118
  149. tccli/services/tcsas/v20250106/api.json +101 -61
  150. tccli/services/tcsas/v20250106/examples.json +2 -2
  151. tccli/services/tcss/tcss_client.py +1650 -660
  152. tccli/services/tdid/tdid_client.py +240 -96
  153. tccli/services/tdmq/tdmq_client.py +470 -188
  154. tccli/services/tem/tem_client.py +280 -112
  155. tccli/services/teo/teo_client.py +1365 -483
  156. tccli/services/teo/v20220901/api.json +354 -39
  157. tccli/services/teo/v20220901/examples.json +24 -0
  158. tccli/services/tione/tione_client.py +5 -2
  159. tccli/services/tiw/tiw_client.py +255 -102
  160. tccli/services/tke/tke_client.py +690 -276
  161. tccli/services/tms/tms_client.py +5 -2
  162. tccli/services/tmt/tmt_client.py +5 -2
  163. tccli/services/trabbit/trabbit_client.py +145 -58
  164. tccli/services/trro/trro_client.py +95 -38
  165. tccli/services/trtc/trtc_client.py +255 -102
  166. tccli/services/trtc/v20190722/api.json +6 -6
  167. tccli/services/trtc/v20190722/examples.json +7 -7
  168. tccli/services/tts/tts_client.py +5 -2
  169. tccli/services/vclm/vclm_client.py +10 -4
  170. tccli/services/vm/vm_client.py +20 -8
  171. tccli/services/vod/vod_client.py +895 -358
  172. tccli/services/vpc/v20170312/api.json +970 -75
  173. tccli/services/vpc/v20170312/examples.json +106 -10
  174. tccli/services/vpc/vpc_client.py +2159 -644
  175. tccli/services/waf/waf_client.py +535 -214
  176. tccli/services/wedata/v20250806/api.json +13644 -0
  177. tccli/services/wedata/v20250806/examples.json +621 -0
  178. tccli/services/wedata/wedata_client.py +6067 -1263
  179. tccli/services/yunjing/yunjing_client.py +355 -142
  180. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/METADATA +4 -7
  181. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/RECORD +185 -179
  182. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/WHEEL +1 -1
  183. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/entry_points.txt +0 -1
  184. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/LICENSE +0 -0
  185. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.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",
@@ -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",
@@ -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 time-series data for L7 domain services.\nNotes:\n1. There is a delay of about 10 minutes for this API. It is recommended to query data from 10 minutes before the current time.\n2. By default, the API returns traffic and request data after Web Security mitigation (that is, the clean traffic). Users can set `Filters.mitigatedByWebSecurity ` to query data that has been mitigated by Web Security.",
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 services by a specified dimension.\nNotes:\n1. There is a delay of about 10 minutes for this API. It is recommended to query data from 10 minutes before the current time.\n2. By default, the API returns traffic and request data after Web Security mitigation (that is, the clean traffic). Users can set `Filters.mitigatedByWebSecurity ` to query data that has been mitigated by Web Security.",
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,7 +1023,7 @@
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",
@@ -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",
@@ -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": [
@@ -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",
@@ -13534,7 +13646,7 @@
13534
13646
  },
13535
13647
  {
13536
13648
  "disabled": false,
13537
- "document": "Site ID list. 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",
@@ -13552,7 +13664,7 @@
13552
13664
  },
13553
13665
  {
13554
13666
  "disabled": false,
13555
- "document": "Filtering conditions used when querying data. Refer to the [Filtering Conditions for Analytics](https://www.tencentcloud.com/document/product/1145/56985) document for the available filters applicable to L7 client traffic, bandwidth and requests. \nTo restrict results by zone or content identifier, input the corresponding values via the `ZoneIds.N` parameter.",
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 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",
@@ -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 list. 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 set. this parameter will change from option to required after may 30, 2024. for details, see the notice: [tencent cloud EdgeOne API change notification](https://www.tencentcloud.comom/document/product/1552/104902?from_cn_redirect=1). a maximum of 100 site ids can be imported. use `*` to query all site data under the tencent cloud root account. querying account-level data requires all resource permissions for all sites in this interface.",
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": "Filtering conditions used when querying data. Refer to the [Filtering Conditions for Analytics](https://www.tencentcloud.com/document/product/1145/56985) document for the available filters applicable to L7 client traffic, bandwidth and requests. ",
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.com/document/product/1145/56985).\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 time granularity. This parameter is deprecated.",
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 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",
@@ -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
@@ -20416,6 +20530,51 @@
20416
20530
  ],
20417
20531
  "type": "object"
20418
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
+ },
20419
20578
  "ModifyOriginACLRequest": {
20420
20579
  "document": "ModifyOriginACL request structure.",
20421
20580
  "members": [
@@ -21610,6 +21769,45 @@
21610
21769
  ],
21611
21770
  "usage": "out"
21612
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
+ },
21613
21811
  "MultiPathGatewayLine": {
21614
21812
  "document": "Multi-Channel security gateway line information.",
21615
21813
  "members": [
@@ -21666,6 +21864,95 @@
21666
21864
  ],
21667
21865
  "usage": "out"
21668
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
+ },
21669
21956
  "MutualTLS": {
21670
21957
  "document": "HTTPS Mutual authentication.",
21671
21958
  "members": [
@@ -22661,6 +22948,23 @@
22661
22948
  ],
22662
22949
  "usage": "out"
22663
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
+ },
22664
22968
  "OriginRecord": {
22665
22969
  "document": "Origin group record",
22666
22970
  "members": [
@@ -23105,7 +23409,7 @@
23105
23409
  },
23106
23410
  {
23107
23411
  "disabled": false,
23108
- "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).",
23109
23413
  "example": "10000000",
23110
23414
  "member": "int64",
23111
23415
  "name": "MaxSize",
@@ -23133,7 +23437,7 @@
23133
23437
  },
23134
23438
  {
23135
23439
  "disabled": false,
23136
- "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).",
23137
23441
  "example": "10000000",
23138
23442
  "member": "int64",
23139
23443
  "name": "MaxSize",
@@ -24981,6 +25285,17 @@
24981
25285
  "type": "object",
24982
25286
  "value_allowed_null": true
24983
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
+ },
24984
25299
  {
24985
25300
  "disabled": false,
24986
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.",
@@ -26898,7 +27213,7 @@
26898
27213
  },
26899
27214
  {
26900
27215
  "disabled": false,
26901
- "document": "Failure description for refresh and preheating.",
27216
+ "document": "Description of the reason for cache purge or warm cache failure.",
26902
27217
  "example": "回源失败,可尝试重新提交,或检查源站是否出现以下问题:服务不可用、响应超时、触发限速策略、安全策略限制、网络故障、或达到带宽/连接数上限。",
26903
27218
  "member": "string",
26904
27219
  "name": "FailMessage",