tccli 3.0.1300.3__py2.py3-none-any.whl → 3.0.1302.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.
Files changed (187) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/asr/v20190614/api.json +18 -18
  4. tccli/services/batch/v20170312/api.json +14 -14
  5. tccli/services/bh/bh_client.py +623 -93
  6. tccli/services/bh/v20230418/api.json +1054 -32
  7. tccli/services/bh/v20230418/examples.json +93 -1
  8. tccli/services/billing/billing_client.py +4 -57
  9. tccli/services/billing/v20180709/api.json +3 -305
  10. tccli/services/billing/v20180709/examples.json +2 -10
  11. tccli/services/bpaas/v20181217/api.json +56 -56
  12. tccli/services/cat/cat_client.py +61 -8
  13. tccli/services/cat/v20180409/api.json +115 -0
  14. tccli/services/cat/v20180409/examples.json +20 -0
  15. tccli/services/cbs/v20170312/api.json +9 -7
  16. tccli/services/cbs/v20170312/examples.json +2 -2
  17. tccli/services/ccc/ccc_client.py +216 -4
  18. tccli/services/ccc/v20200210/api.json +364 -6
  19. tccli/services/ccc/v20200210/examples.json +32 -0
  20. tccli/services/cdb/v20170320/api.json +23 -14
  21. tccli/services/cdb/v20170320/examples.json +3 -3
  22. tccli/services/cdc/cdc_client.py +173 -67
  23. tccli/services/cdc/v20201214/api.json +96 -0
  24. tccli/services/cdc/v20201214/examples.json +16 -0
  25. tccli/services/cdn/v20180606/api.json +365 -279
  26. tccli/services/cdwch/v20200915/api.json +21 -21
  27. tccli/services/cdwdoris/v20211228/api.json +21 -1
  28. tccli/services/cdwdoris/v20211228/examples.json +4 -4
  29. tccli/services/cdwpg/v20201230/api.json +375 -360
  30. tccli/services/cdwpg/v20201230/examples.json +1 -1
  31. tccli/services/cfw/cfw_client.py +53 -0
  32. tccli/services/cfw/v20190904/api.json +201 -5
  33. tccli/services/cfw/v20190904/examples.json +8 -0
  34. tccli/services/chc/chc_client.py +57 -4
  35. tccli/services/chc/v20230418/api.json +108 -1
  36. tccli/services/chc/v20230418/examples.json +8 -0
  37. tccli/services/ckafka/ckafka_client.py +408 -302
  38. tccli/services/ckafka/v20190819/api.json +197 -2
  39. tccli/services/ckafka/v20190819/examples.json +16 -0
  40. tccli/services/clb/v20180317/api.json +439 -379
  41. tccli/services/clb/v20180317/examples.json +7 -7
  42. tccli/services/cls/cls_client.py +53 -0
  43. tccli/services/cls/v20201016/api.json +86 -3
  44. tccli/services/cls/v20201016/examples.json +11 -3
  45. tccli/services/cvm/v20170312/api.json +165 -147
  46. tccli/services/cvm/v20170312/examples.json +6 -6
  47. tccli/services/cwp/v20180228/api.json +93 -14
  48. tccli/services/cwp/v20180228/examples.json +7 -7
  49. tccli/services/cynosdb/cynosdb_client.py +171 -12
  50. tccli/services/cynosdb/v20190107/api.json +252 -3
  51. tccli/services/cynosdb/v20190107/examples.json +24 -0
  52. tccli/services/dbbrain/dbbrain_client.py +57 -4
  53. tccli/services/dbbrain/v20210527/api.json +62 -0
  54. tccli/services/dbbrain/v20210527/examples.json +8 -0
  55. tccli/services/dc/v20180410/api.json +1 -1
  56. tccli/services/dlc/dlc_client.py +53 -0
  57. tccli/services/dlc/v20210125/api.json +816 -655
  58. tccli/services/dlc/v20210125/examples.json +73 -59
  59. tccli/services/dsgc/v20190723/api.json +18 -0
  60. tccli/services/dts/v20211206/api.json +4 -4
  61. tccli/services/dts/v20211206/examples.json +6 -0
  62. tccli/services/emr/emr_client.py +53 -0
  63. tccli/services/emr/v20190103/api.json +127 -0
  64. tccli/services/emr/v20190103/examples.json +8 -0
  65. tccli/services/es/es_client.py +686 -151
  66. tccli/services/es/v20180416/api.json +509 -436
  67. tccli/services/es/v20180416/examples.json +43 -49
  68. tccli/services/es/v20250101/api.json +1391 -0
  69. tccli/services/es/v20250101/examples.json +85 -0
  70. tccli/services/ess/ess_client.py +53 -0
  71. tccli/services/ess/v20201111/api.json +142 -21
  72. tccli/services/ess/v20201111/examples.json +14 -0
  73. tccli/services/essbasic/essbasic_client.py +53 -0
  74. tccli/services/essbasic/v20210526/api.json +112 -9
  75. tccli/services/essbasic/v20210526/examples.json +8 -0
  76. tccli/services/gaap/v20180529/api.json +321 -312
  77. tccli/services/gaap/v20180529/examples.json +2 -2
  78. tccli/services/gs/gs_client.py +538 -8
  79. tccli/services/gs/v20191118/api.json +947 -44
  80. tccli/services/gs/v20191118/examples.json +87 -1
  81. tccli/services/gwlb/v20240906/api.json +56 -37
  82. tccli/services/gwlb/v20240906/examples.json +11 -5
  83. tccli/services/hunyuan/hunyuan_client.py +175 -69
  84. tccli/services/hunyuan/v20230901/api.json +191 -1
  85. tccli/services/hunyuan/v20230901/examples.json +17 -1
  86. tccli/services/ioa/ioa_client.py +227 -15
  87. tccli/services/ioa/v20220601/api.json +479 -0
  88. tccli/services/ioa/v20220601/examples.json +44 -0
  89. tccli/services/iotexplorer/iotexplorer_client.py +322 -4
  90. tccli/services/iotexplorer/v20190423/api.json +865 -52
  91. tccli/services/iotexplorer/v20190423/examples.json +64 -16
  92. tccli/services/iotvideo/iotvideo_client.py +57 -4
  93. tccli/services/iotvideo/v20211125/api.json +146 -0
  94. tccli/services/iotvideo/v20211125/examples.json +8 -0
  95. tccli/services/iotvideoindustry/v20201201/api.json +1 -1
  96. tccli/services/kms/v20190118/api.json +38 -2
  97. tccli/services/lcic/v20220817/api.json +66 -1
  98. tccli/services/lcic/v20220817/examples.json +1 -1
  99. tccli/services/lighthouse/lighthouse_client.py +0 -106
  100. tccli/services/lighthouse/v20200324/api.json +11 -98
  101. tccli/services/lighthouse/v20200324/examples.json +0 -16
  102. tccli/services/live/v20180801/api.json +1 -1
  103. tccli/services/lke/v20231130/api.json +208 -10
  104. tccli/services/lke/v20231130/examples.json +10 -10
  105. tccli/services/lkeap/lkeap_client.py +53 -0
  106. tccli/services/lkeap/v20240522/api.json +48 -4
  107. tccli/services/lkeap/v20240522/examples.json +8 -0
  108. tccli/services/mna/mna_client.py +4 -163
  109. tccli/services/mna/v20210119/api.json +0 -524
  110. tccli/services/mna/v20210119/examples.json +0 -24
  111. tccli/services/monitor/monitor_client.py +114 -8
  112. tccli/services/monitor/v20180724/api.json +129 -18
  113. tccli/services/monitor/v20180724/examples.json +17 -1
  114. tccli/services/mps/v20190612/api.json +1223 -1031
  115. tccli/services/mps/v20190612/examples.json +1 -1
  116. tccli/services/nlp/v20190408/examples.json +1 -1
  117. tccli/services/oceanus/v20190422/api.json +12 -12
  118. tccli/services/oceanus/v20190422/examples.json +15 -3
  119. tccli/services/ocr/v20181119/api.json +13 -3
  120. tccli/services/postgres/v20170312/api.json +2 -2
  121. tccli/services/privatedns/v20201028/api.json +30 -11
  122. tccli/services/privatedns/v20201028/examples.json +10 -10
  123. tccli/services/rce/v20201103/api.json +3 -3
  124. tccli/services/ses/v20201002/api.json +10 -1
  125. tccli/services/smop/v20201203/api.json +2 -2
  126. tccli/services/sqlserver/v20180328/api.json +1 -1
  127. tccli/services/ssm/v20190923/api.json +27 -0
  128. tccli/services/sts/sts_client.py +53 -0
  129. tccli/services/sts/v20180813/api.json +101 -1
  130. tccli/services/sts/v20180813/examples.json +8 -0
  131. tccli/services/taf/taf_client.py +0 -53
  132. tccli/services/taf/v20200210/api.json +0 -138
  133. tccli/services/taf/v20200210/examples.json +0 -8
  134. tccli/services/tan/v20220420/api.json +2 -2
  135. tccli/services/tat/v20201028/api.json +2 -2
  136. tccli/services/tcb/v20180608/api.json +29 -1
  137. tccli/services/tcbr/v20220217/api.json +32 -0
  138. tccli/services/tccatalog/v20241024/api.json +1 -1
  139. tccli/services/tccatalog/v20241024/examples.json +1 -1
  140. tccli/services/tcr/v20190924/api.json +5 -5
  141. tccli/services/tcr/v20190924/examples.json +2 -2
  142. tccli/services/tcss/v20201101/api.json +84 -34
  143. tccli/services/tcss/v20201101/examples.json +2809 -0
  144. tccli/services/tdmq/v20200217/api.json +40 -0
  145. tccli/services/tdmq/v20200217/examples.json +1 -1
  146. tccli/services/tds/tds_client.py +53 -0
  147. tccli/services/tds/v20220801/api.json +265 -0
  148. tccli/services/tds/v20220801/examples.json +8 -0
  149. tccli/services/tem/v20210701/api.json +664 -575
  150. tccli/services/tem/v20210701/examples.json +2 -2
  151. tccli/services/teo/v20220901/api.json +236 -208
  152. tccli/services/teo/v20220901/examples.json +13 -13
  153. tccli/services/tione/tione_client.py +53 -0
  154. tccli/services/tione/v20211111/api.json +256 -0
  155. tccli/services/tione/v20211111/examples.json +8 -0
  156. tccli/services/tke/v20180525/api.json +1 -1
  157. tccli/services/trocket/trocket_client.py +489 -12
  158. tccli/services/trocket/v20230308/api.json +925 -146
  159. tccli/services/trocket/v20230308/examples.json +72 -0
  160. tccli/services/trtc/v20190722/api.json +13 -19
  161. tccli/services/trtc/v20190722/examples.json +8 -8
  162. tccli/services/tse/v20201207/api.json +1016 -995
  163. tccli/services/tse/v20201207/examples.json +2 -2
  164. tccli/services/tsf/v20180326/api.json +510 -465
  165. tccli/services/tsf/v20180326/examples.json +4 -4
  166. tccli/services/tts/v20190823/api.json +10 -10
  167. tccli/services/vclm/v20240523/api.json +2 -2
  168. tccli/services/vcube/v20220410/api.json +10 -0
  169. tccli/services/vdb/v20230616/api.json +10 -0
  170. tccli/services/vdb/v20230616/examples.json +1 -1
  171. tccli/services/vpc/v20170312/api.json +824 -254
  172. tccli/services/vpc/v20170312/examples.json +66 -10
  173. tccli/services/vpc/vpc_client.py +383 -12
  174. tccli/services/vrs/v20200824/api.json +9 -0
  175. tccli/services/waf/v20180125/api.json +8113 -5814
  176. tccli/services/waf/v20180125/examples.json +90 -0
  177. tccli/services/waf/waf_client.py +559 -82
  178. tccli/services/wedata/v20210820/api.json +1379 -24
  179. tccli/services/wedata/v20210820/examples.json +25 -1
  180. tccli/services/wedata/wedata_client.py +171 -12
  181. tccli/services/weilingwith/v20230427/api.json +1 -1
  182. tccli/services/weilingwith/v20230427/examples.json +3 -3
  183. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/METADATA +2 -2
  184. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/RECORD +187 -184
  185. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/WHEEL +0 -0
  186. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/entry_points.txt +0 -0
  187. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,5 +1,12 @@
