tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1414.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.

Potentially problematic release.


This version of tccli might be problematic. Click here for more details.

Files changed (226) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/ai3d/v20250513/api.json +22 -4
  4. tccli/services/aiart/aiart_client.py +173 -67
  5. tccli/services/aiart/v20221229/api.json +193 -0
  6. tccli/services/aiart/v20221229/examples.json +16 -0
  7. tccli/services/apm/apm_client.py +53 -0
  8. tccli/services/apm/v20210622/api.json +354 -0
  9. tccli/services/apm/v20210622/examples.json +8 -0
  10. tccli/services/asr/v20190614/api.json +3 -3
  11. tccli/services/autoscaling/v20180419/api.json +24 -2
  12. tccli/services/batch/v20170312/api.json +1 -1
  13. tccli/services/bda/bda_client.py +15 -704
  14. tccli/services/bda/v20200324/api.json +107 -1819
  15. tccli/services/bda/v20200324/examples.json +0 -176
  16. tccli/services/billing/billing_client.py +326 -8
  17. tccli/services/billing/v20180709/api.json +2200 -255
  18. tccli/services/billing/v20180709/examples.json +48 -0
  19. tccli/services/cam/v20190116/api.json +4 -4
  20. tccli/services/captcha/v20190722/api.json +3 -3
  21. tccli/services/cat/v20180409/api.json +7 -7
  22. tccli/services/ccc/ccc_client.py +235 -76
  23. tccli/services/ccc/v20200210/api.json +502 -18
  24. tccli/services/ccc/v20200210/examples.json +24 -0
  25. tccli/services/cdb/cdb_client.py +106 -0
  26. tccli/services/cdb/v20170320/api.json +257 -44
  27. tccli/services/cdb/v20170320/examples.json +22 -6
  28. tccli/services/cdn/cdn_client.py +4 -163
  29. tccli/services/cdn/v20180606/api.json +61 -310
  30. tccli/services/cdn/v20180606/examples.json +1 -25
  31. tccli/services/cdwdoris/v20211228/api.json +51 -12
  32. tccli/services/cdwpg/v20201230/api.json +11 -1
  33. tccli/services/cdwpg/v20201230/examples.json +1 -1
  34. tccli/services/cfg/v20210820/api.json +11 -1
  35. tccli/services/cfs/cfs_client.py +41 -94
  36. tccli/services/cfs/v20190719/api.json +171 -55
  37. tccli/services/cfs/v20190719/examples.json +1 -9
  38. tccli/services/cfw/v20190904/api.json +122 -10
  39. tccli/services/ckafka/ckafka_client.py +188 -29
  40. tccli/services/ckafka/v20190819/api.json +277 -4
  41. tccli/services/ckafka/v20190819/examples.json +25 -1
  42. tccli/services/clb/clb_client.py +0 -265
  43. tccli/services/clb/v20180317/api.json +130 -296
  44. tccli/services/clb/v20180317/examples.json +12 -40
  45. tccli/services/cloudapp/v20220530/api.json +55 -0
  46. tccli/services/cloudaudit/v20190319/api.json +11 -0
  47. tccli/services/cloudhsm/v20191112/api.json +10 -10
  48. tccli/services/cls/v20201016/api.json +63 -45
  49. tccli/services/cls/v20201016/examples.json +10 -4
  50. tccli/services/csip/v20221121/api.json +53 -3
  51. tccli/services/ctem/v20231128/api.json +320 -0
  52. tccli/services/ctem/v20231128/examples.json +3 -3
  53. tccli/services/cvm/cvm_client.py +0 -212
  54. tccli/services/cvm/v20170312/api.json +91 -843
  55. tccli/services/cvm/v20170312/examples.json +32 -58
  56. tccli/services/cynosdb/cynosdb_client.py +167 -8
  57. tccli/services/cynosdb/v20190107/api.json +1126 -148
  58. tccli/services/cynosdb/v20190107/examples.json +31 -7
  59. tccli/services/dbbrain/dbbrain_client.py +246 -87
  60. tccli/services/dbbrain/v20191016/api.json +74 -62
  61. tccli/services/dbbrain/v20191016/examples.json +1 -1
  62. tccli/services/dbbrain/v20210527/api.json +601 -177
  63. tccli/services/dbbrain/v20210527/examples.json +28 -4
  64. tccli/services/dc/v20180410/api.json +101 -3
  65. tccli/services/dcdb/v20180411/api.json +1 -1
  66. tccli/services/dlc/dlc_client.py +53 -0
  67. tccli/services/dlc/v20210125/api.json +237 -24
  68. tccli/services/dlc/v20210125/examples.json +12 -4
  69. tccli/services/dnspod/dnspod_client.py +106 -0
  70. tccli/services/dnspod/v20210323/api.json +126 -20
  71. tccli/services/dnspod/v20210323/examples.json +17 -7
  72. tccli/services/dsgc/v20190723/api.json +73 -15
  73. tccli/services/dts/v20180330/api.json +4 -4
  74. tccli/services/dts/v20211206/api.json +408 -127
  75. tccli/services/dts/v20211206/examples.json +15 -9
  76. tccli/services/eb/v20210416/api.json +41 -1
  77. tccli/services/eb/v20210416/examples.json +1 -1
  78. tccli/services/emr/v20190103/api.json +56 -9
  79. tccli/services/emr/v20190103/examples.json +5 -5
  80. tccli/services/es/es_client.py +273 -8
  81. tccli/services/es/v20180416/api.json +845 -33
  82. tccli/services/es/v20180416/examples.json +33 -1
  83. tccli/services/es/v20250101/api.json +135 -2
  84. tccli/services/es/v20250101/examples.json +8 -0
  85. tccli/services/ess/ess_client.py +509 -32
  86. tccli/services/ess/v20201111/api.json +1366 -113
  87. tccli/services/ess/v20201111/examples.json +94 -10
  88. tccli/services/essbasic/v20210526/api.json +265 -27
  89. tccli/services/essbasic/v20210526/examples.json +12 -12
  90. tccli/services/facefusion/v20220927/api.json +1 -1
  91. tccli/services/gaap/v20180529/api.json +18 -8
  92. tccli/services/gme/gme_client.py +53 -0
  93. tccli/services/gme/v20180711/api.json +241 -1
  94. tccli/services/gme/v20180711/examples.json +8 -0
  95. tccli/services/gs/gs_client.py +216 -4
  96. tccli/services/gs/v20191118/api.json +202 -1
  97. tccli/services/gs/v20191118/examples.json +32 -0
  98. tccli/services/gwlb/gwlb_client.py +53 -0
  99. tccli/services/gwlb/v20240906/api.json +150 -0
  100. tccli/services/gwlb/v20240906/examples.json +8 -0
  101. tccli/services/hai/v20230812/api.json +5 -5
  102. tccli/services/hunyuan/v20230901/api.json +3 -3
  103. tccli/services/hunyuan/v20230901/examples.json +1 -1
  104. tccli/services/iai/v20180301/api.json +227 -207
  105. tccli/services/iai/v20180301/examples.json +26 -26
  106. tccli/services/iai/v20200303/api.json +4 -4
  107. tccli/services/iai/v20200303/examples.json +1 -1
  108. tccli/services/ioa/ioa_client.py +265 -0
  109. tccli/services/ioa/v20220601/api.json +781 -85
  110. tccli/services/ioa/v20220601/examples.json +46 -0
  111. tccli/services/iotexplorer/iotexplorer_client.py +387 -16
  112. tccli/services/iotexplorer/v20190423/api.json +1183 -63
  113. tccli/services/iotexplorer/v20190423/examples.json +92 -0
  114. tccli/services/keewidb/v20220308/api.json +69 -17
  115. tccli/services/keewidb/v20220308/examples.json +5 -5
  116. tccli/services/lcic/v20220817/api.json +61 -15
  117. tccli/services/lighthouse/v20200324/api.json +193 -24
  118. tccli/services/lighthouse/v20200324/examples.json +9 -3
  119. tccli/services/live/v20180801/api.json +6 -6
  120. tccli/services/live/v20180801/examples.json +7 -1
  121. tccli/services/lke/lke_client.py +40 -93
  122. tccli/services/lke/v20231130/api.json +943 -390
  123. tccli/services/lke/v20231130/examples.json +38 -46
  124. tccli/services/lkeap/v20240522/api.json +39 -12
  125. tccli/services/lkeap/v20240522/examples.json +12 -0
  126. tccli/services/mariadb/v20170312/api.json +1 -1
  127. tccli/services/mna/v20210119/api.json +11 -2
  128. tccli/services/mna/v20210119/examples.json +1 -1
  129. tccli/services/mongodb/mongodb_client.py +334 -16
  130. tccli/services/mongodb/v20190725/api.json +1092 -383
  131. tccli/services/mongodb/v20190725/examples.json +69 -21
  132. tccli/services/monitor/monitor_client.py +106 -0
  133. tccli/services/monitor/v20180724/api.json +383 -12
  134. tccli/services/monitor/v20180724/examples.json +24 -2
  135. tccli/services/mps/mps_client.py +220 -8
  136. tccli/services/mps/v20190612/api.json +1999 -179
  137. tccli/services/mps/v20190612/examples.json +56 -6
  138. tccli/services/mqtt/v20240516/api.json +10 -0
  139. tccli/services/mqtt/v20240516/examples.json +3 -9
  140. tccli/services/nlp/v20190408/api.json +6 -6
  141. tccli/services/oceanus/oceanus_client.py +318 -0
  142. tccli/services/oceanus/v20190422/api.json +461 -26
  143. tccli/services/oceanus/v20190422/examples.json +50 -2
  144. tccli/services/ocr/ocr_client.py +41 -253
  145. tccli/services/ocr/v20181119/api.json +153 -659
  146. tccli/services/ocr/v20181119/examples.json +8 -40
  147. tccli/services/omics/v20221128/api.json +90 -7
  148. tccli/services/organization/v20210331/api.json +46 -7
  149. tccli/services/postgres/v20170312/api.json +333 -77
  150. tccli/services/postgres/v20170312/examples.json +37 -31
  151. tccli/services/privatedns/privatedns_client.py +641 -58
  152. tccli/services/privatedns/v20201028/api.json +930 -19
  153. tccli/services/privatedns/v20201028/examples.json +91 -3
  154. tccli/services/pts/v20210728/api.json +2 -2
  155. tccli/services/redis/v20180412/api.json +303 -109
  156. tccli/services/redis/v20180412/examples.json +12 -12
  157. tccli/services/region/v20220627/api.json +1 -1
  158. tccli/services/rum/v20210622/api.json +22 -4
  159. tccli/services/rum/v20210622/examples.json +2 -2
  160. tccli/services/sms/v20190711/api.json +12 -12
  161. tccli/services/sms/v20190711/examples.json +9 -3
  162. tccli/services/sms/v20210111/api.json +13 -13
  163. tccli/services/sms/v20210111/examples.json +8 -2
  164. tccli/services/sqlserver/v20180328/api.json +46 -7
  165. tccli/services/sqlserver/v20180328/examples.json +2 -2
  166. tccli/services/ssl/v20191205/api.json +28 -0
  167. tccli/services/svp/v20240125/api.json +14 -4
  168. tccli/services/tag/v20180813/api.json +3 -3
  169. tccli/services/tat/v20201028/api.json +22 -3
  170. tccli/services/tcb/v20180608/api.json +1 -1
  171. tccli/services/tcss/tcss_client.py +228 -69
  172. tccli/services/tcss/v20201101/api.json +273 -25
  173. tccli/services/tcss/v20201101/examples.json +26 -2
  174. tccli/services/teo/teo_client.py +317 -52
  175. tccli/services/teo/v20220901/api.json +1824 -242
  176. tccli/services/teo/v20220901/examples.json +109 -21
  177. tccli/services/thpc/thpc_client.py +57 -4
  178. tccli/services/thpc/v20230321/api.json +163 -21
  179. tccli/services/thpc/v20230321/examples.json +13 -5
  180. tccli/services/tione/tione_client.py +163 -4
  181. tccli/services/tione/v20211111/api.json +285 -21
  182. tccli/services/tione/v20211111/examples.json +27 -3
  183. tccli/services/tke/tke_client.py +8 -8
  184. tccli/services/tke/v20180525/api.json +168 -130
  185. tccli/services/tke/v20180525/examples.json +20 -20
  186. tccli/services/tke/v20220501/api.json +215 -3
  187. tccli/services/tke/v20220501/examples.json +8 -0
  188. tccli/services/tms/tms_client.py +106 -0
  189. tccli/services/tms/v20201229/api.json +249 -3
  190. tccli/services/tms/v20201229/examples.json +16 -0
  191. tccli/services/tmt/v20180321/api.json +78 -1
  192. tccli/services/trabbit/v20230418/api.json +271 -4
  193. tccli/services/trabbit/v20230418/examples.json +9 -3
  194. tccli/services/trocket/v20230308/api.json +4 -4
  195. tccli/services/trro/trro_client.py +106 -0
  196. tccli/services/trro/v20220325/api.json +456 -0
  197. tccli/services/trro/v20220325/examples.json +16 -0
  198. tccli/services/trtc/v20190722/api.json +197 -49
  199. tccli/services/trtc/v20190722/examples.json +4 -4
  200. tccli/services/tse/v20201207/api.json +69 -2
  201. tccli/services/tse/v20201207/examples.json +3 -3
  202. tccli/services/tsf/v20180326/api.json +70 -7
  203. tccli/services/tsf/v20180326/examples.json +2 -2
  204. tccli/services/vclm/v20240523/api.json +145 -0
  205. tccli/services/vclm/v20240523/examples.json +16 -0
  206. tccli/services/vclm/vclm_client.py +106 -0
  207. tccli/services/vcube/v20220410/api.json +1 -1
  208. tccli/services/vod/v20180717/api.json +7 -7
  209. tccli/services/vpc/v20170312/api.json +1216 -70
  210. tccli/services/vpc/v20170312/examples.json +139 -3
  211. tccli/services/vpc/vpc_client.py +1023 -122
  212. tccli/services/vrs/v20200824/api.json +11 -11
  213. tccli/services/vrs/v20200824/examples.json +1 -1
  214. tccli/services/vtc/v20240223/api.json +14 -14
  215. tccli/services/waf/v20180125/api.json +812 -143
  216. tccli/services/waf/v20180125/examples.json +2 -2
  217. tccli/services/wedata/v20210820/api.json +1281 -601
  218. tccli/services/wedata/v20210820/examples.json +127 -157
  219. tccli/services/wedata/v20250806/api.json +19335 -0
  220. tccli/services/wedata/v20250806/examples.json +999 -0
  221. tccli/services/wedata/wedata_client.py +7072 -1131
  222. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
  223. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
  224. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
  225. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
  226. {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
@@ -1,5 +1,12 @@
1
1
  {
2
2
  "actions": {
3
+ "CreateDLPFileDetectTask": {
4
+ "document": "创建文件鉴定任务,私有化调用path为:capi/DlpOpenApi/CreateDLPFileDetectTask",
5
+ "input": "CreateDLPFileDetectTaskRequest",
6
+ "name": "创建文件鉴定任务",
7
+ "output": "CreateDLPFileDetectTaskResponse",
8
+ "status": "online"
9
+ },
3
10
  "CreateDLPFileDetectionTask": {
4
11
  "document": "提交送检任务",
5
12
  "input": "CreateDLPFileDetectionTaskRequest",
@@ -56,6 +63,20 @@
56
63
  "output": "DescribeAggrSoftDeviceListResponse",
57
64
  "status": "online"
58
65
  },
66
+ "DescribeDLPEdgeNodeGroups": {
67
+ "document": "查询边缘节点分组,私有化调用path为:capi/Connectors/DescribeDLPEdgeNodeGroups",
68
+ "input": "DescribeDLPEdgeNodeGroupsRequest",
69
+ "name": "查询DLP边缘节点分组",
70
+ "output": "DescribeDLPEdgeNodeGroupsResponse",
71
+ "status": "online"
72
+ },
73
+ "DescribeDLPEdgeNodes": {
74
+ "document": "查询边缘节点列表,私有化调用path为:capi/DlpOpenApi/DescribeDLPEdgeNodes",
75
+ "input": "DescribeDLPEdgeNodesRequest",
76
+ "name": "查询边缘节点列表",
77
+ "output": "DescribeDLPEdgeNodesResponse",
78
+ "status": "online"
79
+ },
59
80
  "DescribeDLPFileDetectResult": {
60
81
  "document": "webservice查询文件检测结果",
61
82
  "input": "DescribeDLPFileDetectResultRequest",
@@ -63,6 +84,13 @@
63
84
  "output": "DescribeDLPFileDetectResultResponse",
64
85
  "status": "online"
65
86
  },
87
+ "DescribeDLPFileDetectTaskResult": {
88
+ "document": "查询文件鉴定任务结果",
89
+ "input": "DescribeDLPFileDetectTaskResultRequest",
90
+ "name": "查询文件鉴定任务结果",
91
+ "output": "DescribeDLPFileDetectTaskResultResponse",
92
+ "status": "online"
93
+ },
66
94
  "DescribeDeviceChildGroups": {
67
95
  "document": "查询设备组子分组详情,私有化调用path为:capi/Assets/Device/DescribeDeviceChildGroups",
68
96
  "input": "DescribeDeviceChildGroupsRequest",
@@ -140,6 +168,13 @@
140
168
  "output": "DescribeVirtualDevicesResponse",
141
169
  "status": "online"
142
170
  },
171
+ "ExportDeviceDownloadTask": {
172
+ "document": "创建终端导出任务,私有化调用path为:capi/Assets/Device/ExportDeviceDownloadTask",
173
+ "input": "ExportDeviceDownloadTaskRequest",
174
+ "name": "导出终端相关的数据",
175
+ "output": "ExportDeviceDownloadTaskResponse",
176
+ "status": "online"
177
+ },
143
178
  "ExportSoftwareInformationList": {
144
179
  "document": "导出基于指定终端查看软件信息详情列表查询,私有化调用path为:capi/Software/ExportSoftwareInformationList",
145
180
  "input": "ExportSoftwareInformationListRequest",
@@ -581,6 +616,113 @@
581
616
  ],
582
617
  "usage": "both"
583
618
  },
619
+ "CreateDLPFileDetectTaskData": {
620
+ "document": "文件鉴定任务分页数据",
621
+ "members": [
622
+ {
623
+ "disabled": false,
624
+ "document": "任务请求唯一Id",
625
+ "example": "[\"35dfsdfaserwvead\"]",
626
+ "member": "string",
627
+ "name": "TaskRequestId",
628
+ "output_required": false,
629
+ "type": "list",
630
+ "value_allowed_null": false
631
+ }
632
+ ],
633
+ "usage": "out"
634
+ },
635
+ "CreateDLPFileDetectTaskRequest": {
636
+ "document": "CreateDLPFileDetectTask请求参数结构体",
637
+ "members": [
638
+ {
639
+ "disabled": false,
640
+ "document": "文件下载Url",
641
+ "example": "https://www.cos.com/downloadurl",
642
+ "member": "string",
643
+ "name": "DownloadUrl",
644
+ "required": true,
645
+ "type": "string"
646
+ },
647
+ {
648
+ "disabled": false,
649
+ "document": "文件名",
650
+ "example": "test.txt",
651
+ "member": "string",
652
+ "name": "FileName",
653
+ "required": true,
654
+ "type": "string"
655
+ },
656
+ {
657
+ "disabled": false,
658
+ "document": "文件Md5",
659
+ "example": "xavdaeraveageacaegeav",
660
+ "member": "string",
661
+ "name": "FileMd5",
662
+ "required": true,
663
+ "type": "string"
664
+ },
665
+ {
666
+ "disabled": false,
667
+ "document": "负载类型 1 从GroupId中选一节点 鉴定 2使用所有SelectNodeIds节点鉴定",
668
+ "example": "1",
669
+ "member": "int64",
670
+ "name": "BalanceType",
671
+ "required": true,
672
+ "type": "int"
673
+ },
674
+ {
675
+ "disabled": false,
676
+ "document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
677
+ "example": "1",
678
+ "member": "string",
679
+ "name": "DomainInstanceId",
680
+ "required": false,
681
+ "type": "string"
682
+ },
683
+ {
684
+ "disabled": false,
685
+ "document": "选中节点唯一Id列表,BalanceType=2时必填",
686
+ "example": "[\"lolocdsacsss\",\"dlocelodeead\"]",
687
+ "member": "string",
688
+ "name": "SelectNodeIds",
689
+ "required": false,
690
+ "type": "list"
691
+ },
692
+ {
693
+ "disabled": false,
694
+ "document": "节点组唯一Id,BalanceType=1时必填",
695
+ "example": "caitealddaaveasf",
696
+ "member": "string",
697
+ "name": "GroupId",
698
+ "required": false,
699
+ "type": "string"
700
+ }
701
+ ],
702
+ "type": "object"
703
+ },
704
+ "CreateDLPFileDetectTaskResponse": {
705
+ "document": "CreateDLPFileDetectTask返回参数结构体",
706
+ "members": [
707
+ {
708
+ "disabled": false,
709
+ "document": "创建文件鉴定任务数据",
710
+ "example": "无",
711
+ "member": "CreateDLPFileDetectTaskData",
712
+ "name": "Data",
713
+ "output_required": false,
714
+ "type": "object",
715
+ "value_allowed_null": false
716
+ },
717
+ {
718
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
719
+ "member": "string",
720
+ "name": "RequestId",
721
+ "type": "string"
722
+ }
723
+ ],
724
+ "type": "object"
725
+ },
584
726
  "CreateDLPFileDetectionTaskData": {
585
727
  "document": "提交送检任务相应数据",
586
728
  "members": [
@@ -1108,6 +1250,17 @@
1108
1250
  "required": false,
1109
1251
  "type": "string",
1110
1252
  "value_allowed_null": false
1253
+ },
1254
+ {
1255
+ "disabled": false,
1256
+ "document": "分组名称数组",
1257
+ "example": "[\"全网账户\"]",
1258
+ "member": "string",
1259
+ "name": "NamePathArr",
1260
+ "output_required": false,
1261
+ "required": false,
1262
+ "type": "list",
1263
+ "value_allowed_null": false
1111
1264
  }
1112
1265
  ],
1113
1266
  "usage": "both"
@@ -1435,117 +1588,531 @@
1435
1588
  },
1436
1589
  {
1437
1590
  "disabled": false,
1438
- "document": "操作系统",
1439
- "example": "无",
1591
+ "document": "操作系统",
1592
+ "example": "无",
1593
+ "member": "int64",
1594
+ "name": "OsType",
1595
+ "required": false,
1596
+ "type": "int"
1597
+ }
1598
+ ],
1599
+ "type": "object"
1600
+ },
1601
+ "DescribeAggrSoftDetailResponse": {
1602
+ "document": "DescribeAggrSoftDetail返回参数结构体",
1603
+ "members": [
1604
+ {
1605
+ "disabled": false,
1606
+ "document": "数据",
1607
+ "example": "无",
1608
+ "member": "DescribeAggrSoftDetailData",
1609
+ "name": "Data",
1610
+ "output_required": false,
1611
+ "type": "object",
1612
+ "value_allowed_null": false
1613
+ },
1614
+ {
1615
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1616
+ "member": "string",
1617
+ "name": "RequestId",
1618
+ "type": "string"
1619
+ }
1620
+ ],
1621
+ "type": "object"
1622
+ },
1623
+ "DescribeAggrSoftDeviceListData": {
1624
+ "document": "聚合软件-已安装终端列表",
1625
+ "members": [
1626
+ {
1627
+ "disabled": false,
1628
+ "document": "分页公共对象\n注意:此字段可能返回 null,表示取不到有效值。",
1629
+ "example": "无",
1630
+ "member": "Paging",
1631
+ "name": "Page",
1632
+ "output_required": true,
1633
+ "type": "object",
1634
+ "value_allowed_null": true
1635
+ },
1636
+ {
1637
+ "disabled": false,
1638
+ "document": "总数\n注意:此字段可能返回 null,表示取不到有效值。",
1639
+ "example": "无",
1640
+ "member": "int64",
1641
+ "name": "Total",
1642
+ "output_required": true,
1643
+ "type": "int",
1644
+ "value_allowed_null": true
1645
+ },
1646
+ {
1647
+ "disabled": false,
1648
+ "document": "详情\n注意:此字段可能返回 null,表示取不到有效值。",
1649
+ "example": "无",
1650
+ "member": "AggrSoftDeviceRow",
1651
+ "name": "AggrSoftDeviceList",
1652
+ "output_required": true,
1653
+ "type": "list",
1654
+ "value_allowed_null": true
1655
+ }
1656
+ ],
1657
+ "usage": "out"
1658
+ },
1659
+ "DescribeAggrSoftDeviceListRequest": {
1660
+ "document": "DescribeAggrSoftDeviceList请求参数结构体",
1661
+ "members": [
1662
+ {
1663
+ "disabled": false,
1664
+ "document": "过滤条件",
1665
+ "example": "无",
1666
+ "member": "Condition",
1667
+ "name": "Condition",
1668
+ "required": false,
1669
+ "type": "object"
1670
+ },
1671
+ {
1672
+ "disabled": false,
1673
+ "document": "软件名",
1674
+ "example": "微信",
1675
+ "member": "string",
1676
+ "name": "Name",
1677
+ "required": false,
1678
+ "type": "string"
1679
+ },
1680
+ {
1681
+ "disabled": false,
1682
+ "document": "0:win 2:mac",
1683
+ "example": "0",
1684
+ "member": "int64",
1685
+ "name": "OsType",
1686
+ "required": false,
1687
+ "type": "int"
1688
+ }
1689
+ ],
1690
+ "type": "object"
1691
+ },
1692
+ "DescribeAggrSoftDeviceListResponse": {
1693
+ "document": "DescribeAggrSoftDeviceList返回参数结构体",
1694
+ "members": [
1695
+ {
1696
+ "disabled": false,
1697
+ "document": "已安装终端列表",
1698
+ "example": "无",
1699
+ "member": "DescribeAggrSoftDeviceListData",
1700
+ "name": "Data",
1701
+ "output_required": true,
1702
+ "type": "object",
1703
+ "value_allowed_null": false
1704
+ },
1705
+ {
1706
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1707
+ "member": "string",
1708
+ "name": "RequestId",
1709
+ "type": "string"
1710
+ }
1711
+ ],
1712
+ "type": "object"
1713
+ },
1714
+ "DescribeDLPEdgeNodeGroupsRequest": {
1715
+ "document": "DescribeDLPEdgeNodeGroups请求参数结构体",
1716
+ "members": [
1717
+ {
1718
+ "disabled": false,
1719
+ "document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
1720
+ "example": "1",
1721
+ "member": "string",
1722
+ "name": "DomainInstanceId",
1723
+ "required": false,
1724
+ "type": "string"
1725
+ },
1726
+ {
1727
+ "disabled": false,
1728
+ "document": "过滤条件",
1729
+ "example": "无",
1730
+ "member": "Condition",
1731
+ "name": "Condition",
1732
+ "required": false,
1733
+ "type": "object"
1734
+ }
1735
+ ],
1736
+ "type": "object"
1737
+ },
1738
+ "DescribeDLPEdgeNodeGroupsResponse": {
1739
+ "document": "DescribeDLPEdgeNodeGroups返回参数结构体",
1740
+ "members": [
1741
+ {
1742
+ "disabled": false,
1743
+ "document": "业务响应数据",
1744
+ "example": "无",
1745
+ "member": "DescribeDLPEdgeNodeGroupsRspData",
1746
+ "name": "Data",
1747
+ "output_required": true,
1748
+ "type": "object",
1749
+ "value_allowed_null": false
1750
+ },
1751
+ {
1752
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1753
+ "member": "string",
1754
+ "name": "RequestId",
1755
+ "type": "string"
1756
+ }
1757
+ ],
1758
+ "type": "object"
1759
+ },
1760
+ "DescribeDLPEdgeNodeGroupsRspData": {
1761
+ "document": "业务响应数据",
1762
+ "members": [
1763
+ {
1764
+ "disabled": false,
1765
+ "document": "分组信息",
1766
+ "example": "无",
1767
+ "member": "DescribeDLPEdgeNodeGroupsRspItem",
1768
+ "name": "Items",
1769
+ "output_required": true,
1770
+ "required": false,
1771
+ "type": "list",
1772
+ "value_allowed_null": false
1773
+ },
1774
+ {
1775
+ "disabled": false,
1776
+ "document": "分页信息",
1777
+ "example": "无",
1778
+ "member": "Paging",
1779
+ "name": "Page",
1780
+ "output_required": false,
1781
+ "required": false,
1782
+ "type": "object",
1783
+ "value_allowed_null": false
1784
+ }
1785
+ ],
1786
+ "usage": "both"
1787
+ },
1788
+ "DescribeDLPEdgeNodeGroupsRspItem": {
1789
+ "document": "节点分组信息",
1790
+ "members": [
1791
+ {
1792
+ "disabled": false,
1793
+ "document": "自增id,数据库中唯一",
1794
+ "example": "1",
1795
+ "member": "int64",
1796
+ "name": "Id",
1797
+ "output_required": true,
1798
+ "required": false,
1799
+ "type": "int",
1800
+ "value_allowed_null": false
1801
+ },
1802
+ {
1803
+ "disabled": false,
1804
+ "document": "节点分组名称",
1805
+ "example": "saaskb",
1806
+ "member": "string",
1807
+ "name": "GroupName",
1808
+ "output_required": true,
1809
+ "required": false,
1810
+ "type": "string",
1811
+ "value_allowed_null": false
1812
+ },
1813
+ {
1814
+ "disabled": false,
1815
+ "document": "节点分组id",
1816
+ "example": "ct9at4pgiv8f3vdmk9s0",
1817
+ "member": "string",
1818
+ "name": "GroupId",
1819
+ "output_required": true,
1820
+ "required": false,
1821
+ "type": "string",
1822
+ "value_allowed_null": false
1823
+ },
1824
+ {
1825
+ "disabled": false,
1826
+ "document": "包含边缘节点数量",
1827
+ "example": "8",
1828
+ "member": "int64",
1829
+ "name": "EdgeCount",
1830
+ "output_required": true,
1831
+ "required": false,
1832
+ "type": "int",
1833
+ "value_allowed_null": false
1834
+ }
1835
+ ],
1836
+ "usage": "both"
1837
+ },
1838
+ "DescribeDLPEdgeNodesPageData": {
1839
+ "document": "业务响应数据",
1840
+ "members": [
1841
+ {
1842
+ "disabled": false,
1843
+ "document": "分页信息",
1844
+ "example": "无",
1845
+ "member": "Paging",
1846
+ "name": "Page",
1847
+ "output_required": true,
1848
+ "type": "object",
1849
+ "value_allowed_null": false
1850
+ },
1851
+ {
1852
+ "disabled": false,
1853
+ "document": "节点列表",
1854
+ "example": "无",
1855
+ "member": "DescribeDLPEdgeNodesRspItem",
1856
+ "name": "Items",
1857
+ "output_required": false,
1858
+ "type": "list",
1859
+ "value_allowed_null": false
1860
+ }
1861
+ ],
1862
+ "usage": "out"
1863
+ },
1864
+ "DescribeDLPEdgeNodesRequest": {
1865
+ "document": "DescribeDLPEdgeNodes请求参数结构体",
1866
+ "members": [
1867
+ {
1868
+ "disabled": false,
1869
+ "document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
1870
+ "example": "1",
1871
+ "member": "string",
1872
+ "name": "DomainInstanceId",
1873
+ "required": false,
1874
+ "type": "string"
1875
+ },
1876
+ {
1877
+ "disabled": false,
1878
+ "document": "过滤条件、分页参数<li>EdgeNodeName - string - 是否必填:否 - 操作符: ilike - 排序支持:否- 按节点名称过滤。</li>",
1879
+ "example": "无",
1880
+ "member": "Condition",
1881
+ "name": "Condition",
1882
+ "required": false,
1883
+ "type": "object"
1884
+ }
1885
+ ],
1886
+ "type": "object"
1887
+ },
1888
+ "DescribeDLPEdgeNodesResponse": {
1889
+ "document": "DescribeDLPEdgeNodes返回参数结构体",
1890
+ "members": [
1891
+ {
1892
+ "disabled": false,
1893
+ "document": "业务响应数据",
1894
+ "example": "无",
1895
+ "member": "DescribeDLPEdgeNodesPageData",
1896
+ "name": "Data",
1897
+ "output_required": true,
1898
+ "type": "object",
1899
+ "value_allowed_null": false
1900
+ },
1901
+ {
1902
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1903
+ "member": "string",
1904
+ "name": "RequestId",
1905
+ "type": "string"
1906
+ }
1907
+ ],
1908
+ "type": "object"
1909
+ },
1910
+ "DescribeDLPEdgeNodesRspItem": {
1911
+ "document": "边缘节点信息",
1912
+ "members": [
1913
+ {
1914
+ "disabled": false,
1915
+ "document": "自增id,数据库中唯一",
1916
+ "example": "22",
1917
+ "member": "int64",
1918
+ "name": "Id",
1919
+ "output_required": false,
1920
+ "type": "int",
1921
+ "value_allowed_null": false
1922
+ },
1923
+ {
1924
+ "disabled": false,
1925
+ "document": "节点分组唯一id",
1926
+ "example": "cl6uga713okpvh4bp5mg",
1927
+ "member": "string",
1928
+ "name": "GroupId",
1929
+ "output_required": false,
1930
+ "type": "string",
1931
+ "value_allowed_null": false
1932
+ },
1933
+ {
1934
+ "disabled": false,
1935
+ "document": "节点id",
1936
+ "example": "2XybyThLH1JXG1s2KQYLoI8wokH",
1937
+ "member": "string",
1938
+ "name": "EdgeNodeId",
1939
+ "output_required": false,
1940
+ "type": "string",
1941
+ "value_allowed_null": false
1942
+ },
1943
+ {
1944
+ "disabled": false,
1945
+ "document": "节点名称",
1946
+ "example": "默认节点名称",
1947
+ "member": "string",
1948
+ "name": "EdgeNodeName",
1949
+ "output_required": false,
1950
+ "type": "string",
1951
+ "value_allowed_null": false
1952
+ },
1953
+ {
1954
+ "disabled": false,
1955
+ "document": "是否活跃/连通",
1956
+ "example": "true",
1957
+ "member": "bool",
1958
+ "name": "IsActive",
1959
+ "output_required": false,
1960
+ "type": "bool",
1961
+ "value_allowed_null": false
1962
+ },
1963
+ {
1964
+ "disabled": false,
1965
+ "document": "节点分组名称",
1966
+ "example": "默认专线分组",
1967
+ "member": "string",
1968
+ "name": "GroupName",
1969
+ "output_required": false,
1970
+ "type": "string",
1971
+ "value_allowed_null": false
1972
+ },
1973
+ {
1974
+ "disabled": false,
1975
+ "document": "节点IP",
1976
+ "example": "10.100.8.89",
1977
+ "member": "string",
1978
+ "name": "Ip",
1979
+ "output_required": false,
1980
+ "type": "string",
1981
+ "value_allowed_null": false
1982
+ },
1983
+ {
1984
+ "disabled": false,
1985
+ "document": "节点版本",
1986
+ "example": "2109.8.20016.62000",
1987
+ "member": "string",
1988
+ "name": "Version",
1989
+ "output_required": false,
1990
+ "type": "string",
1991
+ "value_allowed_null": false
1992
+ },
1993
+ {
1994
+ "disabled": false,
1995
+ "document": "是否支持升级连接器",
1996
+ "example": "false",
1997
+ "member": "bool",
1998
+ "name": "IsUpgradeEnable",
1999
+ "output_required": false,
2000
+ "type": "bool",
2001
+ "value_allowed_null": false
2002
+ },
2003
+ {
2004
+ "disabled": false,
2005
+ "document": "升级状态: 0(升级中) , 1(升级失败) 或 2(升级成功)",
2006
+ "example": "0",
1440
2007
  "member": "int64",
1441
- "name": "OsType",
1442
- "required": false,
1443
- "type": "int"
1444
- }
1445
- ],
1446
- "type": "object"
1447
- },
1448
- "DescribeAggrSoftDetailResponse": {
1449
- "document": "DescribeAggrSoftDetail返回参数结构体",
1450
- "members": [
2008
+ "name": "UpgradeStatus",
2009
+ "output_required": false,
2010
+ "type": "int",
2011
+ "value_allowed_null": false
2012
+ },
1451
2013
  {
1452
2014
  "disabled": false,
1453
- "document": "数据",
1454
- "example": "",
1455
- "member": "DescribeAggrSoftDetailData",
1456
- "name": "Data",
2015
+ "document": "升级状态描述",
2016
+ "example": "升级中...",
2017
+ "member": "string",
2018
+ "name": "UpgradeDescription",
1457
2019
  "output_required": false,
1458
- "type": "object",
2020
+ "type": "string",
1459
2021
  "value_allowed_null": false
1460
2022
  },
1461
2023
  {
1462
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2024
+ "disabled": false,
2025
+ "document": "规则版本",
2026
+ "example": "354821568",
1463
2027
  "member": "string",
1464
- "name": "RequestId",
1465
- "type": "string"
2028
+ "name": "RuleVersion",
2029
+ "output_required": false,
2030
+ "type": "string",
2031
+ "value_allowed_null": false
1466
2032
  }
1467
2033
  ],
