tccli 3.0.1165.1__py2.py3-none-any.whl → 3.0.1166.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 CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1165.1'
1
+ __version__ = '3.0.1166.1'
@@ -2140,7 +2140,7 @@
2140
2140
  {
2141
2141
  "disabled": false,
2142
2142
  "document": "DSPA实例ID。",
2143
- "example": "",
2143
+ "example": "dspa-a1b2c3",
2144
2144
  "member": "string",
2145
2145
  "name": "DspaId",
2146
2146
  "required": true,
@@ -2149,7 +2149,7 @@
2149
2149
  {
2150
2150
  "disabled": false,
2151
2151
  "document": "绑定的COS桶信息。",
2152
- "example": "",
2152
+ "example": "[item]",
2153
2153
  "member": "CosResourceItem",
2154
2154
  "name": "BindCosResourceItems",
2155
2155
  "required": false,
@@ -2158,7 +2158,7 @@
2158
2158
  {
2159
2159
  "disabled": false,
2160
2160
  "document": "解绑的COS桶信息。",
2161
- "example": "",
2161
+ "example": "[item]",
2162
2162
  "member": "CosResourceItem",
2163
2163
  "name": "UnbindCosResourceItems",
2164
2164
  "required": false,
@@ -2173,9 +2173,10 @@
2173
2173
  {
2174
2174
  "disabled": false,
2175
2175
  "document": "绑定结果数组",
2176
- "example": "",
2176
+ "example": "[cosResult]",
2177
2177
  "member": "CosTaskResult",
2178
2178
  "name": "CosTaskResults",
2179
+ "output_required": true,
2179
2180
  "type": "list",
2180
2181
  "value_allowed_null": false
2181
2182
  },
@@ -4124,7 +4125,7 @@
4124
4125
  {
4125
4126
  "disabled": false,
4126
4127
  "document": "本次更新的ID号,用来标记一次完整的更新过程。",
4127
- "example": "",
4128
+ "example": "123",
4128
4129
  "member": "string",
4129
4130
  "name": "UpdateId",
4130
4131
  "required": true,
@@ -4133,7 +4134,7 @@
4133
4134
  {
4134
4135
  "disabled": false,
4135
4136
  "document": "资源列表。",
4136
- "example": "",
4137
+ "example": "[item1,itme2]",
4137
4138
  "member": "DspaUserResourceMeta",
4138
4139
  "name": "Items",
4139
4140
  "required": true,
@@ -4148,40 +4149,40 @@
4148
4149
  {
4149
4150
  "disabled": false,
4150
4151
  "document": "本次更新的ID号,用来标记一次完整的更新过程。",
4151
- "example": "",
4152
+ "example": "123",
4152
4153
  "member": "string",
4153
4154
  "name": "UpdateId",
4154
- "required": true,
4155
+ "output_required": true,
4155
4156
  "type": "string",
4156
4157
  "value_allowed_null": false
4157
4158
  },
4158
4159
  {
4159
4160
  "disabled": false,
4160
4161
  "document": "资源类型,支持:cdb(云数据库 MySQL)、dcdb(TDSQL MySQL版)、mariadb(云数据库 MariaDB)、postgres(云数据库 PostgreSQL)、cynosdbpg(TDSQL-C PostgreSQL版)、cynosdbmysql(TDSQL-C MySQL版)",
4161
- "example": "",
4162
+ "example": "cbd",
4162
4163
  "member": "string",
4163
4164
  "name": "MetaType",
4164
- "required": true,
4165
+ "output_required": true,
4165
4166
  "type": "string",
4166
4167
  "value_allowed_null": false
4167
4168
  },
4168
4169
  {
4169
4170
  "disabled": false,
4170
4171
  "document": "DSPA实例ID。",
4171
- "example": "",
4172
+ "example": "dspa-a1b2",
4172
4173
  "member": "string",
4173
4174
  "name": "DspaId",
4174
- "required": true,
4175
+ "output_required": true,
4175
4176
  "type": "string",
4176
4177
  "value_allowed_null": false
4177
4178
  },
4178
4179
  {
4179
4180
  "disabled": false,
4180
4181
  "document": "资源所处地域。",
4181
- "example": "",
4182
+ "example": "ap-guangzhou",
4182
4183
  "member": "string",
4183
4184
  "name": "ResourceRegion",
4184
- "required": true,
4185
+ "output_required": true,
4185
4186
  "type": "string",
4186
4187
  "value_allowed_null": false
4187
4188
  },
@@ -9908,7 +9909,7 @@
9908
9909
  {
9909
9910
  "disabled": false,
9910
9911
  "document": "元数据类型",
9911
- "example": "",
9912
+ "example": "cdb",
9912
9913
  "member": "string",
9913
9914
  "name": "MetaTypes",
9914
9915
  "required": false,
@@ -9923,7 +9924,7 @@
9923
9924
  {
9924
9925
  "disabled": false,
9925
9926
  "document": "支持的元数据类型\n注意:此字段可能返回 null,表示取不到有效值。",
9926
- "example": "",
9927
+ "example": "cdb",
9927
9928
  "member": "DSPAMetaType",
9928
9929
  "name": "Metas",
9929
9930
  "output_required": true,
@@ -9933,7 +9934,7 @@
9933
9934
  {
9934
9935
  "disabled": false,
9935
9936
  "document": "最大支持每批次同步数量",
9936
- "example": "",
9937
+ "example": "10",
9937
9938
  "member": "int64",
9938
9939
  "name": "MaxDBInstanceLimit",
9939
9940
  "output_required": false,
@@ -13561,7 +13562,7 @@
13561
13562
  {
13562
13563
  "disabled": false,
13563
13564
  "document": "用户资源ID。",
13564
- "example": "",
13565
+ "example": "1321",
13565
13566
  "member": "string",
13566
13567
  "name": "ResourceId",
13567
13568
  "output_required": true,
@@ -13572,7 +13573,7 @@
13572
13573
  {
13573
13574
  "disabled": false,
13574
13575
  "document": "资源名称。",
13575
- "example": "",
13576
+ "example": "cos-absf2",
13576
13577
  "member": "string",
13577
13578
  "name": "ResourceName",
13578
13579
  "output_required": true,
@@ -13583,7 +13584,7 @@
13583
13584
  {
13584
13585
  "disabled": false,
13585
13586
  "document": "资源VIP。",
13586
- "example": "",
13587
+ "example": "127.0.0.2",
13587
13588
  "member": "string",
13588
13589
  "name": "ResourceVip",
13589
13590
  "output_required": true,
@@ -13594,7 +13595,7 @@
13594
13595
  {
13595
13596
  "disabled": false,
13596
13597
  "document": "资源端口。",
13597
- "example": "",
13598
+ "example": "7890",
13598
13599
  "member": "uint64",
13599
13600
  "name": "ResourceVPort",
13600
13601
  "output_required": true,
@@ -13605,7 +13606,7 @@
13605
13606
  {
13606
13607
  "disabled": false,
13607
13608
  "document": "资源被创建时间。",
13608
- "example": "",
13609
+ "example": "2024-01-02",
13609
13610
  "member": "string",
13610
13611
  "name": "ResourceCreateTime",
13611
13612
  "output_required": true,
@@ -13616,7 +13617,7 @@
13616
13617
  {
13617
13618
  "disabled": false,
13618
13619
  "document": "用户资源VPC ID 字符串。",
13619
- "example": "",
13620
+ "example": "3131",
13620
13621
  "member": "string",
13621
13622
  "name": "ResourceUniqueVpcId",
13622
13623
  "output_required": true,
@@ -13627,7 +13628,7 @@
13627
13628
  {
13628
13629
  "disabled": false,
13629
13630
  "document": "用户资源Subnet ID 字符串。",
13630
- "example": "",
13631
+ "example": "32141",
13631
13632
  "member": "string",
13632
13633
  "name": "ResourceUniqueSubnetId",
13633
13634
  "output_required": true,
@@ -13649,7 +13650,7 @@
13649
13650
  {
13650
13651
  "disabled": false,
13651
13652
  "document": "资源所处地域。",
13652
- "example": "",
13653
+ "example": "ap-guangzhou",
13653
13654
  "member": "string",
13654
13655
  "name": "ResourceRegion",
13655
13656
  "output_required": true,
@@ -13660,7 +13661,7 @@
13660
13661
  {
13661
13662
  "disabled": false,
13662
13663
  "document": "资源被同步时间。",
13663
- "example": "",
13664
+ "example": "2024-02-04",
13664
13665
  "member": "string",
13665
13666
  "name": "ResourceSyncTime",
13666
13667
  "output_required": true,
@@ -13671,7 +13672,7 @@
13671
13672
  {
13672
13673
  "disabled": false,
13673
13674
  "document": "资源被授权状态。",
13674
- "example": "",
13675
+ "example": "success",
13675
13676
  "member": "string",
13676
13677
  "name": "AuthStatus",
13677
13678
  "output_required": true,
@@ -13682,7 +13683,7 @@
13682
13683
  {
13683
13684
  "disabled": false,
13684
13685
  "document": "资源创建类型,cloud-云原生资源,build-用户自建资源。",
13685
- "example": "",
13686
+ "example": "cloud",
13686
13687
  "member": "string",
13687
13688
  "name": "BuildType",
13688
13689
  "output_required": true,
@@ -13693,7 +13694,7 @@
13693
13694
  {
13694
13695
  "disabled": false,
13695
13696
  "document": "主实例ID。",
13696
- "example": "",
13697
+ "example": "12321",
13697
13698
  "member": "string",
13698
13699
  "name": "MasterInsId",
13699
13700
  "output_required": true,
@@ -13704,7 +13705,7 @@
13704
13705
  {
13705
13706
  "disabled": false,
13706
13707
  "document": "用户资源VPC ID 整数。",
13707
- "example": "1",
13708
+ "example": "3213",
13708
13709
  "member": "uint64",
13709
13710
  "name": "ResourceVpcId",
13710
13711
  "output_required": true,
@@ -13715,7 +13716,7 @@
13715
13716
  {
13716
13717
  "disabled": false,
13717
13718
  "document": "用户资源Subnet ID 整数。",
13718
- "example": "1",
13719
+ "example": "2313",
13719
13720
  "member": "uint64",
13720
13721
  "name": "ResourceSubnetId",
13721
13722
  "output_required": true,
@@ -13737,7 +13738,7 @@
13737
13738
  {
13738
13739
  "disabled": false,
13739
13740
  "document": "资源版本号。",
13740
- "example": "",
13741
+ "example": "1",
13741
13742
  "member": "string",
13742
13743
  "name": "ResourceVersion",
13743
13744
  "output_required": true,
@@ -13759,7 +13760,7 @@
13759
13760
  {
13760
13761
  "disabled": false,
13761
13762
  "document": "授权账号名",
13762
- "example": "",
13763
+ "example": "admin",
13763
13764
  "member": "string",
13764
13765
  "name": "ResourceAuthAccount",
13765
13766
  "output_required": true,
@@ -13769,8 +13770,8 @@
13769
13770
  },
13770
13771
  {
13771
13772
  "disabled": false,
13772
- "document": "x\n注意:此字段可能返回 null,表示取不到有效值。",
13773
- "example": "",
13773
+ "document": "实例类型\n注意:此字段可能返回 null,表示取不到有效值。",
13774
+ "example": "type",
13774
13775
  "member": "string",
13775
13776
  "name": "InstanceType",
13776
13777
  "output_required": false,
@@ -13780,8 +13781,8 @@
13780
13781
  },
13781
13782
  {
13782
13783
  "disabled": false,
13783
- "document": "x\n注意:此字段可能返回 null,表示取不到有效值。",
13784
- "example": "",
13784
+ "document": "实例值\n注意:此字段可能返回 null,表示取不到有效值。",
13785
+ "example": "value",
13785
13786
  "member": "string",
13786
13787
  "name": "InstanceValue",
13787
13788
  "output_required": false,
@@ -15128,7 +15129,7 @@
15128
15129
  {
15129
15130
  "disabled": false,
15130
15131
  "document": "DSPA实例ID。",
15131
- "example": "",
15132
+ "example": "dspa-a1b2c3",
15132
15133
  "member": "string",
15133
15134
  "name": "DspaId",
15134
15135
  "required": true,
@@ -15137,7 +15138,7 @@
15137
15138
  {
15138
15139
  "disabled": false,
15139
15140
  "document": "过滤项。\n可过滤值包括:\nResoureRegion - 资源所处地域,需要填写完整地域名称,不支持模糊匹配。\n\nAuthStatus - authorized(已授权)、unauthorized(未授权)、deleted(资源已被删除),不支持模糊匹配,需要填写完整。\n\nBuildType - cloud(云原生资源)、build(用户自建资源),不支持模糊匹配,需要填写完整。\n\nMetaType - cdb(云数据Mysql)、dcdb(TDSQL MySQL版)、mariadb(云数据库 MariaDB)、postgres(云数据库 PostgreSQL)、cynosdbmysql(TDSQL-C MySQL版)、cos(对象存储)、mysql_like_proto(自建型Mysql协议类关系型数据库)、postgre_like_proto(自建型Postgre协议类关系型数据库)。\n\nResourceId - 资源ID,支持模糊搜索。",
15140
- "example": "",
15141
+ "example": "[filter]",
15141
15142
  "member": "DspaDataSourceMngFilter",
15142
15143
  "name": "Filters",
15143
15144
  "required": false,
@@ -15146,7 +15147,7 @@
15146
15147
  {
15147
15148
  "disabled": false,
15148
15149
  "document": "分页步长,默认为100。",
15149
- "example": "",
15150
+ "example": "10",
15150
15151
  "member": "uint64",
15151
15152
  "name": "Limit",
15152
15153
  "required": false,
@@ -15155,7 +15156,7 @@
15155
15156
  {
15156
15157
  "disabled": false,
15157
15158
  "document": "分页偏移量,默认为0。",
15158
- "example": "",
15159
+ "example": "0",
15159
15160
  "member": "uint64",
15160
15161
  "name": "Offset",
15161
15162
  "required": false,
@@ -15179,18 +15180,20 @@
15179
15180
  {
15180
15181
  "disabled": false,
15181
15182
  "document": "DSPA实例ID。",
15182
- "example": "",
15183
+ "example": "dspa-1",
15183
15184
  "member": "string",
15184
15185
  "name": "DspaId",
15186
+ "output_required": true,
15185
15187
  "type": "string",
15186
15188
  "value_allowed_null": false
15187
15189
  },
15188
15190
  {
15189
15191
  "disabled": false,
15190
15192
  "document": "用户资源列表。",
15191
- "example": "",
15193
+ "example": "[123]",
15192
15194
  "member": "DspaUserResourceMeta",
15193
15195
  "name": "Resources",
15196
+ "output_required": true,
15194
15197
  "type": "list",
15195
15198
  "value_allowed_null": false
15196
15199
  },
@@ -15200,6 +15203,7 @@
15200
15203
  "example": "1",
15201
15204
  "member": "uint64",
15202
15205
  "name": "TotalCount",
15206
+ "output_required": true,
15203
15207
  "type": "int",
15204
15208
  "value_allowed_null": false
15205
15209
  },
@@ -15258,15 +15262,6 @@
15258
15262
  "required": true,
15259
15263
  "type": "string"
15260
15264
  },
15261
- {
15262
- "disabled": true,
15263
- "document": "最新风险项Id",
15264
- "example": "1",
15265
- "member": "uint64",
15266
- "name": "RiskLatestTableId",
15267
- "required": true,
15268
- "type": "int"
15269
- },
15270
15265
  {
15271
15266
  "disabled": false,
15272
15267
  "document": "风险状态(waiting:待处理,processing:处理中,finished:已处理,ignored:已忽略)",
@@ -15276,10 +15271,19 @@
15276
15271
  "required": true,
15277
15272
  "type": "string"
15278
15273
  },
15274
+ {
15275
+ "disabled": true,
15276
+ "document": "最新风险项Id",
15277
+ "example": "1",
15278
+ "member": "uint64",
15279
+ "name": "RiskLatestTableId",
15280
+ "required": false,
15281
+ "type": "int"
15282
+ },
15279
15283
  {
15280
15284
  "disabled": false,
15281
15285
  "document": "备注",
15282
- "example": "",
15286
+ "example": "remark",
15283
15287
  "member": "string",
15284
15288
  "name": "Note",
15285
15289
  "required": false,
@@ -17469,7 +17473,7 @@
17469
17473
  {
17470
17474
  "disabled": false,
17471
17475
  "document": "风险描述\n注意:此字段可能返回 null,表示取不到有效值。",
17472
- "example": "",
17476
+ "example": "未加密的敏感数据在被窃取或泄露时可能会导致严重的后果",
17473
17477
  "member": "string",
17474
17478
  "name": "RiskDescription",
17475
17479
  "output_required": true,
@@ -17491,7 +17495,7 @@
17491
17495
  {
17492
17496
  "disabled": false,
17493
17497
  "document": "安全产品(可能有多个)\n注意:此字段可能返回 null,表示取不到有效值。",
17494
- "example": "",
17498
+ "example": "[item]",
17495
17499
  "member": "SecurityProduct",
17496
17500
  "name": "SecurityProduct",
17497
17501
  "output_required": true,
@@ -17557,7 +17561,7 @@
17557
17561
  {
17558
17562
  "disabled": false,
17559
17563
  "document": "风险面\n注意:此字段可能返回 null,表示取不到有效值。",
17560
- "example": "",
17564
+ "example": "database_security",
17561
17565
  "member": "string",
17562
17566
  "name": "RiskSide",
17563
17567
  "output_required": false,
@@ -17579,7 +17583,7 @@
17579
17583
  {
17580
17584
  "disabled": false,
17581
17585
  "document": "备注\n注意:此字段可能返回 null,表示取不到有效值。",
17582
- "example": "",
17586
+ "example": "处理备注",
17583
17587
  "member": "string",
17584
17588
  "name": "Remark",
17585
17589
  "output_required": false,
@@ -18067,6 +18071,7 @@
18067
18071
  "example": "T-ce",
18068
18072
  "member": "string",
18069
18073
  "name": "ProductName",
18074
+ "output_required": false,
18070
18075
  "required": false,
18071
18076
  "type": "string",
18072
18077
  "value_allowed_null": true
@@ -18077,12 +18082,13 @@
18077
18082
  "example": "http://xxxx",
18078
18083
  "member": "string",
18079
18084
  "name": "ReferUrl",
18085
+ "output_required": false,
18080
18086
  "required": false,
18081
18087
  "type": "string",
18082
18088
  "value_allowed_null": true
18083
18089
  }
18084
18090
  ],
18085
- "usage": "out"
18091
+ "usage": "both"
18086
18092
  },
18087
18093
  "SensitiveLevel": {
18088
18094
  "document": "敏感等级分布",
@@ -162,8 +162,8 @@
162
162
  ],
163
163
  "CreateDSPAMetaResources": [
164
164
  {
165
- "document": "",
166
- "input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDSPAMetaResources\n<公共请求参数>\n\n{\n \"DspaId\": \"dspa-ed415837\",\n \"UpdateId\": \"49f060ba-c12d-4643-98da-aa8bcc382091\",\n \"UpdateStatus\": \"finished\",\n \"Items\": [\n {\n \"BuildType\": \"xx\",\n \"ResourceSyncTime\": \"xx\",\n \"ResourceRegion\": \"xx\",\n \"ResourceVip\": \"xx\",\n \"MetaType\": \"xx\",\n \"ResourceId\": \"xx\",\n \"ResourceCreateTime\": \"xx\",\n \"ResourceUniqueSubnetId\": \"xx\",\n \"ResourceUniqueVpcId\": \"xx\",\n \"ResourceName\": \"xx\",\n \"AuthStatus\": \"xx\",\n \"ResourceVPort\": 1\n }\n ],\n \"MetaType\": \"mariadb\",\n \"ResourceRegion\": \"ap-guangzhou\"\n}",
165
+ "document": "添加用户云上资源列表示例",
166
+ "input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDSPAMetaResources\n<公共请求参数>\n\n{\n \"DspaId\": \"dspa-ed415837\",\n \"UpdateId\": \"49f060ba-c12d-4643-98da-aa8bcc382091\",\n \"UpdateStatus\": \"finished\",\n \"Items\": [\n {\n \"ResourceVip\": \"127.0.0.1\",\n \"ResourceId\": \"cdb-xxxxxxxx\",\n \"ResourceCreateTime\": \"2022-xx-xx xx:xx:xx\",\n \"ResourceUniqueSubnetId\": \"subnet-xx\",\n \"ResourceUniqueVpcId\": \"vpc-xx\",\n \"ResourceName\": \"name\",\n \"ResourceVPort\": 1\n }\n ],\n \"MetaType\": \"mariadb\",\n \"ResourceRegion\": \"ap-guangzhou\"\n}",
167
167
  "output": "{\n \"Response\": {\n \"RequestId\": \"6542ea46-5974-42b2-8876-f1ca946a92ce\",\n \"DspaId\": \"dspa-ed415837\",\n \"MetaType\": \"mariadb\",\n \"ResourceRegion\": \"ap-guangzhou\",\n \"UpdateId\": \"49f060ba-c12d-4643-98da-aa8bcc382091\"\n }\n}",
168
168
  "title": "示例"
169
169
  }
@@ -946,7 +946,7 @@
946
946
  {
947
947
  "document": "获取Dspa实例下的指定cdb资源信息",
948
948
  "input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListDSPAMetaResources\n<公共请求参数>\n\n{\n \"DspaId\": \"dspa-6fb60936\",\n \"Filters\": [\n {\n \"Name\": \"ResourceId\",\n \"Values\": [\n \"cdb-9loqa8ed\"\n ]\n }\n ]\n}",
949
- "output": "{\n \"Response\": {\n \"RequestId\": \"0b727eb5-5759-40c2-adeb-bb238e0259db\",\n \"TotalCount\": 1,\n \"DspaId\": \"dspa-6fb60936\",\n \"Resources\": [\n {\n \"BuildType\": \"cloud\",\n \"MetaType\": \"cdb\",\n \"ResourceId\": \"cdb-9loqa8ed\",\n \"ResourceName\": \"永久勿删-分类分级自动化测试使用\",\n \"ResourceRegion\": \"ap-guangzhou\",\n \"ResourceVip\": \"172.16.0.24\",\n \"ResourceVPort\": 3306,\n \"ResourceSyncTime\": \"2022-06-27 10:22:51\",\n \"ResourceCreateTime\": \"2022-06-08 10:48:20\",\n \"AuthStatus\": \"authorized\",\n \"ResourceUniqueVpcId\": \"vpc-7vv1q6x9\",\n \"ResourceUniqueSubnetId\": \"subnet-n488vg8m\",\n \"ResourceSubnetId\": 0,\n \"ResourceVpcId\": 0,\n \"MasterInsId\": \"cdb-9loqa8ed\",\n \"Protocol\": \"mysql\"\n }\n ]\n }\n}",
949
+ "output": "{\n \"Response\": {\n \"DspaId\": \"abc\",\n \"Resources\": [\n {\n \"ResourceId\": \"abc\",\n \"ResourceName\": \"abc\",\n \"ResourceVip\": \"abc\",\n \"ResourceVPort\": 1,\n \"ResourceCreateTime\": \"abc\",\n \"ResourceUniqueVpcId\": \"abc\",\n \"ResourceUniqueSubnetId\": \"abc\",\n \"MetaType\": \"abc\",\n \"ResourceRegion\": \"abc\",\n \"ResourceSyncTime\": \"abc\",\n \"AuthStatus\": \"abc\",\n \"BuildType\": \"abc\",\n \"MasterInsId\": \"abc\",\n \"ResourceVpcId\": 1,\n \"ResourceSubnetId\": 1,\n \"Protocol\": \"abc\",\n \"ResourceVersion\": \"abc\",\n \"ResourceAuthType\": \"abc\",\n \"ResourceAuthAccount\": \"abc\",\n \"InstanceType\": \"abc\",\n \"InstanceValue\": \"abc\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
950
950
  "title": "示例"
951
951
  }
952
952
  ],
@@ -99,7 +99,7 @@
99
99
  "status": "online"
100
100
  },
101
101
  "CreateFlowApprovers": {
102
- "document": "**适用场景 :**\n\n当通过模板或文件发起合同时, 签署人不制定, 等合同发起后再指定 可以用下面2种方案\n\n<b><font color=\"red\">1. 或签合同</font>: 若未指定企业签署人信息(只指定企业的名字),合同变成或签合同(个人签署方不支持或签合同)</b>。需调用此接口补充或添加签署人。或签签署人在控制台上的展示样式如下(会带有<b>或签</b>标识):\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/b2715f0236faee807cfc0521f93cf01b.png)\n\n<b><font color=\"red\">2. 动态签署人合同</font>: 若未指定具体签署人的信息,则合同变成动态签署人合同</b>。需调用此接口补充或添加签署人。可以参考文档 [动态签署人合同](https://qian.tencent.com/developers/company/dynamic_signer/) 。动态签署人在控制台上的展示样式如下:\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/2729477978e020c3bbb4d2e767bb78eb.png)\n\n实际签署人需要通过[获取跳转至腾讯电子签小程序的签署链接](https://qian.tencent.com/developers/companyApis/startFlows/CreateSchemeUrl/)生成的链接进入小程序,领取合同并签署。同一签署环节可补充多个员工作为或签署人,最终实际签署人取决于谁先领取合同完成签署。\n\n\n**限制条件**:\n\n1.本企业(发起方企业)企业微信签署人仅支持通过企业微信UserId或姓名+手机号进行补充。\n\n2.本企业(发起方企业)非企业微信签署人仅支持通过姓名+手机号进行补充。\n\n3.他方企业仅支持通过姓名+手机号进行补充。\n\n4.个人签署人支持通过姓名+手机号进行补充(若<b>个人用户已完成实名</b>,动态签署人合同也可以可通过姓名+证件号码进行补充)\n\n\n**整体流程如下图:**\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/29a0fba0ceebf9227849459947384862.png)",
102
+ "document": "**适用场景 :**\n\n当通过模板或文件发起合同时, 签署人不制定, 等合同发起后再指定 可以用下面2种方案\n\n<b><font color=\"red\">1. 或签合同</font>: 若未指定企业签署人信息(只指定企业的名字),合同变成或签合同(个人签署方不支持或签合同)</b>。需调用此接口补充或添加签署人。或签签署人在控制台上的展示样式如下(会带有<b>或签</b>标识):\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/b2715f0236faee807cfc0521f93cf01b.png)\n\n<b><font color=\"red\">2. 动态签署人合同</font>: 若未指定具体签署人的信息,则合同变成动态签署人合同</b>。需调用此接口补充或添加签署人。可以参考文档 [动态签署人合同](https://qian.tencent.com/developers/company/dynamic_signer/) 。动态签署人在控制台上的展示样式如下:\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/2729477978e020c3bbb4d2e767bb78eb.png)\n\n实际签署人需要通过[获取跳转至腾讯电子签小程序的签署链接](https://qian.tencent.com/developers/companyApis/startFlows/CreateSchemeUrl/)生成的链接进入小程序,领取合同并签署。同一签署环节可补充多个员工作为或签署人,最终实际签署人取决于谁先领取合同完成签署。\n\n\n**限制条件**:\n\n1.本企业(发起方企业)企业微信签署人仅支持通过企业微信UserId或姓名+手机号进行补充。\n\n2.本企业(发起方企业)非企业微信签署人仅支持通过姓名+手机号进行补充。\n\n3.他方企业仅支持通过姓名+手机号进行补充。\n\n4.个人签署人支持通过姓名+手机号进行补充(若<b>个人用户已完成实名</b>,动态签署人合同也可以可通过姓名+证件号码进行补充)\n\n\n**整体流程如下图:**\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/29a0fba0ceebf9227849459947384862.png)",
103
103
  "input": "CreateFlowApproversRequest",
104
104
  "name": "补充签署流程签署人信息",
105
105
  "output": "CreateFlowApproversResponse",
@@ -155,7 +155,7 @@
155
155
  "status": "online"
156
156
  },
157
157
  "CreateFlowSignReview": {
158
- "document": "提交企业流程审批结果 \n**当前存在两种审核操作:**\n<ul>\n<li>签署审核\n<ul>\n<li>在通过接口<ul>\n<li>CreateFlowByFiles</li>\n<li>CreateFlow</li>\n<li>CreateFlowGroupByTemplates</li>\n<li>CreateFlowGroupByFiles</li>\n<li>CreatePrepareFlow</li>\n</ul> \n发起签署流程时,通过指定NeedSignReview为true,则可以调用此接口,并指定operate=SignReview,以提交企业内部签署审批结果</li>\n<li>在通过接口\n<ul>\n<li>CreateFlowByFiles</li>\n<li>CreateFlow</li>\n<li>CreateFlowGroupByTemplates</li>\n<li>CreateFlowGroupByFiles</li>\n</ul>\n发起签署流程时,通过指定签署人ApproverNeedSignReview为true,则可以调用此接口,并指定operate=SignReview,并指定RecipientId,以提交企业内部签署审批结果</li>\n</ul>\n</li>\n<li>发起审核\n <ul>\n<li>通过接口CreatePrepareFlow指定发起后需要审核,那么可以调用此接口,并指定operate=CreateReview,以提交企业内部审批结果。可以多次提交审批结果,但一旦审批通过,后续提交的结果将无效\n</li>\n</ul>\n</li>\n</ul>",
158
+ "document": "提交企业流程审批结果 \n**当前存在两种审核操作:**\n<ul>\n<li>签署审核\n<ul>\n<li>在通过接口<ul>\n<li>CreateFlowByFiles</li>\n<li>CreateFlow</li>\n<li>CreateFlowGroupByTemplates</li>\n<li>CreateFlowGroupByFiles</li>\n<li>CreatePrepareFlow</li>\n</ul> \n发起签署流程时,通过指定NeedSignReview为true,则可以调用此接口,并指定operate=SignReview,以提交企业内部签署审批结果(<font color=\"red\">审核对象:本企业合同参与方的签署动作</font>)</li>\n<li>在通过接口\n<ul>\n<li>CreateFlowByFiles</li>\n<li>CreateFlow</li>\n<li>CreateFlowGroupByTemplates</li>\n<li>CreateFlowGroupByFiles</li>\n</ul>\n发起签署流程时,通过指定签署人ApproverNeedSignReview为true,则可以调用此接口,并指定operate=SignReview,并指定RecipientId,以提交企业内部签署审批结果(<font color=\"red\">审核对象:本企业、合同企业、自然人合同参与方的签署动作</font>)</li>\n</ul>\n</li>\n\n对应签署人在签署页面会看到下面的提示:\n![image](https://qcloudimg.tencent-cloud.cn/raw/3bf065bf5afa6de862e80da316be1c53.png)\n\n<li>发起审核\n <ul>\n<li>通过接口CreatePrepareFlow指定发起后需要审核,那么可以调用此接口,并指定operate=CreateReview,以提交企业内部审批结果。可以多次提交审批结果,但一旦审批通过,后续提交的结果将无效(<font color=\"red\">审核对象:本企业合同发起方的发起动作</font>)\n</li>\n</ul>\n\n对应发起人在发起合同的最后环节会有<b>提交审批</b>的按钮:\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/cb4857b7b57302fdcbcf37dad31214a8.png)\n\n</li>\n</ul>",
159
159
  "input": "CreateFlowSignReviewRequest",
160
160
  "name": "提交签署流程审批结果",
161
161
  "output": "CreateFlowSignReviewResponse",
@@ -7965,7 +7965,7 @@
7965
7965
  {
7966
7966
  "disabled": false,
7967
7967
  "document": "CDC Redis集群ID。\n注意:此字段可能返回 null,表示取不到有效值。",
7968
- "example": "",
7968
+ "example": "crs-cluster-m1sy****",
7969
7969
  "member": "string",
7970
7970
  "name": "RedisClusterId",
7971
7971
  "output_required": true,
@@ -7975,7 +7975,7 @@
7975
7975
  {
7976
7976
  "disabled": false,
7977
7977
  "document": "CDC 集群ID。\n注意:此字段可能返回 null,表示取不到有效值。",
7978
- "example": "",
7978
+ "example": "cluster-3x6j****",
7979
7979
  "member": "string",
7980
7980
  "name": "DedicatedClusterId",
7981
7981
  "output_required": true,
@@ -810,7 +810,7 @@
810
810
  },
811
811
  {
812
812
  "disabled": false,
813
- "document": "TRTC的[RoomId](https://cloud.tencent.com/document/product/647/46351#roomid),录制的TRTC房间所对应的RoomId",
813
+ "document": "TRTC的[RoomId](https://cloud.tencent.com/document/product/647/46351#roomid),录制的TRTC房间所对应的RoomId。\n注:房间号类型默认为整型,若房间号类型为字符串,请通过RoomIdType指定。\n",
814
814
  "example": "1234",
815
815
  "member": "string",
816
816
  "name": "RoomId",
@@ -841,7 +841,7 @@
841
841
  "status": "online"
842
842
  },
843
843
  "DeleteVpnConnection": {
844
- "document": "本接口(DeleteVpnConnection)用于删除VPN通道。",
844
+ "document": "本接口(DeleteVpnConnection)用于删除VPN通道。\n>?本接口为异步接口\n>",
845
845
  "input": "DeleteVpnConnectionRequest",
846
846
  "name": "删除VPN通道",
847
847
  "output": "DeleteVpnConnectionResponse",
@@ -27222,6 +27222,42 @@
27222
27222
  ],
27223
27223
  "usage": "both"
27224
27224
  },
27225
+ "PrivateNatCrossDomainInfo": {
27226
+ "document": "私网NAT网关跨域信息",
27227
+ "members": [
27228
+ {
27229
+ "disabled": false,
27230
+ "document": "跨域私网NAT关联的云联网ID\n注意:此字段可能返回 null,表示取不到有效值。",
27231
+ "example": "ccn-4as5s8ga",
27232
+ "member": "string",
27233
+ "name": "CcnId",
27234
+ "required": false,
27235
+ "type": "string",
27236
+ "value_allowed_null": true
27237
+ },
27238
+ {
27239
+ "disabled": false,
27240
+ "document": "跨域私网NAT本端Vpc\n注意:此字段可能返回 null,表示取不到有效值。",
27241
+ "example": "vpc-noam856a",
27242
+ "member": "string",
27243
+ "name": "LocalVpcId",
27244
+ "required": false,
27245
+ "type": "string",
27246
+ "value_allowed_null": true
27247
+ },
27248
+ {
27249
+ "disabled": false,
27250
+ "document": "跨域私网NAT对端Vpc\n注意:此字段可能返回 null,表示取不到有效值。",
27251
+ "example": "vpc-noam856a",
27252
+ "member": "string",
27253
+ "name": "PeerVpcId",
27254
+ "required": false,
27255
+ "type": "string",
27256
+ "value_allowed_null": true
27257
+ }
27258
+ ],
27259
+ "usage": "out"
27260
+ },
27225
27261
  "PrivateNatDestinationIpPortTranslationNatRule": {
27226
27262
  "document": "本端目的IP端口转换复杂结构",
27227
27263
  "members": [
@@ -27380,6 +27416,56 @@
27380
27416
  "output_required": true,
27381
27417
  "type": "list",
27382
27418
  "value_allowed_null": true
27419
+ },
27420
+ {
27421
+ "disabled": false,
27422
+ "document": "专线网关唯一`ID`\n注意:此字段可能返回 null,表示取不到有效值。",
27423
+ "example": "无",
27424
+ "member": "string",
27425
+ "name": "DirectConnectGatewayIds",
27426
+ "output_required": true,
27427
+ "type": "list",
27428
+ "value_allowed_null": true
27429
+ },
27430
+ {
27431
+ "disabled": false,
27432
+ "document": "私网网关类型\n注意:此字段可能返回 null,表示取不到有效值。",
27433
+ "example": "DCG",
27434
+ "member": "string",
27435
+ "name": "NatType",
27436
+ "output_required": true,
27437
+ "type": "string",
27438
+ "value_allowed_null": true
27439
+ },
27440
+ {
27441
+ "disabled": false,
27442
+ "document": "私网NAT跨域信息\n注意:此字段可能返回 null,表示取不到有效值。",
27443
+ "example": "无",
27444
+ "member": "PrivateNatCrossDomainInfo",
27445
+ "name": "CrossDomainInfo",
27446
+ "output_required": false,
27447
+ "type": "object",
27448
+ "value_allowed_null": true
27449
+ },
27450
+ {
27451
+ "disabled": false,
27452
+ "document": "是否VPC型私网网关\n注意:此字段可能返回 null,表示取不到有效值。",
27453
+ "example": "True",
27454
+ "member": "bool",
27455
+ "name": "VpcType",
27456
+ "output_required": false,
27457
+ "type": "bool",
27458
+ "value_allowed_null": true
27459
+ },
27460
+ {
27461
+ "disabled": false,
27462
+ "document": "跨域私网NAT关联的云联网ID\t\n注意:此字段可能返回 null,表示取不到有效值。",
27463
+ "example": "ccn-asj6o7cd",
27464
+ "member": "string",
27465
+ "name": "CcnId",
27466
+ "output_required": false,
27467
+ "type": "string",
27468
+ "value_allowed_null": true
27383
27469
  }
27384
27470
  ],
27385
27471
  "usage": "out"
@@ -520,7 +520,7 @@
520
520
  {
521
521
  "document": "创建一个私网NAT网关",
522
522
  "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrivateNatGateway\n<公共请求参数>\n\n{\n \"NatGatewayName\": \"test\",\n \"VpcId\": \"vpc-m7sr81gh\"\n}",
523
- "output": "{\n \"Response\": {\n \"PrivateNatGatewaySet\": [\n {\n \"Status\": \"AVILIABLE\",\n \"VpcId\": \"vpc-noanwmed\",\n \"CrossDomain\": false,\n \"NatGatewayName\": \"test_nat\",\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"TagSet\": [],\n \"CreatedTime\": \"2022-10-01 00:00:00\"\n }\n ],\n \"RequestId\": \"cd37ad3b-6b94-41f4-bd83-8a2b0d801aae\",\n \"TotalCount\": 1\n }\n}",
523
+ "output": "{\n \"Response\": {\n \"PrivateNatGatewaySet\": [\n {\n \"Status\": \"AVILIABLE\",\n \"VpcId\": \"vpc-noanwmed\",\n \"CrossDomain\": false,\n \"NatGatewayName\": \"test_nat\",\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}",
524
524
  "title": "创建一个私网NAT网关"
525
525
  }
526
526
  ],
@@ -685,8 +685,8 @@
685
685
  "CreateVpnConnection": [
686
686
  {
687
687
  "document": "创建VPN通道",
688
- "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVpnConnection\n<公共请求参数>\n\n{\n \"VpnConnectionName\": \"TEST_CONN\",\n \"PreShareKey\": \"654321\",\n \"VpcId\": \"vpc-gapcv96p\",\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ],\n \"IPSECOptionsSpecification\": {\n \"PfsDhGroup\": \"NULL\",\n \"EncryptAlgorithm\": \"3DES-CBC\",\n \"IntegrityAlgorith\": \"MD5\"\n },\n \"SecurityPolicyDatabases\": [\n {\n \"LocalCidrBlock\": \"10.8.4.0/24\",\n \"RemoteCidrBlock\": [\n \"58.211.1.0/24\"\n ]\n }\n ],\n \"VpnGatewayId\": \"vpngw-1w9tue3d\",\n \"CustomerGatewayId\": \"cgw-qa9sxpy7\",\n \"IKEOptionsSpecification\": {\n \"IKEVersion\": \"IKEV1\",\n \"RemoteIdentity\": \"ADDRESS\",\n \"PropoAuthenAlgorithm\": \"MD5\",\n \"RemoteAddress\": \"1.2.3.4\",\n \"LocalIdentity\": \"ADDRESS\",\n \"LocalAddress\": \"58.211.2.5\",\n \"ExchangeMode\": \"MAIN\",\n \"PropoEncryAlgorithm\": \"3DES-CBC\",\n \"DhGroupName\": \"GROUP1\"\n }\n}",
689
- "output": "{\n \"Response\": {\n \"VpnConnection\": {\n \"VpcId\": \"vpc-kozprpc9\",\n \"VpnConnectionId\": \"vpnx-p0j11j28\",\n \"VpnConnectionName\": \"test-con\",\n \"VpnGatewayId\": \"vpngw-ecvft20x\",\n \"CustomerGatewayId\": \"cgw-7lhl5331\",\n \"State\": \"PENDING\",\n \"PreShareKey\": \"123456\",\n \"NegotiationType\": \"\",\n \"DpdEnable\": -1,\n \"DpdTimeout\": \"\",\n \"DpdAction\": \"\",\n \"VpnProto\": \"IPSEC\",\n \"EncryptProto\": \"IKE\",\n \"RouteType\": \"STATIC\",\n \"CreatedTime\": \"0000-00-00 00:00:00\",\n \"NetStatus\": \"\",\n \"SecurityPolicyDatabaseSet\": [],\n \"IKEOptionsSpecification\": {\n \"PropoEncryAlgorithm\": \"AES-CBC-256\",\n \"PropoAuthenAlgorithm\": \"SHA\",\n \"ExchangeMode\": \"AGGRESSIVE\",\n \"LocalIdentity\": \"ADDRESS\",\n \"RemoteIdentity\": \"ADDRESS\",\n \"LocalAddress\": \"122.152.199.99\",\n \"RemoteAddress\": \"39.97.38.104\",\n \"LocalFqdnName\": \"\",\n \"RemoteFqdnName\": \"\",\n \"DhGroupName\": \"GROUP2\",\n \"IKESaLifetimeSeconds\": 86400,\n \"IKEVersion\": \"IKEV1\"\n },\n \"IPSECOptionsSpecification\": {\n \"EncryptAlgorithm\": \"AES-CBC-256\",\n \"IntegrityAlgorith\": \"SHA1\",\n \"IPSECSaLifetimeSeconds\": 3600,\n \"IPSECSaLifetimeTraffic\": 1843200,\n \"PfsDhGroup\": \"NULL\"\n },\n \"EnableHealthCheck\": false,\n \"HealthCheckLocalIp\": \"\",\n \"HealthCheckRemoteIp\": \"\",\n \"HealthCheckStatus\": \"\",\n \"TagSet\": []\n },\n \"RequestId\": \"4b71dd4d-a3ee-4ac1-b99a-99d65f6443fd\"\n }\n}",
688
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVpnConnection\n<公共请求参数>\n\n{\n \"VpnConnectionName\": \"TEST_CONN\",\n \"PreShareKey\": \"654321\",\n \"VpcId\": \"vpc-gapcv96p\",\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ],\n \"IPSECOptionsSpecification\": {\n \"PfsDhGroup\": \"NULL\",\n \"EncryptAlgorithm\": \"3DES-CBC\",\n \"IntegrityAlgorith\": \"SHA1\"\n },\n \"SecurityPolicyDatabases\": [\n {\n \"LocalCidrBlock\": \"10.8.4.0/24\",\n \"RemoteCidrBlock\": [\n \"58.211.1.0/24\"\n ]\n }\n ],\n \"VpnGatewayId\": \"vpngw-1w9tue3d\",\n \"CustomerGatewayId\": \"cgw-qa9sxpy7\",\n \"IKEOptionsSpecification\": {\n \"IKEVersion\": \"IKEV1\",\n \"RemoteIdentity\": \"ADDRESS\",\n \"PropoAuthenAlgorithm\": \"MD5\",\n \"RemoteAddress\": \"1.2.3.4\",\n \"LocalIdentity\": \"ADDRESS\",\n \"LocalAddress\": \"58.211.2.5\",\n \"ExchangeMode\": \"MAIN\",\n \"PropoEncryAlgorithm\": \"3DES-CBC\",\n \"DhGroupName\": \"GROUP1\"\n }\n}",
689
+ "output": "{\n \"Response\": {\n \"VpnConnection\": {\n \"VpcId\": \"vpc-gapcv96p\",\n \"VpnConnectionId\": \"\",\n \"VpnConnectionName\": \"TEST_CONN\",\n \"VpnGatewayId\": \"vpngw-1w9tue3d\",\n \"CustomerGatewayId\": \"cgw-qa9sxpy7\",\n \"State\": \"PENDING\",\n \"PreShareKey\": \"123456\",\n \"NegotiationType\": \"\",\n \"DpdEnable\": -1,\n \"DpdTimeout\": \"\",\n \"DpdAction\": \"\",\n \"VpnProto\": \"IPSEC\",\n \"EncryptProto\": \"IKE\",\n \"RouteType\": \"STATIC\",\n \"CreatedTime\": \"0000-00-00 00:00:00\",\n \"NetStatus\": \"\",\n \"SecurityPolicyDatabaseSet\": [],\n \"IKEOptionsSpecification\": {\n \"PropoEncryAlgorithm\": \"3DES-CBC\",\n \"PropoAuthenAlgorithm\": \"MD5\",\n \"ExchangeMode\": \"MAIN\",\n \"LocalIdentity\": \"ADDRESS\",\n \"RemoteIdentity\": \"ADDRESS\",\n \"LocalAddress\": \"58.211.2.5\",\n \"RemoteAddress\": \"1.2.3.4\",\n \"LocalFqdnName\": \"\",\n \"RemoteFqdnName\": \"\",\n \"DhGroupName\": \"GROUP1\",\n \"IKESaLifetimeSeconds\": 86400,\n \"IKEVersion\": \"IKEV1\"\n },\n \"IPSECOptionsSpecification\": {\n \"EncryptAlgorithm\": \"3DES-CBC\",\n \"IntegrityAlgorith\": \"SHA1\",\n \"IPSECSaLifetimeSeconds\": 3600,\n \"IPSECSaLifetimeTraffic\": 1843200,\n \"PfsDhGroup\": \"NULL\"\n },\n \"EnableHealthCheck\": false,\n \"HealthCheckLocalIp\": \"\",\n \"HealthCheckRemoteIp\": \"\",\n \"HealthCheckStatus\": \"\",\n \"TagSet\": []\n },\n \"RequestId\": \"4b71dd4d-a3ee-4ac1-b99a-99d65f6443fd\"\n }\n}",
690
690
  "title": "创建VPN通道"
691
691
  }
692
692
  ],
@@ -1680,13 +1680,13 @@
1680
1680
  {
1681
1681
  "document": "按ID过滤查询私网NAT网关",
1682
1682
  "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}",
1683
- "output": "{\n \"Response\": {\n \"PrivateNatGatewaySet\": [\n {\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"NatGatewayName\": \"test_nat\",\n \"VpcId\": \"vpc-noanwmed\",\n \"Status\": \"AVAILABLE\",\n \"CrossDomain\": false,\n \"CreatedTime\": \"2022-09-29 15:58:00\",\n \"TagSet\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"757e8409-faa3-4b7f-bfc3-7e1670bf40af\"\n }\n}",
1683
+ "output": "{\n \"Response\": {\n \"PrivateNatGatewaySet\": [\n {\n \"NatGatewayId\": \"intranat-0g3blj80\",\n \"NatGatewayName\": \"test_nat\",\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}",
1684
1684
  "title": "按ID过滤查询私网NAT网关"
1685
1685
  },
1686
1686
  {
1687
1687
  "document": "按标签过滤查询私网NAT网关",
1688
1688
  "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}",
1689
- "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\": \"abc\"\n }\n ]\n }\n ],\n \"RequestId\": \"e13d67ca-4b7b-4337-b8c5-7df7707c89ca\"\n }\n}",
1689
+ "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\": \"abc\"\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}",
1690
1690
  "title": "按标签过滤查询私网NAT网关"
1691
1691
  }
1692
1692
  ],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli
3
- Version: 3.0.1165.1
3
+ Version: 3.0.1166.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.1165
16
+ Requires-Dist: tencentcloud-sdk-python>=3.0.1166
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # 命令行工具简介
@@ -1,4 +1,4 @@
1
- tccli/__init__.py,sha256=7P6IUuaLLKPPfU1kT0lMmOzG1PqIQRUMcEUKQw6Fqag,27
1
+ tccli/__init__.py,sha256=rmbwjHvk_bluSYPhPtck2fkwxrrnpuyfrErrVmrH8UM,27
2
2
  tccli/argparser.py,sha256=iFaw_iIMdyVwUdcv2_2OHQfe7-7j9yGzoOgXgXswoBo,5555
3
3
  tccli/argument.py,sha256=ZtVo3AySpzM-Hw6_hPdU27FjUsc8QPB2fIuLy7JSBAk,8091
4
4
  tccli/base_command.py,sha256=rFWNAwfS0GA6LLGNOM-iPI0RV81Jag5cZn536ZQN0pw,2859
@@ -394,8 +394,8 @@ tccli/services/ds/v20180523/api.json,sha256=Po8jIGXLTfXujFIOtvpdVEbWrzz3r__Y1RKY
394
394
  tccli/services/ds/v20180523/examples.json,sha256=mpS98a_C0Bm16_rpfJwXfZtzCRMKkxv1hctS9hEnU-U,6767
395
395
  tccli/services/dsgc/__init__.py,sha256=-2PnRUMqNadighnoT3KJQx8A5CJsEU9RBdUziKLsWAY,87
396
396
  tccli/services/dsgc/dsgc_client.py,sha256=5E73hr74D-8PxIDPCNOxxh2uQ5m5UMayXkIREGetqLk,470273
397
- tccli/services/dsgc/v20190723/api.json,sha256=Q_TtNX2oWOW4Mom1kgX6ackypO5yuilvvzLAb46paSQ,612746
398
- tccli/services/dsgc/v20190723/examples.json,sha256=391WbeTpT7Pn2exyYVntDWkKoGEM6fyVfaOiDBnv37E,136004
397
+ tccli/services/dsgc/v20190723/api.json,sha256=zRqcZ0lUDyNPB0umJLHkTgJQ2EDGJjOO3quTcFwvSdA,613229
398
+ tccli/services/dsgc/v20190723/examples.json,sha256=1EcflWtHJ-8pA8u8tXcj_4TlN0Iy8-UXCou83WUvcvI,135942
399
399
  tccli/services/dtf/__init__.py,sha256=O4EZT5-bn18CPhcfK2WKIKOk4fVr6KF58zxgcnU_WOo,85
400
400
  tccli/services/dtf/dtf_client.py,sha256=E6S32mFbyW8i9f5UEzubaiseqDBh88d8BHqMy0XKPIY,8674
401
401
  tccli/services/dtf/v20200506/api.json,sha256=X5PvMBSPViF-HqBA7w9_J_GyehVSNQbs_xxBFk2kxCM,9087
@@ -442,7 +442,7 @@ tccli/services/es/v20180416/api.json,sha256=xwkhm_3BAl0pIuk_xXjinoOf3EAoblfTeP4d
442
442
  tccli/services/es/v20180416/examples.json,sha256=FK_fr0kVLLuisMKl2Ex3bGrJX7Z0Nw77y4PhaJ3rwPw,73646
443
443
  tccli/services/ess/__init__.py,sha256=heBHzUKDuNxQ68yNutgyA8stCndyFWqYJqiQFozTiDs,85
444
444
  tccli/services/ess/ess_client.py,sha256=9ZDbmIQeEVqUyUTOzxDJ5Vdtv1O_N29V9uoJzjcVB10,279723
445
- tccli/services/ess/v20201111/api.json,sha256=00wjpAYnfdYdzwynJyeN30NC_Ug966jbz2n4my2J1GI,713311
445
+ tccli/services/ess/v20201111/api.json,sha256=i_UNCh4dkzyOcY9MWXaljb36FRnK177LB8BAQmkEBaM,713931
446
446
  tccli/services/ess/v20201111/examples.json,sha256=f5ZZ-oQv9E_a38q8toEaYWrqM8fjtBrdsQnIFKjwXqY,569318
447
447
  tccli/services/essbasic/__init__.py,sha256=Uh5kuYtJvJ4F1S2w-19_B6a_JMF1ubh8Se-7p5LA0PE,95
448
448
  tccli/services/essbasic/essbasic_client.py,sha256=LNRYt5_RyAvdfqaPaJfod0sLAjJgTEOADHDo_ILmHoM,404774
@@ -736,7 +736,7 @@ tccli/services/rce/v20201103/api.json,sha256=5xlsHWFqToq5Gk5UiljyCKs7t5B93q8lvb0
736
736
  tccli/services/rce/v20201103/examples.json,sha256=OqxZyUOTBbcCFyx34kzGNNGaGroaqGlGhGBejRyJx5Q,7229
737
737
  tccli/services/redis/__init__.py,sha256=LzB8_p66HdHV32O1SzEXmHhzIe3zOiQGyLwhFG-9lec,89
738
738
  tccli/services/redis/redis_client.py,sha256=1Ck3r8bOuXdt7RwOwXpIfoI6opUiYu92BImx5Z3VteE,329052
739
- tccli/services/redis/v20180412/api.json,sha256=5r98S7lduhFzCA5m4V__lUDA3mEycQL57No1KkfTBnc,424605
739
+ tccli/services/redis/v20180412/api.json,sha256=BAsBRsoDl0n6kKPk33yQplRBNiDUBmhN_4DA0PkL1hM,424635
740
740
  tccli/services/redis/v20180412/examples.json,sha256=8lVPGYaXOOWjQdUQeGPjXLytlL-cRCnKvDw66nnTM5k,132034
741
741
  tccli/services/region/__init__.py,sha256=1VhvvIxcO9rVPGI0QB9oyeCaXG_b25vlTQA02oJfISE,91
742
742
  tccli/services/region/region_client.py,sha256=Q_KWFAG24EqbmiebpjVIhKPCPcYN0GmiLsCb4jCaf9U,14818
@@ -998,7 +998,7 @@ tccli/services/trro/v20220325/api.json,sha256=dJZydHE8hmbfBTweDikhd_R8sidA_fWhTR
998
998
  tccli/services/trro/v20220325/examples.json,sha256=lwXhGjCkkRl-N8vCGwpYGQUwVMKPPgEdm2CPsDd48KQ,20684
999
999
  tccli/services/trtc/__init__.py,sha256=7xXIF66WdJHGVIhfHKFx2VYimlxZ_z3QOeJBUJ2P_MQ,87
1000
1000
  tccli/services/trtc/trtc_client.py,sha256=OMIG1mQUcvkXtEU1Tan1PsKfVwRaBi9Oa1GewJSWaIc,173196
1001
- tccli/services/trtc/v20190722/api.json,sha256=AnafV0wuIXiX5-nGBbOweOx73V52pcsIKmBx26qt6NI,306813
1001
+ tccli/services/trtc/v20190722/api.json,sha256=jR3LKHcXK239gRIHrSIN0MAqe_qseDMQ1p-MWCkFsQU,306917
1002
1002
  tccli/services/trtc/v20190722/examples.json,sha256=mcfnaBUFjzmBHYLcdG-tsKdQkCYahkuXa1zgMN5XWk0,105293
1003
1003
  tccli/services/tse/__init__.py,sha256=3Y4ZA_IFX8df4-ir1I9p0u4ksAywRrtd2CAvJ5yKyz0,85
1004
1004
  tccli/services/tse/tse_client.py,sha256=FaAw3trxYLWl1wh3aqZeoOPHAjOwUCMToDx63g6gnfE,357796
@@ -1056,8 +1056,8 @@ tccli/services/vod/v20180717/api.json,sha256=p4SHnHd21AFWXCvTO992m0stRpZ1OuYczUy
1056
1056
  tccli/services/vod/v20180717/examples.json,sha256=zxBQU9WEq6h20mvHdgs6miZ-rkMkJM7ZmO5zGi8ko08,399534
1057
1057
  tccli/services/vpc/__init__.py,sha256=3Uy1NP1qkZo8Nd-p-jr1ioM8nnurpWlZOgH6iB3HT7M,85
1058
1058
  tccli/services/vpc/vpc_client.py,sha256=KqDpR6FmfkCiIUwrms-r2KYj07wDgEDGnF4U3cqJkBM,1092438
1059
- tccli/services/vpc/v20170312/api.json,sha256=mzlqAyeTq8Lts53TR3uhx4MgVOOj3epJeIInRklQvkA,1191768
1060
- tccli/services/vpc/v20170312/examples.json,sha256=gPvCy0yvNag1w_tDfChQH6Hq5GeSfNOLc0cTdHlzphY,423293
1059
+ tccli/services/vpc/v20170312/api.json,sha256=-BFrJ1yONsebin4JN39dXIBsFmzs3gHZfVI45cOPKo4,1194843
1060
+ tccli/services/vpc/v20170312/examples.json,sha256=fSNboM3jwl68gVz-RM5SBpG3ttwuuywEowLct9E3AMo,423668
1061
1061
  tccli/services/vrs/__init__.py,sha256=wd5Otb4faSI7EjUxu_vldqDm0UVy5iVTZYbLgHCVoHk,85
1062
1062
  tccli/services/vrs/vrs_client.py,sha256=GoEtSeQJUcGDUenhtMEXSM0UvCGBZe-hx068V6TAwI8,27146
1063
1063
  tccli/services/vrs/v20200824/api.json,sha256=toHb50Fe4RFoooOmYa_Jw8GN15HpOqDZn7eLZ2xwSpc,26863
@@ -1104,8 +1104,8 @@ tccli/services/yunsou/v20180504/api.json,sha256=2808fil5p3pTEJ3SqXEEq7eSrASZOiv8
1104
1104
  tccli/services/yunsou/v20180504/examples.json,sha256=Jg4WuqS_Wxl7eTBMbzjem65FuUZQi3qq3xtlBNFZlTU,11870
1105
1105
  tccli/services/yunsou/v20191115/api.json,sha256=r_p7c7fMNylQVDpSN0CkUB4Cx1nYW1lI3BM_Zi50FNs,15932
1106
1106
  tccli/services/yunsou/v20191115/examples.json,sha256=vN5MzexHVPMckm4MbnXNiOe3KKiVchvf4_uLpjOskuk,3983
1107
- tccli-3.0.1165.1.dist-info/METADATA,sha256=sPdSQInIwwDY6bseaXTPrCKcxwjjRTnwEy74UVve1xw,16172
1108
- tccli-3.0.1165.1.dist-info/WHEEL,sha256=HyPWovjK_wfsxZqVnw7Bu5rgKxNh3Nm__lHm0ALDcb4,101
1109
- tccli-3.0.1165.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
1110
- tccli-3.0.1165.1.dist-info/license_files/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
1111
- tccli-3.0.1165.1.dist-info/RECORD,,
1107
+ tccli-3.0.1166.1.dist-info/METADATA,sha256=H6S3mffSpeuO2UZJpXTJQzIjpaSob91AetASNUAx1yE,16172
1108
+ tccli-3.0.1166.1.dist-info/WHEEL,sha256=HyPWovjK_wfsxZqVnw7Bu5rgKxNh3Nm__lHm0ALDcb4,101
1109
+ tccli-3.0.1166.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
1110
+ tccli-3.0.1166.1.dist-info/license_files/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
1111
+ tccli-3.0.1166.1.dist-info/RECORD,,