1
1
  {
2
2
  "actions": {
3
+ "CreateDLPFileDetectionTask": {
4
+ "document": "提交送检任务",
5
+ "input": "CreateDLPFileDetectionTaskRequest",
6
+ "name": "提交送检任务",
7
+ "output": "CreateDLPFileDetectionTaskResponse",
8
+ "status": "online"
9
+ },
3
10
  "CreateDeviceVirtualGroup": {
4
11
  "document": "创建终端自定义分组,私有化调用path为:/capi/Assets/Device/CreateDeviceVirtualGroup",
5
12
  "input": "CreateDeviceVirtualGroupRequest",
@@ -7,6 +14,13 @@
7
14
  "output": "CreateDeviceVirtualGroupResponse",
8
15
  "status": "online"
9
16
  },
17
+ "CreatePrivilegeCode": {
18
+ "document": "生成特权码,私有化调用path为:capi/Assets/Device/CreatePrivilegeCode,生成的特权码、卸载码,仅对该设备当天有效",
19
+ "input": "CreatePrivilegeCodeRequest",
20
+ "name": "创建特权码、卸载码",
21
+ "output": "CreatePrivilegeCodeResponse",
22
+ "status": "online"
23
+ },
10
24
  "DescribeAccountGroups": {
11
25
  "document": "以分页的方式查询账号分组列表,私有化调用path为:/capi/Assets/DescribeAccountGroups",
12
26
  "input": "DescribeAccountGroupsRequest",
@@ -14,6 +28,13 @@
14
28
  "output": "DescribeAccountGroupsResponse",
15
29
  "status": "online"
16
30
  },
31
+ "DescribeDLPFileDetectResult": {
32
+ "document": "webservice查询文件检测结果",
33
+ "input": "DescribeDLPFileDetectResultRequest",
34
+ "name": "查询文件检测结果",
35
+ "output": "DescribeDLPFileDetectResultResponse",
36
+ "status": "online"
37
+ },
17
38
  "DescribeDevices": {
18
39
  "document": "查询满足条件的终端数据详情,私有化调用path为:/capi/Assets/Device/DescribeDevices",
19
40
  "input": "DescribeDevicesRequest",
@@ -34,6 +55,13 @@
34
55
  "name": "查询账号根分组",
35
56
  "output": "DescribeRootAccountGroupResponse",
36
57
  "status": "online"
58
+ },
59
+ "DescribeSoftCensusListByDevice": {
60
+ "document": "查看终端树下的软件列表,私有化调用path为:capi/Software/DescribeSoftCensusListByDevice",
61
+ "input": "DescribeSoftCensusListByDeviceRequest",
62
+ "name": "按终端查看软件统计信息",
63
+ "output": "DescribeSoftCensusListByDeviceResponse",
64
+ "status": "online"
37
65
  }
38
66
  },
39
67
  "metadata": {
@@ -132,6 +160,95 @@
132
160
  ],
133
161
  "usage": "both"
134
162
  },
