tccli 3.0.1374.1__py2.py3-none-any.whl → 3.0.1376.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/cdb/v20170320/api.json +2 -2
- tccli/services/cdwdoris/v20211228/api.json +31 -1
- tccli/services/cfs/v20190719/api.json +10 -1
- tccli/services/chc/v20230418/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +20 -0
- tccli/services/cls/v20201016/api.json +8 -8
- tccli/services/csip/v20221121/api.json +3 -3
- tccli/services/ctem/v20231128/api.json +22 -3
- tccli/services/ctem/v20231128/examples.json +2 -2
- 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 +23 -5
- tccli/services/essbasic/v20210526/api.json +40 -2
- tccli/services/ioa/v20220601/api.json +95 -39
- tccli/services/ioa/v20220601/examples.json +4 -10
- tccli/services/iss/iss_client.py +53 -0
- tccli/services/iss/v20230517/api.json +60 -0
- tccli/services/iss/v20230517/examples.json +8 -0
- tccli/services/mps/v20190612/api.json +34 -6
- tccli/services/oceanus/v20190422/api.json +5 -5
- tccli/services/omics/v20221128/api.json +1 -1
- tccli/services/organization/organization_client.py +69 -16
- tccli/services/organization/v20210331/api.json +216 -0
- tccli/services/organization/v20210331/examples.json +8 -0
- tccli/services/partners/v20180321/api.json +2 -2
- tccli/services/postgres/v20170312/api.json +1 -1
- tccli/services/rce/v20201103/api.json +1 -1
- tccli/services/smh/v20210712/api.json +43 -12
- tccli/services/smh/v20210712/examples.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 +105 -105
- tccli/services/tsf/v20180326/examples.json +2 -2
- tccli/services/vod/v20180717/api.json +11 -11
- {tccli-3.0.1374.1.dist-info → tccli-3.0.1376.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1374.1.dist-info → tccli-3.0.1376.1.dist-info}/RECORD +53 -53
- {tccli-3.0.1374.1.dist-info → tccli-3.0.1376.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1374.1.dist-info → tccli-3.0.1376.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1374.1.dist-info → tccli-3.0.1376.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"
|
@@ -17795,7 +17813,7 @@
|
|
17795
17813
|
"members": [
|
17796
17814
|
{
|
17797
17815
|
"disabled": false,
|
17798
|
-
"document": "
|
17816
|
+
"document": "文件对应业务类型,可以选择的类型如下<ul><li> **TEMPLATE** : 此上传的文件用户生成合同模板,文件类型支持.pdf/.doc/.docx/.html格式,如果非pdf文件需要通过<a href=\"https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi\" target=\"_blank\">创建文件转换任务</a>转换后才能使用</li><li> **DOCUMENT** : 此文件用来发起合同流程,文件类型支持.pdf/.doc/.docx/.jpg/.png/.xls.xlsx/.html。如果上传的是非pdf文件,用来发起流程,还需要通过<a href=\"https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi\" target=\"_blank\">创建文件转换任务</a>转换后得到的pdf文件才能用于发起合同接口。如果上传的文件不是用来发起合同,直接上传后使用返回的文件资源Id即可</li><li> **SEAL** : 此文件用于印章的生成,文件类型支持.jpg/.jpeg/.png</li></ul> [\"yDRSRUUgygj6rq2wUuO4zjEyBZ2NHiyT\"]",
|
17799
17817
|
"example": "DOCUMENT",
|
17800
17818
|
"member": "string",
|
17801
17819
|
"name": "BusinessType",
|
@@ -17805,7 +17823,7 @@
|
|
17805
17823
|
{
|
17806
17824
|
"disabled": false,
|
17807
17825
|
"document": "执行本接口操作的员工信息。其中OperatorId为必填字段,即用户的UserId。\n注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`",
|
17808
|
-
"example": "
|
17826
|
+
"example": "无",
|
17809
17827
|
"member": "Caller",
|
17810
17828
|
"name": "Caller",
|
17811
17829
|
"required": false,
|
@@ -17814,7 +17832,7 @@
|
|
17814
17832
|
{
|
17815
17833
|
"disabled": false,
|
17816
17834
|
"document": "请上传文件内容数组,最多可上传20个文件。\n\n<b>所有文件必须符合<font color=\"red\">FileType</font>指定的文件类型。</b>",
|
17817
|
-
"example": "
|
17835
|
+
"example": "无",
|
17818
17836
|
"member": "UploadFile",
|
17819
17837
|
"name": "FileInfos",
|
17820
17838
|
"required": false,
|
@@ -17841,7 +17859,7 @@
|
|
17841
17859
|
{
|
17842
17860
|
"disabled": false,
|
17843
17861
|
"document": "该字段已不再使用",
|
17844
|
-
"example": "
|
17862
|
+
"example": "[\"customId1\"]",
|
17845
17863
|
"member": "string",
|
17846
17864
|
"name": "CustomIds",
|
17847
17865
|
"required": false,
|
@@ -17874,7 +17892,7 @@
|
|
17874
17892
|
{
|
17875
17893
|
"disabled": false,
|
17876
17894
|
"document": "文件资源ID数组,每个文件资源ID为32位字符串。\n建议开发者保存此资源ID,后续创建合同或创建合同流程需此资源ID。\n注:`有效期一个小时(超过一小时后系统不定期清理,会有部分时间差), 有效期内此文件id可以反复使用, 超过有效期无法使用`",
|
17877
|
-
"example": "yDRSRUUgygj6rq2wUuO4zjEyBZ2NHiyT",
|
17895
|
+
"example": "[\"yDRSRUUgygj6rq2wUuO4zjEyBZ2NHiyT\"]",
|
17878
17896
|
"member": "string",
|
17879
17897
|
"name": "FileIds",
|
17880
17898
|
"output_required": true,
|
@@ -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"
|
@@ -14549,7 +14587,7 @@
|
|
14549
14587
|
},
|
14550
14588
|
{
|
14551
14589
|
"disabled": false,
|
14552
|
-
"document": "
|
14590
|
+
"document": "文件对应业务类型,可以选择的类型如下<ul><li> **TEMPLATE** : 此上传的文件用户生成合同模板,文件类型支持.pdf/.doc/.docx/.html格式,如果非pdf文件需要通过<a href=\"https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi\" target=\"_blank\">创建文件转换任务</a>转换后才能使用</li><li> **DOCUMENT** : 此文件用来发起合同流程,文件类型支持.pdf/.doc/.docx/.jpg/.png/.xls.xlsx/.html。如果上传的是非pdf文件,用来发起流程,还需要通过<a href=\"https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi\" target=\"_blank\">创建文件转换任务</a>转换后得到的pdf文件才能用于发起合同接口。如果上传的文件不是用来发起合同,直接上传后使用返回的文件资源Id即可</li><li> **SEAL** : 此文件用于印章的生成,文件类型支持.jpg/.jpeg/.png</li></ul>",
|
14553
14591
|
"example": "TEMPLATE",
|
14554
14592
|
"member": "string",
|
14555
14593
|
"name": "BusinessType",
|
@@ -14559,7 +14597,7 @@
|
|
14559
14597
|
{
|
14560
14598
|
"disabled": false,
|
14561
14599
|
"document": "上传文件内容数组,一次最多可上传20个文件。\n\n<b>若上传多个文件,所有文件必须为相同类型</b>,例如全部为PDF或全部为Word文件。不支持混合文件类型的上传。",
|
14562
|
-
"example": "
|
14600
|
+
"example": "无",
|
14563
14601
|
"member": "UploadFile",
|
14564
14602
|
"name": "FileInfos",
|
14565
14603
|
"required": false,
|
@@ -301,6 +301,15 @@
|
|
301
301
|
"CreateDeviceTaskRequest": {
|
302
302
|
"document": "CreateDeviceTask请求参数结构体",
|
303
303
|
"members": [
|
304
|
+
{
|
305
|
+
"disabled": false,
|
306
|
+
"document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
|
307
|
+
"example": "1",
|
308
|
+
"member": "string",
|
309
|
+
"name": "DomainInstanceId",
|
310
|
+
"required": false,
|
311
|
+
"type": "string"
|
312
|
+
},
|
304
313
|
{
|
305
314
|
"disabled": false,
|
306
315
|
"document": "终端id",
|
@@ -330,19 +339,19 @@
|
|
330
339
|
"members": [
|
331
340
|
{
|
332
341
|
"disabled": false,
|
333
|
-
"document": "
|
334
|
-
"example": "1",
|
342
|
+
"document": "必填,终端自定义分组名",
|
343
|
+
"example": "分组名称1",
|
335
344
|
"member": "string",
|
336
|
-
"name": "
|
337
|
-
"required":
|
345
|
+
"name": "DeviceVirtualGroupName",
|
346
|
+
"required": true,
|
338
347
|
"type": "string"
|
339
348
|
},
|
340
349
|
{
|
341
350
|
"disabled": false,
|
342
|
-
"document": "
|
343
|
-
"example": "
|
351
|
+
"document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
|
352
|
+
"example": "1",
|
344
353
|
"member": "string",
|
345
|
-
"name": "
|
354
|
+
"name": "DomainInstanceId",
|
346
355
|
"required": false,
|
347
356
|
"type": "string"
|
348
357
|
},
|
@@ -357,7 +366,7 @@
|
|
357
366
|
},
|
358
367
|
{
|
359
368
|
"disabled": false,
|
360
|
-
"document": "
|
369
|
+
"document": "系统类型(0: win,1:linux,2: mac,4:android,5:ios ; 默认值0)(只支持32位)",
|
361
370
|
"example": "0",
|
362
371
|
"member": "int64",
|
363
372
|
"name": "OsType",
|
@@ -366,7 +375,7 @@
|
|
366
375
|
},
|
367
376
|
{
|
368
377
|
"disabled": false,
|
369
|
-
"document": "
|
378
|
+
"document": "分组类型(0:手动分组;非0为自动划分分组;具体枚举值为:1:自动每小时划分分组、2:自动每天划分分组、3:自定义时间划分分组; 默认值0)(只支持32位)",
|
370
379
|
"example": "0",
|
371
380
|
"member": "int64",
|
372
381
|
"name": "TimeType",
|
@@ -385,7 +394,7 @@
|
|
385
394
|
{
|
386
395
|
"disabled": false,
|
387
396
|
"document": "选填,手动分组不填,自动划分分组的划分规则数据",
|
388
|
-
"example": "
|
397
|
+
"example": "无",
|
389
398
|
"member": "ComplexRule",
|
390
399
|
"name": "AutoRules",
|
391
400
|
"required": false,
|
@@ -400,7 +409,7 @@
|
|
400
409
|
{
|
401
410
|
"disabled": false,
|
402
411
|
"document": "响应返回的data",
|
403
|
-
"example": "
|
412
|
+
"example": "无",
|
404
413
|
"member": "CreateDeviceVirtualGroupRspData",
|
405
414
|
"name": "Data",
|
406
415
|
"output_required": false,
|
@@ -436,6 +445,15 @@
|
|
436
445
|
"CreatePrivilegeCodeRequest": {
|
437
446
|
"document": "CreatePrivilegeCode请求参数结构体",
|
438
447
|
"members": [
|
448
|
+
{
|
449
|
+
"disabled": false,
|
450
|
+
"document": "必填;设备唯一标识符;",
|
451
|
+
"example": "489C698CAECC13B1B7C44E59443F5CBB676B7F33",
|
452
|
+
"member": "string",
|
453
|
+
"name": "Mid",
|
454
|
+
"required": true,
|
455
|
+
"type": "string"
|
456
|
+
},
|
439
457
|
{
|
440
458
|
"disabled": false,
|
441
459
|
"document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
|
@@ -447,12 +465,12 @@
|
|
447
465
|
},
|
448
466
|
{
|
449
467
|
"disabled": false,
|
450
|
-
"document": "
|
451
|
-
"example": "
|
452
|
-
"member": "
|
453
|
-
"name": "
|
468
|
+
"document": "系统类型(0: win,1:linux,2: mac,4:android,5:ios );默认值0",
|
469
|
+
"example": "0",
|
470
|
+
"member": "int64",
|
471
|
+
"name": "OsType",
|
454
472
|
"required": false,
|
455
|
-
"type": "
|
473
|
+
"type": "int"
|
456
474
|
}
|
457
475
|
],
|
458
476
|
"type": "object"
|
@@ -462,13 +480,13 @@
|
|
462
480
|
"members": [
|
463
481
|
{
|
464
482
|
"disabled": false,
|
465
|
-
"document": "
|
483
|
+
"document": "业务响应数据",
|
466
484
|
"example": "无",
|
467
485
|
"member": "CreatePrivilegeCodeRspData",
|
468
486
|
"name": "Data",
|
469
487
|
"output_required": true,
|
470
488
|
"type": "object",
|
471
|
-
"value_allowed_null":
|
489
|
+
"value_allowed_null": false
|
472
490
|
},
|
473
491
|
{
|
474
492
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1057,6 +1075,16 @@
|
|
1057
1075
|
"output_required": false,
|
1058
1076
|
"type": "string",
|
1059
1077
|
"value_allowed_null": false
|
1078
|
+
},
|
1079
|
+
{
|
1080
|
+
"disabled": false,
|
1081
|
+
"document": "终端备注名",
|
1082
|
+
"example": "leizi的电脑",
|
1083
|
+
"member": "string",
|
1084
|
+
"name": "RemarkName",
|
1085
|
+
"output_required": false,
|
1086
|
+
"type": "string",
|
1087
|
+
"value_allowed_null": false
|
1060
1088
|
}
|
1061
1089
|
],
|
1062
1090
|
"usage": "out"
|
@@ -1094,7 +1122,7 @@
|
|
1094
1122
|
{
|
1095
1123
|
"disabled": false,
|
1096
1124
|
"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": "
|
1125
|
+
"example": "无",
|
1098
1126
|
"member": "Condition",
|
1099
1127
|
"name": "Condition",
|
1100
1128
|
"required": false,
|
@@ -1154,6 +1182,15 @@
|
|
1154
1182
|
"DescribeDeviceInfoRequest": {
|
1155
1183
|
"document": "DescribeDeviceInfo请求参数结构体",
|
1156
1184
|
"members": [
|
1185
|
+
{
|
1186
|
+
"disabled": false,
|
1187
|
+
"document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
|
1188
|
+
"example": "1",
|
1189
|
+
"member": "string",
|
1190
|
+
"name": "DomainInstanceId",
|
1191
|
+
"required": false,
|
1192
|
+
"type": "string"
|
1193
|
+
},
|
1157
1194
|
{
|
1158
1195
|
"disabled": false,
|
1159
1196
|
"document": "终端id",
|
@@ -1949,6 +1986,16 @@
|
|
1949
1986
|
"output_required": true,
|
1950
1987
|
"type": "int",
|
1951
1988
|
"value_allowed_null": true
|
1989
|
+
},
|
1990
|
+
{
|
1991
|
+
"disabled": false,
|
1992
|
+
"document": "终端备注名",
|
1993
|
+
"example": "windows",
|
1994
|
+
"member": "string",
|
1995
|
+
"name": "RemarkName",
|
1996
|
+
"output_required": false,
|
1997
|
+
"type": "string",
|
1998
|
+
"value_allowed_null": false
|
1952
1999
|
}
|
1953
2000
|
],
|
1954
2001
|
"usage": "out"
|
@@ -1984,26 +2031,35 @@
|
|
1984
2031
|
"members": [
|
1985
2032
|
{
|
1986
2033
|
"disabled": false,
|
1987
|
-
"document": "
|
1988
|
-
"example": "
|
2034
|
+
"document": "必填,终端分组ID",
|
2035
|
+
"example": "11668614",
|
1989
2036
|
"member": "int64",
|
1990
|
-
"name": "
|
1991
|
-
"required":
|
2037
|
+
"name": "GroupId",
|
2038
|
+
"required": true,
|
1992
2039
|
"type": "int"
|
1993
2040
|
},
|
1994
2041
|
{
|
1995
2042
|
"disabled": false,
|
1996
|
-
"document": "
|
1997
|
-
"example": "
|
2043
|
+
"document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
|
2044
|
+
"example": "1",
|
2045
|
+
"member": "string",
|
2046
|
+
"name": "DomainInstanceId",
|
2047
|
+
"required": false,
|
2048
|
+
"type": "string"
|
2049
|
+
},
|
2050
|
+
{
|
2051
|
+
"disabled": false,
|
2052
|
+
"document": "系统类型(0: win,1:linux,2: mac,4:android,5:ios );默认值0",
|
2053
|
+
"example": "0",
|
1998
2054
|
"member": "int64",
|
1999
|
-
"name": "
|
2055
|
+
"name": "OsType",
|
2000
2056
|
"required": false,
|
2001
2057
|
"type": "int"
|
2002
2058
|
},
|
2003
2059
|
{
|
2004
2060
|
"disabled": false,
|
2005
2061
|
"document": "过滤条件、分页参数 <li>Name - String - 是否必填:否 - 操作符: eq,like,ilike - 排序支持:否 - 备注:字段含义,终端名。</li> \t<li>UserName - String - 是否必填:否 - 操作符: eq,like,ilike - 排序支持:否 - 备注:字段含义,终端用户名。</li> \t<li>IoaUserName - String - 是否必填:否 - 操作符: eq,like,ilike - 排序支持:否 - 备注:字段含义,最近登录账号。</li> \t<li>Ip - String - 是否必填:否 - 操作符: eq,like,ilike - 排序支持:否 - 备注:字段含义,IP地址。</li> \t<li>MacAddr - String - 是否必填:否 - 操作符: eq,like,ilike - 排序支持:否 - 备注:字段含义,MAC地址。</li>",
|
2006
|
-
"example": "
|
2062
|
+
"example": "无",
|
2007
2063
|
"member": "Condition",
|
2008
2064
|
"name": "Condition",
|
2009
2065
|
"required": false,
|
@@ -2017,13 +2073,13 @@
|
|
2017
2073
|
"members": [
|
2018
2074
|
{
|
2019
2075
|
"disabled": false,
|
2020
|
-
"document": "
|
2076
|
+
"document": "业务响应数据",
|
2021
2077
|
"example": "无",
|
2022
2078
|
"member": "DescribeSoftCensusListByDevicePageData",
|
2023
2079
|
"name": "Data",
|
2024
2080
|
"output_required": true,
|
2025
2081
|
"type": "object",
|
2026
|
-
"value_allowed_null":
|
2082
|
+
"value_allowed_null": false
|
2027
2083
|
},
|
2028
2084
|
{
|
2029
2085
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -3353,6 +3409,15 @@
|
|
3353
3409
|
"ModifyVirtualDeviceGroupsRequest": {
|
3354
3410
|
"document": "ModifyVirtualDeviceGroups请求参数结构体",
|
3355
3411
|
"members": [
|
3412
|
+
{
|
3413
|
+
"disabled": false,
|
3414
|
+
"document": "必填,操作的设备列表数据",
|
3415
|
+
"example": "无",
|
3416
|
+
"member": "ModifyVirtualDeviceGroupsReqItem",
|
3417
|
+
"name": "DeviceList",
|
3418
|
+
"required": true,
|
3419
|
+
"type": "list"
|
3420
|
+
},
|
3356
3421
|
{
|
3357
3422
|
"disabled": false,
|
3358
3423
|
"document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
|
@@ -3371,15 +3436,6 @@
|
|
3371
3436
|
"required": false,
|
3372
3437
|
"type": "int"
|
3373
3438
|
},
|
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
3439
|
{
|
3384
3440
|
"disabled": false,
|
3385
3441
|
"document": "要添加的终端自定义分组id列表",
|
@@ -3391,7 +3447,7 @@
|
|
3391
3447
|
},
|
3392
3448
|
{
|
3393
3449
|
"disabled": false,
|
3394
|
-
"document": "
|
3450
|
+
"document": "系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0)",
|
3395
3451
|
"example": "0",
|
3396
3452
|
"member": "int64",
|
3397
3453
|
"name": "OsType",
|