1468
- "type": "object"
2034
+ "usage": "out"
1469
2035
  },
1470
- "DescribeAggrSoftDeviceListData": {
1471
- "document": "聚合软件-已安装终端列表",
2036
+ "DescribeDLPFileDetectResultData": {
2037
+ "document": "查询文件检测结果响应数据",
1472
2038
  "members": [
1473
2039
  {
1474
2040
  "disabled": false,
1475
- "document": "分页公共对象\n注意:此字段可能返回 null,表示取不到有效值。",
1476
- "example": "",
1477
- "member": "Paging",
1478
- "name": "Page",
1479
- "output_required": true,
1480
- "type": "object",
1481
- "value_allowed_null": true
2041
+ "document": "提交任务时的文件md5",
2042
+ "example": "md5",
2043
+ "member": "string",
2044
+ "name": "FileMd5",
2045
+ "output_required": false,
2046
+ "type": "string",
2047
+ "value_allowed_null": false
1482
2048
  },
1483
2049
  {
1484
2050
  "disabled": false,
1485
- "document": "总数\n注意:此字段可能返回 null,表示取不到有效值。",
1486
- "example": "",
1487
- "member": "int64",
1488
- "name": "Total",
1489
- "output_required": true,
1490
- "type": "int",
1491
- "value_allowed_null": true
2051
+ "document": "提交任务时的文件名",
2052
+ "example": "test.txt",
2053
+ "member": "string",
2054
+ "name": "FileName",
2055
+ "output_required": false,
2056
+ "type": "string",
2057
+ "value_allowed_null": false
1492
2058
  },
1493
2059
  {
1494
2060
  "disabled": false,
1495
- "document": "详情\n注意:此字段可能返回 null,表示取不到有效值。",
1496
- "example": "",
1497
- "member": "AggrSoftDeviceRow",
1498
- "name": "AggrSoftDeviceList",
1499
- "output_required": true,
1500
- "type": "list",
1501
- "value_allowed_null": true
2061
+ "document": "状态:等待检测->正在检测->检测失败/检测成功。或任务不存在",
2062
+ "example": "检测成功",
2063
+ "member": "string",
2064
+ "name": "Status",
2065
+ "output_required": false,
2066
+ "type": "string",
2067
+ "value_allowed_null": false
2068
+ },
2069
+ {
2070
+ "disabled": false,
2071
+ "document": "文件检测结果,json字符串。包含文件基本信息如type,path,md5以及命中的信息。其中State为检测状态,0为待解析文件,1为检测中,2为检测完成;FileAbstract为命中的上下文摘要信息,HitRuleid是命中的规则唯一ID,HitRuleCategoryId是规则分类唯一id,HitLevel是文件的等级,HitRuleDesc是规则的名称,HitContent是具体命中的规则以及词库信息,以及命中的内容。EngineConfigVersion是当前词库版本号",
2072
+ "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在使用本用户指南及其支持的产品之\\\\\\\"}}}\"",
2073
+ "member": "string",
2074
+ "name": "DetectResult",
2075
+ "output_required": false,
2076
+ "type": "string",
2077
+ "value_allowed_null": false
1502
2078
  }
1503
2079
  ],
1504
2080
  "usage": "out"
1505
2081
  },
1506
- "DescribeAggrSoftDeviceListRequest": {
1507
- "document": "DescribeAggrSoftDeviceList请求参数结构体",
2082
+ "DescribeDLPFileDetectResultRequest": {
2083
+ "document": "DescribeDLPFileDetectResult请求参数结构体",
1508
2084
  "members": [
1509
2085
  {
1510
2086
  "disabled": false,
1511
- "document": "过滤条件",
1512
- "example": "",
1513
- "member": "Condition",
1514
- "name": "Condition",
1515
- "required": false,
1516
- "type": "object"
1517
- },
1518
- {
1519
- "disabled": false,
1520
- "document": "软件名",
1521
- "example": "微信",
2087
+ "document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
2088
+ "example": "1",
1522
2089
  "member": "string",
1523
- "name": "Name",
2090
+ "name": "DomainInstanceId",
1524
2091
  "required": false,
1525
2092
  "type": "string"
1526
2093
  },
1527
2094
  {
1528
2095
  "disabled": false,
1529
- "document": "0:win 2:mac",
1530
- "example": "0",
1531
- "member": "int64",
1532
- "name": "OsType",
2096
+ "document": "查询ID,即提交送检任务接口(CreateDLPFileDetectionTask)返回的任务ID(DLPFileDetectionTaskID)",
2097
+ "example": "053a8fe1-150f-434c-b8e9-f1d7804ded1f",
2098
+ "member": "string",
2099
+ "name": "QueryID",
1533
2100
  "required": false,
1534
- "type": "int"
2101
+ "type": "string"
1535
2102
  }
1536
2103
  ],
1537
2104
  "type": "object"
1538
2105
  },
1539
- "DescribeAggrSoftDeviceListResponse": {
1540
- "document": "DescribeAggrSoftDeviceList返回参数结构体",
2106
+ "DescribeDLPFileDetectResultResponse": {
2107
+ "document": "DescribeDLPFileDetectResult返回参数结构体",
1541
2108
  "members": [
1542
2109
  {
1543
2110
  "disabled": false,
1544
- "document": "已安装终端列表",
2111
+ "document": "文件鉴定任务结果数据。详情查看具体数据结构",
1545
2112
  "example": "无",
1546
- "member": "DescribeAggrSoftDeviceListData",
2113
+ "member": "DescribeDLPFileDetectResultData",
1547
2114
  "name": "Data",
1548
- "output_required": true,
2115
+ "output_required": false,
1549
2116
  "type": "object",
1550
2117
  "value_allowed_null": false
1551
2118
  },
@@ -1558,13 +2125,13 @@
1558
2125
  ],
1559
2126
  "type": "object"
1560
2127
  },
1561
- "DescribeDLPFileDetectResultData": {
2128
+ "DescribeDLPFileDetectTaskResult": {
1562
2129
  "document": "查询文件检测结果响应数据",
1563
2130
  "members": [
1564
2131
  {
1565
2132
  "disabled": false,
1566
2133
  "document": "提交任务时的文件md5",
1567
- "example": "md5",
2134
+ "example": "dtsveastedfsdvaefadfsdad",
1568
2135
  "member": "string",
1569
2136
  "name": "FileMd5",
1570
2137
  "output_required": false,
@@ -1574,7 +2141,7 @@
1574
2141
  {
1575
2142
  "disabled": false,
1576
2143
  "document": "提交任务时的文件名",
1577
- "example": "test.txt",
2144
+ "example": "产品交易订单.docx",
1578
2145
  "member": "string",
1579
2146
  "name": "FileName",
1580
2147
  "output_required": false,
@@ -1583,29 +2150,39 @@
1583
2150
  },
1584
2151
  {
1585
2152
  "disabled": false,
1586
- "document": "状态:等待检测->正在检测->检测失败/检测成功。或任务不存在",
1587
- "example": "检测成功",
1588
- "member": "string",
2153
+ "document": "检测执行状态:0未执行 1等待执行 2执行中 3执行失败 4执行完成 ",
2154
+ "example": "4",
2155
+ "member": "int64",
1589
2156
  "name": "Status",
1590
2157
  "output_required": false,
1591
- "type": "string",
2158
+ "type": "int",
1592
2159
  "value_allowed_null": false
1593
2160
  },
1594
2161
  {
1595
2162
  "disabled": false,
1596
- "document": "文件检测结果,json字符串。包含文件基本信息如type,path,md5以及命中的信息。其中State为检测状态,0为待解析文件,1为检测中,2为检测完成;FileAbstract为命中的上下文摘要信息,HitRuleid是命中的规则唯一ID,HitRuleCategoryId是规则分类唯一id,HitLevel是文件的等级,HitRuleDesc是规则的名称,HitContent是具体命中的规则以及词库信息,以及命中的内容。EngineConfigVersion是当前词库版本号",
1597
- "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在使用本用户指南及其支持的产品之\\\\\\\"}}}\"",
2163
+ "document": " FileAbstract:文件摘要\n FileAttr:文件属性\n FileCategory:命中分级分类 array\n FileContent:命中信息json(array)\n\t RuleId:规则Id\n\t\t\t\tRuleName:规则名称\n\t\t\t\tRuleLevel:规则等级\n\t\t\t\tHits:命中词库内容\n\t\t\t\t LibraryId:词库Id\n\t\t\t\t\tLibraryType:词库类型\n\t\t\t\t\tLibraryName:词库名称\n\t\t\t\t\tAttribute: 命中属性 doc.Content文件内容|doc.FileSize文件大小|doc.Name文件名|doc.Type文件类型\n\t\t\t\t\tString 待匹配内容\n\t\t\t\t\tContent 命中内容\n HitsTotal 规则命中次数\n FileMd5 文件ND5\n FileName 文件名\n FileSize 文件大小\n FileType 文件后缀\n FileTypeName 文件类型名称\n FinalDataLevel 命中最高等级\n NodeId 节点唯一Id\n NodeIp 节点IP\n NodeName 节点名称\n OperateTime 文件操作时间\n Url 文件下载Url",
2164
+ "example": "(内容过长:见示例)",
1598
2165
  "member": "string",
1599
2166
  "name": "DetectResult",
1600
2167
  "output_required": false,
1601
2168
  "type": "string",
1602
2169
  "value_allowed_null": false
2170
+ },
2171
+ {
2172
+ "disabled": false,
2173
+ "document": "检测执行状态描述",
2174
+ "example": "task:d3jhnmbjsehhr3dhnji0检测成功",
2175
+ "member": "string",
2176
+ "name": "Message",
2177
+ "output_required": false,
2178
+ "type": "string",
2179
+ "value_allowed_null": false
1603
2180
  }
1604
2181
  ],
1605
2182
  "usage": "out"
1606
2183
  },
1607
- "DescribeDLPFileDetectResultRequest": {
1608
- "document": "DescribeDLPFileDetectResult请求参数结构体",
2184
+ "DescribeDLPFileDetectTaskResultRequest": {
2185
+ "document": "DescribeDLPFileDetectTaskResult请求参数结构体",
1609
2186
  "members": [
1610
2187
  {
1611
2188
  "disabled": false,
@@ -1618,24 +2195,24 @@
1618
2195
  },
1619
2196
  {
1620
2197
  "disabled": false,
1621
- "document": "查询ID,即提交送检任务接口(CreateDLPFileDetectionTask)返回的任务ID(DLPFileDetectionTaskID)",
1622
- "example": "053a8fe1-150f-434c-b8e9-f1d7804ded1f",
2198
+ "document": "任务请求Id",
2199
+ "example": "dfsvadfs121312asdaf",
1623
2200
  "member": "string",
1624
- "name": "QueryID",
2201
+ "name": "TaskRequestId",
1625
2202
  "required": false,
1626
2203
  "type": "string"
1627
2204
  }
1628
2205
  ],
1629
2206
  "type": "object"
1630
2207
  },
1631
- "DescribeDLPFileDetectResultResponse": {
1632
- "document": "DescribeDLPFileDetectResult返回参数结构体",
2208
+ "DescribeDLPFileDetectTaskResultResponse": {
2209
+ "document": "DescribeDLPFileDetectTaskResult返回参数结构体",
1633
2210
  "members": [
1634
2211
  {
1635
2212
  "disabled": false,
1636
2213
  "document": "文件鉴定任务结果数据。详情查看具体数据结构",
1637
2214
  "example": "无",
1638
- "member": "DescribeDLPFileDetectResultData",
2215
+ "member": "DescribeDLPFileDetectTaskResult",
1639
2216
  "name": "Data",
1640
2217
  "output_required": false,
1641
2218
  "type": "object",
@@ -3901,6 +4478,34 @@
3901
4478
  ],
3902
4479
  "usage": "both"
3903
4480
  },
4481
+ "DeviceDownloadTask": {
4482
+ "document": "业务响应数据",
4483
+ "members": [
4484
+ {
4485
+ "disabled": false,
4486
+ "document": "同步数据下载的url",
4487
+ "example": "\"https://xxxxx\"",
4488
+ "member": "string",
4489
+ "name": "DownloadURL",
4490
+ "output_required": false,
4491
+ "required": false,
4492
+ "type": "string",
4493
+ "value_allowed_null": false
4494
+ },
4495
+ {
4496
+ "disabled": false,
4497
+ "document": "异步任务id,需要根据id去任务中心下载",
4498
+ "example": "186947",
4499
+ "member": "int64",
4500
+ "name": "TaskId",
4501
+ "output_required": false,
4502
+ "required": false,
4503
+ "type": "int",
4504
+ "value_allowed_null": false
4505
+ }
4506
+ ],
4507
+ "usage": "both"
4508
+ },
3904
4509
  "DeviceGroupDetail": {
3905
4510
  "document": "返回的数组列表",
3906
4511
  "members": [
@@ -4426,6 +5031,97 @@
4426
5031
  ],
4427
5032
  "usage": "both"
4428
5033
  },
5034
+ "ExportDeviceDownloadTaskRequest": {
5035
+ "document": "ExportDeviceDownloadTask请求参数结构体",
5036
+ "members": [
5037
+ {
5038
+ "disabled": false,
5039
+ "document": "系统类型(0: win,1:linux,2: mac,4:android,5:ios;默认值0)",
5040
+ "example": "0",
5041
+ "member": "int64",
5042
+ "name": "OsType",
5043
+ "required": false,
5044
+ "type": "int"
5045
+ },
5046
+ {
5047
+ "disabled": false,
5048
+ "document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
5049
+ "example": "1",
5050
+ "member": "string",
5051
+ "name": "DomainInstanceId",
5052
+ "required": false,
5053
+ "type": "string"
5054
+ },
5055
+ {
5056
+ "disabled": false,
5057
+ "document": "分组id",
5058
+ "example": "1120",
5059
+ "member": "int64",
5060
+ "name": "GroupId",
5061
+ "required": false,
5062
+ "type": "int"
5063
+ },
5064
+ {
5065
+ "disabled": false,
5066
+ "document": " 在线状态 2 在线 0,1 离线",
5067
+ "example": "0",
5068
+ "member": "int64",
5069
+ "name": "OnlineStatus",
5070
+ "required": false,
5071
+ "type": "int"
5072
+ },
5073
+ {
5074
+ "disabled": false,
5075
+ "document": "导出顺序,接口返回的数据字段",
5076
+ "example": "Name,RemarkName,IOAUserName,AccountName,UserName,LocalIpList,Ip,Mid,VulVersion,SysRepVersion,VirusVer,Os,Tags,SerialNum,AccountList,BaseBoardSn,MacAddr,GroupName,StrVersion,DomainName",
5077
+ "member": "string",
5078
+ "name": "ExportOrder",
5079
+ "required": false,
5080
+ "type": "string"
5081
+ },
5082
+ {
5083
+ "disabled": false,
5084
+ "document": " 导出类型, 0:终端树;7:硬件信息列表导出;",
5085
+ "example": "0",
5086
+ "member": "int64",
5087
+ "name": "ExportType",
5088
+ "required": false,
5089
+ "type": "int"
5090
+ },
5091
+ {
5092
+ "disabled": false,
5093
+ "document": "过滤条件。同DescribeDevices接口",
5094
+ "example": "无",
5095
+ "member": "Condition",
5096
+ "name": "Condition",
5097
+ "required": false,
5098
+ "type": "object"
5099
+ }
5100
+ ],
5101
+ "type": "object"
5102
+ },
5103
+ "ExportDeviceDownloadTaskResponse": {
5104
+ "document": "ExportDeviceDownloadTask返回参数结构体",
5105
+ "members": [
5106
+ {
5107
+ "disabled": false,
5108
+ "document": "业务响应数据",
5109
+ "example": "无",
5110
+ "member": "DeviceDownloadTask",
5111
+ "name": "Data",
5112
+ "output_required": true,
5113
+ "type": "object",
5114
+ "value_allowed_null": false
5115
+ },
5116
+ {
5117
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5118
+ "member": "string",
5119
+ "name": "RequestId",
5120
+ "type": "string"
5121
+ }
5122
+ ],
5123
+ "type": "object"
5124
+ },
4429
5125
  "ExportSoftwareDownloadUrlRspData": {
4430
5126
  "document": "业务响应数据",
4431
5127
  "members": [