tccli-intl-en 3.0.1241.1__py2.py3-none-any.whl → 3.1.16.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.
- tccli/__init__.py +1 -1
- tccli/argument.py +1 -1
- tccli/services/__init__.py +29 -1
- tccli/services/advisor/advisor_client.py +10 -4
- tccli/services/ai3d/__init__.py +4 -0
- tccli/services/ai3d/ai3d_client.py +266 -0
- tccli/services/ai3d/v20250513/api.json +264 -0
- tccli/services/ai3d/v20250513/examples.json +20 -0
- tccli/services/aiart/aiart_client.py +5 -2
- tccli/services/ams/ams_client.py +20 -8
- tccli/services/antiddos/antiddos_client.py +350 -140
- tccli/services/apigateway/apigateway_client.py +465 -186
- tccli/services/apm/apm_client.py +835 -68
- tccli/services/apm/v20210622/api.json +3936 -1145
- tccli/services/apm/v20210622/examples.json +133 -23
- tccli/services/asr/asr_client.py +10 -4
- tccli/services/autoscaling/autoscaling_client.py +290 -116
- tccli/services/autoscaling/v20180419/api.json +78 -28
- tccli/services/batch/batch_client.py +140 -56
- tccli/services/bi/bi_client.py +1244 -6
- tccli/services/bi/v20220105/api.json +5340 -107
- tccli/services/bi/v20220105/examples.json +196 -1
- tccli/services/billing/billing_client.py +210 -84
- tccli/services/cam/cam_client.py +405 -162
- tccli/services/captcha/captcha_client.py +5 -2
- tccli/services/car/car_client.py +165 -66
- tccli/services/cbs/cbs_client.py +190 -76
- tccli/services/ccc/ccc_client.py +794 -160
- tccli/services/ccc/v20200210/api.json +1748 -217
- tccli/services/ccc/v20200210/examples.json +64 -0
- tccli/services/cdb/cdb_client.py +665 -266
- tccli/services/cdb/v20170320/api.json +334 -134
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdc/cdc_client.py +100 -40
- tccli/services/cdc/v20201214/api.json +2 -2
- tccli/services/cdc/v20201214/examples.json +4 -4
- tccli/services/cdn/cdn_client.py +220 -88
- tccli/services/cdwdoris/cdwdoris_client.py +385 -154
- tccli/services/cdwpg/cdwpg_client.py +120 -48
- tccli/services/cdz/__init__.py +4 -0
- tccli/services/cdz/cdz_client.py +210 -0
- tccli/services/cdz/v20221123/api.json +233 -0
- tccli/services/cdz/v20221123/examples.json +12 -0
- tccli/services/cfg/cfg_client.py +80 -32
- tccli/services/cfs/cfs_client.py +195 -78
- tccli/services/cfw/cfw_client.py +330 -132
- tccli/services/chdfs/chdfs_client.py +145 -58
- tccli/services/ciam/ciam_client.py +80 -32
- tccli/services/ckafka/ckafka_client.py +1033 -255
- tccli/services/ckafka/v20190819/api.json +3378 -1681
- tccli/services/ckafka/v20190819/examples.json +254 -160
- tccli/services/clb/clb_client.py +1054 -469
- tccli/services/clb/v20180317/api.json +2273 -1020
- tccli/services/clb/v20180317/examples.json +184 -124
- tccli/services/cloudaudit/cloudaudit_client.py +90 -36
- tccli/services/cls/cls_client.py +434 -173
- tccli/services/cmq/cmq_client.py +14 -803
- tccli/services/cmq/v20190304/api.json +173 -1367
- tccli/services/cmq/v20190304/examples.json +0 -120
- tccli/services/config/config_client.py +30 -12
- tccli/services/controlcenter/controlcenter_client.py +229 -2
- tccli/services/controlcenter/v20230110/api.json +528 -5
- tccli/services/controlcenter/v20230110/examples.json +32 -0
- tccli/services/csip/csip_client.py +170 -68
- tccli/services/ctsdb/ctsdb_client.py +10 -4
- tccli/services/cvm/cvm_client.py +706 -189
- tccli/services/cvm/v20170312/api.json +851 -382
- tccli/services/cvm/v20170312/examples.json +173 -127
- tccli/services/cwp/cwp_client.py +2325 -930
- tccli/services/cynosdb/cynosdb_client.py +1887 -577
- tccli/services/cynosdb/v20190107/api.json +11763 -7697
- tccli/services/cynosdb/v20190107/examples.json +132 -4
- tccli/services/dataintegration/dataintegration_client.py +5 -2
- tccli/services/dayu/dayu_client.py +515 -206
- tccli/services/dbbrain/dbbrain_client.py +210 -84
- tccli/services/dc/dc_client.py +90 -36
- tccli/services/dcdb/dcdb_client.py +310 -124
- tccli/services/dlc/dlc_client.py +859 -214
- tccli/services/dlc/v20210125/api.json +637 -13
- tccli/services/dlc/v20210125/examples.json +48 -0
- tccli/services/dms/dms_client.py +10 -4
- tccli/services/dnspod/dnspod_client.py +302 -76
- tccli/services/dnspod/v20210323/api.json +153 -0
- tccli/services/dnspod/v20210323/examples.json +16 -0
- tccli/services/domain/domain_client.py +120 -48
- tccli/services/dts/dts_client.py +415 -166
- tccli/services/eb/eb_client.py +130 -52
- tccli/services/ecdn/ecdn_client.py +75 -30
- tccli/services/ecm/ecm_client.py +620 -248
- tccli/services/eiam/eiam_client.py +200 -80
- tccli/services/emr/emr_client.py +2815 -146
- tccli/services/emr/v20190103/api.json +14527 -4841
- tccli/services/emr/v20190103/examples.json +404 -36
- tccli/services/es/es_client.py +105 -42
- tccli/services/facefusion/facefusion_client.py +15 -6
- tccli/services/faceid/faceid_client.py +95 -38
- tccli/services/faceid/v20180301/api.json +107 -14
- tccli/services/faceid/v20180301/examples.json +3 -3
- tccli/services/gaap/gaap_client.py +440 -176
- tccli/services/gme/gme_client.py +50 -20
- tccli/services/gpm/gpm_client.py +90 -36
- tccli/services/gse/gse_client.py +110 -44
- tccli/services/gwlb/gwlb_client.py +90 -36
- tccli/services/hunyuan/__init__.py +4 -0
- tccli/services/hunyuan/hunyuan_client.py +266 -0
- tccli/services/hunyuan/v20230901/api.json +270 -0
- tccli/services/hunyuan/v20230901/examples.json +20 -0
- tccli/services/iai/iai_client.py +145 -58
- tccli/services/iap/iap_client.py +30 -12
- tccli/services/ims/ims_client.py +5 -2
- tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +210 -84
- tccli/services/intlpartnersmgt/v20220928/api.json +11 -11
- tccli/services/iotcloud/iotcloud_client.py +100 -40
- tccli/services/ip/ip_client.py +30 -12
- tccli/services/kms/kms_client.py +340 -136
- tccli/services/kms/v20190118/api.json +80 -3
- tccli/services/kms/v20190118/examples.json +3 -3
- tccli/services/lcic/lcic_client.py +265 -106
- tccli/services/lighthouse/lighthouse_client.py +370 -148
- tccli/services/lighthouse/v20200324/api.json +14 -14
- tccli/services/lighthouse/v20200324/examples.json +5 -5
- tccli/services/live/live_client.py +600 -240
- tccli/services/lke/lke_client.py +450 -180
- tccli/services/lke/v20231130/api.json +182 -39
- tccli/services/lkeap/__init__.py +4 -0
- tccli/services/lkeap/lkeap_client.py +602 -0
- tccli/services/lkeap/v20240522/api.json +953 -0
- tccli/services/lkeap/v20240522/examples.json +92 -0
- tccli/services/mariadb/mariadb_client.py +250 -100
- tccli/services/mdc/mdc_client.py +90 -36
- tccli/services/mdl/mdl_client.py +357 -90
- tccli/services/mdl/v20200326/api.json +791 -24
- tccli/services/mdl/v20200326/examples.json +40 -16
- tccli/services/mdp/mdp_client.py +734 -124
- tccli/services/mdp/v20200527/api.json +748 -23
- tccli/services/mdp/v20200527/examples.json +143 -79
- tccli/services/message/__init__.py +4 -0
- tccli/services/message/message_client.py +210 -0
- tccli/services/message/v20181225/api.json +72 -0
- tccli/services/message/v20181225/examples.json +13 -0
- tccli/services/mongodb/mongodb_client.py +1404 -141
- tccli/services/mongodb/v20190725/api.json +2919 -677
- tccli/services/mongodb/v20190725/examples.json +190 -22
- tccli/services/monitor/monitor_client.py +1008 -296
- tccli/services/monitor/v20180724/api.json +660 -11
- tccli/services/monitor/v20180724/examples.json +152 -4
- tccli/services/mps/mps_client.py +1489 -429
- tccli/services/mps/v20190612/api.json +4750 -1077
- tccli/services/mps/v20190612/examples.json +182 -70
- tccli/services/msp/msp_client.py +35 -14
- tccli/services/ocr/ocr_client.py +417 -82
- tccli/services/ocr/v20181119/api.json +1486 -103
- tccli/services/ocr/v20181119/examples.json +42 -4
- tccli/services/omics/omics_client.py +100 -40
- tccli/services/organization/organization_client.py +580 -232
- tccli/services/postgres/postgres_client.py +455 -182
- tccli/services/privatedns/privatedns_client.py +155 -62
- tccli/services/pts/pts_client.py +240 -96
- tccli/services/quota/__init__.py +4 -0
- tccli/services/quota/quota_client.py +434 -0
- tccli/services/quota/v20241204/api.json +548 -0
- tccli/services/quota/v20241204/examples.json +51 -0
- tccli/services/rce/rce_client.py +5 -2
- tccli/services/redis/redis_client.py +545 -218
- tccli/services/redis/v20180412/api.json +225 -113
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/region/region_client.py +15 -6
- tccli/services/rum/rum_client.py +300 -120
- tccli/services/scf/scf_client.py +210 -84
- tccli/services/ses/ses_client.py +145 -58
- tccli/services/smh/__init__.py +4 -0
- tccli/services/smh/smh_client.py +714 -0
- tccli/services/smh/v20210712/api.json +1287 -0
- tccli/services/smh/v20210712/examples.json +85 -0
- tccli/services/sms/sms_client.py +90 -36
- tccli/services/sqlserver/sqlserver_client.py +3855 -470
- tccli/services/sqlserver/v20180328/api.json +9725 -3356
- tccli/services/sqlserver/v20180328/examples.json +470 -10
- tccli/services/ssl/ssl_client.py +190 -76
- tccli/services/ssm/ssm_client.py +120 -48
- tccli/services/sts/sts_client.py +25 -10
- tccli/services/tag/tag_client.py +150 -60
- tccli/services/tat/tat_client.py +95 -38
- tccli/services/tbaas/tbaas_client.py +20 -8
- tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
- tccli/services/tcaplusdb/v20190823/api.json +836 -760
- tccli/services/tcaplusdb/v20190823/examples.json +3 -3
- tccli/services/tchd/tchd_client.py +5 -2
- tccli/services/tcmpp/tcmpp_client.py +520 -208
- tccli/services/tcr/tcr_client.py +380 -152
- tccli/services/tcsas/tcsas_client.py +295 -118
- tccli/services/tcsas/v20250106/api.json +155 -79
- tccli/services/tcsas/v20250106/examples.json +3 -3
- tccli/services/tcss/tcss_client.py +1650 -660
- tccli/services/tdid/tdid_client.py +240 -96
- tccli/services/tdmq/tdmq_client.py +2876 -466
- tccli/services/tdmq/v20200217/api.json +11607 -3958
- tccli/services/tdmq/v20200217/examples.json +562 -264
- tccli/services/tem/tem_client.py +280 -112
- tccli/services/teo/teo_client.py +1590 -540
- tccli/services/teo/v20220901/api.json +703 -71
- tccli/services/teo/v20220901/examples.json +88 -22
- tccli/services/tione/__init__.py +4 -0
- tccli/services/tione/tione_client.py +210 -0
- tccli/services/tione/v20211111/api.json +3074 -0
- tccli/services/tione/v20211111/examples.json +12 -0
- tccli/services/tiw/tiw_client.py +255 -102
- tccli/services/tke/tke_client.py +690 -276
- tccli/services/tms/tms_client.py +5 -2
- tccli/services/tmt/tmt_client.py +5 -2
- tccli/services/trabbit/trabbit_client.py +145 -58
- tccli/services/trocket/__init__.py +4 -0
- tccli/services/trocket/trocket_client.py +2450 -0
- tccli/services/trocket/v20230308/api.json +6062 -0
- tccli/services/trocket/v20230308/examples.json +339 -0
- tccli/services/trro/trro_client.py +95 -38
- tccli/services/trtc/trtc_client.py +255 -102
- tccli/services/trtc/v20190722/api.json +135 -31
- tccli/services/trtc/v20190722/examples.json +7 -7
- tccli/services/tts/tts_client.py +5 -2
- tccli/services/vclm/vclm_client.py +10 -4
- tccli/services/vm/vm_client.py +20 -8
- tccli/services/vod/vod_client.py +895 -358
- tccli/services/vpc/v20170312/api.json +1032 -134
- tccli/services/vpc/v20170312/examples.json +119 -23
- tccli/services/vpc/vpc_client.py +2159 -644
- tccli/services/waf/v20180125/api.json +1372 -194
- tccli/services/waf/v20180125/examples.json +89 -1
- tccli/services/waf/waf_client.py +1149 -245
- tccli/services/wedata/v20250806/api.json +13644 -0
- tccli/services/wedata/v20250806/examples.json +621 -0
- tccli/services/wedata/wedata_client.py +6067 -1263
- tccli/services/yunjing/yunjing_client.py +355 -142
- {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/METADATA +4 -7
- {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/RECORD +239 -201
- {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/entry_points.txt +0 -1
- {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1241.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/top_level.txt +0 -0
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"actions": {
|
|
3
|
+
"ApplyFreeCertificate": {
|
|
4
|
+
"document": "This API is used to apply for a free certificate. If you need to proceed with DNS delegated verification or file verification, you can call this API to initiate the certificate application and obtain the corresponding verification content based on the application method. The order for API calls is as follows:.\nStep 1: Call ApplyFreeCertificate, specify the verification method for free certificate application, and obtain the verification content.\nStep 2: Configure the corresponding domain as verification content.\nStep 3: Call CheckFreeCertificateVerification to verify. After verification passes, the free certificate application is completed.\nStep 4: Call ModifyHostsCertificate to issue a domain certificate configured to use the EdgeOne free certificate.\n\nThe application method introduction in the document: [Free Certificate Application Description](https://www.tencentcloud.comom/document/product/1552/90437?from_cn_redirect=1). \ndescription:.\n- Only CNAME access mode can call this API to specify the free certificate application method. NS/DNSPod hosting access modes use automatic validation to apply for free certificates with no need to call this API.\n- If you need to switch the free certificate authentication method, you can call this API again by changing the VerificationMethod field to update it.\n- A domain name can only apply for one free certificate. After calling this API, the backend will trigger the free certificate application task. You need to complete the domain name verification info configuration within 2 days, then finish certificate authentication.",
|
|
5
|
+
"input": "ApplyFreeCertificateRequest",
|
|
6
|
+
"name": "Applies for a free certificate",
|
|
7
|
+
"output": "ApplyFreeCertificateResponse",
|
|
8
|
+
"status": "online"
|
|
9
|
+
},
|
|
3
10
|
"BindSecurityTemplateToEntity": {
|
|
4
11
|
"document": "This API is used to bind/unbind a domain name to/from a specific policy template. ",
|
|
5
12
|
"input": "BindSecurityTemplateToEntityRequest",
|
|
@@ -28,6 +35,20 @@
|
|
|
28
35
|
"output": "CheckCnameStatusResponse",
|
|
29
36
|
"status": "online"
|
|
30
37
|
},
|
|
38
|
+
"CheckFreeCertificateVerification": {
|
|
39
|
+
"document": "This API is used to verify a free certificate and obtain the application result. If verified, you can query the free certificate information for the corresponding domain name application through this API. If failed to apply, this API will return the corresponding verification failure message.\nThis API is used to check the free certificate application result after triggering the [ApplyFreeCertificate](https://www.tencentcloud.comom/document/product/1552/124807?from_cn_redirect=1) . Once the application is successful, you need to configure through the [ModifyHostsCertificate](https://www.tencentcloud.comom/document/product/1552/80764?from_cn_redirect=1) to deploy the free certificate to the acceleration domain.",
|
|
40
|
+
"input": "CheckFreeCertificateVerificationRequest",
|
|
41
|
+
"name": "Check free certificate application result",
|
|
42
|
+
"output": "CheckFreeCertificateVerificationResponse",
|
|
43
|
+
"status": "online"
|
|
44
|
+
},
|
|
45
|
+
"ConfirmMultiPathGatewayOriginACL": {
|
|
46
|
+
"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.",
|
|
47
|
+
"input": "ConfirmMultiPathGatewayOriginACLRequest",
|
|
48
|
+
"name": "Confirm multi-channel SCDN gateway origin IP range update",
|
|
49
|
+
"output": "ConfirmMultiPathGatewayOriginACLResponse",
|
|
50
|
+
"status": "online"
|
|
51
|
+
},
|
|
31
52
|
"ConfirmOriginACLUpdate": {
|
|
32
53
|
"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
54
|
"input": "ConfirmOriginACLUpdateRequest",
|
|
@@ -43,7 +64,7 @@
|
|
|
43
64
|
"status": "online"
|
|
44
65
|
},
|
|
45
66
|
"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://
|
|
67
|
+
"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
68
|
"input": "CreateAliasDomainRequest",
|
|
48
69
|
"name": "Creates an alias domain name.",
|
|
49
70
|
"output": "CreateAliasDomainResponse",
|
|
@@ -141,7 +162,7 @@
|
|
|
141
162
|
"status": "online"
|
|
142
163
|
},
|
|
143
164
|
"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://
|
|
165
|
+
"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
166
|
"input": "CreateLoadBalancerRequest",
|
|
146
167
|
"name": "Creates a LoadBalancer",
|
|
147
168
|
"output": "CreateLoadBalancerResponse",
|
|
@@ -281,7 +302,7 @@
|
|
|
281
302
|
"status": "online"
|
|
282
303
|
},
|
|
283
304
|
"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://
|
|
305
|
+
"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
306
|
"input": "DeleteAliasDomainRequest",
|
|
286
307
|
"name": "Deletes an alias domain name.",
|
|
287
308
|
"output": "DeleteAliasDomainResponse",
|
|
@@ -365,7 +386,7 @@
|
|
|
365
386
|
"status": "online"
|
|
366
387
|
},
|
|
367
388
|
"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://
|
|
389
|
+
"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
390
|
"input": "DeleteLoadBalancerRequest",
|
|
370
391
|
"name": "Deletes a LoadBalancer",
|
|
371
392
|
"output": "DeleteLoadBalancerResponse",
|
|
@@ -477,7 +498,7 @@
|
|
|
477
498
|
"status": "online"
|
|
478
499
|
},
|
|
479
500
|
"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://
|
|
501
|
+
"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
502
|
"input": "DescribeAliasDomainsRequest",
|
|
482
503
|
"name": "Queries the information of alias domain names.",
|
|
483
504
|
"output": "DescribeAliasDomainsResponse",
|
|
@@ -673,7 +694,7 @@
|
|
|
673
694
|
"status": "online"
|
|
674
695
|
},
|
|
675
696
|
"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://
|
|
697
|
+
"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
698
|
"input": "DescribeLoadBalancerListRequest",
|
|
678
699
|
"name": "Queries the LoadBalancer list",
|
|
679
700
|
"output": "DescribeLoadBalancerListResponse",
|
|
@@ -693,6 +714,13 @@
|
|
|
693
714
|
"output": "DescribeMultiPathGatewayLineResponse",
|
|
694
715
|
"status": "online"
|
|
695
716
|
},
|
|
717
|
+
"DescribeMultiPathGatewayOriginACL": {
|
|
718
|
+
"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.",
|
|
719
|
+
"input": "DescribeMultiPathGatewayOriginACLRequest",
|
|
720
|
+
"name": "Query multi-channel SCDN gateway origin server protection detail",
|
|
721
|
+
"output": "DescribeMultiPathGatewayOriginACLResponse",
|
|
722
|
+
"status": "online"
|
|
723
|
+
},
|
|
696
724
|
"DescribeMultiPathGatewayRegions": {
|
|
697
725
|
"document": "This API is used to query the list of available regions for user-created multi-channel security acceleration gateways (Cloud Gateway).",
|
|
698
726
|
"input": "DescribeMultiPathGatewayRegionsRequest",
|
|
@@ -729,7 +757,7 @@
|
|
|
729
757
|
"status": "online"
|
|
730
758
|
},
|
|
731
759
|
"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://
|
|
760
|
+
"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
761
|
"input": "DescribeOriginGroupHealthStatusRequest",
|
|
734
762
|
"name": "Queries the health status of origin server groups under a LoadBalancer",
|
|
735
763
|
"output": "DescribeOriginGroupHealthStatusResponse",
|
|
@@ -862,7 +890,7 @@
|
|
|
862
890
|
"status": "online"
|
|
863
891
|
},
|
|
864
892
|
"DescribeTimingL7AnalysisData": {
|
|
865
|
-
"document": "This API is used to query
|
|
893
|
+
"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
894
|
"input": "DescribeTimingL7AnalysisDataRequest",
|
|
867
895
|
"name": "Queries the traffic analysis data over time",
|
|
868
896
|
"output": "DescribeTimingL7AnalysisDataResponse",
|
|
@@ -875,8 +903,15 @@
|
|
|
875
903
|
"output": "DescribeTimingL7CacheDataResponse",
|
|
876
904
|
"status": "online"
|
|
877
905
|
},
|
|
906
|
+
"DescribeTimingL7OriginPullData": {
|
|
907
|
+
"document": "This API is used to query time series data for layer-7 domain services' origin-pull data.",
|
|
908
|
+
"input": "DescribeTimingL7OriginPullDataRequest",
|
|
909
|
+
"name": "Query origin time series data",
|
|
910
|
+
"output": "DescribeTimingL7OriginPullDataResponse",
|
|
911
|
+
"status": "online"
|
|
912
|
+
},
|
|
878
913
|
"DescribeTopL7AnalysisData": {
|
|
879
|
-
"document": "This API is used to query the top N data of the L7 domain name by
|
|
914
|
+
"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
915
|
"input": "DescribeTopL7AnalysisDataRequest",
|
|
881
916
|
"name": "Queries the traffic analysis data",
|
|
882
917
|
"output": "DescribeTopL7AnalysisDataResponse",
|
|
@@ -925,7 +960,7 @@
|
|
|
925
960
|
"status": "online"
|
|
926
961
|
},
|
|
927
962
|
"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://
|
|
963
|
+
"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
964
|
"input": "DestroyPlanRequest",
|
|
930
965
|
"name": "Terminates plan",
|
|
931
966
|
"output": "DestroyPlanResponse",
|
|
@@ -1009,14 +1044,14 @@
|
|
|
1009
1044
|
"status": "online"
|
|
1010
1045
|
},
|
|
1011
1046
|
"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://
|
|
1047
|
+
"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
1048
|
"input": "ModifyAliasDomainRequest",
|
|
1014
1049
|
"name": "Modifies an alias domain name.",
|
|
1015
1050
|
"output": "ModifyAliasDomainResponse",
|
|
1016
1051
|
"status": "online"
|
|
1017
1052
|
},
|
|
1018
1053
|
"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://
|
|
1054
|
+
"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
1055
|
"input": "ModifyAliasDomainStatusRequest",
|
|
1021
1056
|
"name": "Modifies the status of an alias domain name.",
|
|
1022
1057
|
"output": "ModifyAliasDomainStatusResponse",
|
|
@@ -1107,7 +1142,7 @@
|
|
|
1107
1142
|
"status": "online"
|
|
1108
1143
|
},
|
|
1109
1144
|
"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)
|
|
1145
|
+
"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
1146
|
"input": "ModifyHostsCertificateRequest",
|
|
1112
1147
|
"name": "Configures the certificate",
|
|
1113
1148
|
"output": "ModifyHostsCertificateResponse",
|
|
@@ -1163,7 +1198,7 @@
|
|
|
1163
1198
|
"status": "online"
|
|
1164
1199
|
},
|
|
1165
1200
|
"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://
|
|
1201
|
+
"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
1202
|
"input": "ModifyLoadBalancerRequest",
|
|
1168
1203
|
"name": "Modifies a LoadBalancer",
|
|
1169
1204
|
"output": "ModifyLoadBalancerResponse",
|
|
@@ -1190,6 +1225,13 @@
|
|
|
1190
1225
|
"output": "ModifyMultiPathGatewaySecretKeyResponse",
|
|
1191
1226
|
"status": "online"
|
|
1192
1227
|
},
|
|
1228
|
+
"ModifyMultiPathGatewayStatus": {
|
|
1229
|
+
"document": "This API is used to update the status of a multi-channel security gateway.",
|
|
1230
|
+
"input": "ModifyMultiPathGatewayStatusRequest",
|
|
1231
|
+
"name": "Modify the multi-channel security acceleration gateway status",
|
|
1232
|
+
"output": "ModifyMultiPathGatewayStatusResponse",
|
|
1233
|
+
"status": "online"
|
|
1234
|
+
},
|
|
1193
1235
|
"ModifyOriginACL": {
|
|
1194
1236
|
"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
1237
|
"input": "ModifyOriginACLRequest",
|
|
@@ -1310,7 +1352,7 @@
|
|
|
1310
1352
|
"status": "online"
|
|
1311
1353
|
},
|
|
1312
1354
|
"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://
|
|
1355
|
+
"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
1356
|
"input": "UpgradePlanRequest",
|
|
1315
1357
|
"name": "Upgrades plan",
|
|
1316
1358
|
"output": "UpgradePlanResponse",
|
|
@@ -2839,6 +2881,71 @@
|
|
|
2839
2881
|
],
|
|
2840
2882
|
"usage": "both"
|
|
2841
2883
|
},
|
|
2884
|
+
"ApplyFreeCertificateRequest": {
|
|
2885
|
+
"document": "ApplyFreeCertificate request structure.",
|
|
2886
|
+
"members": [
|
|
2887
|
+
{
|
|
2888
|
+
"disabled": false,
|
|
2889
|
+
"document": "Site ID.",
|
|
2890
|
+
"example": "zone-343vqcswn9zj",
|
|
2891
|
+
"member": "string",
|
|
2892
|
+
"name": "ZoneId",
|
|
2893
|
+
"required": true,
|
|
2894
|
+
"type": "string"
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"disabled": false,
|
|
2898
|
+
"document": "Specifies the target domain name for free certificate application.",
|
|
2899
|
+
"example": "www.test.com",
|
|
2900
|
+
"member": "string",
|
|
2901
|
+
"name": "Domain",
|
|
2902
|
+
"required": true,
|
|
2903
|
+
"type": "string"
|
|
2904
|
+
},
|
|
2905
|
+
{
|
|
2906
|
+
"disabled": false,
|
|
2907
|
+
"document": "Specifies the verification method for applying for a free certificate. for detailed verification methods, refer to the [free certificate application documentation](https://www.tencentcloud.comom/document/product/1552/90437?from_cn_redirect=1). valid values:.\n<li>http_challenge: specifies the file validation mode for http access. verifies by getting file information from the specified URL of the access domain to complete free certificate application.</li>\n<li>dns_challenge: specifies the dns delegation verification method. verifies the free certificate application by adding the designated host record pointing to EdgeOne.</li>\n\nNote: after triggering this api, you need to complete the verification content configuration based on the returned verification information. once configured, you must also verify by calling the <a href = 'https://www.tencentcloud.comom/document/product/1552/124806?from_cn_redirect=1'>check free certificate application result</a> api. after verification passes, the application succeeds. once the application is successful, you can call the <a href = 'https://www.tencentcloud.comom/document/product/1552/80764?from_cn_redirect=1'>configure domain name certificate</a> API to deploy a free certificate for the current domain name.",
|
|
2908
|
+
"example": "http_challenge",
|
|
2909
|
+
"member": "string",
|
|
2910
|
+
"name": "VerificationMethod",
|
|
2911
|
+
"required": true,
|
|
2912
|
+
"type": "string"
|
|
2913
|
+
}
|
|
2914
|
+
],
|
|
2915
|
+
"type": "object"
|
|
2916
|
+
},
|
|
2917
|
+
"ApplyFreeCertificateResponse": {
|
|
2918
|
+
"document": "ApplyFreeCertificate response structure.",
|
|
2919
|
+
"members": [
|
|
2920
|
+
{
|
|
2921
|
+
"disabled": false,
|
|
2922
|
+
"document": "Specifies the verification information for free certificate application when VerificationMethod is dns_challenge.",
|
|
2923
|
+
"example": "无",
|
|
2924
|
+
"member": "DnsVerification",
|
|
2925
|
+
"name": "DnsVerification",
|
|
2926
|
+
"output_required": false,
|
|
2927
|
+
"type": "object",
|
|
2928
|
+
"value_allowed_null": false
|
|
2929
|
+
},
|
|
2930
|
+
{
|
|
2931
|
+
"disabled": false,
|
|
2932
|
+
"document": "Specifies the verification information related to the free certificate application for the domain name when VerificationMethod is http_challenge.",
|
|
2933
|
+
"example": "无",
|
|
2934
|
+
"member": "FileVerification",
|
|
2935
|
+
"name": "FileVerification",
|
|
2936
|
+
"output_required": false,
|
|
2937
|
+
"type": "object",
|
|
2938
|
+
"value_allowed_null": false
|
|
2939
|
+
},
|
|
2940
|
+
{
|
|
2941
|
+
"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.",
|
|
2942
|
+
"member": "string",
|
|
2943
|
+
"name": "RequestId",
|
|
2944
|
+
"type": "string"
|
|
2945
|
+
}
|
|
2946
|
+
],
|
|
2947
|
+
"type": "object"
|
|
2948
|
+
},
|
|
2842
2949
|
"AscriptionInfo": {
|
|
2843
2950
|
"document": "The site ownership information",
|
|
2844
2951
|
"members": [
|
|
@@ -4346,7 +4453,7 @@
|
|
|
4346
4453
|
"usage": "in"
|
|
4347
4454
|
},
|
|
4348
4455
|
"CertificateInfo": {
|
|
4349
|
-
"document": "HTTPS server certificate configuration",
|
|
4456
|
+
"document": "HTTPS server certificate configuration.",
|
|
4350
4457
|
"members": [
|
|
4351
4458
|
{
|
|
4352
4459
|
"disabled": false,
|
|
@@ -4513,6 +4620,72 @@
|
|
|
4513
4620
|
],
|
|
4514
4621
|
"type": "object"
|
|
4515
4622
|
},
|
|
4623
|
+
"CheckFreeCertificateVerificationRequest": {
|
|
4624
|
+
"document": "CheckFreeCertificateVerification request structure.",
|
|
4625
|
+
"members": [
|
|
4626
|
+
{
|
|
4627
|
+
"disabled": false,
|
|
4628
|
+
"document": "Zone ID.",
|
|
4629
|
+
"example": "zone-28v607hq8d3m",
|
|
4630
|
+
"member": "string",
|
|
4631
|
+
"name": "ZoneId",
|
|
4632
|
+
"required": true,
|
|
4633
|
+
"type": "string"
|
|
4634
|
+
},
|
|
4635
|
+
{
|
|
4636
|
+
"disabled": false,
|
|
4637
|
+
"document": "Acceleration domain name, that domain name used when [applying for free certificate](https://www.tencentcloud.comom/document/product/1552/124807?from_cn_redirect=1).",
|
|
4638
|
+
"example": "qq.com",
|
|
4639
|
+
"member": "string",
|
|
4640
|
+
"name": "Domain",
|
|
4641
|
+
"required": true,
|
|
4642
|
+
"type": "string"
|
|
4643
|
+
}
|
|
4644
|
+
],
|
|
4645
|
+
"type": "object"
|
|
4646
|
+
},
|
|
4647
|
+
"CheckFreeCertificateVerificationResponse": {
|
|
4648
|
+
"document": "CheckFreeCertificateVerification response structure.",
|
|
4649
|
+
"members": [
|
|
4650
|
+
{
|
|
4651
|
+
"disabled": false,
|
|
4652
|
+
"document": "Specifies the domain name to which the certificate is issued when the free certificate application succeeds.\nNote: only one free certificate can be applied for a domain name. if a wildcard certificate has been applied for the domain name, its subdomains will use the wildcard certificate.",
|
|
4653
|
+
"example": "aa.test.com",
|
|
4654
|
+
"member": "string",
|
|
4655
|
+
"name": "CommonName",
|
|
4656
|
+
"output_required": true,
|
|
4657
|
+
"type": "string",
|
|
4658
|
+
"value_allowed_null": false
|
|
4659
|
+
},
|
|
4660
|
+
{
|
|
4661
|
+
"disabled": false,
|
|
4662
|
+
"document": "Specifies the signature algorithm used by the certificate when the free certificate application succeeds. currently only support RSA 2048.",
|
|
4663
|
+
"example": "RSA 2048",
|
|
4664
|
+
"member": "string",
|
|
4665
|
+
"name": "SignatureAlgorithm",
|
|
4666
|
+
"output_required": true,
|
|
4667
|
+
"type": "string",
|
|
4668
|
+
"value_allowed_null": false
|
|
4669
|
+
},
|
|
4670
|
+
{
|
|
4671
|
+
"disabled": false,
|
|
4672
|
+
"document": "Expiration time of the certificate when the free certificate application is successful. the time is in coordinated universal time (UTC), following the ISO 8601 standard date and time format.",
|
|
4673
|
+
"example": "2014-08-03T12:00:00+08:00",
|
|
4674
|
+
"member": "datetime_iso",
|
|
4675
|
+
"name": "ExpireTime",
|
|
4676
|
+
"output_required": true,
|
|
4677
|
+
"type": "string",
|
|
4678
|
+
"value_allowed_null": false
|
|
4679
|
+
},
|
|
4680
|
+
{
|
|
4681
|
+
"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.",
|
|
4682
|
+
"member": "string",
|
|
4683
|
+
"name": "RequestId",
|
|
4684
|
+
"type": "string"
|
|
4685
|
+
}
|
|
4686
|
+
],
|
|
4687
|
+
"type": "object"
|
|
4688
|
+
},
|
|
4516
4689
|
"CheckRegionHealthStatus": {
|
|
4517
4690
|
"document": "Health status of origin servers in each health check region.",
|
|
4518
4691
|
"members": [
|
|
@@ -5084,6 +5257,51 @@
|
|
|
5084
5257
|
],
|
|
5085
5258
|
"usage": "both"
|
|
5086
5259
|
},
|
|
5260
|
+
"ConfirmMultiPathGatewayOriginACLRequest": {
|
|
5261
|
+
"document": "ConfirmMultiPathGatewayOriginACL request structure.",
|
|
5262
|
+
"members": [
|
|
5263
|
+
{
|
|
5264
|
+
"disabled": false,
|
|
5265
|
+
"document": "Zone ID.",
|
|
5266
|
+
"example": "zone-27q0p0bal192",
|
|
5267
|
+
"member": "string",
|
|
5268
|
+
"name": "ZoneId",
|
|
5269
|
+
"required": true,
|
|
5270
|
+
"type": "string"
|
|
5271
|
+
},
|
|
5272
|
+
{
|
|
5273
|
+
"disabled": false,
|
|
5274
|
+
"document": "Gateway ID.",
|
|
5275
|
+
"example": "mpgw-lbxuhk1oh",
|
|
5276
|
+
"member": "string",
|
|
5277
|
+
"name": "GatewayId",
|
|
5278
|
+
"required": true,
|
|
5279
|
+
"type": "string"
|
|
5280
|
+
},
|
|
5281
|
+
{
|
|
5282
|
+
"disabled": false,
|
|
5283
|
+
"document": "Describes the version number of the origin server IP.",
|
|
5284
|
+
"example": "1",
|
|
5285
|
+
"member": "int64",
|
|
5286
|
+
"name": "OriginACLVersion",
|
|
5287
|
+
"required": true,
|
|
5288
|
+
"type": "int"
|
|
5289
|
+
}
|
|
5290
|
+
],
|
|
5291
|
+
"type": "object"
|
|
5292
|
+
},
|
|
5293
|
+
"ConfirmMultiPathGatewayOriginACLResponse": {
|
|
5294
|
+
"document": "ConfirmMultiPathGatewayOriginACL response structure.",
|
|
5295
|
+
"members": [
|
|
5296
|
+
{
|
|
5297
|
+
"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.",
|
|
5298
|
+
"member": "string",
|
|
5299
|
+
"name": "RequestId",
|
|
5300
|
+
"type": "string"
|
|
5301
|
+
}
|
|
5302
|
+
],
|
|
5303
|
+
"type": "object"
|
|
5304
|
+
},
|
|
5087
5305
|
"ConfirmOriginACLUpdateRequest": {
|
|
5088
5306
|
"document": "ConfirmOriginACLUpdate request structure.",
|
|
5089
5307
|
"members": [
|
|
@@ -7720,7 +7938,7 @@
|
|
|
7720
7938
|
},
|
|
7721
7939
|
{
|
|
7722
7940
|
"disabled": false,
|
|
7723
|
-
"document": "This parameter is used to record whether \"I've upgraded to the lastest
|
|
7941
|
+
"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
7942
|
"example": "false",
|
|
7725
7943
|
"member": "string",
|
|
7726
7944
|
"name": "IsPlaned",
|
|
@@ -9938,7 +10156,7 @@
|
|
|
9938
10156
|
"members": [
|
|
9939
10157
|
{
|
|
9940
10158
|
"disabled": false,
|
|
9941
|
-
"document": "The start time.",
|
|
10159
|
+
"document": "The start time. Data will be returned according to the timezone of the input timestamp.",
|
|
9942
10160
|
"example": "2014-08-03T12:00:00+08:00",
|
|
9943
10161
|
"member": "datetime_iso",
|
|
9944
10162
|
"name": "StartTime",
|
|
@@ -9947,7 +10165,7 @@
|
|
|
9947
10165
|
},
|
|
9948
10166
|
{
|
|
9949
10167
|
"disabled": false,
|
|
9950
|
-
"document": "
|
|
10168
|
+
"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
10169
|
"example": "2014-08-03T12:00:00+08:00",
|
|
9952
10170
|
"member": "datetime_iso",
|
|
9953
10171
|
"name": "EndTime",
|
|
@@ -9956,7 +10174,7 @@
|
|
|
9956
10174
|
},
|
|
9957
10175
|
{
|
|
9958
10176
|
"disabled": false,
|
|
9959
|
-
"document": "Site ID set.
|
|
10177
|
+
"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
10178
|
"example": "zone-2siulp074dz3",
|
|
9961
10179
|
"member": "string",
|
|
9962
10180
|
"name": "ZoneIds",
|
|
@@ -9965,7 +10183,7 @@
|
|
|
9965
10183
|
},
|
|
9966
10184
|
{
|
|
9967
10185
|
"disabled": false,
|
|
9968
|
-
"document": "Metric list.
|
|
10186
|
+
"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
10187
|
"example": "acc_flux",
|
|
9970
10188
|
"member": "string",
|
|
9971
10189
|
"name": "MetricName",
|
|
@@ -9983,7 +10201,7 @@
|
|
|
9983
10201
|
},
|
|
9984
10202
|
{
|
|
9985
10203
|
"disabled": false,
|
|
9986
|
-
"document": "Filter criteria.
|
|
10204
|
+
"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
10205
|
"example": "无",
|
|
9988
10206
|
"member": "BillingDataFilter",
|
|
9989
10207
|
"name": "Filters",
|
|
@@ -9992,7 +10210,7 @@
|
|
|
9992
10210
|
},
|
|
9993
10211
|
{
|
|
9994
10212
|
"disabled": false,
|
|
9995
|
-
"document": "
|
|
10213
|
+
"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
10214
|
"example": "zone-id",
|
|
9997
10215
|
"member": "string",
|
|
9998
10216
|
"name": "GroupBy",
|
|
@@ -10381,7 +10599,7 @@
|
|
|
10381
10599
|
},
|
|
10382
10600
|
{
|
|
10383
10601
|
"disabled": false,
|
|
10384
|
-
"document": "Site ID set.
|
|
10602
|
+
"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
10603
|
"example": "[\"zoneId1\",\"zoneId2\"]",
|
|
10386
10604
|
"member": "string",
|
|
10387
10605
|
"name": "ZoneIds",
|
|
@@ -10482,7 +10700,7 @@
|
|
|
10482
10700
|
},
|
|
10483
10701
|
{
|
|
10484
10702
|
"disabled": false,
|
|
10485
|
-
"document": "Site ID set.
|
|
10703
|
+
"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
10704
|
"example": "[\"zoneId1\",\"zoneId2\"]",
|
|
10487
10705
|
"member": "string",
|
|
10488
10706
|
"name": "ZoneIds",
|
|
@@ -10610,7 +10828,7 @@
|
|
|
10610
10828
|
},
|
|
10611
10829
|
{
|
|
10612
10830
|
"disabled": false,
|
|
10613
|
-
"document": "Site ID set.
|
|
10831
|
+
"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
10832
|
"example": "[\"zoneId1\",\"zoneId2\"]",
|
|
10615
10833
|
"member": "string",
|
|
10616
10834
|
"name": "ZoneIds",
|
|
@@ -11870,6 +12088,52 @@
|
|
|
11870
12088
|
],
|
|
11871
12089
|
"type": "object"
|
|
11872
12090
|
},
|
|
12091
|
+
"DescribeMultiPathGatewayOriginACLRequest": {
|
|
12092
|
+
"document": "DescribeMultiPathGatewayOriginACL request structure.",
|
|
12093
|
+
"members": [
|
|
12094
|
+
{
|
|
12095
|
+
"disabled": false,
|
|
12096
|
+
"document": "Zone ID.",
|
|
12097
|
+
"example": "\"zone-276zs184g93m\"",
|
|
12098
|
+
"member": "string",
|
|
12099
|
+
"name": "ZoneId",
|
|
12100
|
+
"required": true,
|
|
12101
|
+
"type": "string"
|
|
12102
|
+
},
|
|
12103
|
+
{
|
|
12104
|
+
"disabled": false,
|
|
12105
|
+
"document": "Gateway ID.",
|
|
12106
|
+
"example": "\"mpgw-lbxuhk1oh\"",
|
|
12107
|
+
"member": "string",
|
|
12108
|
+
"name": "GatewayId",
|
|
12109
|
+
"required": true,
|
|
12110
|
+
"type": "string"
|
|
12111
|
+
}
|
|
12112
|
+
],
|
|
12113
|
+
"type": "object"
|
|
12114
|
+
},
|
|
12115
|
+
"DescribeMultiPathGatewayOriginACLResponse": {
|
|
12116
|
+
"document": "DescribeMultiPathGatewayOriginACL response structure.",
|
|
12117
|
+
"members": [
|
|
12118
|
+
{
|
|
12119
|
+
"disabled": false,
|
|
12120
|
+
"document": "Describes the binding relationship between the multi-channel gateway instance and the origin IP ranges.",
|
|
12121
|
+
"example": "无",
|
|
12122
|
+
"member": "MultiPathGatewayOriginACLInfo",
|
|
12123
|
+
"name": "MultiPathGatewayOriginACLInfo",
|
|
12124
|
+
"output_required": false,
|
|
12125
|
+
"type": "object",
|
|
12126
|
+
"value_allowed_null": false
|
|
12127
|
+
},
|
|
12128
|
+
{
|
|
12129
|
+
"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.",
|
|
12130
|
+
"member": "string",
|
|
12131
|
+
"name": "RequestId",
|
|
12132
|
+
"type": "string"
|
|
12133
|
+
}
|
|
12134
|
+
],
|
|
12135
|
+
"type": "object"
|
|
12136
|
+
},
|
|
11873
12137
|
"DescribeMultiPathGatewayRegionsRequest": {
|
|
11874
12138
|
"document": "DescribeMultiPathGatewayRegions request structure.",
|
|
11875
12139
|
"members": [
|
|
@@ -12501,7 +12765,7 @@
|
|
|
12501
12765
|
"members": [
|
|
12502
12766
|
{
|
|
12503
12767
|
"disabled": false,
|
|
12504
|
-
"document": "Site ID.
|
|
12768
|
+
"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
12769
|
"example": "zone-xxx",
|
|
12506
12770
|
"member": "string",
|
|
12507
12771
|
"name": "ZoneId",
|
|
@@ -12546,7 +12810,7 @@
|
|
|
12546
12810
|
},
|
|
12547
12811
|
{
|
|
12548
12812
|
"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
|
|
12813
|
+
"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
12814
|
"example": "无",
|
|
12551
12815
|
"member": "AdvancedFilter",
|
|
12552
12816
|
"name": "Filters",
|
|
@@ -12593,7 +12857,7 @@
|
|
|
12593
12857
|
"members": [
|
|
12594
12858
|
{
|
|
12595
12859
|
"disabled": false,
|
|
12596
|
-
"document": "Site ID.
|
|
12860
|
+
"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
12861
|
"example": "zone-xxxxxx",
|
|
12598
12862
|
"member": "string",
|
|
12599
12863
|
"name": "ZoneId",
|
|
@@ -12638,7 +12902,7 @@
|
|
|
12638
12902
|
},
|
|
12639
12903
|
{
|
|
12640
12904
|
"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
|
|
12905
|
+
"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
12906
|
"example": "无",
|
|
12643
12907
|
"member": "AdvancedFilter",
|
|
12644
12908
|
"name": "Filters",
|
|
@@ -13424,7 +13688,7 @@
|
|
|
13424
13688
|
},
|
|
13425
13689
|
{
|
|
13426
13690
|
"disabled": false,
|
|
13427
|
-
"document": "Site ID set.
|
|
13691
|
+
"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
13692
|
"example": "[\"zone-2rntun0a1z6t\",\"zone-323urc8a9j0q\"]",
|
|
13429
13693
|
"member": "string",
|
|
13430
13694
|
"name": "ZoneIds",
|
|
@@ -13516,7 +13780,7 @@
|
|
|
13516
13780
|
},
|
|
13517
13781
|
{
|
|
13518
13782
|
"disabled": false,
|
|
13519
|
-
"document": "End time.
|
|
13783
|
+
"document": "End time. The query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.",
|
|
13520
13784
|
"example": "2020-04-30T00:00:00Z",
|
|
13521
13785
|
"member": "datetime_iso",
|
|
13522
13786
|
"name": "EndTime",
|
|
@@ -13525,7 +13789,7 @@
|
|
|
13525
13789
|
},
|
|
13526
13790
|
{
|
|
13527
13791
|
"disabled": false,
|
|
13528
|
-
"document": "Metric list. Valid values
|
|
13792
|
+
"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
13793
|
"example": "[\"l7Flow_outFlux\"]",
|
|
13530
13794
|
"member": "string",
|
|
13531
13795
|
"name": "MetricNames",
|
|
@@ -13534,7 +13798,7 @@
|
|
|
13534
13798
|
},
|
|
13535
13799
|
{
|
|
13536
13800
|
"disabled": false,
|
|
13537
|
-
"document": "Site ID
|
|
13801
|
+
"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
13802
|
"example": "[\"*\"]",
|
|
13539
13803
|
"member": "string",
|
|
13540
13804
|
"name": "ZoneIds",
|
|
@@ -13543,7 +13807,7 @@
|
|
|
13543
13807
|
},
|
|
13544
13808
|
{
|
|
13545
13809
|
"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
|
|
13810
|
+
"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
13811
|
"example": "hour",
|
|
13548
13812
|
"member": "string",
|
|
13549
13813
|
"name": "Interval",
|
|
@@ -13552,7 +13816,7 @@
|
|
|
13552
13816
|
},
|
|
13553
13817
|
{
|
|
13554
13818
|
"disabled": false,
|
|
13555
|
-
"document": "Filter criteria
|
|
13819
|
+
"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
13820
|
"example": "无",
|
|
13557
13821
|
"member": "QueryCondition",
|
|
13558
13822
|
"name": "Filters",
|
|
@@ -13561,7 +13825,7 @@
|
|
|
13561
13825
|
},
|
|
13562
13826
|
{
|
|
13563
13827
|
"disabled": false,
|
|
13564
|
-
"document": "Data ownership region.
|
|
13828
|
+
"document": "Data ownership region. this parameter is deprecated. please filter data by client region in `Filters.country`.",
|
|
13565
13829
|
"example": "mainland",
|
|
13566
13830
|
"member": "string",
|
|
13567
13831
|
"name": "Area",
|
|
@@ -13667,18 +13931,110 @@
|
|
|
13667
13931
|
"member": "string",
|
|
13668
13932
|
"name": "Area",
|
|
13669
13933
|
"required": false,
|
|
13670
|
-
"type": "string"
|
|
13934
|
+
"type": "string"
|
|
13935
|
+
}
|
|
13936
|
+
],
|
|
13937
|
+
"type": "object"
|
|
13938
|
+
},
|
|
13939
|
+
"DescribeTimingL7CacheDataResponse": {
|
|
13940
|
+
"document": "DescribeTimingL7CacheData response structure.",
|
|
13941
|
+
"members": [
|
|
13942
|
+
{
|
|
13943
|
+
"disabled": false,
|
|
13944
|
+
"document": "Total number of query results.",
|
|
13945
|
+
"example": "10",
|
|
13946
|
+
"member": "uint64",
|
|
13947
|
+
"name": "TotalCount",
|
|
13948
|
+
"output_required": true,
|
|
13949
|
+
"type": "int",
|
|
13950
|
+
"value_allowed_null": false
|
|
13951
|
+
},
|
|
13952
|
+
{
|
|
13953
|
+
"disabled": false,
|
|
13954
|
+
"document": "The list of cached L7 time-series data.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
13955
|
+
"example": "无",
|
|
13956
|
+
"member": "TimingDataRecord",
|
|
13957
|
+
"name": "Data",
|
|
13958
|
+
"output_required": true,
|
|
13959
|
+
"type": "list",
|
|
13960
|
+
"value_allowed_null": true
|
|
13961
|
+
},
|
|
13962
|
+
{
|
|
13963
|
+
"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.",
|
|
13964
|
+
"member": "string",
|
|
13965
|
+
"name": "RequestId",
|
|
13966
|
+
"type": "string"
|
|
13967
|
+
}
|
|
13968
|
+
],
|
|
13969
|
+
"type": "object"
|
|
13970
|
+
},
|
|
13971
|
+
"DescribeTimingL7OriginPullDataRequest": {
|
|
13972
|
+
"document": "DescribeTimingL7OriginPullData request structure.",
|
|
13973
|
+
"members": [
|
|
13974
|
+
{
|
|
13975
|
+
"disabled": false,
|
|
13976
|
+
"document": "Start time.",
|
|
13977
|
+
"example": "2020-04-29T00:00:00Z",
|
|
13978
|
+
"member": "datetime_iso",
|
|
13979
|
+
"name": "StartTime",
|
|
13980
|
+
"required": true,
|
|
13981
|
+
"type": "string"
|
|
13982
|
+
},
|
|
13983
|
+
{
|
|
13984
|
+
"disabled": false,
|
|
13985
|
+
"document": "End time. The query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.",
|
|
13986
|
+
"example": "2020-04-30T00:00:00Z",
|
|
13987
|
+
"member": "datetime_iso",
|
|
13988
|
+
"name": "EndTime",
|
|
13989
|
+
"required": true,
|
|
13990
|
+
"type": "string"
|
|
13991
|
+
},
|
|
13992
|
+
{
|
|
13993
|
+
"disabled": false,
|
|
13994
|
+
"document": "Metric list. Valid values:.\n<li>l7Flow_outFlux_hy: specifies the request traffic from the EdgeOne node to the origin server. Unit: byte.</li>\n<li>l7Flow_outBandwidth_hy: specifies the request bandwidth from EdgeOne node to origin server. Unit: bps.</li>\n<li>l7Flow_request_hy: specifies the request count from EdgeOne node to origin server. Unit: times.</li>\n<li>l7Flow_inFlux_hy: specifies the response traffic from the origin server to the EdgeOne node. Unit: byte.</li>\n<li>l7Flow_inBandwidth_hy: specifies the response bandwidth from the origin server to the EdgeOne node. Unit: bps.</li>\n",
|
|
13995
|
+
"example": "[\"l7Flow_outFlux_hy\"]",
|
|
13996
|
+
"member": "string",
|
|
13997
|
+
"name": "MetricNames",
|
|
13998
|
+
"required": true,
|
|
13999
|
+
"type": "list"
|
|
14000
|
+
},
|
|
14001
|
+
{
|
|
14002
|
+
"disabled": false,
|
|
14003
|
+
"document": "Site ID set. This parameter is required. A maximum of 100 zone-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 interface.",
|
|
14004
|
+
"example": "[\"*\"]",
|
|
14005
|
+
"member": "string",
|
|
14006
|
+
"name": "ZoneIds",
|
|
14007
|
+
"required": true,
|
|
14008
|
+
"type": "list"
|
|
14009
|
+
},
|
|
14010
|
+
{
|
|
14011
|
+
"disabled": false,
|
|
14012
|
+
"document": "Time granularity of the query. Valid values:\n<Li>min: 1 minute.</li><Li>5min: 5 minutes;</li><Li>hour: 1 hour;</li><li>day: 1 day.</li>If this parameter is not input, 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.",
|
|
14013
|
+
"example": "hour",
|
|
14014
|
+
"member": "string",
|
|
14015
|
+
"name": "Interval",
|
|
14016
|
+
"required": false,
|
|
14017
|
+
"type": "string"
|
|
14018
|
+
},
|
|
14019
|
+
{
|
|
14020
|
+
"disabled": false,
|
|
14021
|
+
"document": "Filter conditions. Details:\n<li>domain: specifies the domain name in client requests. When the domain is onboarded via a wildcard, the recorded value is the wildcard domain itself, not the specific subdomain.</li>",
|
|
14022
|
+
"example": "无",
|
|
14023
|
+
"member": "QueryCondition",
|
|
14024
|
+
"name": "Filters",
|
|
14025
|
+
"required": false,
|
|
14026
|
+
"type": "list"
|
|
13671
14027
|
}
|
|
13672
14028
|
],
|
|
13673
14029
|
"type": "object"
|
|
13674
14030
|
},
|
|
13675
|
-
"
|
|
13676
|
-
"document": "
|
|
14031
|
+
"DescribeTimingL7OriginPullDataResponse": {
|
|
14032
|
+
"document": "DescribeTimingL7OriginPullData response structure.",
|
|
13677
14033
|
"members": [
|
|
13678
14034
|
{
|
|
13679
14035
|
"disabled": false,
|
|
13680
|
-
"document": "Total number of query
|
|
13681
|
-
"example": "
|
|
14036
|
+
"document": "Total number of entries in the query result.",
|
|
14037
|
+
"example": "20",
|
|
13682
14038
|
"member": "uint64",
|
|
13683
14039
|
"name": "TotalCount",
|
|
13684
14040
|
"output_required": true,
|
|
@@ -13687,13 +14043,13 @@
|
|
|
13687
14043
|
},
|
|
13688
14044
|
{
|
|
13689
14045
|
"disabled": false,
|
|
13690
|
-
"document": "
|
|
14046
|
+
"document": "Time series data list for origin-pull data.",
|
|
13691
14047
|
"example": "无",
|
|
13692
14048
|
"member": "TimingDataRecord",
|
|
13693
|
-
"name": "
|
|
14049
|
+
"name": "TimingDataRecords",
|
|
13694
14050
|
"output_required": true,
|
|
13695
14051
|
"type": "list",
|
|
13696
|
-
"value_allowed_null":
|
|
14052
|
+
"value_allowed_null": false
|
|
13697
14053
|
},
|
|
13698
14054
|
{
|
|
13699
14055
|
"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.",
|
|
@@ -13718,7 +14074,7 @@
|
|
|
13718
14074
|
},
|
|
13719
14075
|
{
|
|
13720
14076
|
"disabled": false,
|
|
13721
|
-
"document": "End time.
|
|
14077
|
+
"document": "End time. The query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.",
|
|
13722
14078
|
"example": "2020-04-30T00:00:00Z",
|
|
13723
14079
|
"member": "datetime_iso",
|
|
13724
14080
|
"name": "EndTime",
|
|
@@ -13727,7 +14083,7 @@
|
|
|
13727
14083
|
},
|
|
13728
14084
|
{
|
|
13729
14085
|
"disabled": false,
|
|
13730
|
-
"document": "Queried metric. Valid values:\n<li> l7Flow_outFlux_country:
|
|
14086
|
+
"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_referers: 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
14087
|
"example": "l7Flow_outFlux_country",
|
|
13732
14088
|
"member": "string",
|
|
13733
14089
|
"name": "MetricName",
|
|
@@ -13736,11 +14092,11 @@
|
|
|
13736
14092
|
},
|
|
13737
14093
|
{
|
|
13738
14094
|
"disabled": false,
|
|
13739
|
-
"document": "Site ID set. this parameter
|
|
14095
|
+
"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
14096
|
"example": "[\"*\"]",
|
|
13741
14097
|
"member": "string",
|
|
13742
14098
|
"name": "ZoneIds",
|
|
13743
|
-
"required":
|
|
14099
|
+
"required": true,
|
|
13744
14100
|
"type": "list"
|
|
13745
14101
|
},
|
|
13746
14102
|
{
|
|
@@ -13754,7 +14110,7 @@
|
|
|
13754
14110
|
},
|
|
13755
14111
|
{
|
|
13756
14112
|
"disabled": false,
|
|
13757
|
-
"document": "Filter criteria
|
|
14113
|
+
"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
14114
|
"example": "无",
|
|
13759
14115
|
"member": "QueryCondition",
|
|
13760
14116
|
"name": "Filters",
|
|
@@ -13763,7 +14119,7 @@
|
|
|
13763
14119
|
},
|
|
13764
14120
|
{
|
|
13765
14121
|
"disabled": false,
|
|
13766
|
-
"document": "Query
|
|
14122
|
+
"document": "Query time granularity. this parameter is invalid. to be deprecated.",
|
|
13767
14123
|
"example": "min",
|
|
13768
14124
|
"member": "string",
|
|
13769
14125
|
"name": "Interval",
|
|
@@ -13772,7 +14128,7 @@
|
|
|
13772
14128
|
},
|
|
13773
14129
|
{
|
|
13774
14130
|
"disabled": false,
|
|
13775
|
-
"document": "Data ownership region. this parameter is deprecated.
|
|
14131
|
+
"document": "Data ownership region. this parameter is deprecated. please filter data by client region in `Filters.country`.",
|
|
13776
14132
|
"example": "mainland",
|
|
13777
14133
|
"member": "string",
|
|
13778
14134
|
"name": "Area",
|
|
@@ -14865,7 +15221,7 @@
|
|
|
14865
15221
|
"usage": "both"
|
|
14866
15222
|
},
|
|
14867
15223
|
"DnsVerification": {
|
|
14868
|
-
"document": "",
|
|
15224
|
+
"document": "Information required for DNS resolution verification when applying for a free certificate in CNAME mode integration to verify ownership of a site or domain name.",
|
|
14869
15225
|
"members": [
|
|
14870
15226
|
{
|
|
14871
15227
|
"disabled": false,
|
|
@@ -14951,7 +15307,7 @@
|
|
|
14951
15307
|
},
|
|
14952
15308
|
{
|
|
14953
15309
|
"disabled": false,
|
|
14954
|
-
"document": "ZoneId set.
|
|
15310
|
+
"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
15311
|
"example": "[\"zone-2m6jx63f6k3x\"]",
|
|
14956
15312
|
"member": "string",
|
|
14957
15313
|
"name": "ZoneIds",
|
|
@@ -15043,7 +15399,7 @@
|
|
|
15043
15399
|
},
|
|
15044
15400
|
{
|
|
15045
15401
|
"disabled": false,
|
|
15046
|
-
"document": "ZoneId set.
|
|
15402
|
+
"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
15403
|
"example": "[\"zone-2nepupfjtjlf\"]",
|
|
15048
15404
|
"member": "string",
|
|
15049
15405
|
"name": "ZoneIds",
|
|
@@ -15898,11 +16254,11 @@
|
|
|
15898
16254
|
"usage": "out"
|
|
15899
16255
|
},
|
|
15900
16256
|
"FileVerification": {
|
|
15901
|
-
"document": "Information required for
|
|
16257
|
+
"document": "Information required for HTTP access verification file when applying for a free certificate in CNAME mode integration to verify ownership of a site or domain name.",
|
|
15902
16258
|
"members": [
|
|
15903
16259
|
{
|
|
15904
16260
|
"disabled": false,
|
|
15905
|
-
"document": "EdgeOne
|
|
16261
|
+
"document": "EdgeOne backend server will get file verification information via http://{Host}{URL Path} (for example http://www.example.com/.well-known/teo-verification/z12h416twn.txt). among them, this field specifies the URL Path part you need to create, and Host indicates the current accelerated domain.",
|
|
15906
16262
|
"example": "/.well-known/teo-verification/z12h416twn.txt",
|
|
15907
16263
|
"member": "string",
|
|
15908
16264
|
"name": "Path",
|
|
@@ -16943,7 +17299,7 @@
|
|
|
16943
17299
|
},
|
|
16944
17300
|
{
|
|
16945
17301
|
"disabled": false,
|
|
16946
|
-
"document": "Tls version settings
|
|
17302
|
+
"document": "Tls version settings. valid values:.\n<Li>TLSv1: specifies the tlsv1 version.</li>.\n<Li>TLSv1.1: specifies the 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
17303
|
"example": "[\"TLSv1\", \"TLSv1.1\"]",
|
|
16948
17304
|
"member": "string",
|
|
16949
17305
|
"name": "TlsVersion",
|
|
@@ -17751,7 +18107,7 @@
|
|
|
17751
18107
|
},
|
|
17752
18108
|
{
|
|
17753
18109
|
"disabled": false,
|
|
17754
|
-
"document": "Template creation time. uses [ISO date format](https://www.tencentcloud.
|
|
18110
|
+
"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
18111
|
"example": "2020-09-07T00:00:00+08:00",
|
|
17756
18112
|
"member": "string",
|
|
17757
18113
|
"name": "CreateTime",
|
|
@@ -17761,7 +18117,7 @@
|
|
|
17761
18117
|
},
|
|
17762
18118
|
{
|
|
17763
18119
|
"disabled": false,
|
|
17764
|
-
"document": "Template last modified time. uses [ISO date format](https://www.tencentcloud.
|
|
18120
|
+
"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
18121
|
"example": "2020-09-07T00:00:00+08:00",
|
|
17766
18122
|
"member": "string",
|
|
17767
18123
|
"name": "UpdateTime",
|
|
@@ -18757,16 +19113,18 @@
|
|
|
18757
19113
|
"example": "on/off",
|
|
18758
19114
|
"member": "string",
|
|
18759
19115
|
"name": "FollowOrigin",
|
|
19116
|
+
"output_required": true,
|
|
18760
19117
|
"required": false,
|
|
18761
19118
|
"type": "string",
|
|
18762
19119
|
"value_allowed_null": false
|
|
18763
19120
|
},
|
|
18764
19121
|
{
|
|
18765
19122
|
"disabled": false,
|
|
18766
|
-
"document": "
|
|
19123
|
+
"document": "MaxAge specifies the time setting in seconds. value range: 0–315360000.\nSpecifies the time when the cache is disabled if set to 0.",
|
|
18767
19124
|
"example": "600",
|
|
18768
19125
|
"member": "int64",
|
|
18769
19126
|
"name": "MaxAgeTime",
|
|
19127
|
+
"output_required": true,
|
|
18770
19128
|
"required": false,
|
|
18771
19129
|
"type": "int",
|
|
18772
19130
|
"value_allowed_null": false
|
|
@@ -19783,7 +20141,7 @@
|
|
|
19783
20141
|
{
|
|
19784
20142
|
"disabled": false,
|
|
19785
20143
|
"document": "Domain names that you need to modify the certificate configuration",
|
|
19786
|
-
"example": "www.test.com",
|
|
20144
|
+
"example": "[\"www.test.com\"]",
|
|
19787
20145
|
"member": "string",
|
|
19788
20146
|
"name": "Hosts",
|
|
19789
20147
|
"required": true,
|
|
@@ -19791,8 +20149,8 @@
|
|
|
19791
20149
|
},
|
|
19792
20150
|
{
|
|
19793
20151
|
"disabled": false,
|
|
19794
|
-
"document": "
|
|
19795
|
-
"example": "
|
|
20152
|
+
"document": "Configures the server certificate mode. valid values:.\n\n- disable: without configuring server certificate.\n- eofreecert: specifies to apply for a free certificate through automatic validation and deploy it. for verification methods, see [free certificate application supported verification methods](https://www.tencentcloud.comom/document/product/1552/90437?from_cn_redirect=1).\n - In ns or DNSPod hosting access mode, free certificates can only be applied for via automatic validation.\n - When a free certificate application fails, it can cause deployment failure. you can obtain the failure reason through the <a href = 'https://www.tencentcloud.comom/document/product/1552/124806?from_cn_redirect=1)'>check free certificate application result</a> .\n- eofreecert_manual: specifies the deployment of free certificates applied through DNS delegation verification or file verification. before deploying a free certificate, you need to trigger the [apply for free certificate](https://www.tencentcloud.comom/document/product/1552/124807?from_cn_redirect=1)) api to apply for a free certificate. once the application is successful, you can use this enumeration value to deploy the free certificate.\nNote: when deploying a free certificate, ensure a successful application for a free certificate already exists. you can check whether a successful application for a free certificate already exists through the <a href = 'https://www.tencentcloud.comom/document/product/1552/124806?from_cn_redirect=1)'>check free certificate application result</a> api.\n- sslcert: specifies the configuration of the managed service side certificate.",
|
|
20153
|
+
"example": "eofreecert",
|
|
19796
20154
|
"member": "string",
|
|
19797
20155
|
"name": "Mode",
|
|
19798
20156
|
"required": false,
|
|
@@ -19801,7 +20159,7 @@
|
|
|
19801
20159
|
{
|
|
19802
20160
|
"disabled": false,
|
|
19803
20161
|
"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": "
|
|
20162
|
+
"example": "无",
|
|
19805
20163
|
"member": "ServerCertInfo",
|
|
19806
20164
|
"name": "ServerCertInfo",
|
|
19807
20165
|
"required": false,
|
|
@@ -19824,6 +20182,15 @@
|
|
|
19824
20182
|
"name": "ClientCertInfo",
|
|
19825
20183
|
"required": false,
|
|
19826
20184
|
"type": "object"
|
|
20185
|
+
},
|
|
20186
|
+
{
|
|
20187
|
+
"disabled": false,
|
|
20188
|
+
"document": "Specifies the certificate carried during EO node origin-pull for origin-pull mutual authentication handshake, off by default. leave blank to indicate retaining the original configuration. this configuration is currently in closed beta testing for the allowlist feature. if you need to use it, please contact us (https://www.tencentcloud.comom/online?from_cn_redirect=1-service).",
|
|
20189
|
+
"example": "无",
|
|
20190
|
+
"member": "UpstreamCertInfo",
|
|
20191
|
+
"name": "UpstreamCertInfo",
|
|
20192
|
+
"required": false,
|
|
20193
|
+
"type": "object"
|
|
19827
20194
|
}
|
|
19828
20195
|
],
|
|
19829
20196
|
"type": "object"
|
|
@@ -20407,6 +20774,51 @@
|
|
|
20407
20774
|
],
|
|
20408
20775
|
"type": "object"
|
|
20409
20776
|
},
|
|
20777
|
+
"ModifyMultiPathGatewayStatusRequest": {
|
|
20778
|
+
"document": "ModifyMultiPathGatewayStatus request structure.",
|
|
20779
|
+
"members": [
|
|
20780
|
+
{
|
|
20781
|
+
"disabled": false,
|
|
20782
|
+
"document": "Gateway ID.",
|
|
20783
|
+
"example": "eo-gw-lb-ahk1js",
|
|
20784
|
+
"member": "string",
|
|
20785
|
+
"name": "GatewayId",
|
|
20786
|
+
"required": true,
|
|
20787
|
+
"type": "string"
|
|
20788
|
+
},
|
|
20789
|
+
{
|
|
20790
|
+
"disabled": false,
|
|
20791
|
+
"document": "Zone ID.",
|
|
20792
|
+
"example": "zone-27q0p0bal192",
|
|
20793
|
+
"member": "string",
|
|
20794
|
+
"name": "ZoneId",
|
|
20795
|
+
"required": true,
|
|
20796
|
+
"type": "string"
|
|
20797
|
+
},
|
|
20798
|
+
{
|
|
20799
|
+
"disabled": false,
|
|
20800
|
+
"document": "Modifies the enabled/disabled status of the gateway. valid values: <li> offline: disabled;</li> <li> online: enabled.</li>.",
|
|
20801
|
+
"example": "offline",
|
|
20802
|
+
"member": "string",
|
|
20803
|
+
"name": "GatewayStatus",
|
|
20804
|
+
"required": false,
|
|
20805
|
+
"type": "string"
|
|
20806
|
+
}
|
|
20807
|
+
],
|
|
20808
|
+
"type": "object"
|
|
20809
|
+
},
|
|
20810
|
+
"ModifyMultiPathGatewayStatusResponse": {
|
|
20811
|
+
"document": "ModifyMultiPathGatewayStatus response structure.",
|
|
20812
|
+
"members": [
|
|
20813
|
+
{
|
|
20814
|
+
"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.",
|
|
20815
|
+
"member": "string",
|
|
20816
|
+
"name": "RequestId",
|
|
20817
|
+
"type": "string"
|
|
20818
|
+
}
|
|
20819
|
+
],
|
|
20820
|
+
"type": "object"
|
|
20821
|
+
},
|
|
20410
20822
|
"ModifyOriginACLRequest": {
|
|
20411
20823
|
"document": "ModifyOriginACL request structure.",
|
|
20412
20824
|
"members": [
|
|
@@ -21437,6 +21849,15 @@
|
|
|
21437
21849
|
"required": false,
|
|
21438
21850
|
"type": "object"
|
|
21439
21851
|
},
|
|
21852
|
+
{
|
|
21853
|
+
"disabled": false,
|
|
21854
|
+
"document": "Network Error Logging configuration. The original configuration will apply if it is not specified.",
|
|
21855
|
+
"example": "无",
|
|
21856
|
+
"member": "NetworkErrorLogging",
|
|
21857
|
+
"name": "NetworkErrorLogging",
|
|
21858
|
+
"required": false,
|
|
21859
|
+
"type": "object"
|
|
21860
|
+
},
|
|
21440
21861
|
{
|
|
21441
21862
|
"disabled": false,
|
|
21442
21863
|
"document": "Image optimization. \nIt is disabled if this parameter is not specified.",
|
|
@@ -21601,6 +22022,45 @@
|
|
|
21601
22022
|
],
|
|
21602
22023
|
"usage": "out"
|
|
21603
22024
|
},
|
|
22025
|
+
"MultiPathGatewayCurrentOriginACL": {
|
|
22026
|
+
"document": "Describes the currently effective IP range for origin servers.",
|
|
22027
|
+
"members": [
|
|
22028
|
+
{
|
|
22029
|
+
"disabled": false,
|
|
22030
|
+
"document": "Describes the IP range details for origin servers.",
|
|
22031
|
+
"example": "无",
|
|
22032
|
+
"member": "Addresses",
|
|
22033
|
+
"name": "EntireAddresses",
|
|
22034
|
+
"output_required": false,
|
|
22035
|
+
"required": false,
|
|
22036
|
+
"type": "object",
|
|
22037
|
+
"value_allowed_null": false
|
|
22038
|
+
},
|
|
22039
|
+
{
|
|
22040
|
+
"disabled": false,
|
|
22041
|
+
"document": "Specifies the version number.",
|
|
22042
|
+
"example": "1",
|
|
22043
|
+
"member": "int64",
|
|
22044
|
+
"name": "Version",
|
|
22045
|
+
"output_required": false,
|
|
22046
|
+
"required": false,
|
|
22047
|
+
"type": "int",
|
|
22048
|
+
"value_allowed_null": false
|
|
22049
|
+
},
|
|
22050
|
+
{
|
|
22051
|
+
"disabled": false,
|
|
22052
|
+
"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.",
|
|
22053
|
+
"example": "false",
|
|
22054
|
+
"member": "string",
|
|
22055
|
+
"name": "IsPlaned",
|
|
22056
|
+
"output_required": false,
|
|
22057
|
+
"required": false,
|
|
22058
|
+
"type": "string",
|
|
22059
|
+
"value_allowed_null": false
|
|
22060
|
+
}
|
|
22061
|
+
],
|
|
22062
|
+
"usage": "both"
|
|
22063
|
+
},
|
|
21604
22064
|
"MultiPathGatewayLine": {
|
|
21605
22065
|
"document": "Multi-Channel security gateway line information.",
|
|
21606
22066
|
"members": [
|
|
@@ -21657,12 +22117,101 @@
|
|
|
21657
22117
|
],
|
|
21658
22118
|
"usage": "out"
|
|
21659
22119
|
},
|
|
22120
|
+
"MultiPathGatewayNextOriginACL": {
|
|
22121
|
+
"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.",
|
|
22122
|
+
"members": [
|
|
22123
|
+
{
|
|
22124
|
+
"disabled": false,
|
|
22125
|
+
"document": "Specifies the version number.",
|
|
22126
|
+
"example": "2",
|
|
22127
|
+
"member": "int64",
|
|
22128
|
+
"name": "Version",
|
|
22129
|
+
"output_required": false,
|
|
22130
|
+
"required": false,
|
|
22131
|
+
"type": "int",
|
|
22132
|
+
"value_allowed_null": false
|
|
22133
|
+
},
|
|
22134
|
+
{
|
|
22135
|
+
"disabled": false,
|
|
22136
|
+
"document": "Describes the IP range details for origin servers.",
|
|
22137
|
+
"example": "无",
|
|
22138
|
+
"member": "Addresses",
|
|
22139
|
+
"name": "EntireAddresses",
|
|
22140
|
+
"output_required": false,
|
|
22141
|
+
"required": false,
|
|
22142
|
+
"type": "object",
|
|
22143
|
+
"value_allowed_null": false
|
|
22144
|
+
},
|
|
22145
|
+
{
|
|
22146
|
+
"disabled": false,
|
|
22147
|
+
"document": "The latest origin IP range newly added compared with the origin IP range in MultiPathGatewayCurrentOrginACL.",
|
|
22148
|
+
"example": "无",
|
|
22149
|
+
"member": "Addresses",
|
|
22150
|
+
"name": "AddedAddresses",
|
|
22151
|
+
"output_required": false,
|
|
22152
|
+
"required": false,
|
|
22153
|
+
"type": "object",
|
|
22154
|
+
"value_allowed_null": false
|
|
22155
|
+
},
|
|
22156
|
+
{
|
|
22157
|
+
"disabled": false,
|
|
22158
|
+
"document": "Specifies the latest IP address range removed from the origin IP range in MultiPathGatewayCurrentOrginACL compared with the original.",
|
|
22159
|
+
"example": "无",
|
|
22160
|
+
"member": "Addresses",
|
|
22161
|
+
"name": "RemovedAddresses",
|
|
22162
|
+
"output_required": false,
|
|
22163
|
+
"required": false,
|
|
22164
|
+
"type": "object",
|
|
22165
|
+
"value_allowed_null": false
|
|
22166
|
+
},
|
|
22167
|
+
{
|
|
22168
|
+
"disabled": false,
|
|
22169
|
+
"document": "The latest origin IP range unchanged compared with the origin IP range in MultiPathGatewayCurrentOrginACL.",
|
|
22170
|
+
"example": "无",
|
|
22171
|
+
"member": "Addresses",
|
|
22172
|
+
"name": "NoChangeAddresses",
|
|
22173
|
+
"output_required": false,
|
|
22174
|
+
"required": false,
|
|
22175
|
+
"type": "object",
|
|
22176
|
+
"value_allowed_null": false
|
|
22177
|
+
}
|
|
22178
|
+
],
|
|
22179
|
+
"usage": "both"
|
|
22180
|
+
},
|
|
22181
|
+
"MultiPathGatewayOriginACLInfo": {
|
|
22182
|
+
"document": "Multi-Channel gateway example instance binding relationship with origin IP ranges and origin IP range details.",
|
|
22183
|
+
"members": [
|
|
22184
|
+
{
|
|
22185
|
+
"disabled": false,
|
|
22186
|
+
"document": "Describes the currently effective IP range for origin servers.",
|
|
22187
|
+
"example": "无",
|
|
22188
|
+
"member": "MultiPathGatewayCurrentOriginACL",
|
|
22189
|
+
"name": "MultiPathGatewayCurrentOriginACL",
|
|
22190
|
+
"output_required": false,
|
|
22191
|
+
"required": false,
|
|
22192
|
+
"type": "object",
|
|
22193
|
+
"value_allowed_null": false
|
|
22194
|
+
},
|
|
22195
|
+
{
|
|
22196
|
+
"disabled": false,
|
|
22197
|
+
"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.",
|
|
22198
|
+
"example": "无",
|
|
22199
|
+
"member": "MultiPathGatewayNextOriginACL",
|
|
22200
|
+
"name": "MultiPathGatewayNextOriginACL",
|
|
22201
|
+
"output_required": false,
|
|
22202
|
+
"required": false,
|
|
22203
|
+
"type": "object",
|
|
22204
|
+
"value_allowed_null": false
|
|
22205
|
+
}
|
|
22206
|
+
],
|
|
22207
|
+
"usage": "both"
|
|
22208
|
+
},
|
|
21660
22209
|
"MutualTLS": {
|
|
21661
|
-
"document": "",
|
|
22210
|
+
"document": "HTTPS Mutual authentication.",
|
|
21662
22211
|
"members": [
|
|
21663
22212
|
{
|
|
21664
22213
|
"disabled": false,
|
|
21665
|
-
"document": "",
|
|
22214
|
+
"document": "Mutual authentication configuration switch, the values are:<li>on: enable; </li> <li>off: disable. </li>",
|
|
21666
22215
|
"example": "on/off",
|
|
21667
22216
|
"member": "string",
|
|
21668
22217
|
"name": "Switch",
|
|
@@ -21685,6 +22234,40 @@
|
|
|
21685
22234
|
],
|
|
21686
22235
|
"usage": "both"
|
|
21687
22236
|
},
|
|
22237
|
+
"NetworkErrorLogging": {
|
|
22238
|
+
"document": "Network Error Logging configuration.",
|
|
22239
|
+
"members": [
|
|
22240
|
+
{
|
|
22241
|
+
"disabled": false,
|
|
22242
|
+
"document": "Specifies whether the Network Error Logging configuration is enabled. Valid values:.\n<li>`on`: Enable;</li>\n<li>`off`: Disable.</li>",
|
|
22243
|
+
"example": "on",
|
|
22244
|
+
"member": "string",
|
|
22245
|
+
"name": "Switch",
|
|
22246
|
+
"output_required": true,
|
|
22247
|
+
"required": true,
|
|
22248
|
+
"type": "string",
|
|
22249
|
+
"value_allowed_null": false
|
|
22250
|
+
}
|
|
22251
|
+
],
|
|
22252
|
+
"usage": "both"
|
|
22253
|
+
},
|
|
22254
|
+
"NetworkErrorLoggingParameters": {
|
|
22255
|
+
"document": "Network Error Logging configuration.",
|
|
22256
|
+
"members": [
|
|
22257
|
+
{
|
|
22258
|
+
"disabled": false,
|
|
22259
|
+
"document": "Specifies whether Network Error Logging configuration is enabled. Valid values:\n<li>`on`: Enable;</li>\n<li>`off`: Disable.</li>",
|
|
22260
|
+
"example": "on",
|
|
22261
|
+
"member": "string",
|
|
22262
|
+
"name": "Switch",
|
|
22263
|
+
"output_required": false,
|
|
22264
|
+
"required": false,
|
|
22265
|
+
"type": "string",
|
|
22266
|
+
"value_allowed_null": false
|
|
22267
|
+
}
|
|
22268
|
+
],
|
|
22269
|
+
"usage": "both"
|
|
22270
|
+
},
|
|
21688
22271
|
"NextOriginACL": {
|
|
21689
22272
|
"document": "When origin ACLs are updated, this field will be returned with the next version of the IP range to take effect, including a comparison with the currently effective IP range.",
|
|
21690
22273
|
"members": [
|
|
@@ -22652,6 +23235,23 @@
|
|
|
22652
23235
|
],
|
|
22653
23236
|
"usage": "out"
|
|
22654
23237
|
},
|
|
23238
|
+
"OriginPullProtocolParameters": {
|
|
23239
|
+
"document": "",
|
|
23240
|
+
"members": [
|
|
23241
|
+
{
|
|
23242
|
+
"disabled": false,
|
|
23243
|
+
"document": "",
|
|
23244
|
+
"example": "https",
|
|
23245
|
+
"member": "string",
|
|
23246
|
+
"name": "Protocol",
|
|
23247
|
+
"output_required": false,
|
|
23248
|
+
"required": false,
|
|
23249
|
+
"type": "string",
|
|
23250
|
+
"value_allowed_null": false
|
|
23251
|
+
}
|
|
23252
|
+
],
|
|
23253
|
+
"usage": "both"
|
|
23254
|
+
},
|
|
22655
23255
|
"OriginRecord": {
|
|
22656
23256
|
"document": "Origin group record",
|
|
22657
23257
|
"members": [
|
|
@@ -23096,7 +23696,7 @@
|
|
|
23096
23696
|
},
|
|
23097
23697
|
{
|
|
23098
23698
|
"disabled": false,
|
|
23099
|
-
"document": "
|
|
23699
|
+
"document": "Specifies the maximum limit. this field is valid only when Switch is on. value range: 1MB to 800MB. unit: byte.",
|
|
23100
23700
|
"example": "10000000",
|
|
23101
23701
|
"member": "int64",
|
|
23102
23702
|
"name": "MaxSize",
|
|
@@ -23124,7 +23724,7 @@
|
|
|
23124
23724
|
},
|
|
23125
23725
|
{
|
|
23126
23726
|
"disabled": false,
|
|
23127
|
-
"document": "
|
|
23727
|
+
"document": "Specifies the maximum limit for file streaming transmission in POST request upload. this field is valid only when Switch is on. value range: 1MB to 800MB. unit: byte.",
|
|
23128
23728
|
"example": "10000000",
|
|
23129
23729
|
"member": "int64",
|
|
23130
23730
|
"name": "MaxSize",
|
|
@@ -24972,6 +25572,17 @@
|
|
|
24972
25572
|
"type": "object",
|
|
24973
25573
|
"value_allowed_null": true
|
|
24974
25574
|
},
|
|
25575
|
+
{
|
|
25576
|
+
"disabled": false,
|
|
25577
|
+
"document": "",
|
|
25578
|
+
"example": "无",
|
|
25579
|
+
"member": "OriginPullProtocolParameters",
|
|
25580
|
+
"name": "OriginPullProtocolParameters",
|
|
25581
|
+
"output_required": false,
|
|
25582
|
+
"required": false,
|
|
25583
|
+
"type": "object",
|
|
25584
|
+
"value_allowed_null": true
|
|
25585
|
+
},
|
|
24975
25586
|
{
|
|
24976
25587
|
"disabled": false,
|
|
24977
25588
|
"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 +26099,7 @@
|
|
|
25488
26099
|
},
|
|
25489
26100
|
{
|
|
25490
26101
|
"disabled": false,
|
|
25491
|
-
"document": "The parameter value type.\n<Li>`CHOICE`: the parameter value can only be selected from `choicesvalue`.</li
|
|
26102
|
+
"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
26103
|
"example": "CHOICE",
|
|
25493
26104
|
"member": "string",
|
|
25494
26105
|
"name": "Type",
|
|
@@ -26889,7 +27500,7 @@
|
|
|
26889
27500
|
},
|
|
26890
27501
|
{
|
|
26891
27502
|
"disabled": false,
|
|
26892
|
-
"document": "
|
|
27503
|
+
"document": "Description of the reason for cache purge or warm cache failure.",
|
|
26893
27504
|
"example": "回源失败,可尝试重新提交,或检查源站是否出现以下问题:服务不可用、响应超时、触发限速策略、安全策略限制、网络故障、或达到带宽/连接数上限。",
|
|
26894
27505
|
"member": "string",
|
|
26895
27506
|
"name": "FailMessage",
|
|
@@ -28309,6 +28920,17 @@
|
|
|
28309
28920
|
"type": "object",
|
|
28310
28921
|
"value_allowed_null": true
|
|
28311
28922
|
},
|
|
28923
|
+
{
|
|
28924
|
+
"disabled": false,
|
|
28925
|
+
"document": "Network Error Logging configuration.\nNote: This field may return null, which indicates a failure to obtain a valid value.",
|
|
28926
|
+
"example": "无",
|
|
28927
|
+
"member": "NetworkErrorLoggingParameters",
|
|
28928
|
+
"name": "NetworkErrorLogging",
|
|
28929
|
+
"output_required": false,
|
|
28930
|
+
"required": false,
|
|
28931
|
+
"type": "object",
|
|
28932
|
+
"value_allowed_null": true
|
|
28933
|
+
},
|
|
28312
28934
|
{
|
|
28313
28935
|
"disabled": false,
|
|
28314
28936
|
"document": "Accelerate optimization and configuration in mainland china.\nNote: this field may return null, which indicates a failure to obtain a valid value.",
|
|
@@ -28602,6 +29224,16 @@
|
|
|
28602
29224
|
"type": "object",
|
|
28603
29225
|
"value_allowed_null": true
|
|
28604
29226
|
},
|
|
29227
|
+
{
|
|
29228
|
+
"disabled": false,
|
|
29229
|
+
"document": "Network Error Logging configuration.\nNote: This field may return `null`, indicating that no valid value can be obtained.",
|
|
29230
|
+
"example": "无",
|
|
29231
|
+
"member": "NetworkErrorLogging",
|
|
29232
|
+
"name": "NetworkErrorLogging",
|
|
29233
|
+
"output_required": true,
|
|
29234
|
+
"type": "object",
|
|
29235
|
+
"value_allowed_null": true
|
|
29236
|
+
},
|
|
28605
29237
|
{
|
|
28606
29238
|
"disabled": false,
|
|
28607
29239
|
"document": "Image optimization configuration. \nNote: This field may return `null`, indicating that no valid value was found.",
|