tccli 3.0.1388.1__py2.py3-none-any.whl → 3.0.1390.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/ai3d/ai3d_client.py +106 -0
  4. tccli/services/ai3d/v20250513/api.json +172 -0
  5. tccli/services/ai3d/v20250513/examples.json +16 -0
  6. tccli/services/batch/v20170312/api.json +3 -3
  7. tccli/services/batch/v20170312/examples.json +3 -3
  8. tccli/services/bi/v20220105/api.json +8 -8
  9. tccli/services/bi/v20220105/examples.json +4 -4
  10. tccli/services/cam/v20190116/api.json +11 -1
  11. tccli/services/ccc/v20200210/api.json +10 -10
  12. tccli/services/cdb/v20170320/api.json +40 -2
  13. tccli/services/cdc/v20201214/api.json +1 -1
  14. tccli/services/cdc/v20201214/examples.json +2 -2
  15. tccli/services/cdn/v20180606/api.json +1 -1
  16. tccli/services/cdz/v20221123/api.json +1 -1
  17. tccli/services/chc/v20230418/api.json +69 -1
  18. tccli/services/ckafka/v20190819/api.json +141 -124
  19. tccli/services/ckafka/v20190819/examples.json +8 -8
  20. tccli/services/cloudapp/cloudapp_client.py +53 -0
  21. tccli/services/cloudapp/v20220530/api.json +68 -0
  22. tccli/services/cloudapp/v20220530/examples.json +14 -0
  23. tccli/services/cls/cls_client.py +167 -8
  24. tccli/services/cls/v20201016/api.json +373 -6
  25. tccli/services/cls/v20201016/examples.json +25 -1
  26. tccli/services/ctem/v20231128/api.json +40 -0
  27. tccli/services/dc/v20180410/api.json +26 -6
  28. tccli/services/dts/v20211206/api.json +21 -21
  29. tccli/services/dts/v20211206/examples.json +2 -2
  30. tccli/services/emr/v20190103/api.json +172 -11
  31. tccli/services/es/v20180416/api.json +4 -4
  32. tccli/services/es/v20250101/api.json +218 -13
  33. tccli/services/ess/v20201111/api.json +175 -5
  34. tccli/services/ess/v20201111/examples.json +1 -1
  35. tccli/services/essbasic/v20210526/api.json +21 -3
  36. tccli/services/gme/gme_client.py +509 -32
  37. tccli/services/gme/v20180711/api.json +1179 -53
  38. tccli/services/gme/v20180711/examples.json +72 -0
  39. tccli/services/hunyuan/v20230901/api.json +18 -0
  40. tccli/services/igtm/v20231024/api.json +3 -3
  41. tccli/services/ioa/v20220601/api.json +44 -8
  42. tccli/services/ioa/v20220601/examples.json +4 -4
  43. tccli/services/iotexplorer/iotexplorer_client.py +432 -8
  44. tccli/services/iotexplorer/v20190423/api.json +990 -36
  45. tccli/services/iotexplorer/v20190423/examples.json +65 -1
  46. tccli/services/lighthouse/lighthouse_client.py +53 -0
  47. tccli/services/lighthouse/v20200324/api.json +246 -35
  48. tccli/services/lighthouse/v20200324/examples.json +8 -0
  49. tccli/services/live/v20180801/api.json +3 -3
  50. tccli/services/live/v20180801/examples.json +1 -1
  51. tccli/services/lkeap/v20240522/api.json +18 -0
  52. tccli/services/lowcode/lowcode_client.py +163 -4
  53. tccli/services/lowcode/v20210108/api.json +1373 -96
  54. tccli/services/lowcode/v20210108/examples.json +24 -0
  55. tccli/services/mps/v20190612/api.json +804 -47
  56. tccli/services/mqtt/v20240516/api.json +89 -0
  57. tccli/services/ocr/ocr_client.py +114 -8
  58. tccli/services/ocr/v20181119/api.json +225 -0
  59. tccli/services/ocr/v20181119/examples.json +28 -0
  60. tccli/services/sqlserver/v20180328/api.json +4 -4
  61. tccli/services/tcbr/v20220217/api.json +51 -0
  62. tccli/services/tdai/__init__.py +4 -0
  63. tccli/services/tdai/tdai_client.py +1108 -0
  64. tccli/services/tdai/v20250717/api.json +1930 -0
  65. tccli/services/tdai/v20250717/examples.json +149 -0
  66. tccli/services/teo/teo_client.py +53 -0
  67. tccli/services/teo/v20220901/api.json +111 -3
  68. tccli/services/teo/v20220901/examples.json +8 -0
  69. tccli/services/thpc/v20230321/api.json +1 -1
  70. tccli/services/thpc/v20230321/examples.json +2 -2
  71. tccli/services/tione/v20211111/api.json +9 -9
  72. tccli/services/tmt/v20180321/api.json +3 -3
  73. tccli/services/tsf/v20180326/api.json +2 -2
  74. tccli/services/tts/v20190823/api.json +11 -11
  75. tccli/services/vpc/v20170312/api.json +37 -7
  76. tccli/services/vpc/v20170312/examples.json +7 -7
  77. tccli/services/vtc/v20240223/api.json +3 -1
  78. tccli/services/vtc/v20240223/examples.json +1 -1
  79. tccli/services/waf/v20180125/api.json +6 -6
  80. tccli/services/wsa/v20250508/api.json +2 -2
  81. {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/METADATA +2 -2
  82. {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/RECORD +85 -81
  83. {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/WHEEL +0 -0
  84. {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/entry_points.txt +0 -0
  85. {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/license_files/LICENSE +0 -0
@@ -15,7 +15,7 @@
15
15
  "status": "online"
16
16
  },
17
17
  "TextToVoice": {
18
- "document": "腾讯云语音合成技术(TTS)可以将任意文本转化为语音,实现让机器和应用张口说话。\n腾讯TTS技术可以应用到很多场景,比如,移动APP语音播报新闻;智能设备语音提醒;依靠网上现有节目或少量录音,快速合成明星语音,降低邀约成本;支持车载导航语音合成的个性化语音播报。\n基础合成支持 SSML,语法详见 [SSML 标记语言](https://cloud.tencent.com/document/product/1073/49575)。\n默认接口请求频率限制:\n精品音色和标准音色:默认20并发\n大模型音色:默认20并发\n超自然大模型音色:暂不支持\n一句话复刻音色:默认10并发",
18
+ "document": "腾讯云语音合成技术(TTS)可以将任意文本转化为语音,实现让机器和应用张口说话。\n腾讯TTS技术可以应用到很多场景,比如,移动APP语音播报新闻;智能设备语音提醒;依靠网上现有节目或少量录音,快速合成明星语音,降低邀约成本;支持车载导航语音合成的个性化语音播报。\n基础合成支持 SSML,语法详见 [SSML 标记语言](https://cloud.tencent.com/document/product/1073/49575)。\n默认接口请求频率限制:\n精品音色:默认20并发\n大模型音色:默认20并发\n超自然大模型音色:暂不支持\n一句话复刻音色:默认10并发",
19
19
  "input": "TextToVoiceRequest",
20
20
  "name": "基础语音合成",
21
21
  "output": "TextToVoiceResponse",
@@ -44,7 +44,7 @@
44
44
  {
45
45
  "disabled": false,
46
46
  "document": "音量大小,范围[-10,10],对应音量大小。默认为0,代表正常音量,值越大音量越高。",
47
- "example": "1",
47
+ "example": "1.0",
48
48
  "member": "float",
49
49
  "name": "Volume",
50
50
  "required": false,
@@ -53,7 +53,7 @@
53
53
  {
54
54
  "disabled": false,
55
55
  "document": "语速,范围:[-2,6],分别对应不同语速:<li>-2代表0.6倍</li><li>-1代表0.8倍</li><li>0代表1.0倍(默认)</li><li>1代表1.2倍</li><li>2代表1.5倍</li><li>6代表2.5倍</li>如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。<br>参数值与实际语速转换,可参考[代码示例](https://sdk-1300466766.cos.ap-shanghai.myqcloud.com/sample/speed_sample.tar.gz)",
56
- "example": "1",
56
+ "example": "1.0",
57
57
  "member": "float",
58
58
  "name": "Speed",
59
59
  "required": false,
@@ -79,7 +79,7 @@
79
79
  },
80
80
  {
81
81
  "disabled": false,
82
- "document": "音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见[购买指南](https://cloud.tencent.com/document/product/1073/34112)。完整的音色 ID 列表请参见[音色列表](https://cloud.tencent.com/document/product/1073/92668)。",
82
+ "document": "音色 ID,价格请参见[购买指南](https://cloud.tencent.com/document/product/1073/34112)。完整的音色 ID 列表请参见[音色列表](https://cloud.tencent.com/document/product/1073/92668)。",
83
83
  "example": "101008",
84
84
  "member": "int64",
85
85
  "name": "VoiceType",
@@ -183,7 +183,7 @@
183
183
  {
184
184
  "disabled": false,
185
185
  "document": "任务 id",
186
- "example": "\"gz-0d7faf5f-9165-47b5-93b2-bb98ca340755\"",
186
+ "example": "",
187
187
  "member": "CreateTtsTaskRespData",
188
188
  "name": "Data",
189
189
  "output_required": true,
@@ -392,7 +392,7 @@
392
392
  {
393
393
  "disabled": false,
394
394
  "document": "音量大小,范围[-10,10],对应音量大小。默认为0,代表正常音量,值越大音量越高。",
395
- "example": "1",
395
+ "example": "1.0",
396
396
  "member": "float",
397
397
  "name": "Volume",
398
398
  "required": false,
@@ -401,7 +401,7 @@
401
401
  {
402
402
  "disabled": false,
403
403
  "document": "语速,范围:[-2,6],分别对应不同语速:<li>-2代表0.6倍</li><li>-1代表0.8倍</li><li>0代表1.0倍(默认)</li><li>1代表1.2倍</li><li>2代表1.5倍</li><li>6代表2.5倍</li>如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。<br>参数值与实际语速转换,可参考[代码示例](https://sdk-1300466766.cos.ap-shanghai.myqcloud.com/sample/speed_sample.tar.gz)",
404
- "example": "1",
404
+ "example": "1.0",
405
405
  "member": "float",
406
406
  "name": "Speed",
407
407
  "required": false,
@@ -427,7 +427,7 @@
427
427
  },
428
428
  {
429
429
  "disabled": false,
430
- "document": "音色 ID,包括标准音色、精品音色、大模型音色与基础版复刻音色。不同音色价格有差异,详情请参见[购买指南](https://cloud.tencent.com/document/product/1073/34112)。完整的音色 ID 列表请参见[音色列表](https://cloud.tencent.com/document/product/1073/92668)。<br>若使用一句话版声音复刻,请填入固定值“200000000”。",
430
+ "document": "音色 ID,包括精品音色、大模型音色与基础版复刻音色。不同音色价格有差异,详情请参见[购买指南](https://cloud.tencent.com/document/product/1073/34112)。完整的音色 ID 列表请参见[音色列表](https://cloud.tencent.com/document/product/1073/92668)。<br>若使用一句话版声音复刻,请填入固定值“200000000”。",
431
431
  "example": "0",
432
432
  "member": "int64",
433
433
  "name": "VoiceType",
@@ -437,7 +437,7 @@
437
437
  {
438
438
  "disabled": false,
439
439
  "document": "一句话版声音复刻音色ID,使用一句话版声音复刻音色时需填写。",
440
- "example": "",
440
+ "example": "WCHN-766926cXXXXXXXX5e76537fc",
441
441
  "member": "string",
442
442
  "name": "FastVoiceType",
443
443
  "required": false,
@@ -491,7 +491,7 @@
491
491
  {
492
492
  "disabled": false,
493
493
  "document": "控制合成音频的情感,仅支持多情感音色使用。取值: neutral(中性)、sad(悲伤)、happy(高兴)、angry(生气)、fear(恐惧)、news(新闻)、story(故事)、radio(广播)、poetry(诗歌)、call(客服)、sajiao(撒娇)、disgusted(厌恶)、amaze(震惊)、peaceful(平静)、exciting(兴奋)、aojiao(傲娇)、jieshuo(解说)\n示例值:neutral",
494
- "example": "",
494
+ "example": "neutral",
495
495
  "member": "string",
496
496
  "name": "EmotionCategory",
497
497
  "required": false,
@@ -500,7 +500,7 @@
500
500
  {
501
501
  "disabled": false,
502
502
  "document": "控制合成音频情感程度,取值范围为[50,200],默认为100;只有EmotionCategory不为空时生效;",
503
- "example": "",
503
+ "example": "100",
504
504
  "member": "int64",
505
505
  "name": "EmotionIntensity",
506
506
  "required": false,
@@ -8985,7 +8985,7 @@
8985
8985
  {
8986
8986
  "disabled": false,
8987
8987
  "document": "VPC实例ID。可通过DescribeVpcs接口返回值中的VpcId获取。",
8988
- "example": "vpc-abcdefgh",
8988
+ "example": "vpc-acbedgfh",
8989
8989
  "member": "string",
8990
8990
  "name": "VpcId",
8991
8991
  "required": true,
@@ -9002,7 +9002,7 @@
9002
9002
  },
9003
9003
  {
9004
9004
  "disabled": false,
9005
- "document": "NAT网关并发连接数上限,支持参数值:1000000、3000000、10000000,默认值为100000 当以下NatProductVersion参数值为2即标准型时,此参数无需填写,默认为2000000。",
9005
+ "document": "NAT网关并发连接数上限,支持参数值:1000000、3000000、10000000,默认值为1000000NatProductVersion参数值为2即标准型时,此参数无需填写,默认为2000000。",
9006
9006
  "example": "1000000",
9007
9007
  "member": "uint64",
9008
9008
  "name": "MaxConcurrentConnection",
@@ -9089,6 +9089,15 @@
9089
9089
  "name": "NatProductVersion",
9090
9090
  "required": false,
9091
9091
  "type": "int"
9092
+ },
9093
+ {
9094
+ "disabled": false,
9095
+ "document": "NAT实例是否开启删除保护",
9096
+ "example": "false",
9097
+ "member": "bool",
9098
+ "name": "DeletionProtectionEnabled",
9099
+ "required": false,
9100
+ "type": "bool"
9092
9101
  }
9093
9102
  ],
9094
9103
  "type": "object"
@@ -9593,7 +9602,7 @@
9593
9602
  {
9594
9603
  "disabled": false,
9595
9604
  "document": "跨域参数。仅当取值为True时,才会支持跨域绑定VPC。",
9596
- "example": "True",
9605
+ "example": "true",
9597
9606
  "member": "bool",
9598
9607
  "name": "CrossDomain",
9599
9608
  "required": false,
@@ -9602,7 +9611,7 @@
9602
9611
  {
9603
9612
  "disabled": false,
9604
9613
  "document": "实例标签",
9605
- "example": "{\"Key\": \"Creator\",\"Value\":\"TencentCloud\"}",
9614
+ "example": "",
9606
9615
  "member": "Tag",
9607
9616
  "name": "Tags",
9608
9617
  "required": false,
@@ -9611,7 +9620,7 @@
9611
9620
  {
9612
9621
  "disabled": false,
9613
9622
  "document": "VPC类型私网NAT网关。仅当取值为True时,才会创建VPC类型私网NAT网关。",
9614
- "example": "True",
9623
+ "example": "true",
9615
9624
  "member": "bool",
9616
9625
  "name": "VpcType",
9617
9626
  "required": false,
@@ -9625,6 +9634,15 @@
9625
9634
  "name": "CcnId",
9626
9635
  "required": false,
9627
9636
  "type": "string"
9637
+ },
9638
+ {
9639
+ "disabled": false,
9640
+ "document": "私网NAT实例是否开启删除保护",
9641
+ "example": "false",
9642
+ "member": "bool",
9643
+ "name": "DeletionProtectionEnabled",
9644
+ "required": false,
9645
+ "type": "bool"
9628
9646
  }
9629
9647
  ],
9630
9648
  "type": "object"
@@ -17579,7 +17597,7 @@
17579
17597
  },
17580
17598
  {
17581
17599
  "disabled": false,
17582
- "document": "过滤条件,参数不支持同时指定NatGatewayIds和Filters。每次请求的Filters的上限为10,Filter.Values的上限为5。\n<li>nat-gateway-id - String - (过滤条件)协议端口模板实例ID,形如:`nat-123xx454`。</li>\n<li>vpc-id - String - (过滤条件)私有网络 唯一ID,形如:`vpc-123xx454`。</li>\n<li>nat-gateway-name - String - (过滤条件)协议端口模板实例ID,形如:`test_nat`。</li>\n<li>tag-key - String - (过滤条件)标签键,形如:`test-key`。</li>",
17600
+ "document": "过滤条件,参数不支持同时指定NatGatewayIds和Filters。每次请求的Filters的上限为10,Filter.Values的上限为5。<li>nat-gateway-id - String - (过滤条件)NAT实例ID,形如:`nat-123xx454`。</li><li>vpc-id - String - (过滤条件)私有网络 唯一ID,形如:`vpc-123xx454`。</li><li>nat-gateway-name - String - (过滤条件)协议端口模板实例名称,形如:`test_nat`。</li><li>tag-key - String - (过滤条件)标签键,形如:`test-key`。</li><li>nat-status - String - (过滤条件)NAT实例当前状态,形如:`AVAILABLE`。</li>",
17583
17601
  "example": "{\"Name\": \"nat-gateway-id\", \"Values\":[\"nat-94cdyvfr\", \"nat-6eeis68f\", \"nat-dimeg9zd\"]}",
17584
17602
  "member": "Filter",
17585
17603
  "name": "Filters",
@@ -17630,6 +17648,16 @@
17630
17648
  "type": "int",
17631
17649
  "value_allowed_null": false
17632
17650
  },
17651
+ {
17652
+ "disabled": false,
17653
+ "document": "输出信息详细程度,DETAIL代表输出实例所有信息;COMPACT代表不输出NAT规则和自定义路由,输出实例基本信息、特性开关和EIP信息;SIMPLE代表仅输出实例基本信息和特性开关",
17654
+ "example": "DETAIL",
17655
+ "member": "string",
17656
+ "name": "VerboseLevel",
17657
+ "output_required": false,
17658
+ "type": "string",
17659
+ "value_allowed_null": false
17660
+ },
17633
17661
  {
17634
17662
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
17635
17663
  "member": "string",
@@ -18515,7 +18543,7 @@
18515
18543
  },
18516
18544
  {
18517
18545
  "disabled": false,
18518
- "document": "过滤条件。\n<li>NatGatewayId - String - 私网网关唯一`ID`,形如:`intranat-0g3blj80`。</li>\n<li>NatGatewayName - String - 专线网关名称,默认模糊查询。</li>\n<li>VpcId - String - 私网网关所在`VpcId`。</li>\n<li>TagKey - Tag数组 - 私网网关标签键值对数组</li>",
18546
+ "document": "过滤条件。<li>NatGatewayId - String - 私网网关唯一`ID`,形如:`intranat-0g3blj80`。</li><li>NatGatewayName - String - 专线网关名称,默认模糊查询。</li><li>VpcId - String - 私网网关所在`VpcId`。</li><li>TagKey - Tag数组 - 私网网关标签键值对数组</li><li>intranat-status - String - (过滤条件)NAT实例当前状态,形如:`AVAILABLE`。</li>",
18519
18547
  "example": "无",
18520
18548
  "member": "Filter",
18521
18549
  "name": "Filters",
@@ -24172,6 +24200,7 @@
24172
24200
  "example": "169.254.128.1",
24173
24201
  "member": "string",
24174
24202
  "name": "HealthCheckLocalIp",
24203
+ "output_required": true,
24175
24204
  "type": "string",
24176
24205
  "value_allowed_null": false
24177
24206
  },
@@ -24181,6 +24210,7 @@
24181
24210
  "example": "169.254.128.2",
24182
24211
  "member": "string",
24183
24212
  "name": "HealthCheckRemoteIp",
24213
+ "output_required": true,
24184
24214
  "type": "string",
24185
24215
  "value_allowed_null": false
24186
24216
  },
@@ -542,13 +542,13 @@
542
542
  {
543
543
  "document": "创建一个传统型NAT网关并自动分配一个EIP",
544
544
  "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateNatGateway\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-abcdefgh\",\n \"PublicIpAddresses\": [\n \"139.199.232.119\"\n ],\n \"MaxConcurrentConnection\": 1000000,\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ],\n \"InternetMaxBandwidthOut\": 10,\n \"NatGatewayName\": \"test_name\",\n \"AddressCount\": 1\n}",
545
- "output": "{\n \"Response\": {\n \"NatGatewaySet\": [\n {\n \"NatGatewayId\": \"nat-cqbn23ju\",\n \"NatGatewayName\": \"PublicNat\",\n \"VpcId\": \"vpc-qi4ja3sx\",\n \"CreatedTime\": \"2019-07-16 09:40:00\",\n \"State\": \"AVAILABLE\",\n \"NetworkState\": \"AVAILABLE\",\n \"InternetMaxBandwidthOut\": 10,\n \"MaxConcurrentConnection\": 1000000,\n \"SecurityGroupSet\": [],\n \"PublicIpAddressSet\": [\n {\n \"AddressId\": \"eip-9uw5fwsu\",\n \"PublicIpAddress\": \"139.199.232.119\",\n \"IsBlocked\": false,\n \"BlockType\": \"NORMAL\"\n },\n {\n \"AddressId\": \"eip-9uw5fsss\",\n \"PublicIpAddress\": \"139.199.232.221\",\n \"IsBlocked\": false,\n \"BlockType\": \"NORMAL\"\n }\n ],\n \"DestinationIpPortTranslationNatRuleSet\": [],\n \"DirectConnectGatewayIds\": [],\n \"Zone\": \"ap-guangzhou-2\",\n \"ExclusiveGatewayBandwidth\": 1,\n \"IsExclusive\": true,\n \"SmartScheduleMode\": false,\n \"DedicatedClusterId\": \"\",\n \"NatProductVersion\": 1,\n \"RestrictState\": \"NORMAL\",\n \"SourceIpTranslationNatRuleSet\": [],\n \"SubnetId\": \"1215354\",\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ]\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"6f2a42cf-2905-4fa5-af49-0f01612550de\"\n }\n}",
545
+ "output": "{\n \"Response\": {\n \"NatGatewaySet\": [\n {\n \"NatGatewayId\": \"nat-cqbn23ju\",\n \"NatGatewayName\": \"PublicNat\",\n \"VpcId\": \"vpc-qi4ja3sx\",\n \"CreatedTime\": \"2019-07-16 09:40:00\",\n \"State\": \"AVAILABLE\",\n \"NetworkState\": \"AVAILABLE\",\n \"InternetMaxBandwidthOut\": 10,\n \"MaxConcurrentConnection\": 1000000,\n \"SecurityGroupSet\": [],\n \"PublicIpAddressSet\": [\n {\n \"AddressId\": \"eip-9uw5fwsu\",\n \"PublicIpAddress\": \"139.199.232.119\",\n \"IsBlocked\": false,\n \"BlockType\": \"NORMAL\"\n },\n {\n \"AddressId\": \"eip-9uw5fsss\",\n \"PublicIpAddress\": \"139.199.232.221\",\n \"IsBlocked\": false,\n \"BlockType\": \"NORMAL\"\n }\n ],\n \"DestinationIpPortTranslationNatRuleSet\": [],\n \"DirectConnectGatewayIds\": [],\n \"Zone\": \"ap-guangzhou-2\",\n \"ExclusiveGatewayBandwidth\": 1,\n \"IsExclusive\": true,\n \"SmartScheduleMode\": false,\n \"DedicatedClusterId\": \"\",\n \"NatProductVersion\": 1,\n \"RestrictState\": \"NORMAL\",\n \"SourceIpTranslationNatRuleSet\": [],\n \"SubnetId\": \"1215354\",\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ],\n \"DeletionProtectionEnabled\": false\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"6f2a42cf-2905-4fa5-af49-0f01612550de\"\n }\n}",
546
546
  "title": "创建NAT网关"
547
547
  },
548
548
  {
549
549
  "document": "创建一个标准型NAT网关并自动分配一个EIP",
550
550
  "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateNatGateway\n<公共请求参数>\n\n{\n \"SubnetId\": \"subnet-q1b8fsg\",\n \"AddressCount\": \"1\",\n \"NatGatewayName\": \"xiaooliang_test\",\n \"VpcId\": \"vpc-bohigpb7\",\n \"NatProductVersion\": 2\n}",
551
- "output": "{\n \"Response\": {\n \"NatGatewaySet\": [\n {\n \"NatGatewayId\": \"nat-o49t53q2\",\n \"NatGatewayName\": \"PublicStandardNat\",\n \"VpcId\": \"vpc-bohigpb7\",\n \"State\": \"PENDING\",\n \"NetworkState\": \"AVAILABLE\",\n \"InternetMaxBandwidthOut\": 100,\n \"MaxConcurrentConnection\": 1000000,\n \"PublicIpAddressSet\": [],\n \"DestinationIpPortTranslationNatRuleSet\": [],\n \"CreatedTime\": \"0000-00-00 00:00:00\",\n \"Zone\": \"\",\n \"TagSet\": [],\n \"DirectConnectGatewayIds\": [],\n \"SubnetId\": \"subnet-q1b8fsgu\",\n \"SecurityGroupSet\": [],\n \"SourceIpTranslationNatRuleSet\": [],\n \"IsExclusive\": false,\n \"SmartScheduleMode\": false,\n \"DedicatedClusterId\": \"\",\n \"RestrictState\": \"NORMAL\",\n \"NatProductVersion\": 2,\n \"ExclusiveGatewayBandwidth\": 0\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"7b00a07c-7358-4f0a-b81c-8ce5882a87b8\"\n }\n}",
551
+ "output": "{\n \"Response\": {\n \"NatGatewaySet\": [\n {\n \"NatGatewayId\": \"nat-o49t53q2\",\n \"NatGatewayName\": \"PublicStandardNat\",\n \"VpcId\": \"vpc-bohigpb7\",\n \"State\": \"PENDING\",\n \"NetworkState\": \"AVAILABLE\",\n \"InternetMaxBandwidthOut\": 100,\n \"MaxConcurrentConnection\": 1000000,\n \"PublicIpAddressSet\": [],\n \"DestinationIpPortTranslationNatRuleSet\": [],\n \"CreatedTime\": \"0000-00-00 00:00:00\",\n \"Zone\": \"\",\n \"TagSet\": [],\n \"DirectConnectGatewayIds\": [],\n \"SubnetId\": \"subnet-q1b8fsgu\",\n \"SecurityGroupSet\": [],\n \"SourceIpTranslationNatRuleSet\": [],\n \"IsExclusive\": false,\n \"SmartScheduleMode\": false,\n \"DedicatedClusterId\": \"\",\n \"RestrictState\": \"NORMAL\",\n \"NatProductVersion\": 2,\n \"ExclusiveGatewayBandwidth\": 0,\n \"DeletionProtectionEnabled\": false\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"7b00a07c-7358-4f0a-b81c-8ce5882a87b8\"\n }\n}",
552
552
  "title": "创建标准型NAT网关"
553
553
  }
554
554
  ],
@@ -612,7 +612,7 @@
612
612
  {
613
613
  "document": "创建一个私网NAT网关",
614
614
  "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrivateNatGateway\n<公共请求参数>\n\n{\n \"NatGatewayName\": \"PrivateNatDemo\",\n \"VpcId\": \"vpc-m7sr81gh\"\n}",
615
- "output": "{\n \"Response\": {\n \"PrivateNatGatewaySet\": [\n {\n \"NatType\": \"DCG\",\n \"Status\": \"AVILIABLE\",\n \"VpcId\": \"vpc-noanwmed\",\n \"CrossDomain\": false,\n \"NatGatewayName\": \"PrivateNatDemo\",\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"TagSet\": [],\n \"DirectConnectGatewayIds\": [],\n \"CreatedTime\": \"2022-10-01 00:00:00\"\n }\n ],\n \"RequestId\": \"cd37ad3b-6b94-41f4-bd83-8a2b0d801aae\",\n \"TotalCount\": 1\n }\n}",
615
+ "output": "{\n \"Response\": {\n \"PrivateNatGatewaySet\": [\n {\n \"NatType\": \"DCG\",\n \"Status\": \"AVILIABLE\",\n \"VpcId\": \"vpc-noanwmed\",\n \"CrossDomain\": false,\n \"NatGatewayName\": \"PrivateNatDemo\",\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"TagSet\": [],\n \"DirectConnectGatewayIds\": [],\n \"CreatedTime\": \"2022-10-01 00:00:00\",\n \"DeletionProtectionEnabled\": true\n }\n ],\n \"RequestId\": \"cd37ad3b-6b94-41f4-bd83-8a2b0d801aae\",\n \"TotalCount\": 1\n }\n}",
616
616
  "title": "创建一个私网NAT网关"
617
617
  }
618
618
  ],
@@ -1798,13 +1798,13 @@
1798
1798
  {
1799
1799
  "document": "用Filters进行查询NAT网关信息。",
1800
1800
  "input": "https://vpc.tencentcloudapi.com/?Action=DescribeNatGateways\n&Filters.0.Name=vpc-id\n&Filters.0.Values.0=vpc-0yi4hekt\n&Offset=0\n&Limit=10\n&<公共请求参数>",
1801
- "output": "{\n \"Response\": {\n \"NatGatewaySet\": [\n {\n \"NatGatewayId\": \"nat-3isn9hr0\",\n \"NatGatewayName\": \"NatDemo\",\n \"VpcId\": \"vpc-0yi4hekt\",\n \"CreatedTime\": \"2017-09-20 20:28:24\",\n \"State\": \"AVAILABLE\",\n \"NetworkState\": \"RUNNING\",\n \"SmartScheduleMode\": true,\n \"DedicatedClusterId\": \"cluster-8zkaer1h\",\n \"InternetMaxBandwidthOut\": 100,\n \"MaxConcurrentConnection\": 1000000,\n \"PublicIpAddressSet\": [\n {\n \"AddressId\": \"eip-7qcdm91q\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"IsBlocked\": false,\n \"BlockType\": \"\"\n }\n ],\n \"DestinationIpPortTranslationNatRuleSet\": [\n {\n \"IpProtocol\": \"TCP\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"PublicPort\": 8586,\n \"PrivateIpAddress\": \"10.80.80.41\",\n \"PrivatePort\": 8989,\n \"Description\": \"test_modify\"\n },\n {\n \"IpProtocol\": \"UDP\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"PublicPort\": 8989,\n \"PrivateIpAddress\": \"10.80.80.41\",\n \"PrivatePort\": 8989,\n \"Description\": \"dnapt\"\n }\n ],\n \"Zone\": \"ap-guangzhou-1\",\n \"TagSet\": [\n {\n \"Key\": \"Creator\",\n \"Value\": \"TencentCloud\"\n }\n ],\n \"SecurityGroupSet\": [],\n \"ExclusiveGatewayBandwidth\": 1,\n \"IsExclusive\": true,\n \"SubnetId\": \"sub-er88uji9\",\n \"DirectConnectGatewayIds\": [],\n \"SourceIpTranslationNatRuleSet\": [],\n \"RestrictState\": \"NORMAL\",\n \"NatProductVersion\": 1\n },\n {\n \"NatGatewayId\": \"nat-7xh58vea\",\n \"NatGatewayName\": \"Nat-create\",\n \"VpcId\": \"vpc-0yi4hekt\",\n \"CreatedTime\": \"2019-05-04 15:01:11\",\n \"State\": \"PENDING\",\n \"NetworkState\": \"RUNNING\",\n \"SmartScheduleMode\": true,\n \"DedicatedClusterId\": \"\",\n \"InternetMaxBandwidthOut\": 100,\n \"MaxConcurrentConnection\": 1000000,\n \"PublicIpAddressSet\": [],\n \"DestinationIpPortTranslationNatRuleSet\": [],\n \"Zone\": \"ap-guangzhou-2\",\n \"TagSet\": [\n {\n \"Key\": \"Creator\",\n \"Value\": \"TencentCloud\"\n }\n ],\n \"SecurityGroupSet\": [],\n \"ExclusiveGatewayBandwidth\": 1,\n \"IsExclusive\": true,\n \"SubnetId\": \"sub-er88uji9\",\n \"DirectConnectGatewayIds\": [],\n \"SourceIpTranslationNatRuleSet\": [],\n \"RestrictState\": \"NORMAL\",\n \"NatProductVersion\": 2\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"a3964872-e2f5-4180-8607-0b49ec8e0109\"\n }\n}",
1801
+ "output": "{\n \"Response\": {\n \"NatGatewaySet\": [\n {\n \"NatGatewayId\": \"nat-3isn9hr0\",\n \"NatGatewayName\": \"NatDemo\",\n \"VpcId\": \"vpc-0yi4hekt\",\n \"CreatedTime\": \"2017-09-20 20:28:24\",\n \"State\": \"AVAILABLE\",\n \"NetworkState\": \"RUNNING\",\n \"SmartScheduleMode\": true,\n \"DedicatedClusterId\": \"cluster-8zkaer1h\",\n \"InternetMaxBandwidthOut\": 100,\n \"MaxConcurrentConnection\": 1000000,\n \"PublicIpAddressSet\": [\n {\n \"AddressId\": \"eip-7qcdm91q\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"IsBlocked\": false,\n \"BlockType\": \"\"\n }\n ],\n \"DestinationIpPortTranslationNatRuleSet\": [\n {\n \"IpProtocol\": \"TCP\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"PublicPort\": 8586,\n \"PrivateIpAddress\": \"10.80.80.41\",\n \"PrivatePort\": 8989,\n \"Description\": \"test_modify\"\n },\n {\n \"IpProtocol\": \"UDP\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"PublicPort\": 8989,\n \"PrivateIpAddress\": \"10.80.80.41\",\n \"PrivatePort\": 8989,\n \"Description\": \"dnapt\"\n }\n ],\n \"Zone\": \"ap-guangzhou-1\",\n \"TagSet\": [\n {\n \"Key\": \"Creator\",\n \"Value\": \"TencentCloud\"\n }\n ],\n \"SecurityGroupSet\": [],\n \"ExclusiveGatewayBandwidth\": 1,\n \"IsExclusive\": true,\n \"SubnetId\": \"sub-er88uji9\",\n \"DirectConnectGatewayIds\": [],\n \"SourceIpTranslationNatRuleSet\": [],\n \"RestrictState\": \"NORMAL\",\n \"NatProductVersion\": 1\n },\n {\n \"NatGatewayId\": \"nat-7xh58vea\",\n \"NatGatewayName\": \"Nat-create\",\n \"VpcId\": \"vpc-0yi4hekt\",\n \"CreatedTime\": \"2019-05-04 15:01:11\",\n \"State\": \"PENDING\",\n \"NetworkState\": \"RUNNING\",\n \"SmartScheduleMode\": true,\n \"DedicatedClusterId\": \"\",\n \"InternetMaxBandwidthOut\": 100,\n \"MaxConcurrentConnection\": 1000000,\n \"PublicIpAddressSet\": [],\n \"DestinationIpPortTranslationNatRuleSet\": [],\n \"Zone\": \"ap-guangzhou-2\",\n \"TagSet\": [\n {\n \"Key\": \"Creator\",\n \"Value\": \"TencentCloud\"\n }\n ],\n \"SecurityGroupSet\": [],\n \"ExclusiveGatewayBandwidth\": 1,\n \"IsExclusive\": true,\n \"SubnetId\": \"sub-er88uji9\",\n \"DirectConnectGatewayIds\": [],\n \"SourceIpTranslationNatRuleSet\": [],\n \"RestrictState\": \"NORMAL\",\n \"NatProductVersion\": 2\n }\n ],\n \"TotalCount\": 2,\n \"VerboseLevel\": \"DETAIL\",\n \"RequestId\": \"a3964872-e2f5-4180-8607-0b49ec8e0109\"\n }\n}",
1802
1802
  "title": "查询 NAT 网关信息"
1803
1803
  },
1804
1804
  {
1805
1805
  "document": "用NatGatewayIds进行查询NAT网关信息。",
1806
1806
  "input": "https://vpc.tencentcloudapi.com/?Action=DescribeNatGateways\n&NatGatewayIds.0=nat-3isn9hr0\n&NatGatewayIds.1=nat-mxkohguo\n&Offset=0\n&Limit=10\n&<公共请求参数>",
1807
- "output": "{\n \"Response\": {\n \"NatGatewaySet\": [\n {\n \"NatGatewayId\": \"nat-3isn9hr0\",\n \"NatGatewayName\": \"PublicDemo\",\n \"VpcId\": \"vpc-0yi4hekt\",\n \"CreatedTime\": \"2017-09-20 20:28:24\",\n \"State\": \"AVAILABLE\",\n \"NetworkState\": \"RUNNING\",\n \"SmartScheduleMode\": true,\n \"DedicatedClusterId\": \"cluster-acdz123k\",\n \"InternetMaxBandwidthOut\": 100,\n \"MaxConcurrentConnection\": 1000000,\n \"SecurityGroupSet\": [],\n \"ExclusiveGatewayBandwidth\": 1,\n \"IsExclusive\": true,\n \"SubnetId\": \"sub-er88uji9\",\n \"DirectConnectGatewayIds\": [],\n \"SourceIpTranslationNatRuleSet\": [],\n \"PublicIpAddressSet\": [\n {\n \"AddressId\": \"eip-7qcdm91q\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"IsBlocked\": false,\n \"BlockType\": \"\"\n }\n ],\n \"DestinationIpPortTranslationNatRuleSet\": [\n {\n \"IpProtocol\": \"TCP\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"PublicPort\": 8586,\n \"PrivateIpAddress\": \"10.80.80.41\",\n \"PrivatePort\": 8989,\n \"Description\": \"test_modify\"\n },\n {\n \"IpProtocol\": \"UDP\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"PublicPort\": 8989,\n \"PrivateIpAddress\": \"10.80.80.41\",\n \"PrivatePort\": 8989,\n \"Description\": \"test_dnapt\"\n }\n ],\n \"Zone\": \"ap-guangzhou-1\",\n \"TagSet\": [\n {\n \"Key\": \"Creator\",\n \"Value\": \"TencentCloud\"\n }\n ],\n \"RestrictState\": \"NORMAL\",\n \"NatProductVersion\": 1\n },\n {\n \"NatGatewayId\": \"nat-mxkohguo\",\n \"NatGatewayName\": \"Nat_Demo\",\n \"VpcId\": \"vpc-m7sihqw5\",\n \"CreatedTime\": \"2018-07-25 11:37:29\",\n \"State\": \"PENDING\",\n \"NetworkState\": \"UNAVAILABLE\",\n \"SmartScheduleMode\": true,\n \"DedicatedClusterId\": \"\",\n \"InternetMaxBandwidthOut\": 100,\n \"MaxConcurrentConnection\": 1000000,\n \"PublicIpAddressSet\": [],\n \"DestinationIpPortTranslationNatRuleSet\": [],\n \"Zone\": \"ap-guangzhou-1\",\n \"TagSet\": [\n {\n \"Key\": \"Creator\",\n \"Value\": \"TencentCloud\"\n }\n ],\n \"SecurityGroupSet\": [],\n \"ExclusiveGatewayBandwidth\": 1,\n \"IsExclusive\": true,\n \"SubnetId\": \"sub-er88uji9\",\n \"DirectConnectGatewayIds\": [],\n \"SourceIpTranslationNatRuleSet\": [],\n \"RestrictState\": \"NORMAL\",\n \"NatProductVersion\": 1\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"fed7e087-083f-49e4-8754-17fb130828e0\"\n }\n}",
1807
+ "output": "{\n \"Response\": {\n \"NatGatewaySet\": [\n {\n \"NatGatewayId\": \"nat-3isn9hr0\",\n \"NatGatewayName\": \"PublicDemo\",\n \"VpcId\": \"vpc-0yi4hekt\",\n \"CreatedTime\": \"2017-09-20 20:28:24\",\n \"State\": \"AVAILABLE\",\n \"NetworkState\": \"RUNNING\",\n \"SmartScheduleMode\": true,\n \"DedicatedClusterId\": \"cluster-acdz123k\",\n \"InternetMaxBandwidthOut\": 100,\n \"MaxConcurrentConnection\": 1000000,\n \"SecurityGroupSet\": [],\n \"ExclusiveGatewayBandwidth\": 1,\n \"IsExclusive\": true,\n \"SubnetId\": \"sub-er88uji9\",\n \"DirectConnectGatewayIds\": [],\n \"SourceIpTranslationNatRuleSet\": [],\n \"PublicIpAddressSet\": [\n {\n \"AddressId\": \"eip-7qcdm91q\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"IsBlocked\": false,\n \"BlockType\": \"\"\n }\n ],\n \"DestinationIpPortTranslationNatRuleSet\": [\n {\n \"IpProtocol\": \"TCP\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"PublicPort\": 8586,\n \"PrivateIpAddress\": \"10.80.80.41\",\n \"PrivatePort\": 8989,\n \"Description\": \"test_modify\"\n },\n {\n \"IpProtocol\": \"UDP\",\n \"PublicIpAddress\": \"139.199.232.238\",\n \"PublicPort\": 8989,\n \"PrivateIpAddress\": \"10.80.80.41\",\n \"PrivatePort\": 8989,\n \"Description\": \"test_dnapt\"\n }\n ],\n \"Zone\": \"ap-guangzhou-1\",\n \"TagSet\": [\n {\n \"Key\": \"Creator\",\n \"Value\": \"TencentCloud\"\n }\n ],\n \"RestrictState\": \"NORMAL\",\n \"NatProductVersion\": 1\n },\n {\n \"NatGatewayId\": \"nat-mxkohguo\",\n \"NatGatewayName\": \"Nat_Demo\",\n \"VpcId\": \"vpc-m7sihqw5\",\n \"CreatedTime\": \"2018-07-25 11:37:29\",\n \"State\": \"PENDING\",\n \"NetworkState\": \"UNAVAILABLE\",\n \"SmartScheduleMode\": true,\n \"DedicatedClusterId\": \"\",\n \"InternetMaxBandwidthOut\": 100,\n \"MaxConcurrentConnection\": 1000000,\n \"PublicIpAddressSet\": [],\n \"DestinationIpPortTranslationNatRuleSet\": [],\n \"Zone\": \"ap-guangzhou-1\",\n \"TagSet\": [\n {\n \"Key\": \"Creator\",\n \"Value\": \"TencentCloud\"\n }\n ],\n \"SecurityGroupSet\": [],\n \"ExclusiveGatewayBandwidth\": 1,\n \"IsExclusive\": true,\n \"SubnetId\": \"sub-er88uji9\",\n \"DirectConnectGatewayIds\": [],\n \"SourceIpTranslationNatRuleSet\": [],\n \"RestrictState\": \"NORMAL\",\n \"NatProductVersion\": 1\n }\n ],\n \"TotalCount\": 2,\n \"VerboseLevel\": \"DETAIL\",\n \"RequestId\": \"fed7e087-083f-49e4-8754-17fb130828e0\"\n }\n}",
1808
1808
  "title": "查询 NAT 网关信息-2"
1809
1809
  }
1810
1810
  ],
@@ -1932,13 +1932,13 @@
1932
1932
  {
1933
1933
  "document": "按ID过滤查询私网NAT网关",
1934
1934
  "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrivateNatGateways\n<公共请求参数>\n\n{\n \"NatGatewayIds\": [\n \"intranat-0g3blj80\"\n ]\n}",
1935
- "output": "{\n \"Response\": {\n \"PrivateNatGatewaySet\": [\n {\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"NatGatewayName\": \"test_nat\",\n \"NatType\": \"DCG\",\n \"VpcId\": \"vpc-noanwmed\",\n \"Status\": \"AVAILABLE\",\n \"CrossDomain\": false,\n \"CreatedTime\": \"2022-09-29 15:58:00\",\n \"DirectConnectGatewayIds\": [],\n \"TagSet\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"757e8409-faa3-4b7f-bfc3-7e1670bf40af\"\n }\n}",
1935
+ "output": "{\n \"Response\": {\n \"PrivateNatGatewaySet\": [\n {\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"NatGatewayName\": \"test_nat\",\n \"DeletionProtectionEnabled\": false,\n \"NatType\": \"DCG\",\n \"VpcId\": \"vpc-noanwmed\",\n \"Status\": \"AVAILABLE\",\n \"CrossDomain\": false,\n \"CreatedTime\": \"2022-09-29 15:58:00\",\n \"DirectConnectGatewayIds\": [],\n \"TagSet\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"757e8409-faa3-4b7f-bfc3-7e1670bf40af\"\n }\n}",
1936
1936
  "title": "按ID过滤查询私网NAT网关"
1937
1937
  },
1938
1938
  {
1939
1939
  "document": "按标签过滤查询私网NAT网关",
1940
1940
  "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrivateNatGateways\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"TagKey\",\n \"Values\": [\n \"负责人\"\n ]\n }\n ]\n}",
1941
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"PrivateNatGatewaySet\": [\n {\n \"NatGatewayId\": \"intranat-ryur99m8\",\n \"NatGatewayName\": \"example\",\n \"VpcId\": \"vpc-d3rrkwej\",\n \"Status\": \"AVAILABLE\",\n \"CrossDomain\": false,\n \"CreatedTime\": \"2023-03-09 16:19:24\",\n \"TagSet\": [\n {\n \"Key\": \"负责人\",\n \"Value\": \"TencentCloud\"\n }\n ],\n \"DirectConnectGatewayIds\": [],\n \"NatType\": \"DCG\",\n \"CrossDomainInfo\": {\n \"CcnId\": \"ccn-123abcef\",\n \"LocalVpcId\": \"vpc-12345678\",\n \"PeerVpcId\": \"vpc-abcdefgh\"\n }\n }\n ],\n \"RequestId\": \"e13d67ca-4b7b-4337-b8c5-7df7707c89ca\"\n }\n}",
1941
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"PrivateNatGatewaySet\": [\n {\n \"NatGatewayId\": \"intranat-ryur99m8\",\n \"NatGatewayName\": \"example\",\n \"DeletionProtectionEnabled\": false,\n \"VpcId\": \"vpc-d3rrkwej\",\n \"Status\": \"AVAILABLE\",\n \"CrossDomain\": false,\n \"CreatedTime\": \"2023-03-09 16:19:24\",\n \"TagSet\": [\n {\n \"Key\": \"负责人\",\n \"Value\": \"TencentCloud\"\n }\n ],\n \"DirectConnectGatewayIds\": [],\n \"NatType\": \"DCG\",\n \"CrossDomainInfo\": {\n \"CcnId\": \"ccn-123abcef\",\n \"LocalVpcId\": \"vpc-12345678\",\n \"PeerVpcId\": \"vpc-abcdefgh\"\n }\n }\n ],\n \"RequestId\": \"e13d67ca-4b7b-4337-b8c5-7df7707c89ca\"\n }\n}",
1942
1942
  "title": "按标签过滤查询私网NAT网关"
1943
1943
  }
1944
1944
  ],
@@ -442,6 +442,7 @@
442
442
  "member": "string",
443
443
  "name": "SourceText",
444
444
  "output_required": false,
445
+ "required": true,
445
446
  "type": "string",
446
447
  "value_allowed_null": true
447
448
  },
@@ -452,11 +453,12 @@
452
453
  "member": "string",
453
454
  "name": "TargetText",
454
455
  "output_required": false,
456
+ "required": true,
455
457
  "type": "string",
456
458
  "value_allowed_null": true
457
459
  }
458
460
  ],
459
- "usage": "out"
461
+ "usage": "both"
460
462
  }
461
463
  },
462
464
  "version": "1.0"
@@ -11,7 +11,7 @@
11
11
  "DescribeVideoTranslateJob": [
12
12
  {
13
13
  "document": "调用失败示例",
14
- "input": "POST / HTTP/1.1\nHost: vtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVideoTranslateJob\n<公共请求参数>\n\n{\n \"JobId\": \"111\"\n}",
14
+ "input": "POST / HTTP/1.1\nHost: vtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVideoTranslateJob\n<公共请求参数>\n\n{\n \"JobId\": \"vlSYvQkMM0KwPuoakawm0tPrREwc2p7c\"\n}",
15
15
  "output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"FailedOperation.JobNotExist\",\n \"Message\": \"任务不存在。\"\n },\n \"RequestId\": \"78254ad1-c184-4e9e-b5a0-9d3fc435576b\"\n }\n}",
16
16
  "title": "调用失败示例"
17
17
  },
@@ -6376,8 +6376,8 @@
6376
6376
  },
6377
6377
  {
6378
6378
  "disabled": false,
6379
- "document": "日志导出检索语句,不支持<a href=\"https://cloud.tencent.com/document/product/614/44061\" target=\"_blank\">[SQL语句]</a>",
6380
- "example": "status:200",
6379
+ "document": "日志导出检索语句,需要进行base64编码,不支持<a href=\"https://cloud.tencent.com/document/product/614/44061\" target=\"_blank\">[SQL语句]</a>",
6380
+ "example": "KGRvbWFpbjogImZhbmdodXRlc3QwMi50ZXN0d2FmLmNvbSIpIEFORCAoaW5zdGFuY2U6ICJ3YWZfMmwxMTM5Nm0wMTdqM2V2MSIpIEFORCBzdGF0dXM6MjAw",
6381
6381
  "member": "string",
6382
6382
  "name": "Query",
6383
6383
  "required": true,
@@ -12005,8 +12005,8 @@
12005
12005
  },
12006
12006
  {
12007
12007
  "disabled": false,
12008
- "document": "查询语句",
12009
- "example": "http_status:200",
12008
+ "document": "查询语句,进行base64编码",
12009
+ "example": "KGRvbWFpbjogImZhbmdodXRlc3QwMi50ZXN0d2FmLmNvbSIpIEFORCAoaW5zdGFuY2U6ICJ3YWZfMmwxMTM5Nm0wMTdqM2V2MSIpIEFORCBzdGF0dXM6MjAw",
12010
12010
  "member": "string",
12011
12011
  "name": "Query",
12012
12012
  "required": true,
@@ -25108,8 +25108,8 @@
25108
25108
  },
25109
25109
  {
25110
25110
  "disabled": false,
25111
- "document": "检索分析语句,最大长度为12KB\n语句由 <a href=\"https://cloud.tencent.com/document/product/614/47044\" target=\"_blank\">[检索条件]</a> | <a href=\"https://cloud.tencent.com/document/product/614/44061\" target=\"_blank\">[SQL语句]</a>构成,无需对日志进行统计分析时,可省略其中的管道符<code> | </code>及SQL语句\n使用*或空字符串可查询所有日志",
25112
- "example": "http_status:200",
25111
+ "document": "检索分析语句,需要进行base64编码,最大长度为12KB语句由 <a href=\"https://cloud.tencent.com/document/product/614/47044\" target=\"_blank\">[检索条件]</a> | <a href=\"https://cloud.tencent.com/document/product/614/44061\" target=\"_blank\">[SQL语句]</a>构成,无需对日志进行统计分析时,可省略其中的管道符<code> | </code>及SQL语句使用*或空字符串可查询所有日志",
25112
+ "example": "KGRvbWFpbjogImZhbmdodXRlc3QwMi50ZXN0d2FmLmNvbSIpIEFORCAoaW5zdGFuY2U6ICJ3YWZfMmwxMTM5Nm0wMTdqM2V2MSIpIEFORCBzdGF0dXM6MjAw",
25113
25113
  "member": "string",
25114
25114
  "name": "Query",
25115
25115
  "required": true,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "actions": {
3
3
  "SearchPro": {
4
- "document": "联网搜索API,以json形式向客户提供搜索结果数据,包含标题、摘要、内容来源url等信息",
4
+ "document": "联网搜索API,以JSON形式向客户提供搜索结果数据,包含标题、摘要、内容来源url等信息",
5
5
  "input": "SearchProRequest",
6
6
  "name": "联网搜索API",
7
7
  "output": "SearchProResponse",
@@ -74,7 +74,7 @@
74
74
  },
75
75
  {
76
76
  "disabled": false,
77
- "document": "Industry=gov/news/acad,对应党政机关、新闻、学术,**仅限尊享版使用**",
77
+ "document": "Industry=gov/news/acad,对应党政机关、权威媒体、学术(英文),**仅限尊享版使用**",
78
78
  "example": "news",
79
79
  "member": "string",
80
80
  "name": "Industry",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli
3
- Version: 3.0.1388.1
3
+ Version: 3.0.1390.1
4
4
  Summary: Universal Command Line Environment for Tencent Cloud
5
5
  Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
6
6
  Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Requires-Dist: jmespath==0.10.0
15
15
  Requires-Dist: six==1.16.0
16
- Requires-Dist: tencentcloud-sdk-python>=3.0.1388
16
+ Requires-Dist: tencentcloud-sdk-python>=3.0.1390
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # 命令行工具简介