tccli 3.0.1141.1__py2.py3-none-any.whl → 3.0.1143.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/aiart/aiart_client.py +53 -0
- tccli/services/aiart/v20221229/api.json +108 -0
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/clb/v20180317/api.json +37 -37
- tccli/services/csip/v20221121/api.json +158 -159
- tccli/services/csip/v20221121/examples.json +12 -12
- tccli/services/dcdb/v20180411/api.json +21 -11
- tccli/services/dts/v20211206/api.json +11 -0
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +6 -8
- tccli/services/gaap/gaap_client.py +61 -8
- tccli/services/gaap/v20180529/api.json +52 -0
- tccli/services/gaap/v20180529/examples.json +8 -0
- tccli/services/ims/v20201229/api.json +2 -2
- tccli/services/mariadb/v20170312/api.json +21 -11
- tccli/services/monitor/v20180724/api.json +9 -0
- tccli/services/ocr/v20181119/api.json +41 -4
- tccli/services/ocr/v20181119/examples.json +2 -2
- tccli/services/organization/v20210331/api.json +2 -2
- tccli/services/redis/v20180412/api.json +29 -29
- tccli/services/redis/v20180412/examples.json +1 -1
- tccli/services/scf/v20180416/api.json +0 -1
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/ssl/v20191205/examples.json +2 -2
- tccli/services/tdmq/v20200217/api.json +22 -3
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +76 -13
- tccli/services/teo/v20220901/examples.json +6 -0
- tccli/services/tmt/v20180321/api.json +36 -0
- tccli/services/tmt/v20180321/examples.json +6 -0
- tccli/services/vpc/v20170312/api.json +87 -6
- tccli/services/vpc/v20170312/examples.json +4 -4
- tccli/services/waf/v20180125/api.json +273 -222
- tccli/services/waf/v20180125/examples.json +14 -14
- {tccli-3.0.1141.1.dist-info → tccli-3.0.1143.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1141.1.dist-info → tccli-3.0.1143.1.dist-info}/RECORD +40 -40
- {tccli-3.0.1141.1.dist-info → tccli-3.0.1143.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1141.1.dist-info → tccli-3.0.1143.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1141.1.dist-info → tccli-3.0.1143.1.dist-info}/license_files/LICENSE +0 -0
@@ -944,7 +944,7 @@
|
|
944
944
|
},
|
945
945
|
{
|
946
946
|
"disabled": false,
|
947
|
-
"document": "
|
947
|
+
"document": "服务端证书列表。\n注意:此字段可能返回 null,表示取不到有效值。",
|
948
948
|
"example": "无",
|
949
949
|
"member": "CertificateInfo",
|
950
950
|
"name": "List",
|
@@ -952,6 +952,17 @@
|
|
952
952
|
"required": false,
|
953
953
|
"type": "list",
|
954
954
|
"value_allowed_null": true
|
955
|
+
},
|
956
|
+
{
|
957
|
+
"disabled": false,
|
958
|
+
"document": "边缘双向认证配置。",
|
959
|
+
"example": "无",
|
960
|
+
"member": "MutualTLS",
|
961
|
+
"name": "ClientCertInfo",
|
962
|
+
"output_required": false,
|
963
|
+
"required": false,
|
964
|
+
"type": "object",
|
965
|
+
"value_allowed_null": false
|
955
966
|
}
|
956
967
|
],
|
957
968
|
"usage": "both"
|
@@ -2805,15 +2816,16 @@
|
|
2805
2816
|
"usage": "in"
|
2806
2817
|
},
|
2807
2818
|
"CertificateInfo": {
|
2808
|
-
"document": "https
|
2819
|
+
"document": "https 证书配置。",
|
2809
2820
|
"members": [
|
2810
2821
|
{
|
2811
2822
|
"disabled": false,
|
2812
|
-
"document": "
|
2823
|
+
"document": "证书 ID。",
|
2813
2824
|
"example": "EO-dsfdsf",
|
2814
2825
|
"member": "string",
|
2815
2826
|
"name": "CertId",
|
2816
2827
|
"output_required": false,
|
2828
|
+
"required": true,
|
2817
2829
|
"type": "string",
|
2818
2830
|
"value_allowed_null": false
|
2819
2831
|
},
|
@@ -2824,6 +2836,7 @@
|
|
2824
2836
|
"member": "string",
|
2825
2837
|
"name": "Alias",
|
2826
2838
|
"output_required": false,
|
2839
|
+
"required": false,
|
2827
2840
|
"type": "string",
|
2828
2841
|
"value_allowed_null": false
|
2829
2842
|
},
|
@@ -2834,6 +2847,7 @@
|
|
2834
2847
|
"member": "string",
|
2835
2848
|
"name": "Type",
|
2836
2849
|
"output_required": false,
|
2850
|
+
"required": false,
|
2837
2851
|
"type": "string",
|
2838
2852
|
"value_allowed_null": false
|
2839
2853
|
},
|
@@ -2844,6 +2858,7 @@
|
|
2844
2858
|
"member": "datetime_iso",
|
2845
2859
|
"name": "ExpireTime",
|
2846
2860
|
"output_required": false,
|
2861
|
+
"required": false,
|
2847
2862
|
"type": "string",
|
2848
2863
|
"value_allowed_null": false
|
2849
2864
|
},
|
@@ -2854,6 +2869,7 @@
|
|
2854
2869
|
"member": "datetime_iso",
|
2855
2870
|
"name": "DeployTime",
|
2856
2871
|
"output_required": false,
|
2872
|
+
"required": false,
|
2857
2873
|
"type": "string",
|
2858
2874
|
"value_allowed_null": false
|
2859
2875
|
},
|
@@ -2864,6 +2880,7 @@
|
|
2864
2880
|
"member": "string",
|
2865
2881
|
"name": "SignAlgo",
|
2866
2882
|
"output_required": false,
|
2883
|
+
"required": false,
|
2867
2884
|
"type": "string",
|
2868
2885
|
"value_allowed_null": false
|
2869
2886
|
},
|
@@ -2874,11 +2891,12 @@
|
|
2874
2891
|
"member": "string",
|
2875
2892
|
"name": "Status",
|
2876
2893
|
"output_required": false,
|
2894
|
+
"required": false,
|
2877
2895
|
"type": "string",
|
2878
2896
|
"value_allowed_null": false
|
2879
2897
|
}
|
2880
2898
|
],
|
2881
|
-
"usage": "
|
2899
|
+
"usage": "both"
|
2882
2900
|
},
|
2883
2901
|
"CheckCnameStatusRequest": {
|
2884
2902
|
"document": "CheckCnameStatus请求参数结构体",
|
@@ -10395,7 +10413,7 @@
|
|
10395
10413
|
"usage": "both"
|
10396
10414
|
},
|
10397
10415
|
"IpTableRule": {
|
10398
|
-
"document": "
|
10416
|
+
"document": "自定义规则-基础访问管控配置。",
|
10399
10417
|
"members": [
|
10400
10418
|
{
|
10401
10419
|
"disabled": false,
|
@@ -10403,29 +10421,32 @@
|
|
10403
10421
|
"example": "drop",
|
10404
10422
|
"member": "string",
|
10405
10423
|
"name": "Action",
|
10424
|
+
"output_required": true,
|
10406
10425
|
"required": true,
|
10407
10426
|
"type": "string",
|
10408
10427
|
"value_allowed_null": false
|
10409
10428
|
},
|
10410
10429
|
{
|
10411
10430
|
"disabled": false,
|
10412
|
-
"document": "根据类型匹配,取值有:\n<li>ip
|
10431
|
+
"document": "根据类型匹配,取值有:\n<li>ip:客户端 IP 进行匹配;</li>\n<li>area:客户端 IP 所属地区匹配;</li>\n<li>asn:客户端所属的自治系统进行匹配;</li>\n<li>referer:请求头 Referer 进行匹配;</li>\n<li>ua:请求头 User-Agent 进行匹配;</li>\n<li>url:请求 URL 进行匹配。</li>",
|
10413
10432
|
"example": "ip",
|
10414
10433
|
"member": "string",
|
10415
10434
|
"name": "MatchFrom",
|
10435
|
+
"output_required": true,
|
10416
10436
|
"required": true,
|
10417
10437
|
"type": "string",
|
10418
10438
|
"value_allowed_null": false
|
10419
10439
|
},
|
10420
10440
|
{
|
10421
10441
|
"disabled": false,
|
10422
|
-
"document": "
|
10442
|
+
"document": "规则的匹配方式。取值有:\n<li> match:匹配,适用于 MatchFrom 为 ip;</li>\n<li> not_match:不匹配,适用于 MatchFrom 为 ip;</li>\n<li> include_area:地域包含,适用于 MatchFrom 为 area;</li>\n<li> not_include_area:地域不包含,适用于 MatchFrom 为 area;</li>\n<li> asn_match:ASN 包含,适用于 MatchFrom 为 asn;</li>\n<li> asn_not_match:ASN 不包含,适用于 MatchFrom 为 asn;</li>\n<li> equal:等于,适用于 MatchFrom 为 ua , referer;</li>\n<li> not_equal:不等于,适用于 MatchFrom 为 ua , referer;</li>\n<li> include:通配符匹配,适用于 MatchFrom 为 ua , referer , url;</li>\n<li> not_include:通配符不匹配,适用于 MatchFrom 为 ua , referer;</li>\n<li> is_emty:配置内容为空,适用于 MatchFrom 为 ua , referer;</li>\n<li> not_exists:配置内容不存在,适用于 MatchFrom 为 ua , referer。</li>",
|
10423
10443
|
"example": "equal",
|
10424
10444
|
"member": "string",
|
10425
10445
|
"name": "Operator",
|
10446
|
+
"output_required": true,
|
10426
10447
|
"required": false,
|
10427
10448
|
"type": "string",
|
10428
|
-
"value_allowed_null":
|
10449
|
+
"value_allowed_null": false
|
10429
10450
|
},
|
10430
10451
|
{
|
10431
10452
|
"disabled": false,
|
@@ -10433,6 +10454,7 @@
|
|
10433
10454
|
"example": "0",
|
10434
10455
|
"member": "int64",
|
10435
10456
|
"name": "RuleID",
|
10457
|
+
"output_required": true,
|
10436
10458
|
"required": false,
|
10437
10459
|
"type": "int",
|
10438
10460
|
"value_allowed_null": false
|
@@ -10443,19 +10465,21 @@
|
|
10443
10465
|
"example": "无",
|
10444
10466
|
"member": "datetime_iso",
|
10445
10467
|
"name": "UpdateTime",
|
10468
|
+
"output_required": true,
|
10446
10469
|
"required": false,
|
10447
10470
|
"type": "string",
|
10448
10471
|
"value_allowed_null": false
|
10449
10472
|
},
|
10450
10473
|
{
|
10451
10474
|
"disabled": false,
|
10452
|
-
"document": "
|
10475
|
+
"document": "规则启用状态。取值有:\n<li> on:启用;</li>\n<li> off:未启用。</li>\n当入参缺省时,按 on 取值。",
|
10453
10476
|
"example": "on",
|
10454
10477
|
"member": "string",
|
10455
10478
|
"name": "Status",
|
10479
|
+
"output_required": true,
|
10456
10480
|
"required": false,
|
10457
10481
|
"type": "string",
|
10458
|
-
"value_allowed_null":
|
10482
|
+
"value_allowed_null": false
|
10459
10483
|
},
|
10460
10484
|
{
|
10461
10485
|
"disabled": false,
|
@@ -10463,16 +10487,18 @@
|
|
10463
10487
|
"example": "rule1",
|
10464
10488
|
"member": "string",
|
10465
10489
|
"name": "RuleName",
|
10490
|
+
"output_required": true,
|
10466
10491
|
"required": false,
|
10467
10492
|
"type": "string",
|
10468
10493
|
"value_allowed_null": true
|
10469
10494
|
},
|
10470
10495
|
{
|
10471
10496
|
"disabled": false,
|
10472
|
-
"document": "
|
10497
|
+
"document": "匹配内容。支持多值输入。\n<li>当输入多个匹配值时,请使用英文逗号分隔;</li>\n<li>当 MatchFrom 为 ua 时,不支持多值输入;</li>\n<li>当 Operator 为 is_empty 或 not_exists 时,本字段入参值无效。</li>",
|
10473
10498
|
"example": "1.1.1.1",
|
10474
10499
|
"member": "string",
|
10475
10500
|
"name": "MatchContent",
|
10501
|
+
"output_required": true,
|
10476
10502
|
"required": false,
|
10477
10503
|
"type": "string",
|
10478
10504
|
"value_allowed_null": false
|
@@ -11708,7 +11734,7 @@
|
|
11708
11734
|
},
|
11709
11735
|
{
|
11710
11736
|
"disabled": false,
|
11711
|
-
"document": "
|
11737
|
+
"document": "配置服务端证书的模式,取值有:\n<li>disable:不配置服务端证书;</li>\n<li>eofreecert:配置 EdgeOne 免费服务端证书;</li>\n<li>sslcert:配置 SSL 托管服务端证书;</li>\n不填写表示服务端证书保持原有配置。",
|
11712
11738
|
"example": "eoFreeCert",
|
11713
11739
|
"member": "string",
|
11714
11740
|
"name": "Mode",
|
@@ -11717,7 +11743,7 @@
|
|
11717
11743
|
},
|
11718
11744
|
{
|
11719
11745
|
"disabled": false,
|
11720
|
-
"document": "SSL 证书配置,本参数仅在 mode
|
11746
|
+
"document": "SSL 证书配置,本参数仅在 mode 为 sslcert 时生效,传入对应证书的 CertId 即可。您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/certoverview) 查看 CertId。",
|
11721
11747
|
"example": "teo-xxxxx",
|
11722
11748
|
"member": "ServerCertInfo",
|
11723
11749
|
"name": "ServerCertInfo",
|
@@ -11732,6 +11758,15 @@
|
|
11732
11758
|
"name": "ApplyType",
|
11733
11759
|
"required": false,
|
11734
11760
|
"type": "string"
|
11761
|
+
},
|
11762
|
+
{
|
11763
|
+
"disabled": false,
|
11764
|
+
"document": "边缘双向认证配置。\n不填写表示边缘双向认证保持原有配置。",
|
11765
|
+
"example": "无",
|
11766
|
+
"member": "MutualTLS",
|
11767
|
+
"name": "ClientCertInfo",
|
11768
|
+
"required": false,
|
11769
|
+
"type": "object"
|
11735
11770
|
}
|
11736
11771
|
],
|
11737
11772
|
"type": "object"
|
@@ -12676,6 +12711,34 @@
|
|
12676
12711
|
],
|
12677
12712
|
"type": "object"
|
12678
12713
|
},
|
12714
|
+
"MutualTLS": {
|
12715
|
+
"document": "HTTPS 双向认证。",
|
12716
|
+
"members": [
|
12717
|
+
{
|
12718
|
+
"disabled": false,
|
12719
|
+
"document": "双向认证配置开关,取值有:\n<li>on:开启;</li>\n<li>off:关闭。</li>",
|
12720
|
+
"example": "on/off",
|
12721
|
+
"member": "string",
|
12722
|
+
"name": "Switch",
|
12723
|
+
"output_required": true,
|
12724
|
+
"required": true,
|
12725
|
+
"type": "string",
|
12726
|
+
"value_allowed_null": false
|
12727
|
+
},
|
12728
|
+
{
|
12729
|
+
"disabled": false,
|
12730
|
+
"document": "双向认证证书列表。\n注意:MutualTLS 在 ModifyHostsCertificate 作为入参使用时,该参数传入对应证书的 CertId 即可。您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/certoverview) 查看 CertId。",
|
12731
|
+
"example": "无",
|
12732
|
+
"member": "CertificateInfo",
|
12733
|
+
"name": "CertInfos",
|
12734
|
+
"output_required": false,
|
12735
|
+
"required": false,
|
12736
|
+
"type": "list",
|
12737
|
+
"value_allowed_null": false
|
12738
|
+
}
|
12739
|
+
],
|
12740
|
+
"usage": "both"
|
12741
|
+
},
|
12679
12742
|
"NoCache": {
|
12680
12743
|
"document": "不缓存配置",
|
12681
12744
|
"members": [
|
@@ -916,6 +916,12 @@
|
|
916
916
|
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyHostsCertificate\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-2fgd17m17xw\",\n \"Hosts\": [\n \"abc.test.com\"\n ],\n \"Mode\": \"eofreecert\"\n}",
|
917
917
|
"output": "{\n \"Response\": {\n \"RequestId\": \"084d5612-67a7-4aca-aac9-827aa3662b2d\"\n }\n}",
|
918
918
|
"title": "配置免费证书"
|
919
|
+
},
|
920
|
+
{
|
921
|
+
"document": "针对站点(ZoneId 为 zone-2fgd17m17xw)下的域名(abc.test.com)配置 边缘双向认证(CertId 为 cert-xxxxx)。",
|
922
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyHostsCertificate\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-2fgd17m17xw\",\n \"Hosts\": [\n \"abc.test.com\"\n ],\n \"ClientCertInfo\": {\n \"Switch\": \"on\",\n \"CertInfos\": [\n {\n \"CertId\": \"cert-xxxxx\"\n }\n ]\n }\n}",
|
923
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5e5a0d0f-52f3-4bad-9bd3-dcf1d5c954e7\"\n }\n}",
|
924
|
+
"title": "配置边缘双向认证"
|
919
925
|
}
|
920
926
|
],
|
921
927
|
"ModifyL4Proxy": [
|
@@ -732,6 +732,24 @@
|
|
732
732
|
"name": "SourceTextList",
|
733
733
|
"required": true,
|
734
734
|
"type": "list"
|
735
|
+
},
|
736
|
+
{
|
737
|
+
"disabled": false,
|
738
|
+
"document": "需要使用的术语库列表",
|
739
|
+
"example": "[\"144aed8218c911eb97b88eb0fc7321d4\"]",
|
740
|
+
"member": "string",
|
741
|
+
"name": "TermRepoIDList",
|
742
|
+
"required": false,
|
743
|
+
"type": "list"
|
744
|
+
},
|
745
|
+
{
|
746
|
+
"disabled": false,
|
747
|
+
"document": "需要使用的例句库列表",
|
748
|
+
"example": "[\"b77f64e518ec11ebb2aabf416d88df30\"]",
|
749
|
+
"member": "string",
|
750
|
+
"name": "SentRepoIDList",
|
751
|
+
"required": false,
|
752
|
+
"type": "list"
|
735
753
|
}
|
736
754
|
],
|
737
755
|
"type": "object"
|
@@ -825,6 +843,24 @@
|
|
825
843
|
"name": "UntranslatedText",
|
826
844
|
"required": false,
|
827
845
|
"type": "string"
|
846
|
+
},
|
847
|
+
{
|
848
|
+
"disabled": false,
|
849
|
+
"document": "需要使用的术语库列表",
|
850
|
+
"example": "[\"144aed8218c911eb97b88eb0fc7321d4\"]",
|
851
|
+
"member": "string",
|
852
|
+
"name": "TermRepoIDList",
|
853
|
+
"required": false,
|
854
|
+
"type": "list"
|
855
|
+
},
|
856
|
+
{
|
857
|
+
"disabled": false,
|
858
|
+
"document": "需要使用的例句库列表",
|
859
|
+
"example": "[\"b77f64e518ec11ebb2aabf416d88df30\"]",
|
860
|
+
"member": "string",
|
861
|
+
"name": "SentRepoIDList",
|
862
|
+
"required": false,
|
863
|
+
"type": "list"
|
828
864
|
}
|
829
865
|
],
|
830
866
|
"type": "object"
|
@@ -54,6 +54,12 @@
|
|
54
54
|
"input": "POST / HTTP/1.1\nHost: tmt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TextTranslateBatch\n<公共请求参数>\n\n{\n \"SourceTextList\": [\n \"你好\",\n \"今天天气怎么样\"\n ],\n \"Source\": \"zh\",\n \"Target\": \"en\",\n \"ProjectId\": 0\n}",
|
55
55
|
"output": "{\n \"Response\": {\n \"RequestId\": \"beb15bd7-29aa-4f0f-9a80-574d6fc3733f\",\n \"Source\": \"zh\",\n \"Target\": \"en\",\n \"TargetTextList\": [\n \"Hello.\",\n \"What's the weather like today?\"\n ]\n }\n}",
|
56
56
|
"title": "批量文本翻译调用示例"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"document": "带术语库例句库",
|
60
|
+
"input": "POST / HTTP/1.1\nHost: tmt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TextTranslateBatch\n<公共请求参数>\n\n{\n \"Source\": \"auto\",\n \"Target\": \"en\",\n \"ProjectId\": 0,\n \"SourceTextList\": [\n \"你好啊\",\n \"这是你的苹果\"\n ],\n \"TermRepoIDList\": [\n \"753899732b0611efbb47037fdf41da5a\"\n ],\n \"SentRepoIDList\": [\n \"\"\n ]\n}",
|
61
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abf2a2a1-a0da-4d7d-b539-cc34322b78a4\",\n \"Source\": \"zh\",\n \"Target\": \"en\",\n \"TargetTextList\": [\n \"What's up man!\",\n \"This is your apple\"\n ]\n }\n}",
|
62
|
+
"title": "批量文本翻译示例"
|
57
63
|
}
|
58
64
|
]
|
59
65
|
},
|
@@ -8883,6 +8883,15 @@
|
|
8883
8883
|
"name": "BgpConfig",
|
8884
8884
|
"required": false,
|
8885
8885
|
"type": "object"
|
8886
|
+
},
|
8887
|
+
{
|
8888
|
+
"disabled": false,
|
8889
|
+
"document": "健康检查NQA配置。",
|
8890
|
+
"example": "无",
|
8891
|
+
"member": "HealthCheckConfig",
|
8892
|
+
"name": "HealthCheckConfig",
|
8893
|
+
"required": false,
|
8894
|
+
"type": "object"
|
8886
8895
|
}
|
8887
8896
|
],
|
8888
8897
|
"type": "object"
|
@@ -8896,6 +8905,7 @@
|
|
8896
8905
|
"example": "无",
|
8897
8906
|
"member": "VpnConnection",
|
8898
8907
|
"name": "VpnConnection",
|
8908
|
+
"output_required": true,
|
8899
8909
|
"type": "object",
|
8900
8910
|
"value_allowed_null": false
|
8901
8911
|
},
|
@@ -12815,7 +12825,7 @@
|
|
12815
12825
|
{
|
12816
12826
|
"disabled": false,
|
12817
12827
|
"document": "专线网关唯一`ID`,形如:`dcg-9o233uri`。",
|
12818
|
-
"example": "",
|
12828
|
+
"example": "[\"dcg-dimeg9zd\\r\\n\",\"dcg-6eeis68f\\r\\n\",\"dcg-94cdyvfr\\r\\n\"]",
|
12819
12829
|
"member": "string",
|
12820
12830
|
"name": "DirectConnectGatewayIds",
|
12821
12831
|
"required": false,
|
@@ -12824,7 +12834,7 @@
|
|
12824
12834
|
{
|
12825
12835
|
"disabled": false,
|
12826
12836
|
"document": "过滤条件,参数不支持同时指定`DirectConnectGatewayIds`和`Filters`。\n<li>direct-connect-gateway-id - String - 专线网关唯一`ID`,形如:`dcg-9o233uri`。</li>\n<li>direct-connect-gateway-name - String - 专线网关名称,默认模糊查询。</li>\n<li>direct-connect-gateway-ip - String - 专线网关`IP`。</li>\n<li>gateway-type - String - 网关类型,可选值:`NORMAL`(普通型)、`NAT`(NAT型)。</li>\n<li>network-type- String - 网络类型,可选值:`VPC`(私有网络类型)、`CCN`(云联网类型)。</li>\n<li>ccn-id - String - 专线网关所在云联网`ID`。</li>\n<li>vpc-id - String - 专线网关所在私有网络`ID`。</li>",
|
12827
|
-
"example": "",
|
12837
|
+
"example": "无",
|
12828
12838
|
"member": "Filter",
|
12829
12839
|
"name": "Filters",
|
12830
12840
|
"required": false,
|
@@ -12833,7 +12843,7 @@
|
|
12833
12843
|
{
|
12834
12844
|
"disabled": false,
|
12835
12845
|
"document": "偏移量。",
|
12836
|
-
"example": "",
|
12846
|
+
"example": "0",
|
12837
12847
|
"member": "uint64",
|
12838
12848
|
"name": "Offset",
|
12839
12849
|
"required": false,
|
@@ -12842,7 +12852,7 @@
|
|
12842
12852
|
{
|
12843
12853
|
"disabled": false,
|
12844
12854
|
"document": "返回数量。",
|
12845
|
-
"example": "",
|
12855
|
+
"example": "20",
|
12846
12856
|
"member": "uint64",
|
12847
12857
|
"name": "Limit",
|
12848
12858
|
"required": false,
|
@@ -12857,18 +12867,20 @@
|
|
12857
12867
|
{
|
12858
12868
|
"disabled": false,
|
12859
12869
|
"document": "符合条件的对象数。",
|
12860
|
-
"example": "",
|
12870
|
+
"example": "3",
|
12861
12871
|
"member": "uint64",
|
12862
12872
|
"name": "TotalCount",
|
12873
|
+
"output_required": true,
|
12863
12874
|
"type": "int",
|
12864
12875
|
"value_allowed_null": false
|
12865
12876
|
},
|
12866
12877
|
{
|
12867
12878
|
"disabled": false,
|
12868
12879
|
"document": "专线网关对象数组。",
|
12869
|
-
"example": "",
|
12880
|
+
"example": "无",
|
12870
12881
|
"member": "DirectConnectGateway",
|
12871
12882
|
"name": "DirectConnectGatewaySet",
|
12883
|
+
"output_required": true,
|
12872
12884
|
"type": "list",
|
12873
12885
|
"value_allowed_null": false
|
12874
12886
|
},
|
@@ -20075,6 +20087,56 @@
|
|
20075
20087
|
],
|
20076
20088
|
"type": "object"
|
20077
20089
|
},
|
20090
|
+
"HealthCheckConfig": {
|
20091
|
+
"document": "VPN通道健康检查配置",
|
20092
|
+
"members": [
|
20093
|
+
{
|
20094
|
+
"disabled": false,
|
20095
|
+
"document": "探测模式,默认值NQA,不可修改。\n注意:此字段可能返回 null,表示取不到有效值。",
|
20096
|
+
"example": "NQA",
|
20097
|
+
"member": "string",
|
20098
|
+
"name": "ProbeType",
|
20099
|
+
"output_required": false,
|
20100
|
+
"required": false,
|
20101
|
+
"type": "string",
|
20102
|
+
"value_allowed_null": true
|
20103
|
+
},
|
20104
|
+
{
|
20105
|
+
"disabled": false,
|
20106
|
+
"document": "探测间隔,腾讯云两次健康检查间隔时间,范围【1000-5000】,单位ms。\n注意:此字段可能返回 null,表示取不到有效值。",
|
20107
|
+
"example": "5000",
|
20108
|
+
"member": "int64",
|
20109
|
+
"name": "ProbeInterval",
|
20110
|
+
"output_required": false,
|
20111
|
+
"required": false,
|
20112
|
+
"type": "int",
|
20113
|
+
"value_allowed_null": true
|
20114
|
+
},
|
20115
|
+
{
|
20116
|
+
"disabled": false,
|
20117
|
+
"document": "探测次数,连续N次健康检查失败后执行路由切换,范围【3-8】,单位次。\n注意:此字段可能返回 null,表示取不到有效值。",
|
20118
|
+
"example": "3",
|
20119
|
+
"member": "int64",
|
20120
|
+
"name": "ProbeThreshold",
|
20121
|
+
"output_required": false,
|
20122
|
+
"required": false,
|
20123
|
+
"type": "int",
|
20124
|
+
"value_allowed_null": true
|
20125
|
+
},
|
20126
|
+
{
|
20127
|
+
"disabled": false,
|
20128
|
+
"document": "探测超时时间,范围【10-5000】,单位ms。\n注意:此字段可能返回 null,表示取不到有效值。",
|
20129
|
+
"example": "150",
|
20130
|
+
"member": "int64",
|
20131
|
+
"name": "ProbeTimeout",
|
20132
|
+
"output_required": false,
|
20133
|
+
"required": false,
|
20134
|
+
"type": "int",
|
20135
|
+
"value_allowed_null": true
|
20136
|
+
}
|
20137
|
+
],
|
20138
|
+
"usage": "both"
|
20139
|
+
},
|
20078
20140
|
"IKEOptionsSpecification": {
|
20079
20141
|
"document": "IKE配置(Internet Key Exchange,因特网密钥交换),IKE具有一套自我保护机制,用户配置网络安全协议",
|
20080
20142
|
"members": [
|
@@ -23868,6 +23930,15 @@
|
|
23868
23930
|
"name": "CustomerGatewayId",
|
23869
23931
|
"required": false,
|
23870
23932
|
"type": "string"
|
23933
|
+
},
|
23934
|
+
{
|
23935
|
+
"disabled": false,
|
23936
|
+
"document": "健康检查配置",
|
23937
|
+
"example": "无",
|
23938
|
+
"member": "HealthCheckConfig",
|
23939
|
+
"name": "HealthCheckConfig",
|
23940
|
+
"required": false,
|
23941
|
+
"type": "object"
|
23871
23942
|
}
|
23872
23943
|
],
|
23873
23944
|
"type": "object"
|
@@ -30771,6 +30842,16 @@
|
|
30771
30842
|
"output_required": false,
|
30772
30843
|
"type": "object",
|
30773
30844
|
"value_allowed_null": true
|
30845
|
+
},
|
30846
|
+
{
|
30847
|
+
"disabled": false,
|
30848
|
+
"document": "Nqa配置信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
30849
|
+
"example": "无",
|
30850
|
+
"member": "HealthCheckConfig",
|
30851
|
+
"name": "HealthCheckConfig",
|
30852
|
+
"output_required": false,
|
30853
|
+
"type": "object",
|
30854
|
+
"value_allowed_null": true
|
30774
30855
|
}
|
30775
30856
|
],
|
30776
30857
|
"usage": "out"
|
@@ -1327,14 +1327,14 @@
|
|
1327
1327
|
"DescribeDirectConnectGateways": [
|
1328
1328
|
{
|
1329
1329
|
"document": "",
|
1330
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeDirectConnectGateways\
|
1331
|
-
"output": "{\n \"Response\": {\n \"DirectConnectGatewaySet\": [\n {\n \"DirectConnectGatewayId\": \"dcg-6eeis68f\",\n \"DirectConnectGatewayName\": \"shiliangxie_test\",\n \"DirectConnectGatewayIp\": \"10.6.223.4\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"\",\n \"VpcId\": \"vpc-jkmjx7pd\",\n \"CcnId\": \"\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableBGP\": false,\n \"CreateTime\": \"2018-10-22 21:22:26\"\n },\n {\n \"DirectConnectGatewayId\": \"dcg-94cdyvfr\",\n \"DirectConnectGatewayName\": \"test\",\n \"DirectConnectGatewayIp\": \"10.144.25.62\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"\",\n \"VpcId\": \"vpc-f796it7v\",\n \"CcnId\": \"\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableBGP\": false,\n \"CreateTime\": \"2018-08-21 11:40:09\"\n },\n {\n \"DirectConnectGatewayId\": \"dcg-dimeg9zd\",\n \"DirectConnectGatewayName\": \"test\",\n \"DirectConnectGatewayIp\": \"10.144.25.62\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"ccn-atw2c2j1\",\n \"VpcId\": \"vpc-eg3eig77\",\n \"CcnId\": \"ccn-atw2c2j1\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableBGP\": false,\n \"CreateTime\": \"2018-08-21 11:36:50\"\n }\n ],\n \"TotalCount\": 3,\n \"RequestId\": \"1b64d03b-7d2d-4d9b-b46e-49de115ac283\"\n }\n}",
|
1330
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeDirectConnectGateways\n&DirectConnectGatewayIds.0=dcg-dimeg9zd\n&DirectConnectGatewayIds.1=dcg-6eeis68f\n&DirectConnectGatewayIds.2=dcg-94cdyvfr\n&<公共请求参数>",
|
1331
|
+
"output": "{\n \"Response\": {\n \"DirectConnectGatewaySet\": [\n {\n \"LocalZone\": true,\n \"NewAfc\": 1,\n \"EnableBGPCommunity\": true,\n \"Zone\": \"demo\",\n \"FlowDetailsUpdateTime\": \"demo\",\n \"AccessNetworkType\": \"demo\",\n \"VXLANSupport\": [\n true\n ],\n \"ModeType\": \"demo\",\n \"NatGatewayId\": \"demo\",\n \"DirectConnectGatewayId\": \"dcg-6eeis68f\",\n \"DirectConnectGatewayName\": \"shiliangxie_test\",\n \"DirectConnectGatewayIp\": \"10.6.223.4\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"\",\n \"VpcId\": \"vpc-jkmjx7pd\",\n \"CcnId\": \"\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableBGP\": false,\n \"CreateTime\": \"2018-10-22 21:22:26\",\n \"HaZoneList\": [\n \"demo\"\n ],\n \"EnableFlowDetails\": 1\n },\n {\n \"DirectConnectGatewayId\": \"dcg-94cdyvfr\",\n \"DirectConnectGatewayName\": \"test\",\n \"DirectConnectGatewayIp\": \"10.144.25.62\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"\",\n \"EnableFlowDetails\": 1,\n \"VpcId\": \"vpc-f796it7v\",\n \"CcnId\": \"\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableBGP\": false,\n \"CreateTime\": \"2018-08-21 11:40:09\",\n \"HaZoneList\": [\n \"demo\"\n ],\n \"LocalZone\": true,\n \"NewAfc\": 1,\n \"EnableBGPCommunity\": true,\n \"Zone\": \"demo\",\n \"FlowDetailsUpdateTime\": \"demo\",\n \"AccessNetworkType\": \"demo\",\n \"VXLANSupport\": [\n true\n ],\n \"ModeType\": \"demo\",\n \"NatGatewayId\": \"demo\"\n },\n {\n \"DirectConnectGatewayId\": \"dcg-dimeg9zd\",\n \"DirectConnectGatewayName\": \"test\",\n \"DirectConnectGatewayIp\": \"10.144.25.62\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"ccn-atw2c2j1\",\n \"VpcId\": \"vpc-eg3eig77\",\n \"CcnId\": \"ccn-atw2c2j1\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableFlowDetails\": 1,\n \"EnableBGP\": false,\n \"CreateTime\": \"2018-08-21 11:36:50\",\n \"HaZoneList\": [\n \"demo\"\n ],\n \"LocalZone\": true,\n \"NewAfc\": 1,\n \"EnableBGPCommunity\": true,\n \"Zone\": \"demo\",\n \"FlowDetailsUpdateTime\": \"demo\",\n \"AccessNetworkType\": \"demo\",\n \"VXLANSupport\": [\n true\n ],\n \"ModeType\": \"demo\",\n \"NatGatewayId\": \"nat\"\n }\n ],\n \"TotalCount\": 3,\n \"RequestId\": \"1b64d03b-7d2d-4d9b-b46e-49de115ac283\"\n }\n}",
|
1332
1332
|
"title": "按ID过滤查询专线网关"
|
1333
1333
|
},
|
1334
1334
|
{
|
1335
1335
|
"document": "",
|
1336
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeDirectConnectGateways\
|
1337
|
-
"output": "{\n \"Response\": {\n \"DirectConnectGatewaySet\": [\n {\n \"DirectConnectGatewayId\": \"dcg-94cdyvfr\",\n \"DirectConnectGatewayName\": \"test\",\n \"DirectConnectGatewayIp\": \"10.144.25.62\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"\",\n \"VpcId\": \"vpc-f796it7v\",\n \"CcnId\": \"\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableBGP\": false,\n \"CreateTime\": \"2018-08-21 11:40:09\"\n },\n {\n \"DirectConnectGatewayId\": \"dcg-6eeis68f\",\n \"DirectConnectGatewayName\": \"shiliangxie_test\",\n \"DirectConnectGatewayIp\": \"10.6.223.4\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"\",\n \"VpcId\": \"vpc-jkmjx7pd\",\n \"CcnId\": \"\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableBGP\": false,\n \"CreateTime\": \"2018-10-22 21:22:26\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"8c77ce69-68e2-4dfa-94ea-a6df5c914f52\"\n }\n}",
|
1336
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeDirectConnectGateways\n&Filters.0.Name=direct-connect-gateway-name\n&Filters.0.Values.0=test\n&Filters.1.Name=gateway-type\n&Filters.1.Values.0=NORMAL\n&Filters.2.Name=vpc-id\n&Filters.2.Values.0=vpc-f796it7v\n&Filters.2.Values.1=vpc-jkmjx7pd\n&<公共请求参数>",
|
1337
|
+
"output": "{\n \"Response\": {\n \"DirectConnectGatewaySet\": [\n {\n \"DirectConnectGatewayId\": \"dcg-94cdyvfr\",\n \"DirectConnectGatewayName\": \"test\",\n \"DirectConnectGatewayIp\": \"10.144.25.62\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"\",\n \"VpcId\": \"vpc-f796it7v\",\n \"CcnId\": \"\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableBGP\": false,\n \"EnableFlowDetails\": 1,\n \"CreateTime\": \"2018-08-21 11:40:09\",\n \"HaZoneList\": [\n \"demo\"\n ],\n \"LocalZone\": true,\n \"NewAfc\": 1,\n \"EnableBGPCommunity\": true,\n \"Zone\": \"demo\",\n \"FlowDetailsUpdateTime\": \"demo\",\n \"AccessNetworkType\": \"demo\",\n \"VXLANSupport\": [\n true\n ],\n \"ModeType\": \"demo\",\n \"NatGatewayId\": \"demo\"\n },\n {\n \"DirectConnectGatewayId\": \"dcg-6eeis68f\",\n \"DirectConnectGatewayName\": \"shiliangxie_test\",\n \"DirectConnectGatewayIp\": \"10.6.223.4\",\n \"GatewayType\": \"NORMAL\",\n \"NetworkType\": \"CCN\",\n \"NetworkInstanceId\": \"\",\n \"VpcId\": \"vpc-jkmjx7pd\",\n \"CcnId\": \"\",\n \"CcnRouteType\": \"STATIC\",\n \"EnableBGP\": false,\n \"CreateTime\": \"2018-10-22 21:22:26\",\n \"HaZoneList\": [\n \"demo\"\n ],\n \"LocalZone\": true,\n \"NewAfc\": 1,\n \"EnableBGPCommunity\": true,\n \"Zone\": \"demo\",\n \"FlowDetailsUpdateTime\": \"demo\",\n \"AccessNetworkType\": \"demo\",\n \"EnableFlowDetails\": 1,\n \"VXLANSupport\": [\n true\n ],\n \"ModeType\": \"demo\",\n \"NatGatewayId\": \"demo\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"8c77ce69-68e2-4dfa-94ea-a6df5c914f52\"\n }\n}",
|
1338
1338
|
"title": "多条件过滤查询专线网关列表"
|
1339
1339
|
}
|
1340
1340
|
],
|