163
+ "CreateDLPFileDetectionTaskData": {
164
+ "document": "提交送检任务相应数据",
165
+ "members": [
166
+ {
167
+ "disabled": false,
168
+ "document": "提交任务生成的id,也即requestID。用于后续查询",
169
+ "example": "1",
170
+ "member": "string",
171
+ "name": "DLPFileDetectionTaskID",
172
+ "output_required": false,
173
+ "type": "string",
174
+ "value_allowed_null": false
175
+ }
176
+ ],
177
+ "usage": "out"
178
+ },
179
+ "CreateDLPFileDetectionTaskRequest": {
180
+ "document": "CreateDLPFileDetectionTask请求参数结构体",
181
+ "members": [
182
+ {
183
+ "disabled": false,
184
+ "document": "文件下载链接,要求公网可访问,GET方式访问后为文件",
185
+ "example": "https://www.example.net/test.txt",
186
+ "member": "string",
187
+ "name": "Url",
188
+ "required": true,
189
+ "type": "string"
190
+ },
191
+ {
192
+ "disabled": false,
193
+ "document": "文件名,带后缀",
194
+ "example": "test.txt",
195
+ "member": "string",
196
+ "name": "FileName",
197
+ "required": true,
198
+ "type": "string"
199
+ },
200
+ {
201
+ "disabled": false,
202
+ "document": " 文件md5,传入相同md5会直接使用之前缓存的结果。\n\n> 请注意:不同文件使用相同md5送检,会命中缓存得到旧的检测结果",
203
+ "example": "aabba408088b6aea1601fe6823cef111",
204
+ "member": "string",
205
+ "name": "FileMd5",
206
+ "required": true,
207
+ "type": "string"
208
+ },
209
+ {
210
+ "disabled": false,
211
+ "document": "管理域实例ID,用于CAM管理域权限分配",
212
+ "example": "1",
213
+ "member": "string",
214
+ "name": "DomainInstanceId",
215
+ "required": false,
216
+ "type": "string"
217
+ },
218
+ {
219
+ "disabled": false,
220
+ "document": "回调地址,暂时未使用",
221
+ "example": "https://www.aaa.com/ID=123",
222
+ "member": "string",
223
+ "name": "CallBackUrl",
224
+ "required": false,
225
+ "type": "string"
226
+ }
227
+ ],
228
+ "type": "object"
229
+ },
230
+ "CreateDLPFileDetectionTaskResponse": {
231
+ "document": "CreateDLPFileDetectionTask返回参数结构体",
232
+ "members": [
233
+ {
234
+ "disabled": false,
235
+ "document": "创建送检任务响应数据",
236
+ "example": "无",
237
+ "member": "CreateDLPFileDetectionTaskData",
238
+ "name": "Data",
239
+ "output_required": false,
240
+ "type": "object",
241
+ "value_allowed_null": false
242
+ },
243
+ {
244
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
245
+ "member": "string",
246
+ "name": "RequestId",
247
+ "type": "string"
248
+ }
249
+ ],
250
+ "type": "object"
251
+ },
135
252
  "CreateDeviceVirtualGroupRequest": {
136
253
  "document": "CreateDeviceVirtualGroup请求参数结构体",
137
254
  "members": [
@@ -231,6 +348,69 @@
231
348
  ],
232
349
  "usage": "both"
233
350
  },
