tccli 3.0.1375.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/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 +2 -2
- tccli/services/ctem/v20231128/api.json +22 -3
- tccli/services/ctem/v20231128/examples.json +2 -2
- tccli/services/ess/v20201111/api.json +5 -5
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/ioa/v20220601/api.json +47 -10
- 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/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/smh/v20210712/api.json +43 -12
- tccli/services/smh/v20210712/examples.json +1 -1
- tccli/services/tsf/v20180326/api.json +59 -59
- tccli/services/tsf/v20180326/examples.json +2 -2
- {tccli-3.0.1375.1.dist-info → tccli-3.0.1376.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1375.1.dist-info → tccli-3.0.1376.1.dist-info}/RECORD +32 -32
- {tccli-3.0.1375.1.dist-info → tccli-3.0.1376.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1375.1.dist-info → tccli-3.0.1376.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1375.1.dist-info → tccli-3.0.1376.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1376.1'
|
@@ -15171,7 +15171,7 @@
|
|
15171
15171
|
"members": [
|
15172
15172
|
{
|
15173
15173
|
"disabled": false,
|
15174
|
-
"document": "
|
15174
|
+
"document": "查询数据库错误码。0 - 正常,1600001 - 内部错误,1600003 - 入参异常,1600009 - 实例不存在,1624001 - DB 访问异常。",
|
15175
15175
|
"example": "0",
|
15176
15176
|
"member": "int64",
|
15177
15177
|
"name": "Code",
|
@@ -15202,7 +15202,7 @@
|
|
15202
15202
|
{
|
15203
15203
|
"disabled": false,
|
15204
15204
|
"document": "可回档时间范围",
|
15205
|
-
"example": "
|
15205
|
+
"example": "无",
|
15206
15206
|
"member": "RollbackTimeRange",
|
15207
15207
|
"name": "Times",
|
15208
15208
|
"output_required": true,
|
@@ -656,7 +656,7 @@
|
|
656
656
|
{
|
657
657
|
"disabled": false,
|
658
658
|
"document": "远端doris的连接信息",
|
659
|
-
"example": "
|
659
|
+
"example": "无",
|
660
660
|
"member": "DorisSourceInfo",
|
661
661
|
"name": "DorisSourceInfo",
|
662
662
|
"output_required": true,
|
@@ -718,6 +718,17 @@
|
|
718
718
|
"required": false,
|
719
719
|
"type": "object",
|
720
720
|
"value_allowed_null": false
|
721
|
+
},
|
722
|
+
{
|
723
|
+
"disabled": false,
|
724
|
+
"document": "隔离次数",
|
725
|
+
"example": "1",
|
726
|
+
"member": "int64",
|
727
|
+
"name": "IsolationCount",
|
728
|
+
"output_required": false,
|
729
|
+
"required": false,
|
730
|
+
"type": "int",
|
731
|
+
"value_allowed_null": false
|
721
732
|
}
|
722
733
|
],
|
723
734
|
"usage": "both"
|
@@ -2390,6 +2401,15 @@
|
|
2390
2401
|
"name": "IsDeleteAll",
|
2391
2402
|
"required": false,
|
2392
2403
|
"type": "bool"
|
2404
|
+
},
|
2405
|
+
{
|
2406
|
+
"disabled": false,
|
2407
|
+
"document": "true代表恢复删除隔离中的job 默认false就是删除",
|
2408
|
+
"example": "false",
|
2409
|
+
"member": "bool",
|
2410
|
+
"name": "IsRecover",
|
2411
|
+
"required": false,
|
2412
|
+
"type": "bool"
|
2393
2413
|
}
|
2394
2414
|
],
|
2395
2415
|
"type": "object"
|
@@ -2397,6 +2417,16 @@
|
|
2397
2417
|
"DeleteBackUpDataResponse": {
|
2398
2418
|
"document": "DeleteBackUpData返回参数结构体",
|
2399
2419
|
"members": [
|
2420
|
+
{
|
2421
|
+
"disabled": false,
|
2422
|
+
"document": "错误信息",
|
2423
|
+
"example": "this is a error",
|
2424
|
+
"member": "string",
|
2425
|
+
"name": "ErrorMsg",
|
2426
|
+
"output_required": false,
|
2427
|
+
"type": "string",
|
2428
|
+
"value_allowed_null": false
|
2429
|
+
},
|
2400
2430
|
{
|
2401
2431
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
2402
2432
|
"member": "string",
|
@@ -3658,7 +3658,7 @@
|
|
3658
3658
|
},
|
3659
3659
|
{
|
3660
3660
|
"disabled": false,
|
3661
|
-
"document": "create:创建目录 check:确认目录是否存在",
|
3661
|
+
"document": "create:创建目录 check:确认目录是否存在 move: 对目录做mv 操作",
|
3662
3662
|
"example": "check",
|
3663
3663
|
"member": "string",
|
3664
3664
|
"name": "OpetationType",
|
@@ -3682,6 +3682,15 @@
|
|
3682
3682
|
"name": "Mode",
|
3683
3683
|
"required": false,
|
3684
3684
|
"type": "string"
|
3685
|
+
},
|
3686
|
+
{
|
3687
|
+
"disabled": false,
|
3688
|
+
"document": "mv操作的目标目录名称;如果是turbo文件系统必须以/cfs/开头",
|
3689
|
+
"example": "/cfs/testa",
|
3690
|
+
"member": "string",
|
3691
|
+
"name": "DestPath",
|
3692
|
+
"required": false,
|
3693
|
+
"type": "string"
|
3685
3694
|
}
|
3686
3695
|
],
|
3687
3696
|
"type": "object"
|
@@ -292,7 +292,7 @@
|
|
292
292
|
{
|
293
293
|
"document": "",
|
294
294
|
"input": "POST / HTTP/1.1\nHost: chc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCommonServiceWorkOrder\n<公共请求参数>\n\n{\n \"WorkOrderType\": [\n \"rackOn\"\n ],\n \"BeginDateTime\": \"2025-04-01 00:00:00\",\n \"EndDateTime\": \"2025-04-30 00:00:00\"\n}",
|
295
|
-
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"
|
295
|
+
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"https://ap-guangzhou-test-1305532550.cos.ap-guangzhou.myqcloud.com/idc_portal_work_order/251233270/251233270_2025-04-01_00-00-00_2025-04-30_00-00-00.xlsx?q-sign-algorithm=sha1&q-ak=xxx&q-sign-time=1749127181%3B1749127541&q-key-time=1749127181%3B1749127541&q-header-list=host&q-url-param-list=&q-signature=3a30d015e08fb524f75b31217d2436bbce70e6ec\",\n \"RequestId\": \"591f555e-23b9-4b9a-aab8-186364534732\"\n }\n}",
|
296
296
|
"title": "导出客户工单详情"
|
297
297
|
}
|
298
298
|
],
|
@@ -8394,6 +8394,17 @@
|
|
8394
8394
|
"required": false,
|
8395
8395
|
"type": "int",
|
8396
8396
|
"value_allowed_null": false
|
8397
|
+
},
|
8398
|
+
{
|
8399
|
+
"disabled": false,
|
8400
|
+
"document": "负载均衡实例关联的Endpoint id。",
|
8401
|
+
"example": "vpce-kig4revm",
|
8402
|
+
"member": "string",
|
8403
|
+
"name": "AssociateEndpoint",
|
8404
|
+
"output_required": false,
|
8405
|
+
"required": false,
|
8406
|
+
"type": "string",
|
8407
|
+
"value_allowed_null": false
|
8397
8408
|
}
|
8398
8409
|
],
|
8399
8410
|
"usage": "both"
|
@@ -9649,6 +9660,15 @@
|
|
9649
9660
|
"name": "ModifyClassicDomain",
|
9650
9661
|
"required": false,
|
9651
9662
|
"type": "bool"
|
9663
|
+
},
|
9664
|
+
{
|
9665
|
+
"disabled": false,
|
9666
|
+
"document": "关联的终端节点Id,可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679)接口查询。传空字符串代表解除关联。",
|
9667
|
+
"example": "vpce-h0fk8lfc",
|
9668
|
+
"member": "string",
|
9669
|
+
"name": "AssociateEndpoint",
|
9670
|
+
"required": false,
|
9671
|
+
"type": "string"
|
9652
9672
|
}
|
9653
9673
|
],
|
9654
9674
|
"type": "object"
|
@@ -8565,7 +8565,7 @@
|
|
8565
8565
|
"members": [
|
8566
8566
|
{
|
8567
8567
|
"disabled": false,
|
8568
|
-
"document": "要查询的日志主题
|
8568
|
+
"document": "要查询的日志主题Id。\n- 通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题Id。\n- 通过 [创建日志主题](https://cloud.tencent.com/document/product/614/56456) 获取日志主题Id。",
|
8569
8569
|
"example": "682d0718-07bb-4ec0-9fda-f1e9a2767e0b",
|
8570
8570
|
"member": "string",
|
8571
8571
|
"name": "TopicId",
|
@@ -8574,7 +8574,7 @@
|
|
8574
8574
|
},
|
8575
8575
|
{
|
8576
8576
|
"disabled": false,
|
8577
|
-
"document": "日志时间, 即
|
8577
|
+
"document": "日志时间, 即 [检索分析日志](https://cloud.tencent.com/document/product/614/56447) 接口返回信息中Results结构体中的Time,需按照 UTC+8 时区将该毫秒级Unix时间戳转换为 YYYY-mm-dd HH:MM:SS.FFF 格式的字符串。",
|
8578
8578
|
"example": "2021-04-25 14:25:00.000",
|
8579
8579
|
"member": "string",
|
8580
8580
|
"name": "BTime",
|
@@ -8583,7 +8583,7 @@
|
|
8583
8583
|
},
|
8584
8584
|
{
|
8585
8585
|
"disabled": false,
|
8586
|
-
"document": "日志包序号,即
|
8586
|
+
"document": "日志包序号,即 [检索分析日志](https://cloud.tencent.com/document/product/614/56447) 接口返回信息中Results结构体中的PkgId。",
|
8587
8587
|
"example": "528C1318606EFEB8-1A7",
|
8588
8588
|
"member": "string",
|
8589
8589
|
"name": "PkgId",
|
@@ -8592,7 +8592,7 @@
|
|
8592
8592
|
},
|
8593
8593
|
{
|
8594
8594
|
"disabled": false,
|
8595
|
-
"document": "日志包内一条日志的序号,即
|
8595
|
+
"document": "日志包内一条日志的序号,即 [检索分析日志](https://cloud.tencent.com/document/product/614/56447) 接口返回信息中Results结构中的PkgLogId。",
|
8596
8596
|
"example": "65536",
|
8597
8597
|
"member": "int64",
|
8598
8598
|
"name": "PkgLogId",
|
@@ -12854,7 +12854,7 @@
|
|
12854
12854
|
"members": [
|
12855
12855
|
{
|
12856
12856
|
"disabled": false,
|
12857
|
-
"document": "日志主题
|
12857
|
+
"document": "日志主题Id。\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。",
|
12858
12858
|
"example": "826f8b26-b054-4a0d-8c8e-f3d609f5e0ea",
|
12859
12859
|
"member": "string",
|
12860
12860
|
"name": "TopicId",
|
@@ -12863,7 +12863,7 @@
|
|
12863
12863
|
},
|
12864
12864
|
{
|
12865
12865
|
"disabled": false,
|
12866
|
-
"document": "
|
12866
|
+
"document": "索引状态。false:关闭索引, true:开启索引\n开启后可对日志进行检索分析,将产生索引流量、索引存储及相应费用。[费用详情](https://cloud.tencent.com/document/product/614/45802#.E8.AE.A1.E8.B4.B9.E9.A1.B9)",
|
12867
12867
|
"example": "true",
|
12868
12868
|
"member": "bool",
|
12869
12869
|
"name": "Status",
|
@@ -15973,7 +15973,7 @@
|
|
15973
15973
|
"members": [
|
15974
15974
|
{
|
15975
15975
|
"disabled": false,
|
15976
|
-
"document": "日志主题
|
15976
|
+
"document": "日志主题Id\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。",
|
15977
15977
|
"example": "427bba81-e149-4a8b-bd0d-b2a412520d7b",
|
15978
15978
|
"member": "string",
|
15979
15979
|
"name": "TopicId",
|
@@ -15982,7 +15982,7 @@
|
|
15982
15982
|
},
|
15983
15983
|
{
|
15984
15984
|
"disabled": false,
|
15985
|
-
"document": "待分裂分区
|
15985
|
+
"document": "待分裂分区Id\n- 通过[获取分区列表](https://cloud.tencent.com/document/product/614/56470)获取待分裂分区Id。",
|
15986
15986
|
"example": "1",
|
15987
15987
|
"member": "int64",
|
15988
15988
|
"name": "PartitionId",
|
@@ -5670,7 +5670,7 @@
|
|
5670
5670
|
{
|
5671
5671
|
"disabled": false,
|
5672
5672
|
"document": "影响资产",
|
5673
|
-
"example": "
|
5673
|
+
"example": "1024",
|
5674
5674
|
"member": "int64",
|
5675
5675
|
"name": "NoHandleCount",
|
5676
5676
|
"output_required": true,
|
@@ -5780,7 +5780,7 @@
|
|
5780
5780
|
{
|
5781
5781
|
"disabled": false,
|
5782
5782
|
"document": "配置名\n注意:此字段可能返回 null,表示取不到有效值。",
|
5783
|
-
"example": "
|
5783
|
+
"example": "高风险子账号应该开启登录保护",
|
5784
5784
|
"member": "string",
|
5785
5785
|
"name": "CFGName",
|
5786
5786
|
"output_required": true,
|
@@ -1157,6 +1157,15 @@
|
|
1157
1157
|
"name": "Ignored",
|
1158
1158
|
"required": false,
|
1159
1159
|
"type": "bool"
|
1160
|
+
},
|
1161
|
+
{
|
1162
|
+
"disabled": false,
|
1163
|
+
"document": "支持按照响应长度排序,例如:+ContentLength或-ContentLength,+是递增,-是递减",
|
1164
|
+
"example": "-ContentLength",
|
1165
|
+
"member": "string",
|
1166
|
+
"name": "OrderBy",
|
1167
|
+
"required": false,
|
1168
|
+
"type": "string"
|
1160
1169
|
}
|
1161
1170
|
],
|
1162
1171
|
"type": "object"
|
@@ -5250,7 +5259,7 @@
|
|
5250
5259
|
{
|
5251
5260
|
"disabled": false,
|
5252
5261
|
"document": "主键ID",
|
5253
|
-
"example": "
|
5262
|
+
"example": "100",
|
5254
5263
|
"member": "int64",
|
5255
5264
|
"name": "Id",
|
5256
5265
|
"output_required": false,
|
@@ -5260,7 +5269,7 @@
|
|
5260
5269
|
{
|
5261
5270
|
"disabled": false,
|
5262
5271
|
"document": "内容",
|
5263
|
-
"example": "
|
5272
|
+
"example": "td#147",
|
5264
5273
|
"member": "string",
|
5265
5274
|
"name": "Content",
|
5266
5275
|
"output_required": false,
|
@@ -5270,7 +5279,7 @@
|
|
5270
5279
|
{
|
5271
5280
|
"disabled": false,
|
5272
5281
|
"document": "命中关键字",
|
5273
|
-
"example": "
|
5282
|
+
"example": "td#147",
|
5274
5283
|
"member": "string",
|
5275
5284
|
"name": "MatchedKeywords",
|
5276
5285
|
"output_required": false,
|
@@ -5296,6 +5305,16 @@
|
|
5296
5305
|
"output_required": false,
|
5297
5306
|
"type": "object",
|
5298
5307
|
"value_allowed_null": false
|
5308
|
+
},
|
5309
|
+
{
|
5310
|
+
"disabled": false,
|
5311
|
+
"document": "状态:unrepaired:未修复,repaired:已修复,ignore:已忽略",
|
5312
|
+
"example": "unrepaired",
|
5313
|
+
"member": "string",
|
5314
|
+
"name": "Status",
|
5315
|
+
"output_required": false,
|
5316
|
+
"type": "string",
|
5317
|
+
"value_allowed_null": false
|
5299
5318
|
}
|
5300
5319
|
],
|
5301
5320
|
"usage": "out"
|
@@ -36,7 +36,7 @@
|
|
36
36
|
{
|
37
37
|
"document": "查看目录爆破数据",
|
38
38
|
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConfigs\n<公共请求参数>\n\n{}",
|
39
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Code\": 200,\n \"ContentLength\": 0,\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-06-07 11:26:14\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"
|
39
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Code\": 200,\n \"ContentLength\": 0,\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-06-07 11:26:14\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"腾讯测试\",\n \"Detail\": \"\",\n \"EnterpriseName\": \"\",\n \"EnterpriseUid\": \"\",\n \"Ignored\": false,\n \"JobId\": 0,\n \"JobRecordId\": 0,\n \"JobStageId\": 0,\n \"Md5\": \"3c7bc55dc38c9c9e4b554f06b169fa7f\",\n \"UpdateAt\": \"2024-06-07 11:27:15\"\n },\n \"Id\": 41,\n \"Ip\": \"\",\n \"Title\": \"FastAPI - Swagger UI\",\n \"Url\": \"http://a.cn\"\n }\n ],\n \"RequestId\": \"15eb13bd-0a0e-4a3d-9a32-ef6db4186d41\",\n \"Total\": 1,\n \"AllConfigNum\": 1,\n \"HighRiskConfigNum\": 1\n }\n}",
|
40
40
|
"title": "查看目录爆破数据"
|
41
41
|
}
|
42
42
|
],
|
@@ -52,7 +52,7 @@
|
|
52
52
|
{
|
53
53
|
"document": "查看暗网数据",
|
54
54
|
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDarkWebs\n<公共请求参数>\n\n{}",
|
55
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Content\": \"
|
55
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Content\": \"td#248\",\n \"DisplayToolCommon\": {\n \"CreateAt\": \"2024-06-07 11:32:09\",\n \"CustomerId\": 100081,\n \"CustomerName\": \"腾讯测试\",\n \"Detail\": \"\",\n \"EnterpriseName\": \"\",\n \"EnterpriseUid\": \"\",\n \"Ignored\": false,\n \"JobId\": 0,\n \"JobRecordId\": 0,\n \"JobStageId\": 0,\n \"Md5\": \"dd5a495259147cfa1d9d4c4ab4414610\",\n \"UpdateAt\": \"2024-06-07 11:32:09\"\n },\n \"Id\": 30,\n \"MatchedKeywords\": \"td#248\",\n \"Url\": \"http://test.cn\"\n }\n ],\n \"RequestId\": \"0dad3f27-bf93-4b11-bc20-acc6ae2a2932\",\n \"Total\": 1\n }\n}",
|
56
56
|
"title": "查看暗网数据"
|
57
57
|
}
|
58
58
|
],
|
@@ -17813,7 +17813,7 @@
|
|
17813
17813
|
"members": [
|
17814
17814
|
{
|
17815
17815
|
"disabled": false,
|
17816
|
-
"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\"]",
|
17817
17817
|
"example": "DOCUMENT",
|
17818
17818
|
"member": "string",
|
17819
17819
|
"name": "BusinessType",
|
@@ -17823,7 +17823,7 @@
|
|
17823
17823
|
{
|
17824
17824
|
"disabled": false,
|
17825
17825
|
"document": "执行本接口操作的员工信息。其中OperatorId为必填字段,即用户的UserId。\n注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`",
|
17826
|
-
"example": "
|
17826
|
+
"example": "无",
|
17827
17827
|
"member": "Caller",
|
17828
17828
|
"name": "Caller",
|
17829
17829
|
"required": false,
|
@@ -17832,7 +17832,7 @@
|
|
17832
17832
|
{
|
17833
17833
|
"disabled": false,
|
17834
17834
|
"document": "请上传文件内容数组,最多可上传20个文件。\n\n<b>所有文件必须符合<font color=\"red\">FileType</font>指定的文件类型。</b>",
|
17835
|
-
"example": "
|
17835
|
+
"example": "无",
|
17836
17836
|
"member": "UploadFile",
|
17837
17837
|
"name": "FileInfos",
|
17838
17838
|
"required": false,
|
@@ -17859,7 +17859,7 @@
|
|
17859
17859
|
{
|
17860
17860
|
"disabled": false,
|
17861
17861
|
"document": "该字段已不再使用",
|
17862
|
-
"example": "
|
17862
|
+
"example": "[\"customId1\"]",
|
17863
17863
|
"member": "string",
|
17864
17864
|
"name": "CustomIds",
|
17865
17865
|
"required": false,
|
@@ -17892,7 +17892,7 @@
|
|
17892
17892
|
{
|
17893
17893
|
"disabled": false,
|
17894
17894
|
"document": "文件资源ID数组,每个文件资源ID为32位字符串。\n建议开发者保存此资源ID,后续创建合同或创建合同流程需此资源ID。\n注:`有效期一个小时(超过一小时后系统不定期清理,会有部分时间差), 有效期内此文件id可以反复使用, 超过有效期无法使用`",
|
17895
|
-
"example": "yDRSRUUgygj6rq2wUuO4zjEyBZ2NHiyT",
|
17895
|
+
"example": "[\"yDRSRUUgygj6rq2wUuO4zjEyBZ2NHiyT\"]",
|
17896
17896
|
"member": "string",
|
17897
17897
|
"name": "FileIds",
|
17898
17898
|
"output_required": true,
|
@@ -14587,7 +14587,7 @@
|
|
14587
14587
|
},
|
14588
14588
|
{
|
14589
14589
|
"disabled": false,
|
14590
|
-
"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>",
|
14591
14591
|
"example": "TEMPLATE",
|
14592
14592
|
"member": "string",
|
14593
14593
|
"name": "BusinessType",
|
@@ -14597,7 +14597,7 @@
|
|
14597
14597
|
{
|
14598
14598
|
"disabled": false,
|
14599
14599
|
"document": "上传文件内容数组,一次最多可上传20个文件。\n\n<b>若上传多个文件,所有文件必须为相同类型</b>,例如全部为PDF或全部为Word文件。不支持混合文件类型的上传。",
|
14600
|
-
"example": "
|
14600
|
+
"example": "无",
|
14601
14601
|
"member": "UploadFile",
|
14602
14602
|
"name": "FileInfos",
|
14603
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",
|
@@ -1173,6 +1182,15 @@
|
|
1173
1182
|
"DescribeDeviceInfoRequest": {
|
1174
1183
|
"document": "DescribeDeviceInfo请求参数结构体",
|
1175
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
|
+
},
|
1176
1194
|
{
|
1177
1195
|
"disabled": false,
|
1178
1196
|
"document": "终端id",
|
@@ -1968,6 +1986,16 @@
|
|
1968
1986
|
"output_required": true,
|
1969
1987
|
"type": "int",
|
1970
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
|
1971
1999
|
}
|
1972
2000
|
],
|
1973
2001
|
"usage": "out"
|
@@ -2003,26 +2031,35 @@
|
|
2003
2031
|
"members": [
|
2004
2032
|
{
|
2005
2033
|
"disabled": false,
|
2006
|
-
"document": "
|
2007
|
-
"example": "
|
2034
|
+
"document": "必填,终端分组ID",
|
2035
|
+
"example": "11668614",
|
2008
2036
|
"member": "int64",
|
2009
|
-
"name": "
|
2010
|
-
"required":
|
2037
|
+
"name": "GroupId",
|
2038
|
+
"required": true,
|
2011
2039
|
"type": "int"
|
2012
2040
|
},
|
2013
2041
|
{
|
2014
2042
|
"disabled": false,
|
2015
|
-
"document": "
|
2016
|
-
"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",
|
2017
2054
|
"member": "int64",
|
2018
|
-
"name": "
|
2055
|
+
"name": "OsType",
|
2019
2056
|
"required": false,
|
2020
2057
|
"type": "int"
|
2021
2058
|
},
|
2022
2059
|
{
|
2023
2060
|
"disabled": false,
|
2024
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>",
|
2025
|
-
"example": "
|
2062
|
+
"example": "无",
|
2026
2063
|
"member": "Condition",
|
2027
2064
|
"name": "Condition",
|
2028
2065
|
"required": false,
|
@@ -2036,13 +2073,13 @@
|
|
2036
2073
|
"members": [
|
2037
2074
|
{
|
2038
2075
|
"disabled": false,
|
2039
|
-
"document": "
|
2076
|
+
"document": "业务响应数据",
|
2040
2077
|
"example": "无",
|
2041
2078
|
"member": "DescribeSoftCensusListByDevicePageData",
|
2042
2079
|
"name": "Data",
|
2043
2080
|
"output_required": true,
|
2044
2081
|
"type": "object",
|
2045
|
-
"value_allowed_null":
|
2082
|
+
"value_allowed_null": false
|
2046
2083
|
},
|
2047
2084
|
{
|
2048
2085
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -148,16 +148,10 @@
|
|
148
148
|
],
|
149
149
|
"DescribeSoftwareInformation": [
|
150
150
|
{
|
151
|
-
"document": "",
|
152
|
-
"input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSoftwareInformation\n<公共请求参数>\n\n{\n \"Mid\": \"
|
153
|
-
"output": "{\n \"Response\": {\n \"
|
154
|
-
"title": "
|
155
|
-
},
|
156
|
-
{
|
157
|
-
"document": "获取设备安装的软件数据",
|
158
|
-
"input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSoftwareInformation\n<公共请求参数>\n\n{\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\"\n}",
|
159
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"Items\": [\n {\n \"CorpName\": \"\",\n \"Id\": 19396,\n \"InstallDate\": \"2025/04/03\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"微信\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19396,\n \"Version\": \"3.9.12.51\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 23532,\n \"InstallDate\": \"2025/04/16\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Google Chrome\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 23532,\n \"Version\": \"135.0.7049.95\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 23452,\n \"InstallDate\": \"2025/04/16\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Mozilla Firefox (x64 zh-CN)\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 23452,\n \"Version\": \"137.0.2\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19198,\n \"InstallDate\": \"2025/03/31\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Adobe Acrobat Reader DC MUI\",\n \"PiracyRisk\": 2,\n \"SoftwareId\": 19198,\n \"Version\": \"15.007.20033\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19639,\n \"InstallDate\": \"2025/04/01\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"企业微信\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19639,\n \"Version\": \"4.1.36.6004\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19197,\n \"InstallDate\": \"2025/03/31\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Java 8 Update 441\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19197,\n \"Version\": \"8.0.4410.7\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19059,\n \"InstallDate\": \"2024/12/13\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"运维审计系统 单点登录组件 2.0\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19059,\n \"Version\": \"2.0\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18422,\n \"InstallDate\": \"2024/04/10\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"软件管理\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18422,\n \"Version\": \"3.1.1442.301\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18595,\n \"InstallDate\": \"2025/03/27\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"腾讯 iOA\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18595,\n \"Version\": \"210.3.25981.62001\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 21450,\n \"InstallDate\": \"2025/04/11\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"向日葵远程控制\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 21450,\n \"Version\": \"15.8.3.19819\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18725,\n \"InstallDate\": \"2024/04/10\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"企业版软件管家\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18725,\n \"Version\": \"101.1.169.1\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19057,\n \"InstallDate\": \"2024/03/19\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Wireshark 3.4.6 64-bit\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19057,\n \"Version\": \"3.4.6\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19195,\n \"InstallDate\": \"2025/03/28\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"ToDesk\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19195,\n \"Version\": \"4.7.6.3\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19055,\n \"InstallDate\": \"2025/04/11\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"TeamViewer\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19055,\n \"Version\": \"15.46.5\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19054,\n \"InstallDate\": \"2024/12/13\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"SangforVNC\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19054,\n \"Version\": \"7,1,0,2\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19053,\n \"InstallDate\": \"2024/08/27\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"RayLink 8.1.0.9\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19053,\n \"Version\": \"8.1.0.9\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19052,\n \"InstallDate\": \"2024/12/17\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Python Launcher\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19052,\n \"Version\": \"3.13.1150.0\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19051,\n \"InstallDate\": \"2024/12/13\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Python 3.13.1 (64-bit)\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19051,\n \"Version\": \"3.13.1150.0\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19050,\n \"InstallDate\": \"2024/06/06\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Npcap 0.9982\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19050,\n \"Version\": \"0.9982\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19049,\n \"InstallDate\": \"2024/01/24\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Notepad++ (32-bit x86)\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19049,\n \"Version\": \"8.1.9\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18414,\n \"InstallDate\": \"2025/03/27\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"NGNClient-TAP 1.1\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18414,\n \"Version\": \"1.1\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18411,\n \"InstallDate\": \"2025/03/28\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Mozilla Maintenance Service\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18411,\n \"Version\": \"136.0.1\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19048,\n \"InstallDate\": \"2024/03/14\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Microsoft Visual C++ 2015-2019 Redistributable (x64) - 14.28.29910\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19048,\n \"Version\": \"14.28.29910.0\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18949,\n \"InstallDate\": \"2024/06/06\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Microsoft Visual C++ 2013 Redistributable (x86) - 12.0.21005\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18949,\n \"Version\": \"12.0.21005.1\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 22978,\n \"InstallDate\": \"2025/04/12\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Microsoft Edge WebView2 Runtime\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 22978,\n \"Version\": \"135.0.3179.73\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19046,\n \"InstallDate\": \"2024/12/13\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"EasyConnect\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19046,\n \"Version\": \"7,6,7,201\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19045,\n \"InstallDate\": \"2025/03/28\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"DACS版本2023H1(43989)S\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19045,\n \"Version\": \"2023H1(43989)S\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18806,\n \"InstallDate\": \"2025/03/31\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Cloudbase-Init 1.1.2\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18806,\n \"Version\": \"1.1.2.0\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 6786,\n \"InstallDate\": \"2024/01/30\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"7-Zip 23.01 (x64)\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 6786,\n \"Version\": \"23.01\"\n }\n ],\n \"Page\": {\n \"PageCount\": 1,\n \"PageNum\": 1,\n \"PageSize\": 1000,\n \"Total\": 29\n }\n },\n \"RequestId\": \"fc18a581-36b5-4904-90c0-a206583251d9\"\n }\n}",
|
160
|
-
"title": "获取设备安装软件信息"
|
151
|
+
"document": "测试查询",
|
152
|
+
"input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSoftwareInformation\n<公共请求参数>\n\n{\n \"Mid\": \"1\"\n}",
|
153
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"Items\": [],\n \"Page\": {\n \"PageCount\": 0,\n \"PageNum\": 1,\n \"PageSize\": 1000,\n \"Total\": 0\n }\n },\n \"RequestId\": \"6b01b324-c25a-4297-8fb7-28401163f04a\"\n }\n}",
|
154
|
+
"title": "测试查询"
|
161
155
|
}
|
162
156
|
],
|
163
157
|
"DescribeVirtualDevices": [
|