tccli 3.0.1348.1__py2.py3-none-any.whl → 3.0.1350.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 (180) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +0 -76
  3. tccli/services/ai3d/v20250513/api.json +1 -1
  4. tccli/services/aiart/v20221229/api.json +2 -2
  5. tccli/services/autoscaling/v20180419/api.json +11 -0
  6. tccli/services/batch/v20170312/api.json +44 -0
  7. tccli/services/cdb/v20170320/api.json +8 -8
  8. tccli/services/cdb/v20170320/examples.json +1 -1
  9. tccli/services/cdn/v20180606/api.json +5 -5
  10. tccli/services/cdwch/v20200915/api.json +11 -1
  11. tccli/services/cdwdoris/v20211228/api.json +145 -7
  12. tccli/services/cfg/v20210820/api.json +20 -0
  13. tccli/services/cfs/v20190719/api.json +10 -10
  14. tccli/services/cfw/cfw_client.py +53 -0
  15. tccli/services/cfw/v20190904/api.json +272 -0
  16. tccli/services/cfw/v20190904/examples.json +8 -0
  17. tccli/services/ckafka/ckafka_client.py +0 -53
  18. tccli/services/ckafka/v20190819/api.json +0 -215
  19. tccli/services/ckafka/v20190819/examples.json +0 -8
  20. tccli/services/csip/csip_client.py +833 -144
  21. tccli/services/csip/v20221121/api.json +3304 -1436
  22. tccli/services/csip/v20221121/examples.json +105 -7
  23. tccli/services/ctem/v20231128/api.json +20 -0
  24. tccli/services/cvm/v20170312/api.json +3 -3
  25. tccli/services/cwp/v20180228/api.json +9 -0
  26. tccli/services/cwp/v20180228/examples.json +6 -0
  27. tccli/services/dts/v20211206/api.json +21 -1
  28. tccli/services/emr/v20190103/api.json +219 -4
  29. tccli/services/es/v20250101/api.json +22 -0
  30. tccli/services/ess/v20201111/api.json +10 -1
  31. tccli/services/essbasic/v20210526/api.json +3 -3
  32. tccli/services/faceid/v20180301/api.json +3 -3
  33. tccli/services/gs/v20191118/api.json +38 -0
  34. tccli/services/igtm/igtm_client.py +159 -0
  35. tccli/services/igtm/v20231024/api.json +577 -0
  36. tccli/services/igtm/v20231024/examples.json +24 -0
  37. tccli/services/iotexplorer/v20190423/api.json +3 -3
  38. tccli/services/lcic/lcic_client.py +53 -0
  39. tccli/services/lcic/v20220817/api.json +53 -0
  40. tccli/services/lcic/v20220817/examples.json +8 -0
  41. tccli/services/live/live_client.py +224 -65
  42. tccli/services/live/v20180801/api.json +275 -1
  43. tccli/services/live/v20180801/examples.json +25 -1
  44. tccli/services/lke/v20231130/api.json +248 -2
  45. tccli/services/lke/v20231130/examples.json +1 -1
  46. tccli/services/lkeap/v20240522/api.json +1 -1
  47. tccli/services/mrs/v20200910/api.json +10 -0
  48. tccli/services/nlp/nlp_client.py +4 -322
  49. tccli/services/nlp/v20190408/api.json +0 -459
  50. tccli/services/nlp/v20190408/examples.json +0 -48
  51. tccli/services/ocr/v20181119/api.json +60 -5
  52. tccli/services/omics/v20221128/api.json +41 -3
  53. tccli/services/redis/v20180412/api.json +6 -6
  54. tccli/services/redis/v20180412/examples.json +1 -1
  55. tccli/services/ses/v20201002/api.json +100 -5
  56. tccli/services/tcb/v20180608/api.json +1 -1
  57. tccli/services/tcb/v20180608/examples.json +1 -1
  58. tccli/services/tdmq/v20200217/api.json +19 -0
  59. tccli/services/teo/teo_client.py +281 -16
  60. tccli/services/teo/v20220901/api.json +611 -6
  61. tccli/services/teo/v20220901/examples.json +48 -2
  62. tccli/services/tione/v20211111/api.json +16 -0
  63. tccli/services/tke/tke_client.py +57 -4
  64. tccli/services/tke/v20180525/api.json +24 -24
  65. tccli/services/tke/v20220501/api.json +52 -0
  66. tccli/services/tke/v20220501/examples.json +8 -0
  67. tccli/services/tmt/v20180321/api.json +4 -4
  68. tccli/services/tsf/v20180326/api.json +4 -4
  69. tccli/services/vclm/v20240523/api.json +2 -2
  70. tccli/services/vod/v20180717/api.json +5 -5
  71. tccli/services/vod/v20180717/examples.json +9 -9
  72. tccli/services/vpc/v20170312/api.json +1 -1
  73. tccli/services/vrs/v20200824/api.json +1 -1
  74. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/METADATA +2 -2
  75. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/RECORD +78 -180
  76. tccli/services/cis/__init__.py +0 -4
  77. tccli/services/cis/cis_client.py +0 -525
  78. tccli/services/cis/v20180408/api.json +0 -737
  79. tccli/services/cis/v20180408/examples.json +0 -93
  80. tccli/services/dataintegration/__init__.py +0 -4
  81. tccli/services/dataintegration/dataintegration_client.py +0 -207
  82. tccli/services/dataintegration/v20220613/api.json +0 -87
  83. tccli/services/dataintegration/v20220613/examples.json +0 -13
  84. tccli/services/dtf/__init__.py +0 -4
  85. tccli/services/dtf/dtf_client.py +0 -207
  86. tccli/services/dtf/v20200506/api.json +0 -274
  87. tccli/services/dtf/v20200506/examples.json +0 -13
  88. tccli/services/gpm/__init__.py +0 -4
  89. tccli/services/gpm/gpm_client.py +0 -1108
  90. tccli/services/gpm/v20200820/api.json +0 -1959
  91. tccli/services/gpm/v20200820/examples.json +0 -149
  92. tccli/services/gse/__init__.py +0 -4
  93. tccli/services/gse/gse_client.py +0 -4076
  94. tccli/services/gse/v20191112/api.json +0 -7095
  95. tccli/services/gse/v20191112/examples.json +0 -615
  96. tccli/services/iecp/__init__.py +0 -4
  97. tccli/services/iecp/iecp_client.py +0 -4500
  98. tccli/services/iecp/v20210914/api.json +0 -9770
  99. tccli/services/iecp/v20210914/examples.json +0 -691
  100. tccli/services/iir/__init__.py +0 -4
  101. tccli/services/iir/iir_client.py +0 -207
  102. tccli/services/iir/v20200417/api.json +0 -204
  103. tccli/services/iir/v20200417/examples.json +0 -13
  104. tccli/services/iottid/__init__.py +0 -4
  105. tccli/services/iottid/iottid_client.py +0 -631
  106. tccli/services/iottid/v20190411/api.json +0 -553
  107. tccli/services/iottid/v20190411/examples.json +0 -95
  108. tccli/services/mgobe/__init__.py +0 -4
  109. tccli/services/mgobe/mgobe_client.py +0 -530
  110. tccli/services/mgobe/v20190929/api.json +0 -52
  111. tccli/services/mgobe/v20190929/examples.json +0 -13
  112. tccli/services/mgobe/v20201014/api.json +0 -671
  113. tccli/services/mgobe/v20201014/examples.json +0 -61
  114. tccli/services/mvj/__init__.py +0 -4
  115. tccli/services/mvj/mvj_client.py +0 -207
  116. tccli/services/mvj/v20190926/api.json +0 -123
  117. tccli/services/mvj/v20190926/examples.json +0 -19
  118. tccli/services/pds/__init__.py +0 -4
  119. tccli/services/pds/pds_client.py +0 -260
  120. tccli/services/pds/v20210701/api.json +0 -193
  121. tccli/services/pds/v20210701/examples.json +0 -21
  122. tccli/services/smpn/__init__.py +0 -4
  123. tccli/services/smpn/smpn_client.py +0 -260
  124. tccli/services/smpn/v20190822/api.json +0 -191
  125. tccli/services/smpn/v20190822/examples.json +0 -21
  126. tccli/services/solar/__init__.py +0 -4
  127. tccli/services/solar/solar_client.py +0 -1055
  128. tccli/services/solar/v20181011/api.json +0 -1760
  129. tccli/services/solar/v20181011/examples.json +0 -125
  130. tccli/services/tan/__init__.py +0 -4
  131. tccli/services/tan/tan_client.py +0 -207
  132. tccli/services/tan/v20220420/api.json +0 -65
  133. tccli/services/tan/v20220420/examples.json +0 -19
  134. tccli/services/tav/__init__.py +0 -4
  135. tccli/services/tav/tav_client.py +0 -366
  136. tccli/services/tav/v20190118/api.json +0 -262
  137. tccli/services/tav/v20190118/examples.json +0 -37
  138. tccli/services/tbm/__init__.py +0 -4
  139. tccli/services/tbm/tbm_client.py +0 -631
  140. tccli/services/tbm/v20180129/api.json +0 -1037
  141. tccli/services/tbm/v20180129/examples.json +0 -77
  142. tccli/services/tcex/__init__.py +0 -4
  143. tccli/services/tcex/tcex_client.py +0 -260
  144. tccli/services/tcex/v20200727/api.json +0 -158
  145. tccli/services/tcex/v20200727/examples.json +0 -21
  146. tccli/services/tci/__init__.py +0 -4
  147. tccli/services/tci/tci_client.py +0 -2327
  148. tccli/services/tci/v20190318/api.json +0 -4958
  149. tccli/services/tci/v20190318/examples.json +0 -333
  150. tccli/services/tic/__init__.py +0 -4
  151. tccli/services/tic/tic_client.py +0 -843
  152. tccli/services/tic/v20201117/api.json +0 -1067
  153. tccli/services/tic/v20201117/examples.json +0 -121
  154. tccli/services/ticm/__init__.py +0 -4
  155. tccli/services/ticm/ticm_client.py +0 -313
  156. tccli/services/ticm/v20181127/api.json +0 -1391
  157. tccli/services/ticm/v20181127/examples.json +0 -53
  158. tccli/services/tics/__init__.py +0 -4
  159. tccli/services/tics/tics_client.py +0 -366
  160. tccli/services/tics/v20181115/api.json +0 -694
  161. tccli/services/tics/v20181115/examples.json +0 -37
  162. tccli/services/tiems/__init__.py +0 -4
  163. tccli/services/tiems/tiems_client.py +0 -1479
  164. tccli/services/tiems/v20190416/api.json +0 -3144
  165. tccli/services/tiems/v20190416/examples.json +0 -217
  166. tccli/services/trdp/__init__.py +0 -4
  167. tccli/services/trdp/trdp_client.py +0 -207
  168. tccli/services/trdp/v20220726/api.json +0 -843
  169. tccli/services/trdp/v20220726/examples.json +0 -13
  170. tccli/services/ump/__init__.py +0 -4
  171. tccli/services/ump/ump_client.py +0 -1055
  172. tccli/services/ump/v20200918/api.json +0 -2168
  173. tccli/services/ump/v20200918/examples.json +0 -141
  174. tccli/services/youmall/__init__.py +0 -4
  175. tccli/services/youmall/v20180228/api.json +0 -3572
  176. tccli/services/youmall/v20180228/examples.json +0 -313
  177. tccli/services/youmall/youmall_client.py +0 -1797
  178. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/WHEEL +0 -0
  179. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/entry_points.txt +0 -0
  180. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,694 +0,0 @@
