tccli 3.0.1374.1__py2.py3-none-any.whl → 3.0.1375.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/cbs/v20170312/api.json +11 -2
- tccli/services/ccc/v20200210/api.json +17 -8
- tccli/services/csip/v20221121/api.json +1 -1
- tccli/services/cwp/v20180228/api.json +5 -5
- tccli/services/dlc/dlc_client.py +399 -28
- tccli/services/dlc/v20210125/api.json +557 -0
- tccli/services/dlc/v20210125/examples.json +56 -0
- tccli/services/es/v20180416/api.json +49 -0
- tccli/services/ess/v20201111/api.json +18 -0
- tccli/services/essbasic/v20210526/api.json +38 -0
- tccli/services/ioa/v20220601/api.json +48 -29
- tccli/services/mps/v20190612/api.json +34 -6
- tccli/services/postgres/v20170312/api.json +1 -1
- tccli/services/rce/v20201103/api.json +1 -1
- tccli/services/tbaas/v20180416/api.json +30 -30
- tccli/services/tbaas/v20180416/examples.json +4 -4
- tccli/services/tcaplusdb/v20190823/api.json +926 -900
- tccli/services/tcaplusdb/v20190823/examples.json +56 -56
- tccli/services/tcss/v20201101/api.json +4 -4
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +35 -11
- tccli/services/tdmq/v20200217/examples.json +9 -1
- tccli/services/trocket/v20230308/api.json +2 -2
- tccli/services/tse/v20201207/api.json +9 -0
- tccli/services/tsf/v20180326/api.json +48 -48
- tccli/services/vod/v20180717/api.json +11 -11
- {tccli-3.0.1374.1.dist-info → tccli-3.0.1375.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1374.1.dist-info → tccli-3.0.1375.1.dist-info}/RECORD +32 -32
- {tccli-3.0.1374.1.dist-info → tccli-3.0.1375.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1374.1.dist-info → tccli-3.0.1375.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1374.1.dist-info → tccli-3.0.1375.1.dist-info}/license_files/LICENSE +0 -0
@@ -64,6 +64,14 @@
|
|
64
64
|
"title": "test"
|
65
65
|
}
|
66
66
|
],
|
67
|
+
"AttachDataMaskPolicy": [
|
68
|
+
{
|
69
|
+
"document": "",
|
70
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AttachDataMaskPolicy\n<公共请求参数>\n\n{\n \"DataMaskStrategyPolicySet\": [\n {\n \"PolicyInfo\": {\n \"Database\": \"default_database\",\n \"Catalog\": \"DataLakeCatalog\",\n \"Table\": \"default_table\",\n \"Operation\": \"SELECT\",\n \"PolicyType\": \"DATAMASK\",\n \"Column\": \"string_msg\"\n },\n \"ColumnType\": \"string\",\n \"DataMaskStrategyId\": \"72de85e2-887a-4a87-bf86-90fc90ff25fa\"\n }\n ]\n}",
|
71
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"12345678-1234-1234-1234-12345678\"\n }\n}",
|
72
|
+
"title": "绑定数据脱敏策略"
|
73
|
+
}
|
74
|
+
],
|
67
75
|
"AttachUserPolicy": [
|
68
76
|
{
|
69
77
|
"document": "",
|
@@ -192,6 +200,14 @@
|
|
192
200
|
"title": "创建数据引擎"
|
193
201
|
}
|
194
202
|
],
|
203
|
+
"CreateDataMaskStrategy": [
|
204
|
+
{
|
205
|
+
"document": "",
|
206
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDataMaskStrategy\n<公共请求参数>\n\n{\n \"Strategy\": {\n \"StrategyName\": \"create_data_mask_tag\",\n \"Groups\": [\n {\n \"WorkGroupId\": 46920,\n \"StrategyType\": \"MASK_HASH\"\n }\n ]\n }\n}",
|
207
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"812228c6-45c7-43a2-af77-c7e67dc0b524\"\n }\n}",
|
208
|
+
"title": "创建数据脱敏策略"
|
209
|
+
}
|
210
|
+
],
|
195
211
|
"CreateDatabase": [
|
196
212
|
{
|
197
213
|
"document": "",
|
@@ -384,6 +400,14 @@
|
|
384
400
|
"title": "test"
|
385
401
|
}
|
386
402
|
],
|
403
|
+
"DeleteDataMaskStrategy": [
|
404
|
+
{
|
405
|
+
"document": "",
|
406
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDataMaskStrategy\n<公共请求参数>\n\n{\n \"StrategyId\": \"c82f17bd-f577-4930-a8ef-83b9647259b8\"\n}",
|
407
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"12345678-1234-1234-1234-12345678\"\n }\n}",
|
408
|
+
"title": "删除数据脱敏策略"
|
409
|
+
}
|
410
|
+
],
|
387
411
|
"DeleteNativeSparkSession": [
|
388
412
|
{
|
389
413
|
"document": "",
|
@@ -596,6 +620,14 @@
|
|
596
620
|
"title": "查询引擎规格详情"
|
597
621
|
}
|
598
622
|
],
|
623
|
+
"DescribeDataMaskStrategies": [
|
624
|
+
{
|
625
|
+
"document": "",
|
626
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDataMaskStrategies\n<公共请求参数>\n\n{\n \"Limit\": 10,\n \"Offset\": 0,\n \"Filters\": []\n}",
|
627
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"14ba6c26-2d36-4646-b1c4-6fe8dc2711d5\",\n \"Strategies\": [\n {\n \"StrategyId\": \"9facbbd7-ab31-4f56-8657-f981f3fea223\",\n \"UserAppId\": \"1305424723\",\n \"Uin\": \"100018379117\",\n \"SubAccountUin\": \"100041604908\",\n \"StrategyName\": \"default_mask_1\",\n \"StrategyType\": \"\",\n \"StrategyDesc\": \"\",\n \"Groups\": [\n {\n \"WorkGroupId\": 225289,\n \"StrategyType\": \"MASK_SHOW_FIRST_4\"\n }\n ],\n \"Users\": \"\",\n \"State\": 1,\n \"CreateTime\": 1753416120334,\n \"UpdateTime\": 1753416120334\n },\n {\n \"StrategyId\": \"af088222-22f0-4e7b-a179-8640b4f29ac9\",\n \"UserAppId\": \"1305424723\",\n \"Uin\": \"100018379117\",\n \"SubAccountUin\": \"100018370021\",\n \"StrategyName\": \"default_mask_2\",\n \"StrategyType\": \"\",\n \"StrategyDesc\": \"\",\n \"Groups\": [\n {\n \"WorkGroupId\": 225285,\n \"StrategyType\": \"MASK\"\n },\n {\n \"WorkGroupId\": 225284,\n \"StrategyType\": \"MASK_NONE\"\n }\n ],\n \"Users\": \"\",\n \"State\": 1,\n \"CreateTime\": 1752579358146,\n \"UpdateTime\": 1752579472439\n },\n {\n \"StrategyId\": \"1f14426d-fb9c-4e91-98a9-41d9691d0186\",\n \"UserAppId\": \"1305424723\",\n \"Uin\": \"100018379117\",\n \"SubAccountUin\": \"100042020000\",\n \"StrategyName\": \"default_mask_3\",\n \"StrategyType\": \"\",\n \"StrategyDesc\": \"\",\n \"Groups\": [\n {\n \"WorkGroupId\": 225284,\n \"StrategyType\": \"MASK_SHOW_FIRST_4\"\n },\n {\n \"WorkGroupId\": 225285,\n \"StrategyType\": \"MASK_SHOW_LAST_4\"\n }\n ],\n \"Users\": \"\",\n \"State\": 1,\n \"CreateTime\": 1752578536032,\n \"UpdateTime\": 1752578536032\n },\n {\n \"StrategyId\": \"f4ac2013-d004-4b6a-b3f9-89dc313e8f44\",\n \"UserAppId\": \"1305424723\",\n \"Uin\": \"100018379117\",\n \"SubAccountUin\": \"100042020000\",\n \"StrategyName\": \"data_mask_4\",\n \"StrategyType\": \"\",\n \"StrategyDesc\": \"\",\n \"Groups\": [\n {\n \"WorkGroupId\": 221485,\n \"StrategyType\": \"MASK_DATE_SHOW_YEAR\"\n }\n ],\n \"Users\": \"\",\n \"State\": 1,\n \"CreateTime\": 1752570666841,\n \"UpdateTime\": 1752570666841\n },\n {\n \"StrategyId\": \"f9c49afd-d5f5-4a22-b4a5-80d66061601c\",\n \"UserAppId\": \"1305424723\",\n \"Uin\": \"100018379117\",\n \"SubAccountUin\": \"100040310000\",\n \"StrategyName\": \"default_mask_5\",\n \"StrategyType\": \"\",\n \"StrategyDesc\": \"\",\n \"Groups\": [\n {\n \"WorkGroupId\": 225254,\n \"StrategyType\": \"MASK_NONE\"\n }\n ],\n \"Users\": \"\",\n \"State\": 1,\n \"CreateTime\": 1752213893224,\n \"UpdateTime\": 1752213893224\n },\n {\n \"StrategyId\": \"7a5cc300-baad-44b8-a918-46883a8a8454\",\n \"UserAppId\": \"1305424723\",\n \"Uin\": \"100018379117\",\n \"SubAccountUin\": \"100018430000\",\n \"StrategyName\": \"default_mask_6\",\n \"StrategyType\": \"\",\n \"StrategyDesc\": \"\",\n \"Groups\": [\n {\n \"WorkGroupId\": 225237,\n \"StrategyType\": \"MASK_NULL\"\n }\n ],\n \"Users\": \"\",\n \"State\": 1,\n \"CreateTime\": 1750851717526,\n \"UpdateTime\": 1750851717526\n },\n {\n \"StrategyId\": \"72de85e2-887a-4a87-bf86-90fc90ff25fa\",\n \"UserAppId\": \"1305424723\",\n \"Uin\": \"100018379117\",\n \"SubAccountUin\": \"100018370000\",\n \"StrategyName\": \"default_mask_7\",\n \"StrategyType\": \"\",\n \"StrategyDesc\": \"\",\n \"Groups\": [\n {\n \"WorkGroupId\": 225237,\n \"StrategyType\": \"MASK_SHOW_LAST_4\"\n }\n ],\n \"Users\": \"\",\n \"State\": 1,\n \"CreateTime\": 1750144801970,\n \"UpdateTime\": 1750257014072\n }\n ],\n \"TotalCount\": 7\n }\n}",
|
628
|
+
"title": "查询数据列表"
|
629
|
+
}
|
630
|
+
],
|
599
631
|
"DescribeDatabases": [
|
600
632
|
{
|
601
633
|
"document": "查询数据库列表",
|
@@ -940,6 +972,14 @@
|
|
940
972
|
"title": "实例一"
|
941
973
|
}
|
942
974
|
],
|
975
|
+
"DescribeUDFPolicy": [
|
976
|
+
{
|
977
|
+
"document": "",
|
978
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUDFPolicy\n<公共请求参数>\n\n{\n \"Name\": \"myfunction\",\n \"DatabaseName\": \"global-function\",\n \"CatalogName\": \"DataLakeCatalog\"\n}",
|
979
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4ffcb19d-e23a-4816-bdc2-d69bdc586a0d\",\n \"UDFPolicyInfos\": [\n {\n \"Accesses\": [\n \"alter\"\n ],\n \"Users\": [\n \"49830499352\"\n ],\n \"Groups\": [\n \"221447\"\n ]\n }\n ]\n }\n}",
|
980
|
+
"title": "获取UDF权限信息"
|
981
|
+
}
|
982
|
+
],
|
943
983
|
"DescribeUpdatableDataEngines": [
|
944
984
|
{
|
945
985
|
"document": "查询需要更新结果桶集群配置的sparksql引擎",
|
@@ -1332,6 +1372,14 @@
|
|
1332
1372
|
"title": "更新指定引擎的结果桶配置信息"
|
1333
1373
|
}
|
1334
1374
|
],
|
1375
|
+
"UpdateDataMaskStrategy": [
|
1376
|
+
{
|
1377
|
+
"document": "",
|
1378
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateDataMaskStrategy\n<公共请求参数>\n\n{\n \"Strategy\": {\n \"StrategyId\": \"c82f17bd-f577-4930-a8ef-83b9647259b8\",\n \"StrategyName\": \"default_strategy\",\n \"StrategyType\": \"\",\n \"StrategyDesc\": \"\",\n \"Groups\": [\n {\n \"WorkGroupId\": 225249,\n \"StrategyType\": \"MASK_SHOW_LAST_4\"\n },\n {\n \"WorkGroupId\": 225237,\n \"StrategyType\": \"MASK_HASH\"\n }\n ]\n }\n}",
|
1379
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"0d2dc2eb-0a9c-483b-9454-e7e8db604507\"\n }\n}",
|
1380
|
+
"title": "更新数据脱敏策略"
|
1381
|
+
}
|
1382
|
+
],
|
1335
1383
|
"UpdateEngineResourceGroupNetworkConfigInfo": [
|
1336
1384
|
{
|
1337
1385
|
"document": "修改资源组网络配置",
|
@@ -1380,6 +1428,14 @@
|
|
1380
1428
|
"title": "更新资源组资源配置"
|
1381
1429
|
}
|
1382
1430
|
],
|
1431
|
+
"UpdateUDFPolicy": [
|
1432
|
+
{
|
1433
|
+
"document": "",
|
1434
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateUDFPolicy\n<公共请求参数>\n\n{\n \"Name\": \"table1\",\n \"DatabaseName\": \"global-function\",\n \"CatalogName\": \"DataLakeCatalog\",\n \"UDFPolicyInfos\": [\n {\n \"Accesses\": [\n \"alter\"\n ],\n \"Users\": [\n \"49830499352\"\n ],\n \"Groups\": [\n \"221447\"\n ]\n }\n ]\n}",
|
1435
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"05d2202d-d1b6-40af-8be3-9b1202ad8eb7\",\n \"UDFPolicyInfos\": [\n {\n \"Accesses\": [\n \"alter\"\n ],\n \"Users\": [\n \"49830499352\"\n ],\n \"Groups\": [\n \"221447\"\n ]\n }\n ]\n }\n}",
|
1436
|
+
"title": "UDF权限修改"
|
1437
|
+
}
|
1438
|
+
],
|
1383
1439
|
"UpdateUserDataEngineConfig": [
|
1384
1440
|
{
|
1385
1441
|
"document": "修改用户集群自定义配置",
|
@@ -5515,6 +5515,34 @@
|
|
5515
5515
|
],
|
5516
5516
|
"type": "object"
|
5517
5517
|
},
|
5518
|
+
"GpuInfo": {
|
5519
|
+
"document": "节点Gpu信息",
|
5520
|
+
"members": [
|
5521
|
+
{
|
5522
|
+
"disabled": false,
|
5523
|
+
"document": "Gpu块数",
|
5524
|
+
"example": "1",
|
5525
|
+
"member": "int64",
|
5526
|
+
"name": "GpuCount",
|
5527
|
+
"output_required": false,
|
5528
|
+
"required": false,
|
5529
|
+
"type": "int",
|
5530
|
+
"value_allowed_null": false
|
5531
|
+
},
|
5532
|
+
{
|
5533
|
+
"disabled": false,
|
5534
|
+
"document": "Gpu类型",
|
5535
|
+
"example": "Nvidia T4",
|
5536
|
+
"member": "string",
|
5537
|
+
"name": "GpuType",
|
5538
|
+
"output_required": false,
|
5539
|
+
"required": false,
|
5540
|
+
"type": "string",
|
5541
|
+
"value_allowed_null": false
|
5542
|
+
}
|
5543
|
+
],
|
5544
|
+
"usage": "both"
|
5545
|
+
},
|
5518
5546
|
"IndexMetaField": {
|
5519
5547
|
"document": "索引元数据字段",
|
5520
5548
|
"members": [
|
@@ -6979,6 +7007,16 @@
|
|
6979
7007
|
"output_required": false,
|
6980
7008
|
"type": "string",
|
6981
7009
|
"value_allowed_null": false
|
7010
|
+
},
|
7011
|
+
{
|
7012
|
+
"disabled": false,
|
7013
|
+
"document": "是否为CDZLite可用区",
|
7014
|
+
"example": "false",
|
7015
|
+
"member": "bool",
|
7016
|
+
"name": "IsCdzLite",
|
7017
|
+
"output_required": false,
|
7018
|
+
"type": "bool",
|
7019
|
+
"value_allowed_null": false
|
6982
7020
|
}
|
6983
7021
|
],
|
6984
7022
|
"usage": "out"
|
@@ -8375,6 +8413,17 @@
|
|
8375
8413
|
"required": false,
|
8376
8414
|
"type": "int",
|
8377
8415
|
"value_allowed_null": true
|
8416
|
+
},
|
8417
|
+
{
|
8418
|
+
"disabled": false,
|
8419
|
+
"document": "节点Gpu信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
8420
|
+
"example": "无",
|
8421
|
+
"member": "GpuInfo",
|
8422
|
+
"name": "GpuInfo",
|
8423
|
+
"output_required": false,
|
8424
|
+
"required": false,
|
8425
|
+
"type": "object",
|
8426
|
+
"value_allowed_null": true
|
8378
8427
|
}
|
8379
8428
|
],
|
8380
8429
|
"usage": "both"
|
@@ -11958,6 +11958,24 @@
|
|
11958
11958
|
"name": "ForbidEditWatermark",
|
11959
11959
|
"required": false,
|
11960
11960
|
"type": "bool"
|
11961
|
+
},
|
11962
|
+
{
|
11963
|
+
"disabled": false,
|
11964
|
+
"document": "印章描述",
|
11965
|
+
"example": "合同章",
|
11966
|
+
"member": "string",
|
11967
|
+
"name": "SealDescription",
|
11968
|
+
"required": false,
|
11969
|
+
"type": "string"
|
11970
|
+
},
|
11971
|
+
{
|
11972
|
+
"disabled": false,
|
11973
|
+
"document": "是否禁止编辑印章描述内容\n<ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>",
|
11974
|
+
"example": "true",
|
11975
|
+
"member": "string",
|
11976
|
+
"name": "ForbidEditSealDescription",
|
11977
|
+
"required": false,
|
11978
|
+
"type": "string"
|
11961
11979
|
}
|
11962
11980
|
],
|
11963
11981
|
"usage": "in"
|
@@ -9978,6 +9978,24 @@
|
|
9978
9978
|
"name": "ForbidEditWatermark",
|
9979
9979
|
"required": false,
|
9980
9980
|
"type": "bool"
|
9981
|
+
},
|
9982
|
+
{
|
9983
|
+
"disabled": false,
|
9984
|
+
"document": "印章描述",
|
9985
|
+
"example": "合同章",
|
9986
|
+
"member": "string",
|
9987
|
+
"name": "SealDescription",
|
9988
|
+
"required": false,
|
9989
|
+
"type": "string"
|
9990
|
+
},
|
9991
|
+
{
|
9992
|
+
"disabled": false,
|
9993
|
+
"document": "是否禁止编辑印章描述内容\n<ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>",
|
9994
|
+
"example": "true",
|
9995
|
+
"member": "string",
|
9996
|
+
"name": "ForbidEditSealDescription",
|
9997
|
+
"required": false,
|
9998
|
+
"type": "string"
|
9981
9999
|
}
|
9982
10000
|
],
|
9983
10001
|
"usage": "in"
|
@@ -12352,6 +12370,26 @@
|
|
12352
12370
|
"output_required": false,
|
12353
12371
|
"type": "string",
|
12354
12372
|
"value_allowed_null": false
|
12373
|
+
},
|
12374
|
+
{
|
12375
|
+
"disabled": false,
|
12376
|
+
"document": "企业批量注册 传递过来的企业名称,方便客户定位企业\t",
|
12377
|
+
"example": "典子谦示例企业",
|
12378
|
+
"member": "string",
|
12379
|
+
"name": "OrganizationName",
|
12380
|
+
"output_required": false,
|
12381
|
+
"type": "string",
|
12382
|
+
"value_allowed_null": false
|
12383
|
+
},
|
12384
|
+
{
|
12385
|
+
"disabled": false,
|
12386
|
+
"document": "企业批量注册的唯一 Id, 此 Id 可以用在[创建企业批量认证链接-单链接](https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks)。",
|
12387
|
+
"example": "yDCHoUU08m4mnpUxHGGHPv9FScKQsvHb",
|
12388
|
+
"member": "string",
|
12389
|
+
"name": "SubTaskId",
|
12390
|
+
"output_required": false,
|
12391
|
+
"type": "string",
|
12392
|
+
"value_allowed_null": false
|
12355
12393
|
}
|
12356
12394
|
],
|
12357
12395
|
"usage": "out"
|
@@ -330,19 +330,19 @@
|
|
330
330
|
"members": [
|
331
331
|
{
|
332
332
|
"disabled": false,
|
333
|
-
"document": "
|
334
|
-
"example": "1",
|
333
|
+
"document": "必填,终端自定义分组名",
|
334
|
+
"example": "分组名称1",
|
335
335
|
"member": "string",
|
336
|
-
"name": "
|
337
|
-
"required":
|
336
|
+
"name": "DeviceVirtualGroupName",
|
337
|
+
"required": true,
|
338
338
|
"type": "string"
|
339
339
|
},
|
340
340
|
{
|
341
341
|
"disabled": false,
|
342
|
-
"document": "
|
343
|
-
"example": "
|
342
|
+
"document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
|
343
|
+
"example": "1",
|
344
344
|
"member": "string",
|
345
|
-
"name": "
|
345
|
+
"name": "DomainInstanceId",
|
346
346
|
"required": false,
|
347
347
|
"type": "string"
|
348
348
|
},
|
@@ -357,7 +357,7 @@
|
|
357
357
|
},
|
358
358
|
{
|
359
359
|
"disabled": false,
|
360
|
-
"document": "
|
360
|
+
"document": "系统类型(0: win,1:linux,2: mac,4:android,5:ios ; 默认值0)(只支持32位)",
|
361
361
|
"example": "0",
|
362
362
|
"member": "int64",
|
363
363
|
"name": "OsType",
|
@@ -366,7 +366,7 @@
|
|
366
366
|
},
|
367
367
|
{
|
368
368
|
"disabled": false,
|
369
|
-
"document": "
|
369
|
+
"document": "分组类型(0:手动分组;非0为自动划分分组;具体枚举值为:1:自动每小时划分分组、2:自动每天划分分组、3:自定义时间划分分组; 默认值0)(只支持32位)",
|
370
370
|
"example": "0",
|
371
371
|
"member": "int64",
|
372
372
|
"name": "TimeType",
|
@@ -385,7 +385,7 @@
|
|
385
385
|
{
|
386
386
|
"disabled": false,
|
387
387
|
"document": "选填,手动分组不填,自动划分分组的划分规则数据",
|
388
|
-
"example": "
|
388
|
+
"example": "无",
|
389
389
|
"member": "ComplexRule",
|
390
390
|
"name": "AutoRules",
|
391
391
|
"required": false,
|
@@ -400,7 +400,7 @@
|
|
400
400
|
{
|
401
401
|
"disabled": false,
|
402
402
|
"document": "响应返回的data",
|
403
|
-
"example": "
|
403
|
+
"example": "无",
|
404
404
|
"member": "CreateDeviceVirtualGroupRspData",
|
405
405
|
"name": "Data",
|
406
406
|
"output_required": false,
|
@@ -436,6 +436,15 @@
|
|
436
436
|
"CreatePrivilegeCodeRequest": {
|
437
437
|
"document": "CreatePrivilegeCode请求参数结构体",
|
438
438
|
"members": [
|
439
|
+
{
|
440
|
+
"disabled": false,
|
441
|
+
"document": "必填;设备唯一标识符;",
|
442
|
+
"example": "489C698CAECC13B1B7C44E59443F5CBB676B7F33",
|
443
|
+
"member": "string",
|
444
|
+
"name": "Mid",
|
445
|
+
"required": true,
|
446
|
+
"type": "string"
|
447
|
+
},
|
439
448
|
{
|
440
449
|
"disabled": false,
|
441
450
|
"document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
|
@@ -447,12 +456,12 @@
|
|
447
456
|
},
|
448
457
|
{
|
449
458
|
"disabled": false,
|
450
|
-
"document": "
|
451
|
-
"example": "
|
452
|
-
"member": "
|
453
|
-
"name": "
|
459
|
+
"document": "系统类型(0: win,1:linux,2: mac,4:android,5:ios );默认值0",
|
460
|
+
"example": "0",
|
461
|
+
"member": "int64",
|
462
|
+
"name": "OsType",
|
454
463
|
"required": false,
|
455
|
-
"type": "
|
464
|
+
"type": "int"
|
456
465
|
}
|
457
466
|
],
|
458
467
|
"type": "object"
|
@@ -462,13 +471,13 @@
|
|
462
471
|
"members": [
|
463
472
|
{
|
464
473
|
"disabled": false,
|
465
|
-
"document": "
|
474
|
+
"document": "业务响应数据",
|
466
475
|
"example": "无",
|
467
476
|
"member": "CreatePrivilegeCodeRspData",
|
468
477
|
"name": "Data",
|
469
478
|
"output_required": true,
|
470
479
|
"type": "object",
|
471
|
-
"value_allowed_null":
|
480
|
+
"value_allowed_null": false
|
472
481
|
},
|
473
482
|
{
|
474
483
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1057,6 +1066,16 @@
|
|
1057
1066
|
"output_required": false,
|
1058
1067
|
"type": "string",
|
1059
1068
|
"value_allowed_null": false
|
1069
|
+
},
|
1070
|
+
{
|
1071
|
+
"disabled": false,
|
1072
|
+
"document": "终端备注名",
|
1073
|
+
"example": "leizi的电脑",
|
1074
|
+
"member": "string",
|
1075
|
+
"name": "RemarkName",
|
1076
|
+
"output_required": false,
|
1077
|
+
"type": "string",
|
1078
|
+
"value_allowed_null": false
|
1060
1079
|
}
|
1061
1080
|
],
|
1062
1081
|
"usage": "out"
|
@@ -1094,7 +1113,7 @@
|
|
1094
1113
|
{
|
1095
1114
|
"disabled": false,
|
1096
1115
|
"document": "过滤条件参数(字段含义请参考接口返回值) - Name, 类型String,支持操作:【eq,like,ilike】,支持排序 - UserName, 类型String,支持操作:【eq,like,ilike】,支持排序 - IoaUserName,类型String,支持操作:【eq,like,ilike】,支持排序 - MacAddr, 类型String,支持操作:【eq,like,ilike】,支持排序 - Ip, 类型String,支持操作:【eq,like,ilike】,支持排序 - Mid, 类型String,支持操作:【eq,like,ilike】,支持排序 ,支持排序分页参数 - PageNum 从1开始,小于等于0时使用默认参数 - PageSize 最大值5000,最好不超过100",
|
1097
|
-
"example": "
|
1116
|
+
"example": "无",
|
1098
1117
|
"member": "Condition",
|
1099
1118
|
"name": "Condition",
|
1100
1119
|
"required": false,
|
@@ -3353,6 +3372,15 @@
|
|
3353
3372
|
"ModifyVirtualDeviceGroupsRequest": {
|
3354
3373
|
"document": "ModifyVirtualDeviceGroups请求参数结构体",
|
3355
3374
|
"members": [
|
3375
|
+
{
|
3376
|
+
"disabled": false,
|
3377
|
+
"document": "必填,操作的设备列表数据",
|
3378
|
+
"example": "无",
|
3379
|
+
"member": "ModifyVirtualDeviceGroupsReqItem",
|
3380
|
+
"name": "DeviceList",
|
3381
|
+
"required": true,
|
3382
|
+
"type": "list"
|
3383
|
+
},
|
3356
3384
|
{
|
3357
3385
|
"disabled": false,
|
3358
3386
|
"document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
|
@@ -3371,15 +3399,6 @@
|
|
3371
3399
|
"required": false,
|
3372
3400
|
"type": "int"
|
3373
3401
|
},
|
3374
|
-
{
|
3375
|
-
"disabled": false,
|
3376
|
-
"document": "必填,操作的设备列表数据",
|
3377
|
-
"example": "[{DeviceMid: \"10527BB0BE025F40B5E8A7D00B5E13E268243DBB\", Operation: 1}]",
|
3378
|
-
"member": "ModifyVirtualDeviceGroupsReqItem",
|
3379
|
-
"name": "DeviceList",
|
3380
|
-
"required": false,
|
3381
|
-
"type": "list"
|
3382
|
-
},
|
3383
3402
|
{
|
3384
3403
|
"disabled": false,
|
3385
3404
|
"document": "要添加的终端自定义分组id列表",
|
@@ -3391,7 +3410,7 @@
|
|
3391
3410
|
},
|
3392
3411
|
{
|
3393
3412
|
"disabled": false,
|
3394
|
-
"document": "
|
3413
|
+
"document": "系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0)",
|
3395
3414
|
"example": "0",
|
3396
3415
|
"member": "int64",
|
3397
3416
|
"name": "OsType",
|
@@ -9774,6 +9774,15 @@
|
|
9774
9774
|
"name": "Comment",
|
9775
9775
|
"required": false,
|
9776
9776
|
"type": "string"
|
9777
|
+
},
|
9778
|
+
{
|
9779
|
+
"disabled": false,
|
9780
|
+
"document": "录制类型,取值为video(音视频录制)、audio(纯音频录制)、auto(自动探测)。不填时默认值为video。",
|
9781
|
+
"example": "video",
|
9782
|
+
"member": "string",
|
9783
|
+
"name": "RecordType",
|
9784
|
+
"required": false,
|
9785
|
+
"type": "string"
|
9777
9786
|
}
|
9778
9787
|
],
|
9779
9788
|
"type": "object"
|
@@ -20018,6 +20027,16 @@
|
|
20018
20027
|
"output_required": true,
|
20019
20028
|
"type": "string",
|
20020
20029
|
"value_allowed_null": false
|
20030
|
+
},
|
20031
|
+
{
|
20032
|
+
"disabled": false,
|
20033
|
+
"document": "录制类型,取值为video(音视频录制)、audio(纯音频录制)、auto(自动探测)。",
|
20034
|
+
"example": "video",
|
20035
|
+
"member": "string",
|
20036
|
+
"name": "RecordType",
|
20037
|
+
"output_required": false,
|
20038
|
+
"type": "string",
|
20039
|
+
"value_allowed_null": false
|
20021
20040
|
}
|
20022
20041
|
],
|
20023
20042
|
"usage": "out"
|
@@ -21305,7 +21324,7 @@
|
|
21305
21324
|
"members": [
|
21306
21325
|
{
|
21307
21326
|
"disabled": false,
|
21308
|
-
"document": "通知类型:\
|
21327
|
+
"document": "通知类型:\nTDMQ-CMQ:消息队列\n\"URL\": 指定URL时HTTP回调推送到 NotifyUrl 指定的地址,回调协议http+json,包体内容同[解析直播事件通知接口](https://cloud.tencent.com/document/product/862/39229) 的输出参数\n\n<font color=\"red\"> 注:不填或为空时默认 CMQ,如需采用其他类型需填写对应类型值。 </font>",
|
21309
21328
|
"example": "URL",
|
21310
21329
|
"member": "string",
|
21311
21330
|
"name": "NotifyType",
|
@@ -21327,7 +21346,7 @@
|
|
21327
21346
|
},
|
21328
21347
|
{
|
21329
21348
|
"disabled": false,
|
21330
|
-
"document": "
|
21349
|
+
"document": "有 Queue 和 Topic 两种模型。",
|
21331
21350
|
"example": "Queue",
|
21332
21351
|
"member": "string",
|
21333
21352
|
"name": "CmqModel",
|
@@ -21338,7 +21357,7 @@
|
|
21338
21357
|
},
|
21339
21358
|
{
|
21340
21359
|
"disabled": false,
|
21341
|
-
"document": "CMQ 的园区,如 sh,bj 等。",
|
21360
|
+
"document": "TDMQ-CMQ 的园区,如 sh,bj 等。",
|
21342
21361
|
"example": "sh",
|
21343
21362
|
"member": "string",
|
21344
21363
|
"name": "CmqRegion",
|
@@ -21349,7 +21368,7 @@
|
|
21349
21368
|
},
|
21350
21369
|
{
|
21351
21370
|
"disabled": false,
|
21352
|
-
"document": "当模型为 Queue 时有效,表示接收事件通知的 CMQ 的队列名。",
|
21371
|
+
"document": "当模型为 Queue 时有效,表示接收事件通知的 TDMQ-CMQ 的队列名。",
|
21353
21372
|
"example": "mpstest-queue",
|
21354
21373
|
"member": "string",
|
21355
21374
|
"name": "QueueName",
|
@@ -21360,7 +21379,7 @@
|
|
21360
21379
|
},
|
21361
21380
|
{
|
21362
21381
|
"disabled": false,
|
21363
|
-
"document": "当模型为 Topic 时有效,表示接收事件通知的 CMQ 的主题名。",
|
21382
|
+
"document": "当模型为 Topic 时有效,表示接收事件通知的 TDMQ-CMQ 的主题名。",
|
21364
21383
|
"example": "mpstest-topic",
|
21365
21384
|
"member": "string",
|
21366
21385
|
"name": "TopicName",
|
@@ -21372,7 +21391,7 @@
|
|
21372
21391
|
{
|
21373
21392
|
"disabled": false,
|
21374
21393
|
"document": "用于生成回调签名的 Key。\n注意:此字段可能返回 null,表示取不到有效值。",
|
21375
|
-
"example": "
|
21394
|
+
"example": "0se***9idaY",
|
21376
21395
|
"member": "string",
|
21377
21396
|
"name": "NotifyKey",
|
21378
21397
|
"output_required": false,
|
@@ -24511,6 +24530,15 @@
|
|
24511
24530
|
"name": "Comment",
|
24512
24531
|
"required": false,
|
24513
24532
|
"type": "string"
|
24533
|
+
},
|
24534
|
+
{
|
24535
|
+
"disabled": false,
|
24536
|
+
"document": "录制类型,取值为video(音视频录制)、audio(纯音频录制)、auto(自动探测)。",
|
24537
|
+
"example": "video",
|
24538
|
+
"member": "string",
|
24539
|
+
"name": "RecordType",
|
24540
|
+
"required": false,
|
24541
|
+
"type": "string"
|
24514
24542
|
}
|
24515
24543
|
],
|
24516
24544
|
"type": "object"
|
@@ -7551,7 +7551,7 @@
|
|
7551
7551
|
"members": [
|
7552
7552
|
{
|
7553
7553
|
"disabled": false,
|
7554
|
-
"document": "实例ID集合。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)
|
7554
|
+
"document": "实例ID集合。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取。注意:不推荐同时隔离多个实例。建议每次操作仅传入单个实例ID。",
|
7555
7555
|
"example": "[\"postgres-xxxxxxxx\"]",
|
7556
7556
|
"member": "string",
|
7557
7557
|
"name": "DBInstanceIdSet",
|
@@ -59,7 +59,7 @@
|
|
59
59
|
"ManageMarketingRisk": {
|
60
60
|
"document": "全栈式风控引擎(RiskControlEngine,RCE)是基于人工智能技术和腾讯20年风控实战沉淀,依托腾讯海量业务构建的风控引擎,以轻量级的 SaaS 服务方式接入,帮助您快速解决注册、登录、营销活动等关键场景遇到的欺诈问题,实时防御黑灰产作恶。",
|
61
61
|
"input": "ManageMarketingRiskRequest",
|
62
|
-
"name": "
|
62
|
+
"name": "通用业务欺诈保护",
|
63
63
|
"output": "ManageMarketingRiskResponse",
|
64
64
|
"status": "online"
|
65
65
|
},
|