351
+ "CreatePrivilegeCodeRequest": {
352
+ "document": "CreatePrivilegeCode请求参数结构体",
353
+ "members": [
354
+ {
355
+ "disabled": false,
356
+ "document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
357
+ "example": "1",
358
+ "member": "string",
359
+ "name": "DomainInstanceId",
360
+ "required": false,
361
+ "type": "string"
362
+ },
363
+ {
364
+ "disabled": false,
365
+ "document": "必填;设备唯一标识符;",
366
+ "example": "489C698CAECC13B1B7C44E59443F5CBB676B7F33",
367
+ "member": "string",
368
+ "name": "Mid",
369
+ "required": false,
370
+ "type": "string"
371
+ }
372
+ ],
373
+ "type": "object"
374
+ },
375
+ "CreatePrivilegeCodeResponse": {
376
+ "document": "CreatePrivilegeCode返回参数结构体",
377
+ "members": [
378
+ {
379
+ "disabled": false,
380
+ "document": "业务响应数据\n注意:此字段可能返回 null,表示取不到有效值。",
381
+ "example": "无",
382
+ "member": "CreatePrivilegeCodeRspData",
383
+ "name": "Data",
384
+ "output_required": true,
385
+ "type": "object",
386
+ "value_allowed_null": true
387
+ },
388
+ {
389
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
390
+ "member": "string",
391
+ "name": "RequestId",
392
+ "type": "string"
393
+ }
394
+ ],
395
+ "type": "object"
396
+ },
397
+ "CreatePrivilegeCodeRspData": {
398
+ "document": "业务响应数据",
399
+ "members": [
400
+ {
401
+ "disabled": false,
402
+ "document": "特权码数据\n注意:此字段可能返回 null,表示取不到有效值。",
403
+ "example": "586267",
404
+ "member": "string",
405
+ "name": "Code",
406
+ "output_required": true,
407
+ "required": false,
408
+ "type": "string",
409
+ "value_allowed_null": true
410
+ }
411
+ ],
412
+ "usage": "both"
413
+ },
234
414
  "DescribeAccountGroupsData": {
235
415
  "document": "账号分组信息",
236
416
  "members": [
@@ -538,6 +718,98 @@
538
718
  ],
539
719
  "type": "object"
540
720
  },
