tccli 3.0.1165.1__py2.py3-none-any.whl → 3.0.1167.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/cvm/v20170312/api.json +13 -13
- tccli/services/cvm/v20170312/examples.json +4 -10
- tccli/services/dsgc/v20190723/api.json +64 -58
- tccli/services/dsgc/v20190723/examples.json +3 -3
- tccli/services/ess/v20201111/api.json +5 -5
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/hunyuan/hunyuan_client.py +114 -8
- tccli/services/hunyuan/v20230901/api.json +70 -2
- tccli/services/hunyuan/v20230901/examples.json +16 -0
- tccli/services/ocr/v20181119/api.json +26 -16
- tccli/services/pts/v20210728/api.json +4 -4
- tccli/services/pts/v20210728/examples.json +9 -9
- tccli/services/redis/v20180412/api.json +20 -11
- tccli/services/redis/v20180412/examples.json +3 -3
- tccli/services/tcb/v20180608/api.json +17 -7
- tccli/services/tcb/v20180608/examples.json +7 -1
- tccli/services/tds/v20220801/api.json +69 -0
- tccli/services/tds/v20220801/examples.json +1 -1
- tccli/services/trtc/v20190722/api.json +1 -1
- tccli/services/tts/v20190823/api.json +2 -2
- tccli/services/vpc/v20170312/api.json +97 -1
- tccli/services/vpc/v20170312/examples.json +5 -5
- tccli/services/vrs/v20200824/api.json +96 -9
- tccli/services/wedata/v20210820/api.json +690 -28
- tccli/services/wedata/v20210820/examples.json +10 -2
- tccli/services/wedata/wedata_client.py +53 -0
- {tccli-3.0.1165.1.dist-info → tccli-3.0.1167.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1165.1.dist-info → tccli-3.0.1167.1.dist-info}/RECORD +32 -32
- {tccli-3.0.1165.1.dist-info → tccli-3.0.1167.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1165.1.dist-info → tccli-3.0.1167.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1165.1.dist-info → tccli-3.0.1167.1.dist-info}/license_files/LICENSE +0 -0
@@ -694,7 +694,7 @@
|
|
694
694
|
"status": "online"
|
695
695
|
},
|
696
696
|
"UpgradeInstance": {
|
697
|
-
"document": "
|
697
|
+
"document": "本接口(UpgradeInstance)用于变更实例的配置规格。",
|
698
698
|
"input": "UpgradeInstanceRequest",
|
699
699
|
"name": "变更实例配置",
|
700
700
|
"output": "UpgradeInstanceResponse",
|
@@ -3015,7 +3015,7 @@
|
|
3015
3015
|
},
|
3016
3016
|
{
|
3017
3017
|
"disabled": false,
|
3018
|
-
"document": "实例ID
|
3018
|
+
"document": "实例ID过滤信息列表,数组最大长度限制为100",
|
3019
3019
|
"example": "[\"crs-nh47ubwr\\n\"]",
|
3020
3020
|
"member": "string",
|
3021
3021
|
"name": "InstanceIds",
|
@@ -3115,6 +3115,7 @@
|
|
3115
3115
|
"example": "1",
|
3116
3116
|
"member": "int64",
|
3117
3117
|
"name": "TotalCount",
|
3118
|
+
"output_required": true,
|
3118
3119
|
"type": "int",
|
3119
3120
|
"value_allowed_null": false
|
3120
3121
|
},
|
@@ -3124,6 +3125,7 @@
|
|
3124
3125
|
"example": "无",
|
3125
3126
|
"member": "RedisCommonInstanceList",
|
3126
3127
|
"name": "InstanceDetails",
|
3128
|
+
"output_required": true,
|
3127
3129
|
"type": "list",
|
3128
3130
|
"value_allowed_null": false
|
3129
3131
|
},
|
@@ -3589,7 +3591,7 @@
|
|
3589
3591
|
"members": [
|
3590
3592
|
{
|
3591
3593
|
"disabled": false,
|
3592
|
-
"document": "订单交易ID数组,即 [CreateInstances](https://cloud.tencent.com/document/api/239/20026) 的输出参数DealId
|
3594
|
+
"document": "订单交易ID数组,即 [CreateInstances](https://cloud.tencent.com/document/api/239/20026) 的输出参数DealId。数组最大长度限制为10",
|
3593
3595
|
"example": "[\"6959052\\n\"]",
|
3594
3596
|
"member": "string",
|
3595
3597
|
"name": "DealIds",
|
@@ -3608,6 +3610,7 @@
|
|
3608
3610
|
"example": "无",
|
3609
3611
|
"member": "TradeDealDetail",
|
3610
3612
|
"name": "DealDetails",
|
3613
|
+
"output_required": true,
|
3611
3614
|
"type": "list",
|
3612
3615
|
"value_allowed_null": false
|
3613
3616
|
},
|
@@ -4149,6 +4152,7 @@
|
|
4149
4152
|
"example": "10",
|
4150
4153
|
"member": "int64",
|
4151
4154
|
"name": "ProxyCount",
|
4155
|
+
"output_required": true,
|
4152
4156
|
"type": "int",
|
4153
4157
|
"value_allowed_null": false
|
4154
4158
|
},
|
@@ -4158,6 +4162,7 @@
|
|
4158
4162
|
"example": "无",
|
4159
4163
|
"member": "ProxyNodes",
|
4160
4164
|
"name": "Proxy",
|
4165
|
+
"output_required": true,
|
4161
4166
|
"type": "list",
|
4162
4167
|
"value_allowed_null": true
|
4163
4168
|
},
|
@@ -4167,6 +4172,7 @@
|
|
4167
4172
|
"example": "10",
|
4168
4173
|
"member": "int64",
|
4169
4174
|
"name": "RedisCount",
|
4175
|
+
"output_required": true,
|
4170
4176
|
"type": "int",
|
4171
4177
|
"value_allowed_null": false
|
4172
4178
|
},
|
@@ -4176,6 +4182,7 @@
|
|
4176
4182
|
"example": "无",
|
4177
4183
|
"member": "RedisNodes",
|
4178
4184
|
"name": "Redis",
|
4185
|
+
"output_required": true,
|
4179
4186
|
"type": "list",
|
4180
4187
|
"value_allowed_null": true
|
4181
4188
|
},
|
@@ -4185,6 +4192,7 @@
|
|
4185
4192
|
"example": "5",
|
4186
4193
|
"member": "int64",
|
4187
4194
|
"name": "TendisCount",
|
4195
|
+
"output_required": true,
|
4188
4196
|
"type": "int",
|
4189
4197
|
"value_allowed_null": false
|
4190
4198
|
},
|
@@ -4194,6 +4202,7 @@
|
|
4194
4202
|
"example": "无",
|
4195
4203
|
"member": "TendisNodes",
|
4196
4204
|
"name": "Tendis",
|
4205
|
+
"output_required": true,
|
4197
4206
|
"type": "list",
|
4198
4207
|
"value_allowed_null": true
|
4199
4208
|
},
|
@@ -4956,7 +4965,7 @@
|
|
4956
4965
|
"members": [
|
4957
4966
|
{
|
4958
4967
|
"disabled": false,
|
4959
|
-
"document": "产品类型数组。\n- 2:Redis 2.8 内存版(标准架构)。\n- 3:CKV 3.2 内存版(标准架构)。\n- 4:CKV 3.2 内存版(集群架构)。\n- 6:Redis 4.0 内存版(标准架构)。\n- 7:Redis 4.0 内存版(集群架构)。\n- 8:Redis 5.0 内存版(标准架构)。\n- 9:Redis 5.0 内存版(集群架构)。\n- 15:Redis 6.2 内存版(标准架构)。\n- 16:Redis 6.2 内存版(集群架构)。",
|
4968
|
+
"document": "产品类型数组。\n- 2:Redis 2.8 内存版(标准架构)。\n- 3:CKV 3.2 内存版(标准架构)。\n- 4:CKV 3.2 内存版(集群架构)。\n- 6:Redis 4.0 内存版(标准架构)。\n- 7:Redis 4.0 内存版(集群架构)。\n- 8:Redis 5.0 内存版(标准架构)。\n- 9:Redis 5.0 内存版(集群架构)。\n- 15:Redis 6.2 内存版(标准架构)。\n- 16:Redis 6.2 内存版(集群架构)。\n- 17:Redis 7.0 内存版(标准架构)。\n- 18:Redis 7.0 内存版(集群架构)。",
|
4960
4969
|
"example": "6",
|
4961
4970
|
"member": "int64",
|
4962
4971
|
"name": "ProductTypes",
|
@@ -4965,7 +4974,7 @@
|
|
4965
4974
|
},
|
4966
4975
|
{
|
4967
4976
|
"disabled": false,
|
4968
|
-
"document": "
|
4977
|
+
"document": "模板名称数组。数组最大长度限制为50",
|
4969
4978
|
"example": "[\"CustomParamTemplate\"]",
|
4970
4979
|
"member": "string",
|
4971
4980
|
"name": "TemplateNames",
|
@@ -4974,7 +4983,7 @@
|
|
4974
4983
|
},
|
4975
4984
|
{
|
4976
4985
|
"disabled": false,
|
4977
|
-
"document": "模板ID
|
4986
|
+
"document": "模板ID数组。数组最大长度限制为50",
|
4978
4987
|
"example": "[\"crs-cfg-sa23d5d3\"]",
|
4979
4988
|
"member": "string",
|
4980
4989
|
"name": "TemplateIds",
|
@@ -7965,7 +7974,7 @@
|
|
7965
7974
|
{
|
7966
7975
|
"disabled": false,
|
7967
7976
|
"document": "CDC Redis集群ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7968
|
-
"example": "
|
7977
|
+
"example": "crs-cluster-m1sy****",
|
7969
7978
|
"member": "string",
|
7970
7979
|
"name": "RedisClusterId",
|
7971
7980
|
"output_required": true,
|
@@ -7975,7 +7984,7 @@
|
|
7975
7984
|
{
|
7976
7985
|
"disabled": false,
|
7977
7986
|
"document": "CDC 集群ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7978
|
-
"example": "
|
7987
|
+
"example": "cluster-3x6j****",
|
7979
7988
|
"member": "string",
|
7980
7989
|
"name": "DedicatedClusterId",
|
7981
7990
|
"output_required": true,
|
@@ -9201,7 +9210,7 @@
|
|
9201
9210
|
},
|
9202
9211
|
{
|
9203
9212
|
"disabled": false,
|
9204
|
-
"document": "实例Id",
|
9213
|
+
"document": "实例Id,每次请求的实例的上限为10。",
|
9205
9214
|
"example": "[\"crs-r3nqjq3n\",\"crs-9bvd9b8v\"]",
|
9206
9215
|
"member": "string",
|
9207
9216
|
"name": "InstanceIds",
|
@@ -11807,7 +11816,7 @@
|
|
11807
11816
|
},
|
11808
11817
|
{
|
11809
11818
|
"disabled": false,
|
11810
|
-
"document": "多AZ
|
11819
|
+
"document": "多AZ实例,增加副本时的节点信息,包括副本的 ID 编号及可用区信息。非多AZ实例不需要配置该参数。",
|
11811
11820
|
"example": "无",
|
11812
11821
|
"member": "RedisNodeInfo",
|
11813
11822
|
"name": "NodeSet",
|
@@ -11826,7 +11835,7 @@
|
|
11826
11835
|
"example": "200010798",
|
11827
11836
|
"member": "string",
|
11828
11837
|
"name": "DealId",
|
11829
|
-
"
|
11838
|
+
"output_required": true,
|
11830
11839
|
"type": "string",
|
11831
11840
|
"value_allowed_null": false
|
11832
11841
|
},
|
@@ -800,10 +800,10 @@
|
|
800
800
|
],
|
801
801
|
"UpgradeInstance": [
|
802
802
|
{
|
803
|
-
"document": "",
|
804
|
-
"input": "POST / HTTP/1.1\nHost: redis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpgradeInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"crs-5qlr****\",\n \"MemSize\": \"4096\"
|
803
|
+
"document": "变更实例的内存配置",
|
804
|
+
"input": "POST / HTTP/1.1\nHost: redis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpgradeInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"crs-5qlr****\",\n \"MemSize\": \"4096\"\n}",
|
805
805
|
"output": "{\n \"Response\": {\n \"DealId\": \"6954227\",\n \"RequestId\": \"4daddc97-0005-45d8-b5b8-38514ec1e97c\"\n }\n}",
|
806
|
-
"title": "
|
806
|
+
"title": "变更规格"
|
807
807
|
}
|
808
808
|
],
|
809
809
|
"UpgradeInstanceVersion": [
|
@@ -6313,7 +6313,7 @@
|
|
6313
6313
|
"example": "0",
|
6314
6314
|
"member": "int64",
|
6315
6315
|
"name": "TotalCount",
|
6316
|
-
"
|
6316
|
+
"output_required": true,
|
6317
6317
|
"type": "int",
|
6318
6318
|
"value_allowed_null": true
|
6319
6319
|
},
|
@@ -6323,7 +6323,7 @@
|
|
6323
6323
|
"example": "无",
|
6324
6324
|
"member": "CloudBaseRunServerVersionItem",
|
6325
6325
|
"name": "VersionItems",
|
6326
|
-
"
|
6326
|
+
"output_required": true,
|
6327
6327
|
"type": "list",
|
6328
6328
|
"value_allowed_null": true
|
6329
6329
|
},
|
@@ -6333,7 +6333,7 @@
|
|
6333
6333
|
"example": "xx",
|
6334
6334
|
"member": "string",
|
6335
6335
|
"name": "ServerName",
|
6336
|
-
"
|
6336
|
+
"output_required": true,
|
6337
6337
|
"type": "string",
|
6338
6338
|
"value_allowed_null": true
|
6339
6339
|
},
|
@@ -6343,7 +6343,7 @@
|
|
6343
6343
|
"example": "1",
|
6344
6344
|
"member": "bool",
|
6345
6345
|
"name": "IsPublic",
|
6346
|
-
"
|
6346
|
+
"output_required": true,
|
6347
6347
|
"type": "bool",
|
6348
6348
|
"value_allowed_null": true
|
6349
6349
|
},
|
@@ -6353,7 +6353,7 @@
|
|
6353
6353
|
"example": "xx",
|
6354
6354
|
"member": "string",
|
6355
6355
|
"name": "ImageRepo",
|
6356
|
-
"
|
6356
|
+
"output_required": true,
|
6357
6357
|
"type": "string",
|
6358
6358
|
"value_allowed_null": true
|
6359
6359
|
},
|
@@ -6363,7 +6363,7 @@
|
|
6363
6363
|
"example": "xx",
|
6364
6364
|
"member": "string",
|
6365
6365
|
"name": "TrafficType",
|
6366
|
-
"
|
6366
|
+
"output_required": true,
|
6367
6367
|
"type": "string",
|
6368
6368
|
"value_allowed_null": true
|
6369
6369
|
},
|
@@ -6373,7 +6373,17 @@
|
|
6373
6373
|
"example": "\"oneclick\"",
|
6374
6374
|
"member": "string",
|
6375
6375
|
"name": "SourceType",
|
6376
|
-
"
|
6376
|
+
"output_required": true,
|
6377
|
+
"type": "string",
|
6378
|
+
"value_allowed_null": true
|
6379
|
+
},
|
6380
|
+
{
|
6381
|
+
"disabled": false,
|
6382
|
+
"document": "服务标签, function: 托管函数\n注意:此字段可能返回 null,表示取不到有效值。",
|
6383
|
+
"example": "function",
|
6384
|
+
"member": "string",
|
6385
|
+
"name": "Tag",
|
6386
|
+
"output_required": false,
|
6377
6387
|
"type": "string",
|
6378
6388
|
"value_allowed_null": true
|
6379
6389
|
},
|
@@ -288,8 +288,14 @@
|
|
288
288
|
{
|
289
289
|
"document": "",
|
290
290
|
"input": "https://tcb.tencentcloudapi.com/?Action=DescribeCloudBaseRunServer\n&EnvId=lotestapi100004\n&ServerName=dockerservicename\n&Offset=0\n&Limit=20\n&<公共请求参数>",
|
291
|
-
"output": "{\n \"Response\": {\n \"
|
291
|
+
"output": "{\n \"Response\": {\n \"ImageRepo\": \"tcb-100019615070-mjph/ca-znrdxowd_test-domain2\",\n \"IsPublic\": false,\n \"RequestId\": \"52855bd0-25cc-4294-913c-0b8ee0c65e76\",\n \"ServerName\": \"test-domain2\",\n \"SourceType\": \"custom\",\n \"TotalCount\": 5,\n \"TrafficType\": \"\",\n \"VersionItems\": [\n {\n \"VersionName\": \"test-domain2-009\",\n \"FlowRatio\": 100,\n \"Status\": \"normal\",\n \"CreatedTime\": \"2023-11-13 17:10:30\",\n \"UpdatedTime\": \"2023-11-13 17:41:00\",\n \"BuildId\": 37196953,\n \"UploadType\": \"package\",\n \"Remark\": \"\",\n \"UrlParam\": null,\n \"Priority\": 0,\n \"IsDefaultPriority\": false,\n \"FlowParams\": null,\n \"MinReplicas\": 0,\n \"MaxReplicas\": 5,\n \"RunId\": \"multi_tenant_1r2Sxhqf7GP3Mx\",\n \"Percent\": 0,\n \"CurrentReplicas\": 0,\n \"Architecture\": \"\"\n }\n ]\n }\n}",
|
292
292
|
"title": "查看某个服务的装填"
|
293
|
+
},
|
294
|
+
{
|
295
|
+
"document": "查询单个云托管服务实例",
|
296
|
+
"input": "POST / HTTP/1.1\nHost: tcb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudBaseRunServer\n<公共请求参数>\n\n{\n \"EnvId\": \"pre-tenant-4g9db6fj62889354\",\n \"ServerName\": \"envparam\",\n \"Offset\": 0,\n \"Limit\": 100\n}",
|
297
|
+
"output": "{\n \"Response\": {\n \"ImageRepo\": \"tcb-100019615070-mjph/ca-znrdxowd_envparam\",\n \"IsPublic\": false,\n \"RequestId\": \"0a14bef2-57d8-4d74-9d54-c0850e5395b3\",\n \"ServerName\": \"envparam\",\n \"SourceType\": \"custom\",\n \"Tag\": \"\",\n \"TotalCount\": 1,\n \"TrafficType\": \"\",\n \"VersionItems\": [\n {\n \"Architecture\": \"\",\n \"BuildId\": 41355587,\n \"CreatedTime\": \"2024-04-03 13:12:39\",\n \"CurrentReplicas\": 0,\n \"FlowParams\": null,\n \"FlowRatio\": 100,\n \"IsDefaultPriority\": false,\n \"MaxReplicas\": 5,\n \"MinReplicas\": 0,\n \"Percent\": 0,\n \"Priority\": 0,\n \"Remark\": \"\",\n \"RunId\": \"multi_tenant_1rrsvOvTuxr1La\",\n \"Status\": \"normal\",\n \"UpdatedTime\": \"2024-04-03 13:43:14\",\n \"UploadType\": \"repository\",\n \"UrlParam\": null,\n \"VersionName\": \"envparam-001\"\n }\n ]\n }\n}",
|
298
|
+
"title": "查询单个云托管服务实例"
|
293
299
|
}
|
294
300
|
],
|
295
301
|
"DescribeCloudBaseRunServerDomainName": [
|
@@ -36,6 +36,66 @@
|
|
36
36
|
"serviceShortName": "tds"
|
37
37
|
},
|
38
38
|
"objects": {
|
39
|
+
"DataAuthorizationInfo": {
|
40
|
+
"document": "数据授权信息",
|
41
|
+
"members": [
|
42
|
+
{
|
43
|
+
"disabled": false,
|
44
|
+
"document": "数据委托方、需求方:客户主体名称。",
|
45
|
+
"example": "某某有限公司",
|
46
|
+
"member": "string",
|
47
|
+
"name": "DataProviderName",
|
48
|
+
"required": true,
|
49
|
+
"type": "string"
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"disabled": false,
|
53
|
+
"document": "数据受托方、提供方:腾讯云主体名称。\n\n固定填:腾讯云计算(北京)有限责任公司",
|
54
|
+
"example": "腾讯云计算(北京)有限责任公司",
|
55
|
+
"member": "string",
|
56
|
+
"name": "DataRecipientName",
|
57
|
+
"required": true,
|
58
|
+
"type": "string"
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"disabled": false,
|
62
|
+
"document": "客户请求所涉及的用户个人信息类型,支持多选。实际以接口请求传参为准。\n1-手机号;\n2-微信开放账号;\n3-QQ开放账号;\n4-IP地址;",
|
63
|
+
"example": "[1, 4]",
|
64
|
+
"member": "uint64",
|
65
|
+
"name": "UserDataType",
|
66
|
+
"required": true,
|
67
|
+
"type": "list"
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"disabled": false,
|
71
|
+
"document": "客户是否已按合规指南要求获取用户授权,同意客户委托腾讯云处理入参信息,结合已合法收集的用户数据进行必要处理得出服务结果,并返回给客户。\n\n1-已授权;其它值为未授权。",
|
72
|
+
"example": "1",
|
73
|
+
"member": "uint64",
|
74
|
+
"name": "IsAuthorize",
|
75
|
+
"required": true,
|
76
|
+
"type": "int"
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"disabled": false,
|
80
|
+
"document": "客户获得的用户授权期限时间戳(单位秒)。\n\n不填或0默认无固定期限。",
|
81
|
+
"example": "1719805604",
|
82
|
+
"member": "uint64",
|
83
|
+
"name": "AuthorizationTerm",
|
84
|
+
"required": false,
|
85
|
+
"type": "int"
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"disabled": false,
|
89
|
+
"document": "客户获得用户授权所依赖的协议地址。",
|
90
|
+
"example": "https://www.*****.com/*****",
|
91
|
+
"member": "string",
|
92
|
+
"name": "PrivacyPolicyLink",
|
93
|
+
"required": false,
|
94
|
+
"type": "string"
|
95
|
+
}
|
96
|
+
],
|
97
|
+
"usage": "in"
|
98
|
+
},
|
39
99
|
"DescribeFraudBaseRequest": {
|
40
100
|
"document": "DescribeFraudBase请求参数结构体",
|
41
101
|
"members": [
|
@@ -403,6 +463,15 @@
|
|
403
463
|
"name": "QQOpenId",
|
404
464
|
"required": false,
|
405
465
|
"type": "string"
|
466
|
+
},
|
467
|
+
{
|
468
|
+
"disabled": false,
|
469
|
+
"document": "数据授权信息",
|
470
|
+
"example": "无",
|
471
|
+
"member": "DataAuthorizationInfo",
|
472
|
+
"name": "DataAuthorization",
|
473
|
+
"required": false,
|
474
|
+
"type": "object"
|
406
475
|
}
|
407
476
|
],
|
408
477
|
"type": "object"
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"DescribeFraudUltimate": [
|
20
20
|
{
|
21
21
|
"document": "",
|
22
|
-
"input": "POST / HTTP/1.1\nHost: tds.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFraudUltimate\n<公共请求参数>\n\n{\n \"DeviceToken\": \"v2:s6kBRbiOKZp/kenOxxxxxxxxx\",\n \"SceneCode\": \"login\",\n \"UserId\": \"user1\",\n \"EventTime\": 1666684836384,\n \"ElapsedTime\": 1,\n \"WeChatOpenId\": \"oEsXuszxxxxxxxxxxxxxxxx4qvEk\",\n \"PhoneNumber\": \"15800000000\",\n \"ClientIP\": \"223.73.63.151\",\n \"QQOpenId\": \"ECA1B7XXXXXXXXXXXXXXXXXXXX06625D\"\n}",
|
22
|
+
"input": "POST / HTTP/1.1\nHost: tds.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFraudUltimate\n<公共请求参数>\n\n{\n \"DeviceToken\": \"v2:s6kBRbiOKZp/kenOxxxxxxxxx\",\n \"SceneCode\": \"login\",\n \"UserId\": \"user1\",\n \"EventTime\": 1666684836384,\n \"ElapsedTime\": 1,\n \"WeChatOpenId\": \"oEsXuszxxxxxxxxxxxxxxxx4qvEk\",\n \"PhoneNumber\": \"15800000000\",\n \"ClientIP\": \"223.73.63.151\",\n \"QQOpenId\": \"ECA1B7XXXXXXXXXXXXXXXXXXXX06625D\",\n \"DataAuthorization\": {\n \"DataProviderName\": \"某某有限公司\",\n \"DataRecipientName\": \"腾讯云计算(北京)有限责任公司\",\n \"UserDataType\": [\n 1,\n 2,\n 3,\n 4\n ],\n \"IsAuthorize\": 1,\n \"AuthorizationTerm\": 1719805604,\n \"PrivacyPolicyLink\": \"https://www.*****.com/*\"\n }\n}",
|
23
23
|
"output": "{\n \"Response\": {\n \"Brand\": \"HONOR\",\n \"SdkBuildNo\": \"75\",\n \"AppVersion\": \"1.0.0\",\n \"Platform\": \"2\",\n \"SystemVersion\": \"10\",\n \"RequestId\": \"19a13dc5-1c2c-4d0e-bd08-13534b53c8f4\",\n \"NetworkType\": \"0\",\n \"Model\": \"LLD-AL20\",\n \"PackageName\": \"a.b.c\",\n \"ClientIp\": \"223.73.63.151\",\n \"RiskInfos\": [\n {\n \"Type\": 201,\n \"Level\": 1\n }\n ],\n \"HistRiskInfos\": [\n {\n \"Type\": 201,\n \"Level\": 1\n }\n ],\n \"Openid\": \"A10254A0046CEA0448A387BF\",\n \"SceneRiskInfos\": [\n {\n \"Type\": 100101,\n \"Level\": 1\n }\n ],\n \"SuggestionLevel\": 1,\n \"Unionid\": \"BCC4AD40983ACF9CA18A55BC0A4401489833F362\"\n }\n}",
|
24
24
|
"title": "查询设备标识及风险(旗舰版)"
|
25
25
|
}
|
@@ -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",
|
@@ -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)
|
430
|
+
"document": "音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见[购买指南](https://cloud.tencent.com/document/product/1073/34112)。完整的音色 ID 列表请参见[音色列表](https://cloud.tencent.com/document/product/1073/92668)。\n若使用一句话版声音复刻,请填入固定值“200000000”",
|
431
431
|
"example": "0",
|
432
432
|
"member": "int64",
|
433
433
|
"name": "VoiceType",
|
@@ -499,7 +499,7 @@
|
|
499
499
|
},
|
500
500
|
{
|
501
501
|
"disabled": false,
|
502
|
-
"document": "
|
502
|
+
"document": "一句话版声音复刻音色ID,使用一句话版声音复刻音色时需填写。",
|
503
503
|
"example": "无",
|
504
504
|
"member": "string",
|
505
505
|
"name": "FastVoiceType",
|
@@ -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",
|
@@ -3583,6 +3583,15 @@
|
|
3583
3583
|
"name": "Ipv6AddressCount",
|
3584
3584
|
"required": false,
|
3585
3585
|
"type": "int"
|
3586
|
+
},
|
3587
|
+
{
|
3588
|
+
"disabled": false,
|
3589
|
+
"document": "用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。",
|
3590
|
+
"example": "无",
|
3591
|
+
"member": "string",
|
3592
|
+
"name": "ClientToken",
|
3593
|
+
"required": false,
|
3594
|
+
"type": "string"
|
3586
3595
|
}
|
3587
3596
|
],
|
3588
3597
|
"type": "object"
|
@@ -3596,6 +3605,7 @@
|
|
3596
3605
|
"example": "无",
|
3597
3606
|
"member": "Ipv6Address",
|
3598
3607
|
"name": "Ipv6AddressSet",
|
3608
|
+
"output_required": true,
|
3599
3609
|
"type": "list",
|
3600
3610
|
"value_allowed_null": false
|
3601
3611
|
},
|
@@ -27222,6 +27232,42 @@
|
|
27222
27232
|
],
|
27223
27233
|
"usage": "both"
|
27224
27234
|
},
|
27235
|
+
"PrivateNatCrossDomainInfo": {
|
27236
|
+
"document": "私网NAT网关跨域信息",
|
27237
|
+
"members": [
|
27238
|
+
{
|
27239
|
+
"disabled": false,
|
27240
|
+
"document": "跨域私网NAT关联的云联网ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
27241
|
+
"example": "ccn-4as5s8ga",
|
27242
|
+
"member": "string",
|
27243
|
+
"name": "CcnId",
|
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": "LocalVpcId",
|
27254
|
+
"required": false,
|
27255
|
+
"type": "string",
|
27256
|
+
"value_allowed_null": true
|
27257
|
+
},
|
27258
|
+
{
|
27259
|
+
"disabled": false,
|
27260
|
+
"document": "跨域私网NAT对端Vpc\n注意:此字段可能返回 null,表示取不到有效值。",
|
27261
|
+
"example": "vpc-noam856a",
|
27262
|
+
"member": "string",
|
27263
|
+
"name": "PeerVpcId",
|
27264
|
+
"required": false,
|
27265
|
+
"type": "string",
|
27266
|
+
"value_allowed_null": true
|
27267
|
+
}
|
27268
|
+
],
|
27269
|
+
"usage": "out"
|
27270
|
+
},
|
27225
27271
|
"PrivateNatDestinationIpPortTranslationNatRule": {
|
27226
27272
|
"document": "本端目的IP端口转换复杂结构",
|
27227
27273
|
"members": [
|
@@ -27380,6 +27426,56 @@
|
|
27380
27426
|
"output_required": true,
|
27381
27427
|
"type": "list",
|
27382
27428
|
"value_allowed_null": true
|
27429
|
+
},
|
27430
|
+
{
|
27431
|
+
"disabled": false,
|
27432
|
+
"document": "专线网关唯一`ID`\n注意:此字段可能返回 null,表示取不到有效值。",
|
27433
|
+
"example": "无",
|
27434
|
+
"member": "string",
|
27435
|
+
"name": "DirectConnectGatewayIds",
|
27436
|
+
"output_required": true,
|
27437
|
+
"type": "list",
|
27438
|
+
"value_allowed_null": true
|
27439
|
+
},
|
27440
|
+
{
|
27441
|
+
"disabled": false,
|
27442
|
+
"document": "私网网关类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
27443
|
+
"example": "DCG",
|
27444
|
+
"member": "string",
|
27445
|
+
"name": "NatType",
|
27446
|
+
"output_required": true,
|
27447
|
+
"type": "string",
|
27448
|
+
"value_allowed_null": true
|
27449
|
+
},
|
27450
|
+
{
|
27451
|
+
"disabled": false,
|
27452
|
+
"document": "私网NAT跨域信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
27453
|
+
"example": "无",
|
27454
|
+
"member": "PrivateNatCrossDomainInfo",
|
27455
|
+
"name": "CrossDomainInfo",
|
27456
|
+
"output_required": false,
|
27457
|
+
"type": "object",
|
27458
|
+
"value_allowed_null": true
|
27459
|
+
},
|
27460
|
+
{
|
27461
|
+
"disabled": false,
|
27462
|
+
"document": "是否VPC型私网网关\n注意:此字段可能返回 null,表示取不到有效值。",
|
27463
|
+
"example": "True",
|
27464
|
+
"member": "bool",
|
27465
|
+
"name": "VpcType",
|
27466
|
+
"output_required": false,
|
27467
|
+
"type": "bool",
|
27468
|
+
"value_allowed_null": true
|
27469
|
+
},
|
27470
|
+
{
|
27471
|
+
"disabled": false,
|
27472
|
+
"document": "跨域私网NAT关联的云联网ID\t\n注意:此字段可能返回 null,表示取不到有效值。",
|
27473
|
+
"example": "ccn-asj6o7cd",
|
27474
|
+
"member": "string",
|
27475
|
+
"name": "CcnId",
|
27476
|
+
"output_required": false,
|
27477
|
+
"type": "string",
|
27478
|
+
"value_allowed_null": true
|
27383
27479
|
}
|
27384
27480
|
],
|
27385
27481
|
"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\": \"
|
689
|
-
"output": "{\n \"Response\": {\n \"VpnConnection\": {\n \"VpcId\": \"vpc-
|
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
|
],
|