tencentcloud-sdk-python 3.0.1259__py2.py3-none-any.whl → 3.0.1261__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +24 -0
- tencentcloud/ca/v20230228/models.py +103 -0
- tencentcloud/cbs/v20170312/models.py +1 -1
- tencentcloud/cdb/v20170320/cdb_client.py +0 -25
- tencentcloud/cdb/v20170320/errorcodes.py +1 -1
- tencentcloud/cdb/v20170320/models.py +0 -111
- tencentcloud/cdwdoris/v20211228/models.py +39 -0
- tencentcloud/cfs/v20190719/models.py +111 -1
- tencentcloud/cfw/v20190904/cfw_client.py +3 -1
- tencentcloud/cls/v20201016/models.py +14 -14
- tencentcloud/csip/v20221121/csip_client.py +1 -1
- tencentcloud/csip/v20221121/models.py +5 -584
- tencentcloud/dlc/v20210125/models.py +18 -3
- tencentcloud/dnspod/v20210323/dnspod_client.py +164 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +48 -0
- tencentcloud/dnspod/v20210323/models.py +1221 -143
- tencentcloud/ecm/v20190719/models.py +1 -1
- tencentcloud/es/v20180416/models.py +13 -0
- tencentcloud/ess/v20201111/ess_client.py +6 -1
- tencentcloud/ess/v20201111/models.py +10 -6
- tencentcloud/essbasic/v20210526/essbasic_client.py +6 -3
- tencentcloud/essbasic/v20210526/models.py +20 -12
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +170 -0
- tencentcloud/hunyuan/v20230901/models.py +2037 -118
- tencentcloud/ioa/v20220601/models.py +8 -125
- tencentcloud/kms/v20190118/models.py +24 -25
- tencentcloud/lke/v20231130/lke_client.py +3 -1
- tencentcloud/mongodb/v20190725/models.py +4 -4
- tencentcloud/mps/v20190612/models.py +30 -1
- tencentcloud/ms/v20180408/models.py +0 -24
- tencentcloud/oceanus/v20190422/models.py +179 -0
- tencentcloud/ocr/v20181119/models.py +165 -1
- tencentcloud/ocr/v20181119/ocr_client.py +25 -0
- tencentcloud/redis/v20180412/models.py +4 -4
- tencentcloud/scf/v20180416/models.py +1 -1
- tencentcloud/sms/v20190711/errorcodes.py +1 -1
- tencentcloud/sms/v20210111/errorcodes.py +1 -1
- tencentcloud/ssm/v20190923/models.py +6 -36
- tencentcloud/tdmq/v20200217/models.py +4 -5
- tencentcloud/tem/v20210701/models.py +1 -1
- tencentcloud/teo/v20220901/errorcodes.py +45 -0
- tencentcloud/teo/v20220901/models.py +53 -6
- tencentcloud/thpc/v20230321/models.py +3 -3
- tencentcloud/tke/v20180525/models.py +2 -2
- tencentcloud/trtc/v20190722/models.py +0 -31
- tencentcloud/trtc/v20190722/trtc_client.py +0 -25
- tencentcloud/vod/v20180717/models.py +343 -18
- tencentcloud/waf/v20180125/models.py +309 -514
- tencentcloud/waf/v20180125/waf_client.py +23 -50
- {tencentcloud_sdk_python-3.0.1259.dist-info → tencentcloud_sdk_python-3.0.1261.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1259.dist-info → tencentcloud_sdk_python-3.0.1261.dist-info}/RECORD +56 -56
- {tencentcloud_sdk_python-3.0.1259.dist-info → tencentcloud_sdk_python-3.0.1261.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1259.dist-info → tencentcloud_sdk_python-3.0.1261.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1259.dist-info → tencentcloud_sdk_python-3.0.1261.dist-info}/top_level.txt +0 -0
@@ -69,276 +69,186 @@ class AlertExtraInfo(AbstractModel):
|
|
69
69
|
def __init__(self):
|
70
70
|
r"""
|
71
71
|
:param _RelateEvent: 相关攻击事件
|
72
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
73
72
|
:type RelateEvent: :class:`tencentcloud.csip.v20221121.models.RelatedEvent`
|
74
73
|
:param _LeakContent: 泄漏内容
|
75
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
76
74
|
:type LeakContent: str
|
77
75
|
:param _LeakAPI: 泄漏API
|
78
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
79
76
|
:type LeakAPI: str
|
80
77
|
:param _SecretID: secretID
|
81
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
82
78
|
:type SecretID: str
|
83
79
|
:param _Rule: 命中规则
|
84
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
85
80
|
:type Rule: str
|
86
81
|
:param _RuleDesc: 规则描述
|
87
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
88
82
|
:type RuleDesc: str
|
89
83
|
:param _ProtocolPort: 协议端口
|
90
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
91
84
|
:type ProtocolPort: str
|
92
85
|
:param _AttackContent: 攻击内容
|
93
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
94
86
|
:type AttackContent: str
|
95
87
|
:param _AttackIPProfile: 攻击IP画像
|
96
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
97
88
|
:type AttackIPProfile: str
|
98
89
|
:param _AttackIPTags: 攻击IP标签
|
99
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
100
90
|
:type AttackIPTags: str
|
101
91
|
:param _RequestMethod: 请求方式
|
102
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
103
92
|
:type RequestMethod: str
|
104
93
|
:param _HttpLog: HTTP日志
|
105
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
106
94
|
:type HttpLog: str
|
107
95
|
:param _AttackDomain: 被攻击域名
|
108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
109
96
|
:type AttackDomain: str
|
110
97
|
:param _FilePath: 文件路径
|
111
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
112
98
|
:type FilePath: str
|
113
99
|
:param _UserAgent: user_agent
|
114
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
115
100
|
:type UserAgent: str
|
116
101
|
:param _RequestHeaders: 请求头
|
117
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
118
102
|
:type RequestHeaders: str
|
119
103
|
:param _LoginUserName: 登录用户名
|
120
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
121
104
|
:type LoginUserName: str
|
122
105
|
:param _VulnerabilityName: 漏洞名称
|
123
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
124
106
|
:type VulnerabilityName: str
|
125
107
|
:param _CVE: 公共漏洞和暴露
|
126
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
127
108
|
:type CVE: str
|
128
109
|
:param _ServiceProcess: 服务进程
|
129
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
130
110
|
:type ServiceProcess: str
|
131
111
|
:param _FileName: 文件名
|
132
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
133
112
|
:type FileName: str
|
134
113
|
:param _FileSize: 文件大小
|
135
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
136
114
|
:type FileSize: str
|
137
115
|
:param _FileMD5: 文件MD5
|
138
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
139
116
|
:type FileMD5: str
|
140
117
|
:param _FileLastAccessTime: 文件最近访问时间
|
141
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
142
118
|
:type FileLastAccessTime: str
|
143
119
|
:param _FileModifyTime: 文件修改时间
|
144
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
145
120
|
:type FileModifyTime: str
|
146
121
|
:param _RecentAccessTime: 最近访问时间
|
147
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
148
122
|
:type RecentAccessTime: str
|
149
123
|
:param _RecentModifyTime: 最近修改时间
|
150
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
151
124
|
:type RecentModifyTime: str
|
152
125
|
:param _VirusName: 病毒名
|
153
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
154
126
|
:type VirusName: str
|
155
127
|
:param _VirusFileTags: 病毒文件标签
|
156
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
157
128
|
:type VirusFileTags: str
|
158
129
|
:param _BehavioralCharacteristics: 行为特征
|
159
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
160
130
|
:type BehavioralCharacteristics: str
|
161
131
|
:param _ProcessNamePID: 进程名(PID)
|
162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
163
132
|
:type ProcessNamePID: str
|
164
133
|
:param _ProcessPath: 进程路径
|
165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
166
134
|
:type ProcessPath: str
|
167
135
|
:param _ProcessCommandLine: 进程命令行
|
168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
169
136
|
:type ProcessCommandLine: str
|
170
137
|
:param _ProcessPermissions: 进程权限
|
171
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
172
138
|
:type ProcessPermissions: str
|
173
139
|
:param _ExecutedCommand: 执行命令
|
174
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
175
140
|
:type ExecutedCommand: str
|
176
141
|
:param _AffectedFileName: 受影响文件名
|
177
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
178
142
|
:type AffectedFileName: str
|
179
143
|
:param _DecoyPath: 诱饵路径
|
180
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
181
144
|
:type DecoyPath: str
|
182
145
|
:param _MaliciousProcessFileSize: 恶意进程文件大小
|
183
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
184
146
|
:type MaliciousProcessFileSize: str
|
185
147
|
:param _MaliciousProcessFileMD5: 恶意进程文件MD5
|
186
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
187
148
|
:type MaliciousProcessFileMD5: str
|
188
149
|
:param _MaliciousProcessNamePID: 恶意进程名(PID)
|
189
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
190
150
|
:type MaliciousProcessNamePID: str
|
191
151
|
:param _MaliciousProcessPath: 恶意进程路径
|
192
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
193
152
|
:type MaliciousProcessPath: str
|
194
153
|
:param _MaliciousProcessStartTime: 恶意进程启动时间
|
195
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
196
154
|
:type MaliciousProcessStartTime: str
|
197
155
|
:param _CommandContent: 命令内容
|
198
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
199
156
|
:type CommandContent: str
|
200
157
|
:param _StartupUser: 启动用户
|
201
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
202
158
|
:type StartupUser: str
|
203
159
|
:param _UserGroup: 用户所属组
|
204
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
205
160
|
:type UserGroup: str
|
206
161
|
:param _NewPermissions: 新增权限
|
207
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
208
162
|
:type NewPermissions: str
|
209
163
|
:param _ParentProcess: 父进程
|
210
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
211
164
|
:type ParentProcess: str
|
212
165
|
:param _ClassName: 类名
|
213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
214
166
|
:type ClassName: str
|
215
167
|
:param _ClassLoader: 所属类加载器
|
216
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
217
168
|
:type ClassLoader: str
|
218
169
|
:param _ClassFileSize: 类文件大小
|
219
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
220
170
|
:type ClassFileSize: str
|
221
171
|
:param _ClassFileMD5: 类文件MD5
|
222
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
223
172
|
:type ClassFileMD5: str
|
224
173
|
:param _ParentClassName: 父类名
|
225
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
226
174
|
:type ParentClassName: str
|
227
175
|
:param _InheritedInterface: 继承接口
|
228
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
229
176
|
:type InheritedInterface: str
|
230
177
|
:param _Comment: 注释
|
231
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
232
178
|
:type Comment: str
|
233
179
|
:param _PayloadContent: 载荷内容
|
234
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
235
180
|
:type PayloadContent: str
|
236
181
|
:param _CallbackAddressPortrait: 回连地址画像
|
237
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
238
182
|
:type CallbackAddressPortrait: str
|
239
183
|
:param _CallbackAddressTag: 回连地址标签
|
240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
241
184
|
:type CallbackAddressTag: str
|
242
185
|
:param _ProcessMD5: 进程MD5
|
243
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
244
186
|
:type ProcessMD5: str
|
245
187
|
:param _FilePermission: 文件权限
|
246
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
247
188
|
:type FilePermission: str
|
248
189
|
:param _FromLogAnalysisData: 来源于日志分析的信息字段
|
249
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
250
190
|
:type FromLogAnalysisData: list of KeyValue
|
251
191
|
:param _HitProbe: 命中探针
|
252
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
253
192
|
:type HitProbe: str
|
254
193
|
:param _HitHoneyPot: 命中蜜罐
|
255
194
|
|
256
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
257
195
|
:type HitHoneyPot: str
|
258
196
|
:param _CommandList: 命令列表
|
259
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
260
197
|
:type CommandList: str
|
261
198
|
:param _AttackEventDesc: 攻击事件描述
|
262
199
|
|
263
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
264
200
|
:type AttackEventDesc: str
|
265
201
|
:param _ProcessInfo: 进程信息
|
266
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
267
202
|
:type ProcessInfo: str
|
268
203
|
:param _UserNameAndPwd: 使用用户名&密码
|
269
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
270
204
|
:type UserNameAndPwd: str
|
271
205
|
:param _StrategyID: 主机防护策略ID
|
272
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
273
206
|
:type StrategyID: str
|
274
207
|
:param _StrategyName: 主机防护策略名称
|
275
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
276
208
|
:type StrategyName: str
|
277
209
|
:param _HitStrategy: 主机防护命中策略,是策略ID和策略名称的组合
|
278
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
279
210
|
:type HitStrategy: str
|
280
211
|
:param _ProcessName: 进程名
|
281
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
282
212
|
:type ProcessName: str
|
283
213
|
:param _PID: PID
|
284
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
285
214
|
:type PID: str
|
286
215
|
:param _PodName: 容器Pod名
|
287
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
288
216
|
:type PodName: str
|
289
217
|
:param _PodID: 容器PodID
|
290
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
291
218
|
:type PodID: str
|
292
219
|
:param _Response: Http响应
|
293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
294
220
|
:type Response: str
|
295
221
|
:param _SystemCall: 系统调用
|
296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
297
222
|
:type SystemCall: str
|
298
223
|
:param _Verb: 操作类型verb
|
299
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
300
224
|
:type Verb: str
|
301
225
|
:param _LogID: 日志ID
|
302
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
303
226
|
:type LogID: str
|
304
227
|
:param _Different: 变更内容
|
305
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
306
228
|
:type Different: str
|
307
229
|
:param _EventType: 事件类型
|
308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
309
230
|
:type EventType: str
|
310
231
|
:param _Description: 事件描述
|
311
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
312
232
|
:type Description: str
|
313
233
|
:param _TargetAddress: 目标地址(容器反弹shell)
|
314
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
315
234
|
:type TargetAddress: str
|
316
235
|
:param _MaliciousRequestDomain: 恶意请求域名(容器恶意外联)
|
317
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
318
236
|
:type MaliciousRequestDomain: str
|
319
237
|
:param _RuleType: 规则类型(容器K8sAPI异常请求)
|
320
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
321
238
|
:type RuleType: str
|
322
239
|
:param _RequestURI: 请求资源(容器K8sAPI异常请求)
|
323
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
324
240
|
:type RequestURI: str
|
325
241
|
:param _RequestUser: 发起请求用户(容器K8sAPI异常请求)
|
326
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
327
242
|
:type RequestUser: str
|
328
243
|
:param _RequestObject: 请求对象(容器K8sAPI异常请求)
|
329
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
330
244
|
:type RequestObject: str
|
331
245
|
:param _ResponseObject: 响应对象(容器K8sAPI异常请求)
|
332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
333
246
|
:type ResponseObject: str
|
334
247
|
:param _FileType: 文件类型(容器文件篡改)
|
335
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
336
248
|
:type FileType: str
|
337
249
|
:param _TIType: 标签特征(容器恶意外联)
|
338
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
339
250
|
:type TIType: str
|
340
251
|
:param _SourceIP: 来源IP(容器K8sAPI异常请求)
|
341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
342
252
|
:type SourceIP: str
|
343
253
|
"""
|
344
254
|
self._RelateEvent = None
|
@@ -1269,17 +1179,14 @@ class AlertInfo(AbstractModel):
|
|
1269
1179
|
def __init__(self):
|
1270
1180
|
r"""
|
1271
1181
|
:param _ID: 告警ID
|
1272
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1273
1182
|
:type ID: str
|
1274
1183
|
:param _Name: 告警名称
|
1275
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1276
1184
|
:type Name: str
|
1277
1185
|
:param _Source: 告警来源
|
1278
1186
|
CFW:云防火墙
|
1279
1187
|
WAF:Web应用防火墙
|
1280
1188
|
CWP:主机安全
|
1281
1189
|
CSIP:云安全中心
|
1282
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1283
1190
|
:type Source: str
|
1284
1191
|
:param _Level: 告警等级
|
1285
1192
|
1:提示
|
@@ -1287,83 +1194,57 @@ CSIP:云安全中心
|
|
1287
1194
|
3:中危
|
1288
1195
|
4:高危
|
1289
1196
|
5:严重
|
1290
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1291
1197
|
:type Level: int
|
1292
1198
|
:param _Attacker: 攻击者
|
1293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1294
1199
|
:type Attacker: :class:`tencentcloud.csip.v20221121.models.RoleInfo`
|
1295
1200
|
:param _Victim: 受害者
|
1296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1297
1201
|
:type Victim: :class:`tencentcloud.csip.v20221121.models.RoleInfo`
|
1298
1202
|
:param _EvidenceData: 证据数据(例如攻击内容等,base64编码)
|
1299
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1300
1203
|
:type EvidenceData: str
|
1301
1204
|
:param _EvidenceLocation: 证据位置(例如协议端口)
|
1302
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1303
1205
|
:type EvidenceLocation: str
|
1304
1206
|
:param _EvidencePath: 证据路径
|
1305
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1306
1207
|
:type EvidencePath: str
|
1307
1208
|
:param _CreateTime: 首次告警时间
|
1308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1309
1209
|
:type CreateTime: str
|
1310
1210
|
:param _UpdateTime: 最近告警时间
|
1311
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1312
1211
|
:type UpdateTime: str
|
1313
1212
|
:param _Count: 告警次数
|
1314
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1315
1213
|
:type Count: int
|
1316
1214
|
:param _UrgentSuggestion: 紧急缓解建议
|
1317
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1318
1215
|
:type UrgentSuggestion: str
|
1319
1216
|
:param _RemediationSuggestion: 根治建议
|
1320
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1321
1217
|
:type RemediationSuggestion: str
|
1322
1218
|
:param _Status: 处理状态
|
1323
1219
|
0:未处置,1:已忽略,2:已处置
|
1324
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1325
1220
|
:type Status: int
|
1326
1221
|
:param _ProcessType: 告警处理类型
|
1327
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1328
1222
|
:type ProcessType: str
|
1329
1223
|
:param _Type: 告警大类
|
1330
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1331
1224
|
:type Type: str
|
1332
1225
|
:param _SubType: 告警小类
|
1333
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1334
1226
|
:type SubType: str
|
1335
1227
|
:param _ExtraInfo: 下拉字段
|
1336
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1337
1228
|
:type ExtraInfo: :class:`tencentcloud.csip.v20221121.models.AlertExtraInfo`
|
1338
1229
|
:param _Key: 聚合字段
|
1339
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1340
1230
|
:type Key: str
|
1341
1231
|
:param _Date: 告警日期
|
1342
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1343
1232
|
:type Date: str
|
1344
1233
|
:param _AppID: appid
|
1345
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1346
1234
|
:type AppID: str
|
1347
1235
|
:param _NickName: 账户名称
|
1348
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1349
1236
|
:type NickName: str
|
1350
1237
|
:param _Uin: 账户ID
|
1351
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1352
1238
|
:type Uin: str
|
1353
1239
|
:param _Action: 行为
|
1354
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1355
1240
|
:type Action: int
|
1356
1241
|
:param _RiskInvestigation: 风险排查
|
1357
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1358
1242
|
:type RiskInvestigation: str
|
1359
1243
|
:param _RiskTreatment: 风险处置
|
1360
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1361
1244
|
:type RiskTreatment: str
|
1362
1245
|
:param _LogType: 日志类型
|
1363
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1364
1246
|
:type LogType: str
|
1365
1247
|
:param _LogSearch: 语句检索
|
1366
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1367
1248
|
:type LogSearch: str
|
1368
1249
|
"""
|
1369
1250
|
self._ID = None
|
@@ -1683,91 +1564,62 @@ class AssetBaseInfoResponse(AbstractModel):
|
|
1683
1564
|
def __init__(self):
|
1684
1565
|
r"""
|
1685
1566
|
:param _VpcId: vpc-id
|
1686
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1687
1567
|
:type VpcId: str
|
1688
1568
|
:param _VpcName: vpc-name
|
1689
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1690
1569
|
:type VpcName: str
|
1691
1570
|
:param _AssetName: 资产名
|
1692
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1693
1571
|
:type AssetName: str
|
1694
1572
|
:param _Os: 操作系统
|
1695
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1696
1573
|
:type Os: str
|
1697
1574
|
:param _PublicIp: 公网ip
|
1698
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1699
1575
|
:type PublicIp: str
|
1700
1576
|
:param _PrivateIp: 内网ip
|
1701
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1702
1577
|
:type PrivateIp: str
|
1703
1578
|
:param _Region: 地域
|
1704
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1705
1579
|
:type Region: str
|
1706
1580
|
:param _AssetType: 资产类型
|
1707
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1708
1581
|
:type AssetType: str
|
1709
1582
|
:param _AssetId: 资产id
|
1710
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1711
1583
|
:type AssetId: str
|
1712
1584
|
:param _AccountNum: 账号数量
|
1713
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1714
1585
|
:type AccountNum: int
|
1715
1586
|
:param _PortNum: 端口数量
|
1716
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1717
1587
|
:type PortNum: int
|
1718
1588
|
:param _ProcessNum: 进程数量
|
1719
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1720
1589
|
:type ProcessNum: int
|
1721
1590
|
:param _SoftApplicationNum: 软件应用数量
|
1722
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1723
1591
|
:type SoftApplicationNum: int
|
1724
1592
|
:param _DatabaseNum: 数据库数量
|
1725
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1726
1593
|
:type DatabaseNum: int
|
1727
1594
|
:param _WebApplicationNum: Web应用数量
|
1728
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1729
1595
|
:type WebApplicationNum: int
|
1730
1596
|
:param _ServiceNum: 服务数量
|
1731
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1732
1597
|
:type ServiceNum: int
|
1733
1598
|
:param _WebFrameworkNum: web框架数量
|
1734
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1735
1599
|
:type WebFrameworkNum: int
|
1736
1600
|
:param _WebSiteNum: Web站点数量
|
1737
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1738
1601
|
:type WebSiteNum: int
|
1739
1602
|
:param _JarPackageNum: Jar包数量
|
1740
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1741
1603
|
:type JarPackageNum: int
|
1742
1604
|
:param _StartServiceNum: 启动服务数量
|
1743
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1744
1605
|
:type StartServiceNum: int
|
1745
1606
|
:param _ScheduledTaskNum: 计划任务数量
|
1746
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1747
1607
|
:type ScheduledTaskNum: int
|
1748
1608
|
:param _EnvironmentVariableNum: 环境变量数量
|
1749
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1750
1609
|
:type EnvironmentVariableNum: int
|
1751
1610
|
:param _KernelModuleNum: 内核模块数量
|
1752
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1753
1611
|
:type KernelModuleNum: int
|
1754
1612
|
:param _SystemInstallationPackageNum: 系统安装包数量
|
1755
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1756
1613
|
:type SystemInstallationPackageNum: int
|
1757
1614
|
:param _SurplusProtectDay: 剩余防护时长
|
1758
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1759
1615
|
:type SurplusProtectDay: int
|
1760
1616
|
:param _CWPStatus: 客户端是否安装 1 已安装 0 未安装
|
1761
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1762
1617
|
:type CWPStatus: int
|
1763
1618
|
:param _Tag: 标签
|
1764
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1765
1619
|
:type Tag: list of Tag
|
1766
1620
|
:param _ProtectLevel: 防护等级
|
1767
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1768
1621
|
:type ProtectLevel: str
|
1769
1622
|
:param _ProtectedDay: 防护时长
|
1770
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1771
1623
|
:type ProtectedDay: int
|
1772
1624
|
"""
|
1773
1625
|
self._VpcId = None
|
@@ -2488,13 +2340,10 @@ class AssetInstanceTypeMap(AbstractModel):
|
|
2488
2340
|
def __init__(self):
|
2489
2341
|
r"""
|
2490
2342
|
:param _Text: 资产类型
|
2491
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2492
2343
|
:type Text: str
|
2493
2344
|
:param _Value: 资产类型
|
2494
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2495
2345
|
:type Value: str
|
2496
2346
|
:param _InstanceTypeList: 资产类型和实例类型映射关系
|
2497
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2498
2347
|
:type InstanceTypeList: list of FilterDataObject
|
2499
2348
|
"""
|
2500
2349
|
self._Text = None
|
@@ -3560,10 +3409,8 @@ class AssetViewVULRiskData(AbstractModel):
|
|
3560
3409
|
:param _AppId: 用户appid
|
3561
3410
|
:type AppId: str
|
3562
3411
|
:param _Nick: 用户昵称
|
3563
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3564
3412
|
:type Nick: str
|
3565
3413
|
:param _Uin: 用户uin
|
3566
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3567
3414
|
:type Uin: str
|
3568
3415
|
:param _VULType: 漏洞类型
|
3569
3416
|
:type VULType: str
|
@@ -3590,49 +3437,34 @@ class AssetViewVULRiskData(AbstractModel):
|
|
3590
3437
|
:param _Payload: 攻击载荷
|
3591
3438
|
:type Payload: str
|
3592
3439
|
:param _EMGCVulType: 应急漏洞类型,1-应急漏洞,0-非应急漏洞
|
3593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3594
3440
|
:type EMGCVulType: int
|
3595
3441
|
:param _CVSS: CVSS评分
|
3596
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3597
3442
|
:type CVSS: float
|
3598
3443
|
:param _Index: 前端索引id
|
3599
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3600
3444
|
:type Index: str
|
3601
3445
|
:param _PCMGRId: pcmgrId
|
3602
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3603
3446
|
:type PCMGRId: str
|
3604
3447
|
:param _LogId: 报告id
|
3605
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3606
3448
|
:type LogId: str
|
3607
3449
|
:param _TaskId: 任务id
|
3608
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3609
3450
|
:type TaskId: str
|
3610
3451
|
:param _VulTag: 漏洞标签
|
3611
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3612
3452
|
:type VulTag: list of str
|
3613
3453
|
:param _DisclosureTime: 漏洞披露时间
|
3614
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3615
3454
|
:type DisclosureTime: str
|
3616
3455
|
:param _AttackHeat: 攻击热度
|
3617
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3618
3456
|
:type AttackHeat: int
|
3619
3457
|
:param _IsSuggest: 是否必修漏洞1是,0不是
|
3620
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3621
3458
|
:type IsSuggest: int
|
3622
3459
|
:param _HandleTaskId: 处置任务ID
|
3623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3624
3460
|
:type HandleTaskId: str
|
3625
3461
|
:param _EngineSource: 引擎来源
|
3626
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3627
3462
|
:type EngineSource: str
|
3628
3463
|
:param _VulRiskId: 新的漏洞风险id(同全网漏洞表的riskid)
|
3629
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3630
3464
|
:type VulRiskId: str
|
3631
3465
|
:param _TvdID: 新版漏洞id
|
3632
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3633
3466
|
:type TvdID: str
|
3634
3467
|
:param _IsOneClick: 是否可以一键体检,1-可以,0-不可以
|
3635
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3636
3468
|
:type IsOneClick: int
|
3637
3469
|
"""
|
3638
3470
|
self._AffectAsset = None
|
@@ -4329,64 +4161,44 @@ class BugInfoDetail(AbstractModel):
|
|
4329
4161
|
def __init__(self):
|
4330
4162
|
r"""
|
4331
4163
|
:param _Id: 漏洞编号
|
4332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4333
4164
|
:type Id: int
|
4334
4165
|
:param _PatchId: 漏洞对应pocId
|
4335
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4336
4166
|
:type PatchId: str
|
4337
4167
|
:param _VULName: 漏洞名称
|
4338
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4339
4168
|
:type VULName: str
|
4340
4169
|
:param _Level: 漏洞严重性:high,middle,low,info
|
4341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4342
4170
|
:type Level: str
|
4343
4171
|
:param _CVSSScore: cvss评分
|
4344
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4345
4172
|
:type CVSSScore: str
|
4346
4173
|
:param _CVEId: cve编号
|
4347
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4348
4174
|
:type CVEId: str
|
4349
4175
|
:param _Tag: 漏洞标签
|
4350
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4351
4176
|
:type Tag: str
|
4352
4177
|
:param _VULCategory: 漏洞种类,1:web应用,2:系统组件漏洞,3:配置风险
|
4353
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4354
4178
|
:type VULCategory: int
|
4355
4179
|
:param _ImpactOs: 漏洞影响系统
|
4356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4357
4180
|
:type ImpactOs: str
|
4358
4181
|
:param _ImpactCOMPENT: 漏洞影响组件
|
4359
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4360
4182
|
:type ImpactCOMPENT: str
|
4361
4183
|
:param _ImpactVersion: 漏洞影响版本
|
4362
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4363
4184
|
:type ImpactVersion: str
|
4364
4185
|
:param _Reference: 链接
|
4365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4366
4186
|
:type Reference: str
|
4367
4187
|
:param _VULDescribe: 漏洞描述
|
4368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4369
4188
|
:type VULDescribe: str
|
4370
4189
|
:param _Fix: 修复建议
|
4371
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4372
4190
|
:type Fix: str
|
4373
4191
|
:param _ProSupport: 产品支持状态,实时返回
|
4374
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4375
4192
|
:type ProSupport: int
|
4376
4193
|
:param _IsPublish: 是否公开,0为未发布,1为发布
|
4377
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4378
4194
|
:type IsPublish: int
|
4379
4195
|
:param _ReleaseTime: 释放时间
|
4380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4381
4196
|
:type ReleaseTime: str
|
4382
4197
|
:param _CreateTime: 创建时间
|
4383
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4384
4198
|
:type CreateTime: str
|
4385
4199
|
:param _UpdateTime: 更新时间
|
4386
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4387
4200
|
:type UpdateTime: str
|
4388
4201
|
:param _SubCategory: 漏洞子类别
|
4389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4390
4202
|
:type SubCategory: str
|
4391
4203
|
"""
|
4392
4204
|
self._Id = None
|
@@ -4619,199 +4431,134 @@ class CVMAssetVO(AbstractModel):
|
|
4619
4431
|
def __init__(self):
|
4620
4432
|
r"""
|
4621
4433
|
:param _AssetId: 资产id
|
4622
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4623
4434
|
:type AssetId: str
|
4624
4435
|
:param _AssetName: 资产名
|
4625
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4626
4436
|
:type AssetName: str
|
4627
4437
|
:param _AssetType: 资产类型
|
4628
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4629
4438
|
:type AssetType: str
|
4630
4439
|
:param _Region: 地域
|
4631
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4632
4440
|
:type Region: str
|
4633
4441
|
:param _CWPStatus: 防护状态
|
4634
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4635
4442
|
:type CWPStatus: int
|
4636
4443
|
:param _AssetCreateTime: 资产创建时间
|
4637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4638
4444
|
:type AssetCreateTime: str
|
4639
4445
|
:param _PublicIp: 公网ip
|
4640
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4641
4446
|
:type PublicIp: str
|
4642
4447
|
:param _PrivateIp: 私网ip
|
4643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4644
4448
|
:type PrivateIp: str
|
4645
4449
|
:param _VpcId: vpc id
|
4646
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4647
4450
|
:type VpcId: str
|
4648
4451
|
:param _VpcName: vpc 名
|
4649
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4650
4452
|
:type VpcName: str
|
4651
4453
|
:param _AppId: appid信息
|
4652
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4653
4454
|
:type AppId: int
|
4654
4455
|
:param _Uin: 用户uin
|
4655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4656
4456
|
:type Uin: str
|
4657
4457
|
:param _NickName: 昵称
|
4658
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4659
4458
|
:type NickName: str
|
4660
4459
|
:param _AvailableArea: 可用区
|
4661
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4662
4460
|
:type AvailableArea: str
|
4663
4461
|
:param _IsCore: 是否核心
|
4664
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4665
4462
|
:type IsCore: int
|
4666
4463
|
:param _SubnetId: 子网id
|
4667
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4668
4464
|
:type SubnetId: str
|
4669
4465
|
:param _SubnetName: 子网名
|
4670
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4671
4466
|
:type SubnetName: str
|
4672
4467
|
:param _InstanceUuid: uuid
|
4673
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4674
4468
|
:type InstanceUuid: str
|
4675
4469
|
:param _InstanceQUuid: qquid
|
4676
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4677
4470
|
:type InstanceQUuid: str
|
4678
4471
|
:param _OsName: os名
|
4679
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4680
4472
|
:type OsName: str
|
4681
4473
|
:param _PartitionCount: 分区
|
4682
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4683
4474
|
:type PartitionCount: int
|
4684
4475
|
:param _CPUInfo: cpu信息
|
4685
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4686
4476
|
:type CPUInfo: str
|
4687
4477
|
:param _CPUSize: cpu大小
|
4688
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4689
4478
|
:type CPUSize: int
|
4690
4479
|
:param _CPULoad: cpu负载
|
4691
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4692
4480
|
:type CPULoad: str
|
4693
4481
|
:param _MemorySize: 内存大小
|
4694
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4695
4482
|
:type MemorySize: str
|
4696
4483
|
:param _MemoryLoad: 内存负载
|
4697
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4698
4484
|
:type MemoryLoad: str
|
4699
4485
|
:param _DiskSize: 硬盘大小
|
4700
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4701
4486
|
:type DiskSize: str
|
4702
4487
|
:param _DiskLoad: 硬盘负载
|
4703
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4704
4488
|
:type DiskLoad: str
|
4705
4489
|
:param _AccountCount: 账号数
|
4706
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4707
4490
|
:type AccountCount: str
|
4708
4491
|
:param _ProcessCount: 进程数
|
4709
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4710
4492
|
:type ProcessCount: str
|
4711
4493
|
:param _AppCount: 软件应用
|
4712
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4713
4494
|
:type AppCount: str
|
4714
4495
|
:param _PortCount: 监听端口
|
4715
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4716
4496
|
:type PortCount: int
|
4717
4497
|
:param _Attack: 网络攻击
|
4718
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4719
4498
|
:type Attack: int
|
4720
4499
|
:param _Access: 网络访问
|
4721
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4722
4500
|
:type Access: int
|
4723
4501
|
:param _Intercept: 网络拦截
|
4724
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4725
4502
|
:type Intercept: int
|
4726
4503
|
:param _InBandwidth: 入向峰值带宽
|
4727
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4728
4504
|
:type InBandwidth: str
|
4729
4505
|
:param _OutBandwidth: 出向峰值带宽
|
4730
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4731
4506
|
:type OutBandwidth: str
|
4732
4507
|
:param _InFlow: 入向累计流量
|
4733
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4734
4508
|
:type InFlow: str
|
4735
4509
|
:param _OutFlow: 出向累计流量
|
4736
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4737
4510
|
:type OutFlow: str
|
4738
4511
|
:param _LastScanTime: 最近扫描时间
|
4739
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4740
4512
|
:type LastScanTime: str
|
4741
4513
|
:param _NetWorkOut: 恶意主动外联
|
4742
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4743
4514
|
:type NetWorkOut: int
|
4744
4515
|
:param _PortRisk: 端口风险
|
4745
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4746
4516
|
:type PortRisk: int
|
4747
4517
|
:param _VulnerabilityRisk: 漏洞风险
|
4748
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4749
4518
|
:type VulnerabilityRisk: int
|
4750
4519
|
:param _ConfigurationRisk: 配置风险
|
4751
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4752
4520
|
:type ConfigurationRisk: int
|
4753
4521
|
:param _ScanTask: 扫描任务数
|
4754
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4755
4522
|
:type ScanTask: int
|
4756
4523
|
:param _Tag: 标签
|
4757
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4758
4524
|
:type Tag: list of Tag
|
4759
4525
|
:param _MemberId: memberId
|
4760
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4761
4526
|
:type MemberId: str
|
4762
4527
|
:param _Os: os全称
|
4763
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4764
4528
|
:type Os: str
|
4765
4529
|
:param _RiskExposure: 风险服务暴露
|
4766
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4767
4530
|
:type RiskExposure: int
|
4768
4531
|
:param _BASAgentStatus: 模拟攻击工具状态。0代表未安装,1代表已安装,2代表已离线
|
4769
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4770
4532
|
:type BASAgentStatus: int
|
4771
4533
|
:param _IsNewAsset: 1新资产;0 非新资产
|
4772
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4773
4534
|
:type IsNewAsset: int
|
4774
4535
|
:param _CVMAgentStatus: 0 未安装 1安装 2:安装中
|
4775
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4776
4536
|
:type CVMAgentStatus: int
|
4777
4537
|
:param _CVMStatus: 1:开启 0:未开启
|
4778
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4779
4538
|
:type CVMStatus: int
|
4780
4539
|
:param _DefenseModel: 1:客户端已安装 0:未安装 2: Agentless
|
4781
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4782
4540
|
:type DefenseModel: int
|
4783
4541
|
:param _TatStatus: 1:已安装 0:未安装
|
4784
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4785
4542
|
:type TatStatus: int
|
4786
4543
|
:param _CpuTrend: cpu趋势图
|
4787
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4788
4544
|
:type CpuTrend: list of Element
|
4789
4545
|
:param _MemoryTrend: 内存趋势图
|
4790
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4791
4546
|
:type MemoryTrend: list of Element
|
4792
4547
|
:param _AgentStatus: 1:agent在线 0:agent离线 2:主机离线
|
4793
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4794
4548
|
:type AgentStatus: int
|
4795
4549
|
:param _CloseDefenseCount: 本月防护关闭次数
|
4796
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4797
4550
|
:type CloseDefenseCount: int
|
4798
4551
|
:param _InstanceState: 运行状态
|
4799
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4800
4552
|
:type InstanceState: str
|
4801
4553
|
:param _SecurityGroupIds: 安全组数据
|
4802
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4803
4554
|
:type SecurityGroupIds: list of str
|
4804
4555
|
:param _AgentMemRss: 物理内存占用KB
|
4805
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4806
4556
|
:type AgentMemRss: int
|
4807
4557
|
:param _AgentCpuPer: CPU使用率百分比
|
4808
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4809
4558
|
:type AgentCpuPer: float
|
4810
4559
|
:param _RealAppid: cvm真正所属的appid
|
4811
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4812
4560
|
:type RealAppid: int
|
4813
4561
|
:param _CloudType: 云资产类型:0:腾讯云,1:aws,2:azure
|
4814
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4815
4562
|
:type CloudType: int
|
4816
4563
|
:param _ProtectStatus: 主机防护状态枚举
|
4817
4564
|
0:未安装
|
@@ -4821,10 +4568,8 @@ class CVMAssetVO(AbstractModel):
|
|
4821
4568
|
4:旗舰版防护中
|
4822
4569
|
5:已离线
|
4823
4570
|
6:已关机
|
4824
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4825
4571
|
:type ProtectStatus: int
|
4826
4572
|
:param _OfflineTime: 最后离线时间
|
4827
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4828
4573
|
:type OfflineTime: str
|
4829
4574
|
"""
|
4830
4575
|
self._AssetId = None
|
@@ -5533,43 +5278,30 @@ class ClbListenerListInfo(AbstractModel):
|
|
5533
5278
|
def __init__(self):
|
5534
5279
|
r"""
|
5535
5280
|
:param _ListenerId: 监听器id
|
5536
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5537
5281
|
:type ListenerId: str
|
5538
5282
|
:param _ListenerName: 监听器名称
|
5539
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5540
5283
|
:type ListenerName: str
|
5541
5284
|
:param _LoadBalancerId: 负载均衡Id
|
5542
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5543
5285
|
:type LoadBalancerId: str
|
5544
5286
|
:param _LoadBalancerName: 负载均衡名称
|
5545
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5546
5287
|
:type LoadBalancerName: str
|
5547
5288
|
:param _Protocol: 协议
|
5548
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5549
5289
|
:type Protocol: str
|
5550
5290
|
:param _Region: 地域
|
5551
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5552
5291
|
:type Region: str
|
5553
5292
|
:param _Vip: 负载均衡ip
|
5554
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5555
5293
|
:type Vip: str
|
5556
5294
|
:param _VPort: 端口
|
5557
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5558
5295
|
:type VPort: int
|
5559
5296
|
:param _Zone: 区域
|
5560
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5561
5297
|
:type Zone: str
|
5562
5298
|
:param _NumericalVpcId: 私有网络id
|
5563
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5564
5299
|
:type NumericalVpcId: int
|
5565
5300
|
:param _LoadBalancerType: 负载均衡类型
|
5566
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5567
5301
|
:type LoadBalancerType: str
|
5568
5302
|
:param _Domain: 监听器域名
|
5569
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5570
5303
|
:type Domain: str
|
5571
5304
|
:param _LoadBalancerDomain: 负载均衡域名
|
5572
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5573
5305
|
:type LoadBalancerDomain: str
|
5574
5306
|
"""
|
5575
5307
|
self._ListenerId = None
|
@@ -6069,73 +5801,50 @@ class DBAssetVO(AbstractModel):
|
|
6069
5801
|
def __init__(self):
|
6070
5802
|
r"""
|
6071
5803
|
:param _AssetId: 资产id
|
6072
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6073
5804
|
:type AssetId: str
|
6074
5805
|
:param _AssetName: 资产名
|
6075
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6076
5806
|
:type AssetName: str
|
6077
5807
|
:param _AssetType: 资产类型
|
6078
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6079
5808
|
:type AssetType: str
|
6080
5809
|
:param _VpcId: vpcid
|
6081
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6082
5810
|
:type VpcId: str
|
6083
5811
|
:param _VpcName: vpc标签
|
6084
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6085
5812
|
:type VpcName: str
|
6086
5813
|
:param _Region: 地域
|
6087
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6088
5814
|
:type Region: str
|
6089
5815
|
:param _Domain: 域名
|
6090
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6091
5816
|
:type Domain: str
|
6092
5817
|
:param _AssetCreateTime: 资产创建时间
|
6093
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6094
5818
|
:type AssetCreateTime: str
|
6095
5819
|
:param _LastScanTime: 最近扫描时间
|
6096
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6097
5820
|
:type LastScanTime: str
|
6098
5821
|
:param _ConfigurationRisk: 配置风险
|
6099
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6100
5822
|
:type ConfigurationRisk: int
|
6101
5823
|
:param _Attack: 网络攻击
|
6102
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6103
5824
|
:type Attack: int
|
6104
5825
|
:param _Access: 网络访问
|
6105
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6106
5826
|
:type Access: int
|
6107
5827
|
:param _ScanTask: 扫描任务
|
6108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6109
5828
|
:type ScanTask: int
|
6110
5829
|
:param _AppId: 用户appid
|
6111
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6112
5830
|
:type AppId: int
|
6113
5831
|
:param _Uin: 用户uin
|
6114
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6115
5832
|
:type Uin: str
|
6116
5833
|
:param _NickName: 昵称别名
|
6117
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6118
5834
|
:type NickName: str
|
6119
5835
|
:param _Port: 端口
|
6120
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6121
5836
|
:type Port: int
|
6122
5837
|
:param _Tag: 标签
|
6123
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6124
5838
|
:type Tag: list of Tag
|
6125
5839
|
:param _PrivateIp: 内网ip
|
6126
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6127
5840
|
:type PrivateIp: str
|
6128
5841
|
:param _PublicIp: 公网ip
|
6129
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6130
5842
|
:type PublicIp: str
|
6131
5843
|
:param _Status: 状态
|
6132
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6133
5844
|
:type Status: int
|
6134
5845
|
:param _IsCore: 是否核心
|
6135
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6136
5846
|
:type IsCore: int
|
6137
5847
|
:param _IsNewAsset: 是否新资产: 1新
|
6138
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6139
5848
|
:type IsNewAsset: int
|
6140
5849
|
"""
|
6141
5850
|
self._AssetId = None
|
@@ -6395,32 +6104,23 @@ class DataSearchBug(AbstractModel):
|
|
6395
6104
|
r"""
|
6396
6105
|
:param _StateCode: 返回查询状态
|
6397
6106
|
:type StateCode: str
|
6398
|
-
:param _DataBug:
|
6399
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6107
|
+
:param _DataBug: 漏洞详情
|
6400
6108
|
:type DataBug: list of BugInfoDetail
|
6401
|
-
:param _DataAsset:
|
6402
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6109
|
+
:param _DataAsset: 漏洞影响资产详情
|
6403
6110
|
:type DataAsset: list of AssetInfoDetail
|
6404
6111
|
:param _VSSScan: true支持扫描。false不支持扫描
|
6405
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6406
6112
|
:type VSSScan: bool
|
6407
6113
|
:param _CWPScan: 0不支持,1支持
|
6408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6409
6114
|
:type CWPScan: str
|
6410
6115
|
:param _CFWPatch: 1支持虚拟补丁,0或空不支持
|
6411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6412
6116
|
:type CFWPatch: str
|
6413
6117
|
:param _WafPatch: 0不支持,1支持
|
6414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6415
6118
|
:type WafPatch: int
|
6416
6119
|
:param _CWPFix: 0不支持,1支持
|
6417
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6418
6120
|
:type CWPFix: int
|
6419
6121
|
:param _DataSupport: 产品支持状态
|
6420
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6421
6122
|
:type DataSupport: list of ProductSupport
|
6422
6123
|
:param _CveId: cveId
|
6423
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6424
6124
|
:type CveId: str
|
6425
6125
|
"""
|
6426
6126
|
self._StateCode = None
|
@@ -6559,37 +6259,26 @@ class DbAssetInfo(AbstractModel):
|
|
6559
6259
|
def __init__(self):
|
6560
6260
|
r"""
|
6561
6261
|
:param _CFWStatus: 云防状态
|
6562
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6563
6262
|
:type CFWStatus: int
|
6564
6263
|
:param _AssetId: 资产id
|
6565
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6566
6264
|
:type AssetId: str
|
6567
6265
|
:param _VpcName: vpc信息
|
6568
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6569
6266
|
:type VpcName: str
|
6570
6267
|
:param _AssetType: 资产类型
|
6571
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6572
6268
|
:type AssetType: str
|
6573
6269
|
:param _PublicIp: 公网ip
|
6574
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6575
6270
|
:type PublicIp: str
|
6576
6271
|
:param _PrivateIp: 私网ip
|
6577
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6578
6272
|
:type PrivateIp: str
|
6579
6273
|
:param _Region: 地域
|
6580
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6581
6274
|
:type Region: str
|
6582
6275
|
:param _VpcId: vpc信息
|
6583
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6584
6276
|
:type VpcId: str
|
6585
6277
|
:param _AssetName: 资产名
|
6586
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6587
6278
|
:type AssetName: str
|
6588
6279
|
:param _CFWProtectLevel: 云防保护版本
|
6589
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6590
6280
|
:type CFWProtectLevel: int
|
6591
6281
|
:param _Tag: tag信息
|
6592
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6593
6282
|
:type Tag: list of Tag
|
6594
6283
|
"""
|
6595
6284
|
self._CFWStatus = None
|
@@ -7175,7 +6864,6 @@ class DescribeAssetViewVulRiskListResponse(AbstractModel):
|
|
7175
6864
|
:param _TotalCount: 总条数
|
7176
6865
|
:type TotalCount: int
|
7177
6866
|
:param _Data: 资产视角的漏洞风险列表
|
7178
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7179
6867
|
:type Data: list of AssetViewVULRiskData
|
7180
6868
|
:param _StatusLists: 状态列表
|
7181
6869
|
:type StatusLists: list of FilterDataObject
|
@@ -7188,7 +6876,6 @@ class DescribeAssetViewVulRiskListResponse(AbstractModel):
|
|
7188
6876
|
:param _InstanceTypeLists: 资产类型列表
|
7189
6877
|
:type InstanceTypeLists: list of FilterDataObject
|
7190
6878
|
:param _Tags: tag枚举
|
7191
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7192
6879
|
:type Tags: list of FilterDataObject
|
7193
6880
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7194
6881
|
:type RequestId: str
|
@@ -7493,7 +7180,7 @@ class DescribeCVMAssetInfoRequest(AbstractModel):
|
|
7493
7180
|
|
7494
7181
|
def __init__(self):
|
7495
7182
|
r"""
|
7496
|
-
:param _AssetId:
|
7183
|
+
:param _AssetId: 资产id
|
7497
7184
|
:type AssetId: str
|
7498
7185
|
"""
|
7499
7186
|
self._AssetId = None
|
@@ -7526,8 +7213,7 @@ class DescribeCVMAssetInfoResponse(AbstractModel):
|
|
7526
7213
|
|
7527
7214
|
def __init__(self):
|
7528
7215
|
r"""
|
7529
|
-
:param _Data:
|
7530
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7216
|
+
:param _Data: 数据
|
7531
7217
|
:type Data: :class:`tencentcloud.csip.v20221121.models.AssetBaseInfoResponse`
|
7532
7218
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7533
7219
|
:type RequestId: str
|
@@ -7614,46 +7300,32 @@ class DescribeCVMAssetsResponse(AbstractModel):
|
|
7614
7300
|
def __init__(self):
|
7615
7301
|
r"""
|
7616
7302
|
:param _Total: 总数
|
7617
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7618
7303
|
:type Total: int
|
7619
7304
|
:param _Data: 机器列表
|
7620
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7621
7305
|
:type Data: list of CVMAssetVO
|
7622
7306
|
:param _RegionList: 地域列表
|
7623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7624
7307
|
:type RegionList: list of FilterDataObject
|
7625
7308
|
:param _DefenseStatusList: 防护状态
|
7626
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7627
7309
|
:type DefenseStatusList: list of FilterDataObject
|
7628
7310
|
:param _VpcList: vpc枚举
|
7629
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7630
7311
|
:type VpcList: list of FilterDataObject
|
7631
7312
|
:param _AssetTypeList: 资产类型枚举
|
7632
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7633
7313
|
:type AssetTypeList: list of FilterDataObject
|
7634
7314
|
:param _SystemTypeList: 操作系统枚举
|
7635
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7636
7315
|
:type SystemTypeList: list of FilterDataObject
|
7637
7316
|
:param _IpTypeList: ip列表
|
7638
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7639
7317
|
:type IpTypeList: list of FilterDataObject
|
7640
7318
|
:param _AppIdList: appid列表
|
7641
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7642
7319
|
:type AppIdList: list of FilterDataObject
|
7643
7320
|
:param _ZoneList: 可用区列表
|
7644
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7645
7321
|
:type ZoneList: list of FilterDataObject
|
7646
7322
|
:param _OsList: os列表
|
7647
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7648
7323
|
:type OsList: list of FilterDataObject
|
7649
7324
|
:param _AssetMapInstanceTypeList: 资产类型和实例类型的对应关系
|
7650
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7651
7325
|
:type AssetMapInstanceTypeList: list of AssetInstanceTypeMap
|
7652
7326
|
:param _PublicPrivateAttr: 公网内网枚举
|
7653
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7654
7327
|
:type PublicPrivateAttr: list of FilterDataObject
|
7655
7328
|
:param _ProtectStatusList: 主机防护状态
|
7656
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7657
7329
|
:type ProtectStatusList: list of FilterDataObject
|
7658
7330
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7659
7331
|
:type RequestId: str
|
@@ -8088,7 +7760,6 @@ class DescribeDbAssetInfoResponse(AbstractModel):
|
|
8088
7760
|
def __init__(self):
|
8089
7761
|
r"""
|
8090
7762
|
:param _Data: db资产详情
|
8091
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8092
7763
|
:type Data: :class:`tencentcloud.csip.v20221121.models.DbAssetInfo`
|
8093
7764
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8094
7765
|
:type RequestId: str
|
@@ -8187,25 +7858,18 @@ class DescribeDbAssetsResponse(AbstractModel):
|
|
8187
7858
|
def __init__(self):
|
8188
7859
|
r"""
|
8189
7860
|
:param _Total: 总数
|
8190
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8191
7861
|
:type Total: int
|
8192
7862
|
:param _Data: 资产总数
|
8193
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8194
7863
|
:type Data: list of DBAssetVO
|
8195
7864
|
:param _RegionList: 地域枚举
|
8196
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8197
7865
|
:type RegionList: list of FilterDataObject
|
8198
7866
|
:param _AssetTypeList: 资产类型枚举
|
8199
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8200
7867
|
:type AssetTypeList: list of FilterDataObject
|
8201
7868
|
:param _VpcList: Vpc枚举
|
8202
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8203
7869
|
:type VpcList: list of FilterDataObject
|
8204
7870
|
:param _AppIdList: Appid枚举
|
8205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8206
7871
|
:type AppIdList: list of FilterDataObject
|
8207
7872
|
:param _PublicPrivateAttr: 公网内网枚举
|
8208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8209
7873
|
:type PublicPrivateAttr: list of FilterDataObject
|
8210
7874
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8211
7875
|
:type RequestId: str
|
@@ -8397,22 +8061,16 @@ class DescribeDomainAssetsResponse(AbstractModel):
|
|
8397
8061
|
def __init__(self):
|
8398
8062
|
r"""
|
8399
8063
|
:param _Total: 总数
|
8400
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8401
8064
|
:type Total: int
|
8402
8065
|
:param _Data: 域名列表
|
8403
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8404
8066
|
:type Data: list of DomainAssetVO
|
8405
8067
|
:param _DefenseStatusList: 防护状态列表
|
8406
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8407
8068
|
:type DefenseStatusList: list of FilterDataObject
|
8408
8069
|
:param _AssetLocationList: 资产归属地列表
|
8409
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8410
8070
|
:type AssetLocationList: list of FilterDataObject
|
8411
8071
|
:param _SourceTypeList: 资产类型列表
|
8412
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8413
8072
|
:type SourceTypeList: list of FilterDataObject
|
8414
8073
|
:param _RegionList: 地域列表
|
8415
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8416
8074
|
:type RegionList: list of FilterDataObject
|
8417
8075
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8418
8076
|
:type RequestId: str
|
@@ -9175,27 +8833,20 @@ class DescribePublicIpAssetsResponse(AbstractModel):
|
|
9175
8833
|
def __init__(self):
|
9176
8834
|
r"""
|
9177
8835
|
:param _Data: 列表
|
9178
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9179
8836
|
:type Data: list of IpAssetListVO
|
9180
8837
|
:param _Total: 总数
|
9181
8838
|
:type Total: int
|
9182
8839
|
:param _AssetLocationList: 资产归属地
|
9183
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9184
8840
|
:type AssetLocationList: list of FilterDataObject
|
9185
8841
|
:param _IpTypeList: ip列表枚举
|
9186
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9187
8842
|
:type IpTypeList: list of FilterDataObject
|
9188
8843
|
:param _RegionList: 地域列表枚举
|
9189
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9190
8844
|
:type RegionList: list of FilterDataObject
|
9191
8845
|
:param _DefenseStatusList: 防护枚举
|
9192
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9193
8846
|
:type DefenseStatusList: list of FilterDataObject
|
9194
8847
|
:param _AssetTypeList: 资产类型枚举
|
9195
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9196
8848
|
:type AssetTypeList: list of FilterDataObject
|
9197
8849
|
:param _AppIdList: AppId枚举
|
9198
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9199
8850
|
:type AppIdList: list of FilterDataObject
|
9200
8851
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9201
8852
|
:type RequestId: str
|
@@ -11085,7 +10736,7 @@ class DescribeSearchBugInfoRequest(AbstractModel):
|
|
11085
10736
|
|
11086
10737
|
def __init__(self):
|
11087
10738
|
r"""
|
11088
|
-
:param _Id:
|
10739
|
+
:param _Id: 1的时候返回应急漏洞,2的时候返回应急漏洞列表,3的时候搭配输入CVEId字段展示该漏洞数据
|
11089
10740
|
:type Id: str
|
11090
10741
|
:param _CVEId: id=3时传入该参数
|
11091
10742
|
:type CVEId: str
|
@@ -11131,7 +10782,6 @@ class DescribeSearchBugInfoResponse(AbstractModel):
|
|
11131
10782
|
def __init__(self):
|
11132
10783
|
r"""
|
11133
10784
|
:param _Data: 漏洞信息和资产信息
|
11134
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11135
10785
|
:type Data: :class:`tencentcloud.csip.v20221121.models.DataSearchBug`
|
11136
10786
|
:param _ReturnCode: 状态值,0:查询成功,非0:查询失败
|
11137
10787
|
:type ReturnCode: int
|
@@ -12250,7 +11900,6 @@ class DescribeVulViewVulRiskListResponse(AbstractModel):
|
|
12250
11900
|
:param _TotalCount: 总条数
|
12251
11901
|
:type TotalCount: int
|
12252
11902
|
:param _Data: 漏洞产视角的漏洞风险列表
|
12253
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12254
11903
|
:type Data: list of VULViewVULRiskData
|
12255
11904
|
:param _LevelLists: 危险等级列表
|
12256
11905
|
:type LevelLists: list of FilterDataObject
|
@@ -12259,7 +11908,6 @@ class DescribeVulViewVulRiskListResponse(AbstractModel):
|
|
12259
11908
|
:param _VULTypeLists: 漏洞类型列表
|
12260
11909
|
:type VULTypeLists: list of FilterDataObject
|
12261
11910
|
:param _Tags: tag枚举
|
12262
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12263
11911
|
:type Tags: list of FilterDataObject
|
12264
11912
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12265
11913
|
:type RequestId: str
|
@@ -12372,121 +12020,82 @@ class DomainAssetVO(AbstractModel):
|
|
12372
12020
|
def __init__(self):
|
12373
12021
|
r"""
|
12374
12022
|
:param _AssetId: 资产id
|
12375
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12376
12023
|
:type AssetId: list of str
|
12377
12024
|
:param _AssetName: 资产名
|
12378
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12379
12025
|
:type AssetName: list of str
|
12380
12026
|
:param _AssetType: 资产类型
|
12381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12382
12027
|
:type AssetType: list of str
|
12383
12028
|
:param _Region: 地域
|
12384
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12385
12029
|
:type Region: list of str
|
12386
12030
|
:param _WAFStatus: Waf状态
|
12387
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12388
12031
|
:type WAFStatus: int
|
12389
12032
|
:param _AssetCreateTime: 资产创建时间
|
12390
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12391
12033
|
:type AssetCreateTime: str
|
12392
12034
|
:param _AppId: Appid
|
12393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12394
12035
|
:type AppId: int
|
12395
12036
|
:param _Uin: 账号id
|
12396
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12397
12037
|
:type Uin: str
|
12398
12038
|
:param _NickName: 账号名称
|
12399
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12400
12039
|
:type NickName: str
|
12401
12040
|
:param _IsCore: 是否核心
|
12402
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12403
12041
|
:type IsCore: int
|
12404
12042
|
:param _IsCloud: 是否云上资产
|
12405
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12406
12043
|
:type IsCloud: int
|
12407
12044
|
:param _Attack: 网络攻击
|
12408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12409
12045
|
:type Attack: int
|
12410
12046
|
:param _Access: 网络访问
|
12411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12412
12047
|
:type Access: int
|
12413
12048
|
:param _Intercept: 网络拦截
|
12414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12415
12049
|
:type Intercept: int
|
12416
12050
|
:param _InBandwidth: 入站峰值带宽
|
12417
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12418
12051
|
:type InBandwidth: str
|
12419
12052
|
:param _OutBandwidth: 出站峰值带宽
|
12420
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12421
12053
|
:type OutBandwidth: str
|
12422
12054
|
:param _InFlow: 入站累计流量
|
12423
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12424
12055
|
:type InFlow: str
|
12425
12056
|
:param _OutFlow: 出站累计流量
|
12426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12427
12057
|
:type OutFlow: str
|
12428
12058
|
:param _LastScanTime: 最近扫描时间
|
12429
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12430
12059
|
:type LastScanTime: str
|
12431
12060
|
:param _PortRisk: 端口风险
|
12432
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12433
12061
|
:type PortRisk: int
|
12434
12062
|
:param _VulnerabilityRisk: 漏洞风险
|
12435
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12436
12063
|
:type VulnerabilityRisk: int
|
12437
12064
|
:param _ConfigurationRisk: 配置风险
|
12438
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12439
12065
|
:type ConfigurationRisk: int
|
12440
12066
|
:param _ScanTask: 扫描任务
|
12441
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12442
12067
|
:type ScanTask: int
|
12443
12068
|
:param _SubDomain: 域名
|
12444
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12445
12069
|
:type SubDomain: str
|
12446
12070
|
:param _SeverIp: 解析ip
|
12447
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12448
12071
|
:type SeverIp: list of str
|
12449
12072
|
:param _BotCount: bot攻击数量
|
12450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12451
12073
|
:type BotCount: int
|
12452
12074
|
:param _WeakPassword: 弱口令风险
|
12453
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12454
12075
|
:type WeakPassword: int
|
12455
12076
|
:param _WebContentRisk: 内容风险
|
12456
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12457
12077
|
:type WebContentRisk: int
|
12458
12078
|
:param _Tag: tag标签
|
12459
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12460
12079
|
:type Tag: list of Tag
|
12461
12080
|
:param _SourceType: 关联实例类型
|
12462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12463
12081
|
:type SourceType: str
|
12464
12082
|
:param _MemberId: memberiD
|
12465
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12466
12083
|
:type MemberId: str
|
12467
12084
|
:param _CCAttack: cc攻击
|
12468
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12469
12085
|
:type CCAttack: int
|
12470
12086
|
:param _WebAttack: web攻击
|
12471
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12472
12087
|
:type WebAttack: int
|
12473
12088
|
:param _ServiceRisk: 风险服务暴露数量
|
12474
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12475
12089
|
:type ServiceRisk: int
|
12476
12090
|
:param _IsNewAsset: 是否新资产 1新
|
12477
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12478
12091
|
:type IsNewAsset: int
|
12479
12092
|
:param _VerifyDomain: 待确认资产的随机三级域名
|
12480
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12481
12093
|
:type VerifyDomain: str
|
12482
12094
|
:param _VerifyTXTRecord: 待确认资产的TXT记录内容
|
12483
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12484
12095
|
:type VerifyTXTRecord: str
|
12485
12096
|
:param _VerifyStatus: 待确认资产的认证状态,0-待认证,1-认证成功,2-认证中,3-txt认证失败,4-人工认证失败
|
12486
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12487
12097
|
:type VerifyStatus: int
|
12488
12098
|
:param _BotAccessCount: bot访问数量
|
12489
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12490
12099
|
:type BotAccessCount: int
|
12491
12100
|
"""
|
12492
12101
|
self._AssetId = None
|
@@ -12905,10 +12514,8 @@ class Element(AbstractModel):
|
|
12905
12514
|
def __init__(self):
|
12906
12515
|
r"""
|
12907
12516
|
:param _Key: 统计类型
|
12908
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12909
12517
|
:type Key: str
|
12910
12518
|
:param _Value: 统计对象
|
12911
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12912
12519
|
:type Value: str
|
12913
12520
|
"""
|
12914
12521
|
self._Key = None
|
@@ -13127,7 +12734,6 @@ class GateWayAsset(AbstractModel):
|
|
13127
12734
|
:param _VpcName: 私有网络名
|
13128
12735
|
:type VpcName: str
|
13129
12736
|
:param _Tag: 标签
|
13130
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13131
12737
|
:type Tag: list of Tag
|
13132
12738
|
:param _OutboundPeakBandwidth: 出向峰值带宽
|
13133
12739
|
:type OutboundPeakBandwidth: str
|
@@ -13154,22 +12760,16 @@ class GateWayAsset(AbstractModel):
|
|
13154
12760
|
:param _Nick: 昵称
|
13155
12761
|
:type Nick: str
|
13156
12762
|
:param _AddressIPV6: ipv6地址
|
13157
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13158
12763
|
:type AddressIPV6: str
|
13159
12764
|
:param _IsCore: 是否核心
|
13160
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13161
12765
|
:type IsCore: int
|
13162
12766
|
:param _RiskExposure: 风险服务暴露
|
13163
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13164
12767
|
:type RiskExposure: int
|
13165
12768
|
:param _IsNewAsset: 是否新资产 1新
|
13166
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13167
12769
|
:type IsNewAsset: int
|
13168
12770
|
:param _Status: 网关状态
|
13169
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13170
12771
|
:type Status: str
|
13171
12772
|
:param _EngineRegion: TSE的网关真实地域
|
13172
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13173
12773
|
:type EngineRegion: str
|
13174
12774
|
"""
|
13175
12775
|
self._AppId = None
|
@@ -13488,109 +13088,74 @@ class IpAssetListVO(AbstractModel):
|
|
13488
13088
|
def __init__(self):
|
13489
13089
|
r"""
|
13490
13090
|
:param _AssetId: 资产id
|
13491
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13492
13091
|
:type AssetId: str
|
13493
13092
|
:param _AssetName: 资产name
|
13494
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13495
13093
|
:type AssetName: str
|
13496
13094
|
:param _AssetType: 资产类型
|
13497
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13498
13095
|
:type AssetType: str
|
13499
13096
|
:param _Region: 地域
|
13500
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13501
13097
|
:type Region: str
|
13502
13098
|
:param _CFWStatus: 云防状态
|
13503
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13504
13099
|
:type CFWStatus: int
|
13505
13100
|
:param _AssetCreateTime: 资产创建时间
|
13506
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13507
13101
|
:type AssetCreateTime: str
|
13508
13102
|
:param _PublicIp: 公网ip
|
13509
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13510
13103
|
:type PublicIp: str
|
13511
13104
|
:param _PublicIpType: 公网ip类型
|
13512
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13513
13105
|
:type PublicIpType: int
|
13514
13106
|
:param _VpcId: vpc
|
13515
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13516
13107
|
:type VpcId: str
|
13517
13108
|
:param _VpcName: vpc名
|
13518
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13519
13109
|
:type VpcName: str
|
13520
13110
|
:param _AppId: appid
|
13521
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13522
13111
|
:type AppId: int
|
13523
13112
|
:param _Uin: 用户uin
|
13524
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13525
13113
|
:type Uin: str
|
13526
13114
|
:param _NickName: 名称
|
13527
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13528
13115
|
:type NickName: str
|
13529
13116
|
:param _IsCore: 核心
|
13530
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13531
13117
|
:type IsCore: int
|
13532
13118
|
:param _IsCloud: 云上
|
13533
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13534
13119
|
:type IsCloud: int
|
13535
13120
|
:param _Attack: 网络攻击
|
13536
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13537
13121
|
:type Attack: int
|
13538
13122
|
:param _Access: 网络访问
|
13539
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13540
13123
|
:type Access: int
|
13541
13124
|
:param _Intercept: 网络拦截
|
13542
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13543
13125
|
:type Intercept: int
|
13544
13126
|
:param _InBandwidth: 入向带宽
|
13545
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13546
13127
|
:type InBandwidth: str
|
13547
13128
|
:param _OutBandwidth: 出向带宽
|
13548
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13549
13129
|
:type OutBandwidth: str
|
13550
13130
|
:param _InFlow: 入向流量
|
13551
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13552
13131
|
:type InFlow: str
|
13553
13132
|
:param _OutFlow: 出向流量
|
13554
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13555
13133
|
:type OutFlow: str
|
13556
13134
|
:param _LastScanTime: 最近扫描时间
|
13557
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13558
13135
|
:type LastScanTime: str
|
13559
13136
|
:param _PortRisk: 端口风险
|
13560
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13561
13137
|
:type PortRisk: int
|
13562
13138
|
:param _VulnerabilityRisk: 漏洞风险
|
13563
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13564
13139
|
:type VulnerabilityRisk: int
|
13565
13140
|
:param _ConfigurationRisk: 配置风险
|
13566
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13567
13141
|
:type ConfigurationRisk: int
|
13568
13142
|
:param _ScanTask: 扫描任务
|
13569
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13570
13143
|
:type ScanTask: int
|
13571
13144
|
:param _WeakPassword: 弱口令
|
13572
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13573
13145
|
:type WeakPassword: int
|
13574
13146
|
:param _WebContentRisk: 内容风险
|
13575
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13576
13147
|
:type WebContentRisk: int
|
13577
13148
|
:param _Tag: 标签
|
13578
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13579
13149
|
:type Tag: list of Tag
|
13580
13150
|
:param _AddressId: eip主键
|
13581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13582
13151
|
:type AddressId: str
|
13583
13152
|
:param _MemberId: memberid信息
|
13584
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13585
13153
|
:type MemberId: str
|
13586
13154
|
:param _RiskExposure: 风险服务暴露
|
13587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13588
13155
|
:type RiskExposure: int
|
13589
13156
|
:param _IsNewAsset: 是否新资产 1新
|
13590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13591
13157
|
:type IsNewAsset: int
|
13592
13158
|
:param _VerifyStatus: 资产认证状态,0-待认证,1-认证成功,2-认证中,3+-认证失败
|
13593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13594
13159
|
:type VerifyStatus: int
|
13595
13160
|
"""
|
13596
13161
|
self._AssetId = None
|
@@ -13969,10 +13534,8 @@ class KeyValue(AbstractModel):
|
|
13969
13534
|
def __init__(self):
|
13970
13535
|
r"""
|
13971
13536
|
:param _Key: 字段
|
13972
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13973
13537
|
:type Key: str
|
13974
13538
|
:param _Value: 值
|
13975
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13976
13539
|
:type Value: str
|
13977
13540
|
"""
|
13978
13541
|
self._Key = None
|
@@ -14450,7 +14013,6 @@ class NICAsset(AbstractModel):
|
|
14450
14013
|
:param _VpcName: 私有网络名
|
14451
14014
|
:type VpcName: str
|
14452
14015
|
:param _Tag: 标签
|
14453
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14454
14016
|
:type Tag: list of Tag
|
14455
14017
|
:param _OutboundPeakBandwidth: 出向峰值带宽
|
14456
14018
|
:type OutboundPeakBandwidth: str
|
@@ -14477,10 +14039,8 @@ class NICAsset(AbstractModel):
|
|
14477
14039
|
:param _Nick: 昵称
|
14478
14040
|
:type Nick: str
|
14479
14041
|
:param _IsCore: 是否核心
|
14480
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14481
14042
|
:type IsCore: int
|
14482
14043
|
:param _IsNewAsset: 是否新资产 1新
|
14483
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14484
14044
|
:type IsNewAsset: int
|
14485
14045
|
"""
|
14486
14046
|
self._AppId = None
|
@@ -14876,78 +14436,54 @@ class OrganizationUserInfo(AbstractModel):
|
|
14876
14436
|
def __init__(self):
|
14877
14437
|
r"""
|
14878
14438
|
:param _Uin: 成员账号Uin
|
14879
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14880
14439
|
:type Uin: str
|
14881
14440
|
:param _NickName: 成员账号名称
|
14882
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14883
14441
|
:type NickName: str
|
14884
14442
|
:param _NodeName: 部门节点名称,账号所属部门
|
14885
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14886
14443
|
:type NodeName: str
|
14887
14444
|
:param _AssetCount: 资产数量
|
14888
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14889
14445
|
:type AssetCount: int
|
14890
14446
|
:param _RiskCount: 风险数量
|
14891
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14892
14447
|
:type RiskCount: int
|
14893
14448
|
:param _AttackCount: 攻击数量
|
14894
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14895
14449
|
:type AttackCount: int
|
14896
14450
|
:param _Role: Member/Admin/;成员或者管理员
|
14897
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14898
14451
|
:type Role: str
|
14899
14452
|
:param _MemberId: 成员账号id
|
14900
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14901
14453
|
:type MemberId: str
|
14902
14454
|
:param _AppId: 成员账号Appid
|
14903
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14904
14455
|
:type AppId: str
|
14905
14456
|
:param _JoinType: 账号加入方式,create/invite
|
14906
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14907
14457
|
:type JoinType: str
|
14908
14458
|
:param _CFWProtect: 空则未开启,否则不同字符串对应不同版本,common为通用,不区分版本
|
14909
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14910
14459
|
:type CFWProtect: str
|
14911
14460
|
:param _WAFProtect: 空则未开启,否则不同字符串对应不同版本,common为通用,不区分版本
|
14912
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14913
14461
|
:type WAFProtect: str
|
14914
14462
|
:param _CWPProtect: 空则未开启,否则不同字符串对应不同版本,common为通用,不区分版本
|
14915
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14916
14463
|
:type CWPProtect: str
|
14917
14464
|
:param _Enable: 1启用,0未启用
|
14918
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14919
14465
|
:type Enable: int
|
14920
14466
|
:param _CSIPProtect: "Free" //免费版 "Advanced" //高级版 "Enterprise" //企业版 "Ultimate" //旗舰版
|
14921
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14922
14467
|
:type CSIPProtect: str
|
14923
14468
|
:param _QuotaConsumer: 1为配额消耗者
|
14924
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14925
14469
|
:type QuotaConsumer: int
|
14926
14470
|
:param _CloudType: 账户类型,0为腾讯云账户,1为AWS账户
|
14927
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14928
14471
|
:type CloudType: int
|
14929
14472
|
:param _SyncFrequency: 0为缺省值,1为10分钟,2为1小时,3为24小时
|
14930
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14931
14473
|
:type SyncFrequency: int
|
14932
14474
|
:param _IsExpired: 多云账户是否过期
|
14933
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14934
14475
|
:type IsExpired: bool
|
14935
14476
|
:param _PermissionList: 多云账户 权限列表
|
14936
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14937
14477
|
:type PermissionList: list of str
|
14938
14478
|
:param _AuthType: 1
|
14939
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14940
14479
|
:type AuthType: int
|
14941
14480
|
:param _TcMemberType: 0 腾讯云集团账户
|
14942
14481
|
1 腾讯云接入账户
|
14943
14482
|
2 非腾讯云
|
14944
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14945
14483
|
:type TcMemberType: int
|
14946
14484
|
:param _SubUserCount: 子账号数量
|
14947
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14948
14485
|
:type SubUserCount: int
|
14949
14486
|
:param _JoinTypeInfo: 加入方式详细信息
|
14950
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14951
14487
|
:type JoinTypeInfo: str
|
14952
14488
|
"""
|
14953
14489
|
self._Uin = None
|
@@ -15493,22 +15029,16 @@ class ProductSupport(AbstractModel):
|
|
15493
15029
|
def __init__(self):
|
15494
15030
|
r"""
|
15495
15031
|
:param _VSSScan: true支持扫描。false不支持扫描
|
15496
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15497
15032
|
:type VSSScan: bool
|
15498
15033
|
:param _CWPScan: 0不支持,1支持
|
15499
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15500
15034
|
:type CWPScan: str
|
15501
15035
|
:param _CFWPatch: 1支持虚拟补丁,0或空不支持
|
15502
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15503
15036
|
:type CFWPatch: str
|
15504
15037
|
:param _WafPatch: 0不支持,1支持
|
15505
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15506
15038
|
:type WafPatch: int
|
15507
15039
|
:param _CWPFix: 0不支持,1支持
|
15508
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15509
15040
|
:type CWPFix: int
|
15510
15041
|
:param _CveId: cveid
|
15511
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15512
15042
|
:type CveId: str
|
15513
15043
|
"""
|
15514
15044
|
self._VSSScan = None
|
@@ -15625,13 +15155,10 @@ class RelatedEvent(AbstractModel):
|
|
15625
15155
|
def __init__(self):
|
15626
15156
|
r"""
|
15627
15157
|
:param _EventID: 事件ID
|
15628
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15629
15158
|
:type EventID: str
|
15630
15159
|
:param _Description: 事件描述
|
15631
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15632
15160
|
:type Description: str
|
15633
15161
|
:param _RelatedCount: 与事件关联的告警数量
|
15634
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15635
15162
|
:type RelatedCount: int
|
15636
15163
|
"""
|
15637
15164
|
self._EventID = None
|
@@ -15832,73 +15359,50 @@ class RoleInfo(AbstractModel):
|
|
15832
15359
|
def __init__(self):
|
15833
15360
|
r"""
|
15834
15361
|
:param _IP: IP
|
15835
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15836
15362
|
:type IP: str
|
15837
15363
|
:param _HostIP: HostIP
|
15838
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15839
15364
|
:type HostIP: str
|
15840
15365
|
:param _OriginIP: 原始IP
|
15841
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15842
15366
|
:type OriginIP: str
|
15843
15367
|
:param _Port: 端口
|
15844
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15845
15368
|
:type Port: int
|
15846
15369
|
:param _InstanceID: 资产ID
|
15847
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15848
15370
|
:type InstanceID: str
|
15849
15371
|
:param _City: 城市
|
15850
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15851
15372
|
:type City: str
|
15852
15373
|
:param _Province: 省份
|
15853
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15854
15374
|
:type Province: str
|
15855
15375
|
:param _Country: 国家
|
15856
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15857
15376
|
:type Country: str
|
15858
15377
|
:param _Address: 地址
|
15859
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15860
15378
|
:type Address: str
|
15861
15379
|
:param _Latitude: 纬度
|
15862
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15863
15380
|
:type Latitude: str
|
15864
15381
|
:param _Longitude: 经度
|
15865
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15866
15382
|
:type Longitude: str
|
15867
15383
|
:param _Info: 信息
|
15868
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15869
15384
|
:type Info: str
|
15870
15385
|
:param _Domain: 域名
|
15871
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15872
15386
|
:type Domain: str
|
15873
15387
|
:param _Name: 企业名称
|
15874
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15875
15388
|
:type Name: str
|
15876
15389
|
:param _Account: 账号
|
15877
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15878
15390
|
:type Account: str
|
15879
15391
|
:param _Family: 家族团伙
|
15880
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15881
15392
|
:type Family: str
|
15882
15393
|
:param _VirusName: 病毒名
|
15883
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15884
15394
|
:type VirusName: str
|
15885
15395
|
:param _MD5: MD5值
|
15886
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15887
15396
|
:type MD5: str
|
15888
15397
|
:param _FileName: 恶意进程文件名
|
15889
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15890
15398
|
:type FileName: str
|
15891
15399
|
:param _AssetType: 1:主机资产 2:域名资产 3:网络资产
|
15892
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15893
15400
|
:type AssetType: int
|
15894
15401
|
:param _FromLogAnalysisData: 来源日志分析的信息字段
|
15895
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15896
15402
|
:type FromLogAnalysisData: list of KeyValue
|
15897
15403
|
:param _ContainerName: 容器名
|
15898
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15899
15404
|
:type ContainerName: str
|
15900
15405
|
:param _ContainerID: 容器ID
|
15901
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15902
15406
|
:type ContainerID: str
|
15903
15407
|
"""
|
15904
15408
|
self._IP = None
|
@@ -16322,124 +15826,84 @@ class ScanTaskInfoList(AbstractModel):
|
|
16322
15826
|
def __init__(self):
|
16323
15827
|
r"""
|
16324
15828
|
:param _TaskName: 任务名称
|
16325
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16326
15829
|
:type TaskName: str
|
16327
15830
|
:param _StartTime: 任务开始时间
|
16328
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16329
15831
|
:type StartTime: str
|
16330
15832
|
:param _EndTime: 任务结束时间
|
16331
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16332
15833
|
:type EndTime: str
|
16333
15834
|
:param _ScanPlanContent: cron格式
|
16334
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16335
15835
|
:type ScanPlanContent: str
|
16336
15836
|
:param _TaskType: 0-周期任务,1-立即扫描,2-定时扫描,3-自定义
|
16337
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16338
15837
|
:type TaskType: int
|
16339
15838
|
:param _InsertTime: 创建时间
|
16340
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16341
15839
|
:type InsertTime: str
|
16342
15840
|
:param _TaskId: 任务ID
|
16343
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16344
15841
|
:type TaskId: str
|
16345
15842
|
:param _SelfDefiningAssets: 自定义指定扫描资产信息
|
16346
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16347
15843
|
:type SelfDefiningAssets: list of str
|
16348
15844
|
:param _PredictTime: 预估时间
|
16349
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16350
15845
|
:type PredictTime: int
|
16351
15846
|
:param _PredictEndTime: 预估完成时间
|
16352
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16353
15847
|
:type PredictEndTime: str
|
16354
15848
|
:param _ReportNumber: 报告数量
|
16355
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16356
15849
|
:type ReportNumber: int
|
16357
15850
|
:param _AssetNumber: 资产数量
|
16358
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16359
15851
|
:type AssetNumber: int
|
16360
15852
|
:param _ScanStatus: 扫描状态, 0-初始值,1-正在扫描,2-扫描完成,3-扫描出错,4-停止扫描
|
16361
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16362
15853
|
:type ScanStatus: int
|
16363
15854
|
:param _Percent: 任务进度
|
16364
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16365
15855
|
:type Percent: float
|
16366
15856
|
:param _ScanItem: port/poc/weakpass/webcontent/configrisk
|
16367
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16368
15857
|
:type ScanItem: str
|
16369
15858
|
:param _ScanAssetType: 0-全扫,1-指定资产扫,2-排除资产扫,3-自定义指定资产扫描
|
16370
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16371
15859
|
:type ScanAssetType: int
|
16372
15860
|
:param _VSSTaskId: vss子任务id
|
16373
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16374
15861
|
:type VSSTaskId: str
|
16375
15862
|
:param _CSPMTaskId: cspm子任务id
|
16376
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16377
15863
|
:type CSPMTaskId: str
|
16378
15864
|
:param _CWPPOCId: 主机漏扫子任务id
|
16379
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16380
15865
|
:type CWPPOCId: str
|
16381
15866
|
:param _CWPBlId: 主机基线子任务id
|
16382
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16383
15867
|
:type CWPBlId: str
|
16384
15868
|
:param _VSSTaskProcess: vss子任务进度
|
16385
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16386
15869
|
:type VSSTaskProcess: int
|
16387
15870
|
:param _CSPMTaskProcess: cspm子任务进度
|
16388
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16389
15871
|
:type CSPMTaskProcess: int
|
16390
15872
|
:param _CWPPOCProcess: 主机漏扫子任务进度
|
16391
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16392
15873
|
:type CWPPOCProcess: int
|
16393
15874
|
:param _CWPBlProcess: 主机基线子任务进度
|
16394
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16395
15875
|
:type CWPBlProcess: int
|
16396
15876
|
:param _ErrorCode: 异常状态码
|
16397
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16398
15877
|
:type ErrorCode: int
|
16399
15878
|
:param _ErrorInfo: 异常信息
|
16400
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16401
15879
|
:type ErrorInfo: str
|
16402
15880
|
:param _StartDay: 周期任务开始的天数
|
16403
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16404
15881
|
:type StartDay: int
|
16405
15882
|
:param _Frequency: 扫描频率,单位天,1-每天,7-每周,30-月,0-扫描一次
|
16406
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16407
15883
|
:type Frequency: int
|
16408
15884
|
:param _CompleteNumber: 完成次数
|
16409
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16410
15885
|
:type CompleteNumber: int
|
16411
15886
|
:param _CompleteAssetNumber: 已完成资产个数
|
16412
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16413
15887
|
:type CompleteAssetNumber: int
|
16414
15888
|
:param _RiskCount: 风险数
|
16415
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16416
15889
|
:type RiskCount: int
|
16417
15890
|
:param _Assets: 资产
|
16418
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16419
15891
|
:type Assets: list of TaskAssetObject
|
16420
15892
|
:param _AppId: 用户Appid
|
16421
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16422
15893
|
:type AppId: str
|
16423
15894
|
:param _UIN: 用户主账户ID
|
16424
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16425
15895
|
:type UIN: str
|
16426
15896
|
:param _UserName: 用户名称
|
16427
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16428
15897
|
:type UserName: str
|
16429
15898
|
:param _TaskMode: 体检模式,0-标准模式,1-快速模式,2-高级模式
|
16430
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16431
15899
|
:type TaskMode: int
|
16432
15900
|
:param _ScanFrom: 扫描来源
|
16433
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16434
15901
|
:type ScanFrom: str
|
16435
15902
|
:param _IsFree: 是否限免体检0不是,1是
|
16436
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16437
15903
|
:type IsFree: int
|
16438
15904
|
:param _IsDelete: 是否可以删除,1-可以,0-不可以,对应多账户管理使用
|
16439
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16440
15905
|
:type IsDelete: int
|
16441
15906
|
:param _SourceType: 任务源类型,0-默认,1-小助手,2-体检项
|
16442
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16443
15907
|
:type SourceType: int
|
16444
15908
|
"""
|
16445
15909
|
self._TaskName = None
|
@@ -16870,7 +16334,6 @@ class ServerRisk(AbstractModel):
|
|
16870
16334
|
:param _ServiceTag: 测绘标签
|
16871
16335
|
:type ServiceTag: str
|
16872
16336
|
:param _Port: 端口
|
16873
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16874
16337
|
:type Port: int
|
16875
16338
|
:param _AffectAsset: 影响资产
|
16876
16339
|
:type AffectAsset: str
|
@@ -16893,7 +16356,6 @@ class ServerRisk(AbstractModel):
|
|
16893
16356
|
:param _FirstTime: 首次识别时间
|
16894
16357
|
:type FirstTime: str
|
16895
16358
|
:param _RiskDetails: 风险详情
|
16896
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16897
16359
|
:type RiskDetails: str
|
16898
16360
|
:param _Suggestion: 处置建议
|
16899
16361
|
:type Suggestion: str
|
@@ -16904,28 +16366,20 @@ class ServerRisk(AbstractModel):
|
|
16904
16366
|
:param _AppId: 用户appid
|
16905
16367
|
:type AppId: str
|
16906
16368
|
:param _Nick: 用户昵称
|
16907
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16908
16369
|
:type Nick: str
|
16909
16370
|
:param _Uin: 用户uin
|
16910
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16911
16371
|
:type Uin: str
|
16912
16372
|
:param _ServiceSnapshot: 服务快照
|
16913
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16914
16373
|
:type ServiceSnapshot: str
|
16915
16374
|
:param _Url: 服务访问的url
|
16916
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16917
16375
|
:type Url: str
|
16918
16376
|
:param _Index: 列表索引值
|
16919
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16920
16377
|
:type Index: str
|
16921
16378
|
:param _RiskList: 风险列表
|
16922
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16923
16379
|
:type RiskList: list of ServerRiskSuggestion
|
16924
16380
|
:param _SuggestionList: 建议列表
|
16925
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16926
16381
|
:type SuggestionList: list of ServerRiskSuggestion
|
16927
16382
|
:param _StatusCode: HTTP响应状态码
|
16928
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16929
16383
|
:type StatusCode: str
|
16930
16384
|
"""
|
16931
16385
|
self._ServiceTag = None
|
@@ -17209,10 +16663,8 @@ class ServerRiskSuggestion(AbstractModel):
|
|
17209
16663
|
def __init__(self):
|
17210
16664
|
r"""
|
17211
16665
|
:param _Title: 标题
|
17212
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17213
16666
|
:type Title: str
|
17214
16667
|
:param _Body: 详情
|
17215
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17216
16668
|
:type Body: str
|
17217
16669
|
"""
|
17218
16670
|
self._Title = None
|
@@ -17427,7 +16879,6 @@ class SubnetAsset(AbstractModel):
|
|
17427
16879
|
:param _VpcName: 私有网络名
|
17428
16880
|
:type VpcName: str
|
17429
16881
|
:param _Tag: 标签
|
17430
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17431
16882
|
:type Tag: list of Tag
|
17432
16883
|
:param _Nick: 昵称
|
17433
16884
|
:type Nick: str
|
@@ -17448,10 +16899,8 @@ class SubnetAsset(AbstractModel):
|
|
17448
16899
|
:param _LastScanTime: 最后扫描时间
|
17449
16900
|
:type LastScanTime: str
|
17450
16901
|
:param _IsCore: 是否核心
|
17451
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17452
16902
|
:type IsCore: int
|
17453
16903
|
:param _IsNewAsset: 是否新资产 1新
|
17454
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17455
16904
|
:type IsNewAsset: int
|
17456
16905
|
"""
|
17457
16906
|
self._AppId = None
|
@@ -17715,10 +17164,8 @@ class TagCount(AbstractModel):
|
|
17715
17164
|
def __init__(self):
|
17716
17165
|
r"""
|
17717
17166
|
:param _Name: 产品名
|
17718
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17719
17167
|
:type Name: str
|
17720
17168
|
:param _Count: 日志条数
|
17721
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17722
17169
|
:type Count: int
|
17723
17170
|
"""
|
17724
17171
|
self._Name = None
|
@@ -18506,7 +17953,6 @@ class UpdateAlertStatusListResponse(AbstractModel):
|
|
18506
17953
|
def __init__(self):
|
18507
17954
|
r"""
|
18508
17955
|
:param _Msg: 结果信息
|
18509
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18510
17956
|
:type Msg: str
|
18511
17957
|
:param _Code: 结果代码
|
18512
17958
|
:type Code: str
|
@@ -18822,16 +18268,12 @@ class VULRiskInfo(AbstractModel):
|
|
18822
18268
|
def __init__(self):
|
18823
18269
|
r"""
|
18824
18270
|
:param _Fix: 修复建议
|
18825
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18826
18271
|
:type Fix: str
|
18827
18272
|
:param _References: 技术参考/参考链接
|
18828
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18829
18273
|
:type References: str
|
18830
18274
|
:param _Describe: 漏洞描述
|
18831
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18832
18275
|
:type Describe: str
|
18833
18276
|
:param _ImpactComponent: 受影响组件
|
18834
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18835
18277
|
:type ImpactComponent: list of VulImpactComponentInfo
|
18836
18278
|
"""
|
18837
18279
|
self._Fix = None
|
@@ -19243,48 +18685,34 @@ class VULViewVULRiskData(AbstractModel):
|
|
19243
18685
|
:param _VULURL: 风险点
|
19244
18686
|
:type VULURL: str
|
19245
18687
|
:param _Nick: 用户昵称
|
19246
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19247
18688
|
:type Nick: str
|
19248
18689
|
:param _AppId: 用户appid
|
19249
18690
|
:type AppId: str
|
19250
18691
|
:param _Uin: 用户uin
|
19251
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19252
18692
|
:type Uin: str
|
19253
18693
|
:param _EMGCVulType: 应急漏洞类型,1-应急漏洞,0-非应急漏洞
|
19254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19255
18694
|
:type EMGCVulType: int
|
19256
18695
|
:param _CVSS: CVSS评分
|
19257
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19258
18696
|
:type CVSS: float
|
19259
18697
|
:param _PCMGRId: PCMGRId
|
19260
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19261
18698
|
:type PCMGRId: str
|
19262
18699
|
:param _VulTag: 漏洞标签。搜索时应急 必修传参VulTag=SuggestRepair/EMGCVul
|
19263
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19264
18700
|
:type VulTag: list of str
|
19265
18701
|
:param _DisclosureTime: 漏洞披露时间
|
19266
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19267
18702
|
:type DisclosureTime: str
|
19268
18703
|
:param _AttackHeat: 攻击热度
|
19269
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19270
18704
|
:type AttackHeat: int
|
19271
18705
|
:param _IsSuggest: 是否必修漏洞,1-是,0-不是
|
19272
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19273
18706
|
:type IsSuggest: int
|
19274
18707
|
:param _HandleTaskId: 处置任务id
|
19275
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19276
18708
|
:type HandleTaskId: str
|
19277
18709
|
:param _EngineSource: 引擎来源
|
19278
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19279
18710
|
:type EngineSource: str
|
19280
18711
|
:param _VulRiskId: 新的漏洞风险id
|
19281
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19282
18712
|
:type VulRiskId: str
|
19283
18713
|
:param _TvdID: 新版漏洞id
|
19284
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19285
18714
|
:type TvdID: str
|
19286
18715
|
:param _IsOneClick: 是否可以一键体检,1-可以,0-不可以
|
19287
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19288
18716
|
:type IsOneClick: int
|
19289
18717
|
"""
|
19290
18718
|
self._Port = None
|
@@ -19638,10 +19066,8 @@ class Vpc(AbstractModel):
|
|
19638
19066
|
:param _CVM: 云服务器(只支持32位)
|
19639
19067
|
:type CVM: int
|
19640
19068
|
:param _Tag: 标签
|
19641
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19642
19069
|
:type Tag: list of Tag
|
19643
19070
|
:param _DNS: dns域名
|
19644
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19645
19071
|
:type DNS: list of str
|
19646
19072
|
:param _AssetName: 资产名称
|
19647
19073
|
:type AssetName: str
|
@@ -19656,10 +19082,8 @@ class Vpc(AbstractModel):
|
|
19656
19082
|
:param _Nick: 昵称
|
19657
19083
|
:type Nick: str
|
19658
19084
|
:param _IsNewAsset: 是否新资产 1新
|
19659
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19660
19085
|
:type IsNewAsset: int
|
19661
19086
|
:param _IsCore: 是否核心资产1是 2不是
|
19662
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19663
19087
|
:type IsCore: int
|
19664
19088
|
"""
|
19665
19089
|
self._Subnet = None
|
@@ -20201,16 +19625,13 @@ class WhereFilter(AbstractModel):
|
|
20201
19625
|
def __init__(self):
|
20202
19626
|
r"""
|
20203
19627
|
:param _Name: 过滤的项
|
20204
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20205
19628
|
:type Name: str
|
20206
19629
|
:param _Values: 过滤的值
|
20207
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20208
19630
|
:type Values: list of str
|
20209
19631
|
:param _OperatorType: 中台定义:
|
20210
19632
|
1等于 2大于 3小于 4大于等于 5小于等于 6不等于 9模糊匹配 13非模糊匹配 14按位与
|
20211
19633
|
精确匹配填 7 模糊匹配填9
|
20212
19634
|
|
20213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20214
19635
|
:type OperatorType: int
|
20215
19636
|
"""
|
20216
19637
|
self._Name = None
|