721
+ "DescribeDLPFileDetectResultData": {
722
+ "document": "查询文件检测结果响应数据",
723
+ "members": [
724
+ {
725
+ "disabled": false,
726
+ "document": "提交任务时的文件md5",
727
+ "example": "e9e7cad967c0c7e22e44789110205111",
728
+ "member": "string",
729
+ "name": "FileMd5",
730
+ "output_required": false,
731
+ "type": "string",
732
+ "value_allowed_null": false
733
+ },
734
+ {
735
+ "disabled": false,
736
+ "document": "提交任务时的文件名",
737
+ "example": "test.txt",
738
+ "member": "string",
739
+ "name": "FileName",
740
+ "output_required": false,
741
+ "type": "string",
742
+ "value_allowed_null": false
743
+ },
744
+ {
745
+ "disabled": false,
746
+ "document": "状态:等待检测->正在检测->检测失败/检测成功。或任务不存在",
747
+ "example": "检测成功",
748
+ "member": "string",
749
+ "name": "Status",
750
+ "output_required": false,
751
+ "type": "string",
752
+ "value_allowed_null": false
753
+ },
754
+ {
755
+ "disabled": false,
756
+ "document": "文件检测结果,json字符串。",
757
+ "example": "\"{\\\"Type\\\": \\\".pdf\\\",\\\"Size\\\": 802831,\\\"State\\\": 2,\\\"Result\\\": {\\\"FileName\\\": \\\"YOGA%20BOOK%E7%94%A8%E6%88%B7%E6%8C%87%E5%8D%97.pdf\\\",\\\"FileContent\\\": {\\\"FileAbstract\\\": \\\"YOGA BOOK with Windows®\\\\n在使用本用户指南及其支持的产品之\\\\\\\"}}}\"",
758
+ "member": "string",
759
+ "name": "DetectResult",
760
+ "output_required": false,
761
+ "type": "string",
762
+ "value_allowed_null": false
763
+ }
764
+ ],
765
+ "usage": "out"
766
+ },
767
+ "DescribeDLPFileDetectResultRequest": {
768
+ "document": "DescribeDLPFileDetectResult请求参数结构体",
769
+ "members": [
770
+ {
771
+ "disabled": false,
772
+ "document": "管理域实例ID,用于CAM管理域权限分配",
773
+ "example": "1",
774
+ "member": "string",
775
+ "name": "DomainInstanceId",
776
+ "required": false,
777
+ "type": "string"
778
+ },
779
+ {
780
+ "disabled": false,
781
+ "document": "查询ID,即提交送检任务接口(CreateDLPFileDetectionTask)返回的任务ID(DLPFileDetectionTaskID)",
782
+ "example": "053a8fe1-150f-434c-b8e9-f1d7804ded1f",
783
+ "member": "string",
784
+ "name": "QueryID",
785
+ "required": false,
786
+ "type": "string"
787
+ }
788
+ ],
789
+ "type": "object"
790
+ },
791
+ "DescribeDLPFileDetectResultResponse": {
792
+ "document": "DescribeDLPFileDetectResult返回参数结构体",
793
+ "members": [
794
+ {
795
+ "disabled": false,
796
+ "document": "查询任务结果",
797
+ "example": "无",
798
+ "member": "DescribeDLPFileDetectResultData",
799
+ "name": "Data",
800
+ "output_required": false,
801
+ "type": "object",
802
+ "value_allowed_null": false
803
+ },
804
+ {
805
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
806
+ "member": "string",
807
+ "name": "RequestId",
808
+ "type": "string"
809
+ }
810
+ ],
811
+ "type": "object"
812
+ },
541
813
  "DescribeDevicesPageRsp": {
542
814
  "document": "分页的data数据",
543
815
  "members": [
@@ -1037,6 +1309,213 @@
1037
1309
  ],
1038
1310
  "type": "object"
1039
1311
  },