1
- {
2
- "actions": {
3
- "DescribeDomainInfo": {
4
- "document": "提供域名相关的基础信息以及与攻击事件(团伙、家族)、恶意文件等相关联信息。",
5
- "input": "DescribeDomainInfoRequest",
6
- "name": "查询域名信誉",
7
- "output": "DescribeDomainInfoResponse",
8
- "status": "online"
9
- },
10
- "DescribeFileInfo": {
11
- "document": "提供文件相关的基础信息以及与攻击事件(团伙、家族)、恶意文件等相关联信息。",
12
- "input": "DescribeFileInfoRequest",
13
- "name": "查询文件信誉",
14
- "output": "DescribeFileInfoResponse",
15
- "status": "online"
16
- },
17
- "DescribeIpInfo": {
18
- "document": "提供IP相关的基础信息以及与攻击事件(团伙、家族)、恶意文件等相关联信息。",
19
- "input": "DescribeIpInfoRequest",
20
- "name": "查询IP信誉",
21
- "output": "DescribeIpInfoResponse",
22
- "status": "online"
23
- },
24
- "DescribeThreatInfo": {
25
- "document": "提供IP和域名相关威胁情报信息查询,这些信息可以辅助检测失陷主机、帮助SIEM/SOC等系统做研判决策、帮助运营团队对设备报警的编排处理。",
26
- "input": "DescribeThreatInfoRequest",
27
- "name": "查询威胁情报",
28
- "output": "DescribeThreatInfoResponse",
29
- "status": "online"
30
- }
31
- },
32
- "metadata": {
33
- "apiVersion": "2018-11-15",
34
- "api_brief": "介绍如何使用API对威胁情报云查服务进行操作,包括查询威胁情报、查询域名信誉等。",
35
- "serviceNameCN": "威胁情报云查服务",
36
- "serviceShortName": "tics"
37
- },
38
- "objects": {
39
- "DescribeDomainInfoRequest": {
40
- "document": "DescribeDomainInfo请求参数结构体",
41
- "members": [
42
- {
43
- "disabled": false,
44
- "document": "要查询的域名",
45
- "example": "",
46
- "member": "string",
47
- "name": "Key",
48
- "required": true,
49
- "type": "string"
50
- },
51
- {
52
- "disabled": false,
53
- "document": "附加字段,是否返回上下文。当为0时不返回上下文,当为1时返回上下文。",
54
- "example": "",
55
- "member": "uint64",
56
- "name": "Option",
57
- "required": false,
58
- "type": "int"
59
- }
60
- ],
61
- "type": "object"
62
- },
63
- "DescribeDomainInfoResponse": {
64
- "document": "DescribeDomainInfo返回参数结构体",
65
- "members": [
66
- {
67
- "disabled": false,
68
- "document": "是否有数据,0代表有数据,1代表没有数据",
69
- "example": "",
70
- "member": "uint64",
71
- "name": "ReturnCode",
72
- "type": "int",
73
- "value_allowed_null": false
74
- },
75
- {
76
- "disabled": false,
77
- "document": "判定结果,如:black、white、grey",
78
- "example": "",
79
- "member": "string",
80
- "name": "Result",
81
- "type": "string",
82
- "value_allowed_null": false
83
- },
84
- {
85
- "disabled": false,
86
- "document": "置信度,取值0-100",
87
- "example": "",
88
- "member": "uint64",
89
- "name": "Confidence",
90
- "type": "int",
91
- "value_allowed_null": false
92
- },
93
- {
94
- "disabled": false,
95
- "document": "威胁类型。\nbotnet = 僵尸网络\ntrojan = 木马\nransomware = 勒索软件\nworm = 蠕虫\ndga = 域名生成算法\nc2 = c&c\ncompromised = 失陷主机\ndynamicIP = 动态IP\nproxy = 代理\nidc = idc 机房\nwhitelist = 白名单\ntor = 暗网\nminer = 挖矿\nmaleware site = 恶意站点\nmalware IP = 恶意IP\n等等",
96
- "example": "",
97
- "member": "string",
98
- "name": "ThreatTypes",
99
- "type": "list",
100
- "value_allowed_null": false
101
- },
102
- {
103
- "disabled": false,
104
- "document": "恶意标签,对应的团伙,家族等信息。",
105
- "example": "",
106
- "member": "TagType",
107
- "name": "Tags",
108
- "type": "list",
109
- "value_allowed_null": false
110
- },
111
- {
112
- "disabled": false,
113
- "document": "对应的历史上的威胁情报事件",
114
- "example": "",
115
- "member": "IntelligenceType",
116
- "name": "Intelligences",
117
- "type": "list",
118
- "value_allowed_null": false
119
- },
120
- {
121
- "disabled": false,
122
- "document": "情报相关的上下文",
123
- "example": "",
124
- "member": "string",
125
- "name": "Context",
126
- "type": "string",
127
- "value_allowed_null": false
128
- },
129
- {
130
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
131
- "member": "string",
132
- "name": "RequestId",
133
- "type": "string"
134
- }
135
- ],
136
- "type": "object"
137
- },
138
- "DescribeFileInfoRequest": {
139
- "document": "DescribeFileInfo请求参数结构体",
140
- "members": [
141
- {
142
- "disabled": false,
143
- "document": "要查询文件的MD5",
144
- "example": "",
145
- "member": "string",
146
- "name": "Key",
147
- "required": true,
148
- "type": "string"
149
- },
150
- {
151
- "disabled": false,
152
- "document": "附加字段,是否返回上下文。当为0时不返回上下文,当为1时返回上下文。",
153
- "example": "",
154
- "member": "uint64",
155
- "name": "Option",
156
- "required": false,
157
- "type": "int"
158
- }
159
- ],
160
- "type": "object"
161
- },
162
- "DescribeFileInfoResponse": {
163
- "document": "DescribeFileInfo返回参数结构体",
164
- "members": [
165
- {
166
- "disabled": false,
167
- "document": "是否有数据,0代表有数据,1代表没有数据",
168
- "example": "",
169
- "member": "uint64",
170
- "name": "ReturnCode",
171
- "type": "int",
172
- "value_allowed_null": false
173
- },
174
- {
175
- "disabled": false,
176
- "document": "判定结果,如:black、white、grey",
177
- "example": "",
178
- "member": "string",
179
- "name": "Result",
180
- "type": "string",
181
- "value_allowed_null": false
182
- },
183
- {
184
- "disabled": false,
185
- "document": "置信度,取值0-100",
186
- "example": "",
187
- "member": "uint64",
188
- "name": "Confidence",
189
- "type": "int",
190
- "value_allowed_null": false
191
- },
192
- {
193
- "disabled": false,
194
- "document": "文件类型,文件hash\n(md5,sha1,sha256),文件大小等等文件\n基础信息",
195
- "example": "",
196
- "member": "FileInfoType",
197
- "name": "FileInfo",
198
- "type": "list",
199
- "value_allowed_null": false
200
- },
201
- {
202
- "disabled": false,
203
- "document": "恶意标签,对应的团伙,家族等信息。",
204
- "example": "",
205
- "member": "TagType",
206
- "name": "Tags",
207
- "type": "list",
208
- "value_allowed_null": false
209
- },
210
- {
211
- "disabled": false,
212
- "document": "对应的历史上的威胁情报事件",
213
- "example": "",
214
- "member": "IntelligenceType",
215
- "name": "Intelligences",
216
- "type": "list",
217
- "value_allowed_null": false
218
- },
219
- {
220
- "disabled": false,
221
- "document": "情报相关的上下文",
222
- "example": "",
223
- "member": "string",
224
- "name": "Context",
225
- "type": "string",
226
- "value_allowed_null": false
227
- },
228
- {
229
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
230
- "member": "string",
231
- "name": "RequestId",
232
- "type": "string"
233
- }
234
- ],
235
- "type": "object"
236
- },
237
- "DescribeIpInfoRequest": {
238
- "document": "DescribeIpInfo请求参数结构体",
239
- "members": [
240
- {
241
- "disabled": false,
242
- "document": "要查询的IP",
243
- "example": "",
244
- "member": "string",
245
- "name": "Key",
246
- "required": true,
247
- "type": "string"
248
- },
249
- {
250
- "disabled": false,
251
- "document": "附加字段,是否返回上下文。当为0时不返回上下文,当为1时返回上下文。",
252
- "example": "",
253
- "member": "uint64",
254
- "name": "Option",
255
- "required": false,
256
- "type": "int"
257
- }
258
- ],
259
- "type": "object"
260
- },
261
- "DescribeIpInfoResponse": {
262
- "document": "DescribeIpInfo返回参数结构体",
263
- "members": [
264
- {
265
- "disabled": false,
266
- "document": "是否有数据,0代表有数据,1代表没有数据",
267
- "example": "",
268
- "member": "uint64",
269
- "name": "ReturnCode",
270
- "type": "int",
271
- "value_allowed_null": false
272
- },
273
- {
274
- "disabled": false,
275
- "document": "判定结果,如:black、white、grey",
276
- "example": "",
277
- "member": "string",
278
- "name": "Result",
279
- "type": "string",
280
- "value_allowed_null": false
281
- },
282
- {
283
- "disabled": false,
284
- "document": "置信度,取值0-100",
285
- "example": "",
286
- "member": "uint64",
287
- "name": "Confidence",
288
- "type": "int",
289
- "value_allowed_null": false
290
- },
291
- {
292
- "disabled": false,
293
- "document": "威胁类型。\nbotnet = 僵尸网络\ntrojan = 木马\nransomware = 勒索软件\nworm = 蠕虫\ndga = 域名生成算法\nc2 = c&c\ncompromised = 失陷主机\ndynamicIP = 动态IP\nproxy = 代理\nidc = idc 机房\nwhitelist = 白名单\ntor = 暗网\nminer = 挖矿\nmaleware site = 恶意站点\nmalware IP = 恶意IP\n等等",
294
- "example": "",
295
- "member": "string",
296
- "name": "ThreatTypes",
297
- "type": "list",
298
- "value_allowed_null": false
299
- },
300
- {
301
- "disabled": false,
302
- "document": "恶意标签,对应的团伙,家族等信息。",
303
- "example": "",
304
- "member": "TagType",
305
- "name": "Tags",
306
- "type": "list",
307
- "value_allowed_null": false
308
- },
309
- {
310
- "disabled": false,
311
- "document": "对应的历史上的威胁情报事件",
312
- "example": "",
313
- "member": "IntelligenceType",
314
- "name": "Intelligences",
315
- "type": "list",
316
- "value_allowed_null": false
317
- },
318
- {
319
- "disabled": false,
320
- "document": "情报相关的上下文",
321
- "example": "",
322
- "member": "string",
323
- "name": "Context",
324
- "type": "string",
325
- "value_allowed_null": false
326
- },
327
- {
328
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
329
- "member": "string",
330
- "name": "RequestId",
331
- "type": "string"
332
- }
333
- ],
334
- "type": "object"
335
- },
336
- "DescribeThreatInfoRequest": {
337
- "document": "DescribeThreatInfo请求参数结构体",
338
- "members": [
339
- {
340
- "disabled": false,
341
- "document": "查询对象,域名或IP",
342
- "example": "",
343
- "member": "string",
344
- "name": "Key",
345
- "required": true,
346
- "type": "string"
347
- },
348
- {
349
- "disabled": false,
350
- "document": "查询类型,当前取值为domain或ip",
351
- "example": "",
352
- "member": "string",
353
- "name": "Type",
354
- "required": true,
355
- "type": "string"
356
- },
357
- {
358
- "disabled": false,
359
- "document": "附加字段,是否返回上下文。当为0时不返回上下文,当为1时返回上下文。",
360
- "example": "",
361
- "member": "uint64",
362
- "name": "Option",
363
- "required": false,
364
- "type": "int"
365
- }
366
- ],
367
- "type": "object"
368
- },
369
- "DescribeThreatInfoResponse": {
370
- "document": "DescribeThreatInfo返回参数结构体",
371
- "members": [
372
- {
373
- "disabled": false,
374
- "document": "是否有数据,0代表有数据,1代表没有数据",
375
- "example": "",
376
- "member": "uint64",
377
- "name": "ReturnCode",
378
- "type": "int",
379
- "value_allowed_null": false
380
- },
381
- {
382
- "disabled": false,
383
- "document": "判定结果,如:black、white、grey",
384
- "example": "",
385
- "member": "string",
386
- "name": "Result",
387
- "type": "string",
388
- "value_allowed_null": false
389
- },
390
- {
391
- "disabled": false,
392
- "document": "置信度,取值0-100",
393
- "example": "",
394
- "member": "uint64",
395
- "name": "Confidence",
396
- "type": "int",
397
- "value_allowed_null": false
398
- },
399
- {
400
- "disabled": false,
401
- "document": "威胁类型。\nbotnet = 僵尸网络\ntrojan = 木马\nransomware = 勒索软件\nworm = 蠕虫\ndga = 域名生成算法\nc2 = c&c\ncompromised = 失陷主机\ndynamicIP = 动态IP\nproxy = 代理\nidc = idc 机房\nwhitelist = 白名单\ntor = 暗网\nminer = 挖矿\nmaleware site = 恶意站点\nmalware IP = 恶意IP\n等等",
402
- "example": "",
403
- "member": "string",
404
- "name": "ThreatTypes",
405
- "type": "list",
406
- "value_allowed_null": false
407
- },
408
- {
409
- "disabled": false,
410
- "document": "恶意标签,对应的团伙,家族等信息。",
411
- "example": "",
412
- "member": "string",
413
- "name": "Tags",
414
- "type": "list",
415
- "value_allowed_null": false
416
- },
417
- {
418
- "disabled": false,
419
- "document": "当前状态\nactive = 活跃\nsinkholed = sinkholed\ninactive = 不活跃\nunknown = 未知\nexpired = 过期",
420
- "example": "",
421
- "member": "string",
422
- "name": "Status",
423
- "type": "string",
424
- "value_allowed_null": false
425
- },
426
- {
427
- "disabled": false,
428
- "document": "情报相关的上下文,参数option=1 的时候提供\n每个数据默认为3 条",
429
- "example": "",
430
- "member": "string",
431
- "name": "Context",
432
- "type": "string",
433
- "value_allowed_null": false
434
- },
435
- {
436
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
437
- "member": "string",
438
- "name": "RequestId",
439
- "type": "string"
440
- }
441
- ],
442
- "type": "object"
443
- },
444
- "FileInfoType": {
445
- "document": "文件信息类型",
446
- "members": [
447
- {
448
- "disabled": false,
449
- "document": "判定渠道",
450
- "example": "",
451
- "member": "string",
452
- "name": "DetectId",
453
- "required": true,
454
- "type": "string",
455
- "value_allowed_null": false
456
- },
457
- {
458
- "disabled": false,
459
- "document": "检测优先级",
460
- "example": "",
461
- "member": "string",
462
- "name": "DetectPriority",
463
- "required": true,
464
- "type": "string",
465
- "value_allowed_null": false
466
- },
467
- {
468
- "disabled": false,
469
- "document": "引擎优先级",
470
- "example": "",
471
- "member": "string",
472
- "name": "EnginePriority",
473
- "required": true,
474
- "type": "string",
475
- "value_allowed_null": false
476
- },
477
- {
478
- "disabled": false,
479
- "document": "样本是否存在",
480
- "example": "",
481
- "member": "string",
482
- "name": "FileExist",
483
- "required": true,
484
- "type": "string",
485
- "value_allowed_null": false
486
- },
487
- {
488
- "disabled": false,
489
- "document": "文件上传",
490
- "example": "",
491
- "member": "string",
492
- "name": "FileForceUpload",
493
- "required": true,
494
- "type": "string",
495
- "value_allowed_null": false
496
- },
497
- {
498
- "disabled": false,
499
- "document": "文件大小",
500
- "example": "",
501
- "member": "string",
502
- "name": "FileSize",
503
- "required": true,
504
- "type": "string",
505
- "value_allowed_null": false
506
- },
507
- {
508
- "disabled": false,
509
- "document": "文件上传时间",
510
- "example": "",
511
- "member": "string",
512
- "name": "FileupTime",
513
- "required": true,
514
- "type": "string",
515
- "value_allowed_null": false
516
- },
517
- {
518
- "disabled": false,
519
- "document": "病毒文件全名",
520
- "example": "",
521
- "member": "string",
522
- "name": "FullVirusName",
523
- "required": true,
524
- "type": "string",
525
- "value_allowed_null": false
526
- },
527
- {
528
- "disabled": false,
529
- "document": "IDC位置",
530
- "example": "",
531
- "member": "string",
532
- "name": "IdcPosition",
533
- "required": true,
534
- "type": "string",
535
- "value_allowed_null": false
536
- },
537
- {
538
- "disabled": false,
539
- "document": "文件md5值",
540
- "example": "",
541
- "member": "string",
542
- "name": "Md5Type",
543
- "required": true,
544
- "type": "string",
545
- "value_allowed_null": false
546
- },
547
- {
548
- "disabled": false,
549
- "document": "PE结构是否存在",
550
- "example": "",
551
- "member": "string",
552
- "name": "PeExist",
553
- "required": true,
554
- "type": "string",
555
- "value_allowed_null": false
556
- },
557
- {
558
- "disabled": false,
559
- "document": "PE结构上传",
560
- "example": "",
561
- "member": "string",
562
- "name": "PeForceUpload",
563
- "required": true,
564
- "type": "string",
565
- "value_allowed_null": false
566
- },
567
- {
568
- "disabled": false,
569
- "document": "安全性等级",
570
- "example": "",
571
- "member": "string",
572
- "name": "SafeLevel",
573
- "required": true,
574
- "type": "string",
575
- "value_allowed_null": false
576
- },
577
- {
578
- "disabled": false,
579
- "document": "扫描时间",
580
- "example": "",
581
- "member": "string",
582
- "name": "ScanModiTime",
583
- "required": true,
584
- "type": "string",
585
- "value_allowed_null": false
586
- },
587
- {
588
- "disabled": false,
589
- "document": "子判定渠道",
590
- "example": "",
591
- "member": "string",
592
- "name": "SubdetectId",
593
- "required": true,
594
- "type": "string",
595
- "value_allowed_null": false
596
- },
597
- {
598
- "disabled": false,
599
- "document": "病毒名",
600
- "example": "",
601
- "member": "string",
602
- "name": "UserDefName",
603
- "required": true,
604
- "type": "string",
605
- "value_allowed_null": false
606
- },
607
- {
608
- "disabled": false,
609
- "document": "病毒类型",
610
- "example": "",
611
- "member": "string",
612
- "name": "VirusType",
613
- "required": true,
614
- "type": "string",
615
- "value_allowed_null": false
616
- },
617
- {
618
- "disabled": false,
619
- "document": "白名单分数",
620
- "example": "",
621
- "member": "string",
622
- "name": "WhiteScore",
623
- "required": true,
624
- "type": "string",
625
- "value_allowed_null": false
626
- }
627
- ],
628
- "usage": "out"
629
- },
630
- "IntelligenceType": {
631
- "document": "{ \"source\": \"inergj_ai_predict\", \"stamp\": \"msraminer\", \"time\": 1531994023 }",
632
- "members": [
633
- {
634
- "disabled": false,
635
- "document": "来源",
636
- "example": "",
637
- "member": "string",
638
- "name": "Source",
639
- "required": true,
640
- "type": "string",
641
- "value_allowed_null": false
642
- },
643
- {
644
- "disabled": false,
645
- "document": "标记",
646
- "example": "",
647
- "member": "string",
648
- "name": "Stamp",
649
- "required": true,
650
- "type": "string",
651
- "value_allowed_null": false
652
- },
653
- {
654
- "disabled": false,
655
- "document": "时间",
656
- "example": "",
657
- "member": "uint64",
658
- "name": "Time",
659
- "required": true,
660
- "type": "int",
661
- "value_allowed_null": false
662
- }
663
- ],
664
- "usage": "out"
665
- },
666
- "TagType": {
667
- "document": "标签及对应的解释",
668
- "members": [
669
- {
670
- "disabled": false,
671
- "document": "标签",
672
- "example": "",
673
- "member": "string",
674
- "name": "Tag",
675
- "required": true,
676
- "type": "string",
677
- "value_allowed_null": false
678
- },
679
- {
680
- "disabled": false,
681
- "document": "标签对应的中文解释",
682
- "example": "",
683
- "member": "string",
684
- "name": "Desc",
685
- "required": true,
686
- "type": "string",
687
- "value_allowed_null": false
688
- }
689
- ],
690
- "usage": "out"
691
- }
692
- },
693
- "version": "1.0"
694
- }