1312
+ "DescribeSoftCensusListByDeviceData": {
1313
+ "document": "软件统计响应对象集合",
1314
+ "members": [
1315
+ {
1316
+ "disabled": false,
1317
+ "document": "终端用户名\n注意:此字段可能返回 null,表示取不到有效值。",
1318
+ "example": "lucal_win-PC7",
1319
+ "member": "string",
1320
+ "name": "UserName",
1321
+ "output_required": true,
1322
+ "type": "string",
1323
+ "value_allowed_null": true
1324
+ },
1325
+ {
1326
+ "disabled": false,
1327
+ "document": "mac地址\n注意:此字段可能返回 null,表示取不到有效值。",
1328
+ "example": "B0:DC:EF:E7:37:EA",
1329
+ "member": "string",
1330
+ "name": "MacAddr",
1331
+ "output_required": true,
1332
+ "type": "string",
1333
+ "value_allowed_null": true
1334
+ },
1335
+ {
1336
+ "disabled": false,
1337
+ "document": "终端计算机名称\n注意:此字段可能返回 null,表示取不到有效值。",
1338
+ "example": "lucal_win",
1339
+ "member": "string",
1340
+ "name": "Name",
1341
+ "output_required": true,
1342
+ "type": "string",
1343
+ "value_allowed_null": true
1344
+ },
1345
+ {
1346
+ "disabled": false,
1347
+ "document": "终端组路径名\n注意:此字段可能返回 null,表示取不到有效值。",
1348
+ "example": "全网终端.分组1",
1349
+ "member": "string",
1350
+ "name": "GroupNamePath",
1351
+ "output_required": true,
1352
+ "type": "string",
1353
+ "value_allowed_null": true
1354
+ },
1355
+ {
1356
+ "disabled": false,
1357
+ "document": "IP地址\n注意:此字段可能返回 null,表示取不到有效值。",
1358
+ "example": "119.147.10.192",
1359
+ "member": "string",
1360
+ "name": "Ip",
1361
+ "output_required": true,
1362
+ "type": "string",
1363
+ "value_allowed_null": true
1364
+ },
1365
+ {
1366
+ "disabled": false,
1367
+ "document": "唯一标识Mid\n注意:此字段可能返回 null,表示取不到有效值。",
1368
+ "example": "8314BF3FD3FD738410C4FBB0DDDA48786800AB00",
1369
+ "member": "string",
1370
+ "name": "Mid",
1371
+ "output_required": true,
1372
+ "type": "string",
1373
+ "value_allowed_null": true
1374
+ },
1375
+ {
1376
+ "disabled": false,
1377
+ "document": "企业账户名\n注意:此字段可能返回 null,表示取不到有效值。",
1378
+ "example": "liming",
1379
+ "member": "string",
1380
+ "name": "IoaUserName",
1381
+ "output_required": true,
1382
+ "type": "string",
1383
+ "value_allowed_null": true
1384
+ },
1385
+ {
1386
+ "disabled": false,
1387
+ "document": "终端分组Id(只支持32位)\n注意:此字段可能返回 null,表示取不到有效值。",
1388
+ "example": "288661",
1389
+ "member": "int64",
1390
+ "name": "GroupId",
1391
+ "output_required": true,
1392
+ "type": "int",
1393
+ "value_allowed_null": true
1394
+ },
1395
+ {
1396
+ "disabled": false,
1397
+ "document": "终端组名\n注意:此字段可能返回 null,表示取不到有效值。",
1398
+ "example": "分组1",
1399
+ "member": "string",
1400
+ "name": "GroupName",
1401
+ "output_required": true,
1402
+ "type": "string",
1403
+ "value_allowed_null": true
1404
+ },
1405
+ {
1406
+ "disabled": false,
1407
+ "document": "终端列表Id(只支持32位)\n注意:此字段可能返回 null,表示取不到有效值。",
1408
+ "example": "11668634",
1409
+ "member": "int64",
1410
+ "name": "Id",
1411
+ "output_required": true,
1412
+ "type": "int",
1413
+ "value_allowed_null": true
1414
+ },
1415
+ {
1416
+ "disabled": false,
1417
+ "document": "软件数量(只支持32位)\n注意:此字段可能返回 null,表示取不到有效值。",
1418
+ "example": "10",
1419
+ "member": "int64",
1420
+ "name": "SoftNum",
1421
+ "output_required": true,
1422
+ "type": "int",
1423
+ "value_allowed_null": true
1424
+ },
1425
+ {
1426
+ "disabled": false,
1427
+ "document": "盗版风险(1=风险;2=未知)\n注意:此字段可能返回 null,表示取不到有效值。",
1428
+ "example": "1",
1429
+ "member": "int64",
1430
+ "name": "PiracyRisk",
1431
+ "output_required": true,
1432
+ "type": "int",
1433
+ "value_allowed_null": true
1434
+ }
1435
+ ],
1436
+ "usage": "out"
1437
+ },
1438
+ "DescribeSoftCensusListByDevicePageData": {
1439
+ "document": "业务响应数据",
1440
+ "members": [
1441
+ {
1442
+ "disabled": false,
1443
+ "document": "软件统计响应对象集合\n注意:此字段可能返回 null,表示取不到有效值。",
1444
+ "example": "-",
1445
+ "member": "DescribeSoftCensusListByDeviceData",
1446
+ "name": "Items",
1447
+ "required": false,
1448
+ "type": "list",
1449
+ "value_allowed_null": true
1450
+ },
1451
+ {
1452
+ "disabled": false,
1453
+ "document": "分页公共对象\n注意:此字段可能返回 null,表示取不到有效值。",
1454
+ "example": "-",
1455
+ "member": "Paging",
1456
+ "name": "Page",
1457
+ "required": false,
1458
+ "type": "object",
1459
+ "value_allowed_null": true
1460
+ }
1461
+ ],
1462
+ "usage": "out"
1463
+ },
1464
+ "DescribeSoftCensusListByDeviceRequest": {
1465
+ "document": "DescribeSoftCensusListByDevice请求参数结构体",
1466
+ "members": [
1467
+ {
1468
+ "disabled": false,
1469
+ "document": "必填,系统类型(0: win,1:linux,2: mac,4:android,5:ios )",
1470
+ "example": "0",
1471
+ "member": "int64",
1472
+ "name": "OsType",
1473
+ "required": false,
1474
+ "type": "int"
1475
+ },
1476
+ {
1477
+ "disabled": false,
1478
+ "document": "必填,终端分组ID",
1479
+ "example": "11668614",
1480
+ "member": "int64",
1481
+ "name": "GroupId",
1482
+ "required": false,
1483
+ "type": "int"
1484
+ },
1485
+ {
1486
+ "disabled": false,
1487
+ "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>",
1488
+ "example": "{\"PageNum\":1,\"PageSize\":20,\"Filters\":[{\"Field\":\"Name\",\"Values\":[\"lucal\"],\"Operator\":\"ilike\"}]}",
1489
+ "member": "Condition",
1490
+ "name": "Condition",
1491
+ "required": false,
1492
+ "type": "object"
1493
+ }
1494
+ ],
1495
+ "type": "object"
1496
+ },
1497
+ "DescribeSoftCensusListByDeviceResponse": {
1498
+ "document": "DescribeSoftCensusListByDevice返回参数结构体",
1499
+ "members": [
1500
+ {
1501
+ "disabled": false,
1502
+ "document": "业务响应数据\n注意:此字段可能返回 null,表示取不到有效值。",
1503
+ "example": "无",
1504
+ "member": "DescribeSoftCensusListByDevicePageData",
1505
+ "name": "Data",
1506
+ "output_required": true,
1507
+ "type": "object",
1508
+ "value_allowed_null": true
1509
+ },
1510
+ {
1511
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1512
+ "member": "string",
1513
+ "name": "RequestId",
1514
+ "type": "string"
1515
+ }
1516
+ ],
1517
+ "type": "object"
1518
+ },
1040
1519
  "DeviceDetail": {
1041
1520
  "document": "业务响应数据",
1042
1521
  "members": [
@@ -1,5 +1,13 @@
1
1
  {
2
2
  "actions": {
3
+ "CreateDLPFileDetectionTask": [
4
+ {
5
+ "document": "提交文件送检,之后可用查询文件检测结果接口DescribeDLPFileDetectResult,或在控制台日志上查询结果",
6
+ "input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDLPFileDetectionTask\n<公共请求参数>\n\n{\n \"Url\": \"https://raw.githubusercontent.com/ZhangYang5158/testDLP/refs/heads/testDLP_new/DLP%E6%B5%8B%E8%AF%95%E6%A0%B7%E6%9C%AC.zip\",\n \"FileName\": \"DLP测试样本.zip\",\n \"FileMd5\": \"e9e7cad967c0c7e22e44789110205111\"\n}",
7
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"DLPFileDetectionTaskID\": \"053a8fe1-150f-434c-b8e9-f1d7804ded1f\"\n },\n \"RequestId\": \"053a8fe1-150f-434c-b8e9-f1d7804ded1f\"\n }\n}",
8
+ "title": "送检任务示例"
9
+ }
10
+ ],
3
11
  "CreateDeviceVirtualGroup": [
4
12
  {
5
13
  "document": "创建自定义分组接口",
@@ -14,6 +22,20 @@
14
22
  "title": "示例2"
15
23
  }
16
24
  ],
25
+ "CreatePrivilegeCode": [
26
+ {
27
+ "document": "获取终端设备特权码或者卸载码",
28
+ "input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrivilegeCode\n<公共请求参数>\n\n{\n \"Mid\": \"BC5184BEC838B96B29CE8105EC071B88663283537\"\n}",
29
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"Code\": \"981066\"\n },\n \"RequestId\": \"1658388067.5420978\"\n }\n}",
30
+ "title": "获取终端设备特权码或者卸载码"
31
+ },
32
+ {
33
+ "document": "测试",
34
+ "input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrivilegeCode\n<公共请求参数>\n\n{\n \"Mid\": \"75129D715480905B6A9C4569893C7634663C2D68\"\n}",
35
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"Code\": \"417484\"\n },\n \"RequestId\": \"4f84848e-26e7-4d01-80d9-2d3b6d14d697\"\n }\n}",
36
+ "title": "测试"
37
+ }
38
+ ],
17
39
  "DescribeAccountGroups": [
18
40
  {
19
41
  "document": "",
@@ -22,6 +44,20 @@
22
44
  "title": "查询账号分组列表"
23
45
  }
24
46
  ],
47
+ "DescribeDLPFileDetectResult": [
48
+ {
49
+ "document": "查询检测结果,结果失败",
50
+ "input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDLPFileDetectResult\n<公共请求参数>\n\n{\n \"QueryID\": \"207d7f0d-fe43-4483-a6bb-470321e60bbc\"\n}",
51
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"FileMd5\": \"aabba408088b6aea1601fe6823cef111\",\n \"FileName\": \"商务合同.docx\",\n \"Status\": \"检测失败:detect failed: open /data/services/pcmgr_enterprise/data/tmp/dlp_file/aabba408088b6aea1601fe6823cef111/%E5%95%86%E5%8A%A1%E5%90%88%E5%90%8C.docx: no such file or directory\"\n },\n \"RequestId\": \"778917dd-0258-4072-814a-10f62bb5d55b\"\n }\n}",
52
+ "title": "检测失败示例"
53
+ },
54
+ {
55
+ "document": "查询检测结果,结果成功",
56
+ "input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDLPFileDetectResult\n<公共请求参数>\n\n{\n \"QueryID\": \"81f73e3b-f42e-4c15-8ef5-2ca670e9446b\"\n}",
57
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"DetectResult\": \"{\\\"Path\\\":\\\"/data/services/pcmgr_enterprise/data/tmp/dlp_file/e8bcc9bb7ef5765cb7ce79831ede2039/YOGA%20BOOK%E7%94%A8%E6%88%B7%E6%8C%87%E5%8D%97.pdf\\\",\\\"Type\\\":\\\".pdf\\\",\\\"Size\\\":802831,\\\"State\\\":2,\\\"Md5\\\":\\\"e8bcc9bb7ef5765cb7ce79831ede2039\\\",\\\"Result\\\":{\\\"FileName\\\":\\\"YOGA%20BOOK%E7%94%A8%E6%88%B7%E6%8C%87%E5%8D%97.pdf\\\",\\\"FileContent\\\":\\\"{\\\\\\\"FileAbstract\\\\\\\":\\\\\\\"YOGA BOOK with Windows®\\\\\\\\n用户指南\\\\\\\\nLenovo YB1-X91F\\\\\\\\nLenovo YB1-X91L\\\\\\\\nLenovo YB1-X91X\\\\\\\\n \\\\\\\\n \\\\\\\\n \\\\\\\\n \\\\\\\\n \\\\\\\\n \\\\\\\\n \\\\\\\\n \\\\\\\\n \\\\\\\\n \\\\\\\\n \\\\\\\\n \\\\\\\\n \\\\\\\\n \\\\\\\\n \\\\\\\\n入门指南\\\\\\\\n在使用本用户指南及其支持的产品之\\\\\\\"}\\\",\\\"HitRuleId\\\":[\\\"364313\\\"],\\\"HitRuleCategoryId\\\":[\\\"29198\\\"],\\\"HitLevel\\\":[\\\"S2\\\"],\\\"HitRuleDesc\\\":\\\"364313(通讯信息)\\\",\\\"HitContent\\\":\\\"[{\\\\\\\"RuleId\\\\\\\":\\\\\\\"364313\\\\\\\",\\\\\\\"Hits\\\\\\\":[{\\\\\\\"LibraryId\\\\\\\":\\\\\\\"5148\\\\\\\",\\\\\\\"Attribute\\\\\\\":\\\\\\\"doc.Content\\\\\\\",\\\\\\\"String\\\\\\\":\\\\\\\"电话\\\\\\\",\\\\\\\"Content\\\\\\\":\\\\\\\" Internet \\\\\\\\u003e 移动电话。\\\\\\\\n2. 点按移动网络的名称。\\\\\\\\n\\\\\\\"},{\\\\\\\"LibraryId\\\\\\\":\\\\\\\"5347\\\\\\\",\\\\\\\"Attribute\\\\\\\":\\\\\\\"doc.Content\\\\\\\",\\\\\\\"String\\\\\\\":\\\\\\\"邮箱\\\\\\\",\\\\\\\"Content\\\\\\\":\\\\\\\"有电子邮件帐户,可直接登录到电子邮箱。如果没有,您需要创建一个电子邮\\\\\\\"},{\\\\\\\"LibraryId\\\\\\\":\\\\\\\"5305\\\\\\\",\\\\\\\"Attribute\\\\\\\":\\\\\\\"doc.Content\\\\\\\",\\\\\\\"String\\\\\\\":\\\\\\\"地址\\\\\\\",\\\\\\\"Content\\\\\\\":\\\\\\\"名称,输入连接名称、服务器名称或地址、用户名和密码,然后点按保存以连\\\\\\\"},{\\\\\\\"LibraryId\\\\\\\":\\\\\\\"45\\\\\\\",\\\\\\\"Attribute\\\\\\\":\\\\\\\"doc.Type\\\\\\\",\\\\\\\"String\\\\\\\":\\\\\\\".pdf\\\\\\\",\\\\\\\"Content\\\\\\\":\\\\\\\".pdf\\\\\\\"}]}]\\\"},\\\"EngineConfigVersion\\\":\\\"1744627119\\\"}\",\n \"FileMd5\": \"e8bcc9bb7ef5765cb7ce79831ede2039\",\n \"FileName\": \"YOGA BOOK用户指南.pdf\",\n \"Status\": \"检测成功\"\n },\n \"RequestId\": \"5bc117a2-410a-42f9-98ea-e54b4f275f8c\"\n }\n}",
58
+ "title": "检测成功示例"
59
+ }
60
+ ],
25
61
  "DescribeDevices": [
26
62
  {
27
63
  "document": "获取租户满足条件:最近登录账号包含\\'cc\\'(不区分大小写)的设备列表详情",
@@ -45,6 +81,14 @@
45
81
  "output": "{\n \"Response\": {\n \"Data\": {\n \"Description\": \"这里是该分组的描述\",\n \"ExtraInfo\": \"{\\\"salt\\\": \\\"xf681fafy\\\"}\",\n \"Id\": 14632,\n \"IdPath\": \"14632\",\n \"IdPathArr\": [\n 14632\n ],\n \"Import\": \"0\",\n \"ImportEnable\": false,\n \"ImportType\": \"zijian\",\n \"Itime\": \"2023-04-18 23:01:11\",\n \"MiniIamId\": \"1256733004o8vX5K5hVcGCeQKddLZNmf\",\n \"Name\": \"全网账户\",\n \"NamePath\": \"全网账户\",\n \"OrgId\": \"0\",\n \"ParentId\": 0,\n \"ParentOrgId\": \"0\",\n \"Source\": 0,\n \"Utime\": \"2023-04-18 23:01:11\"\n },\n \"RequestId\": \"91b9b2f8-25cb-461c-9f48-2c5495c57f00\"\n }\n}",
46
82
  "title": "查询全网根账号组信息"
47
83
  }
84
+ ],
85
+ "DescribeSoftCensusListByDevice": [
86
+ {
87
+ "document": "",
88
+ "input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSoftCensusListByDevice\n<公共请求参数>\n\n{\n \"OsType\": 0,\n \"GroupId\": 1\n}",
89
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"Items\": [\n {\n \"GroupId\": 11668634,\n \"SoftNum\": 0,\n \"IoaUserName\": \"\",\n \"MacAddr\": \"\",\n \"PiracyRisk\": 2,\n \"Mid\": \"1EBWA5184BEC838B96B29CE8105EC66167F8CFBD\",\n \"GroupName\": \"dddd\",\n \"Name\": \"lucal_win-PC\",\n \"Ip\": \"119.147.10.202\",\n \"Id\": 288661,\n \"GroupNamePath\": \"全网终端.dddd\",\n \"UserName\": \"lucal_win\"\n },\n {\n \"GroupId\": 11668615,\n \"SoftNum\": 161,\n \"IoaUserName\": \"\",\n \"MacAddr\": \"B0:DC:EF:E7:37:EA\",\n \"PiracyRisk\": 2,\n \"Mid\": \"8314BF3FD3FD738410C4FBB0DDDA48786800AB00\",\n \"GroupName\": \"未分组终端\",\n \"Name\": \"STEVENSSHE-NBIR\",\n \"Ip\": \"119.147.10.192\",\n \"Id\": 288663,\n \"GroupNamePath\": \"全网终端.未分组终端\",\n \"UserName\": \"Administrator\"\n },\n {\n \"GroupId\": 11668615,\n \"SoftNum\": 0,\n \"IoaUserName\": \"\",\n \"MacAddr\": \"B0:DC:EF:E7:37:EE\",\n \"PiracyRisk\": 2,\n \"Mid\": \"489C698CAECC13B1B7C44E59443F5CBB676B7F33\",\n \"GroupName\": \"未分组终端\",\n \"Name\": \"cs-207addad83ae\",\n \"Ip\": \"113.108.77.70\",\n \"Id\": 288664,\n \"GroupNamePath\": \"全网终端.未分组终端\",\n \"UserName\": \"Administrator\"\n }\n ],\n \"Page\": {\n \"PageSize\": 10,\n \"PageNum\": 1,\n \"PageCount\": 1,\n \"Total\": 3\n }\n },\n \"RequestId\": \"8104e997-1a80-4697-afeb-cb2154bb0235\"\n }\n}",
90
+ "title": "按终端查看软件统计"
91
+ }
48
92
  ]
49
93
  },
50
94
  "version": "1.0"