tencentcloud-sdk-nodejs-csip 4.1.202 → 4.1.204
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.
|
@@ -28,30 +28,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
28
28
|
constructor(clientConfig) {
|
|
29
29
|
super("csip.tencentcloudapi.com", "2022-11-21", clientConfig);
|
|
30
30
|
}
|
|
31
|
-
/**
|
|
32
|
-
* 查询用户行为分析策略列表
|
|
33
|
-
*/
|
|
34
|
-
async DescribeUebaRule(req, cb) {
|
|
35
|
-
return this.request("DescribeUebaRule", req, cb);
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* 获取任务扫描报告列表
|
|
39
|
-
*/
|
|
40
|
-
async DescribeTaskLogList(req, cb) {
|
|
41
|
-
return this.request("DescribeTaskLogList", req, cb);
|
|
42
|
-
}
|
|
43
31
|
/**
|
|
44
32
|
* 删除域名和ip请求
|
|
45
33
|
*/
|
|
46
34
|
async DeleteDomainAndIp(req, cb) {
|
|
47
35
|
return this.request("DeleteDomainAndIp", req, cb);
|
|
48
36
|
}
|
|
49
|
-
/**
|
|
50
|
-
* 查询云边界分析-暴露路径下主机节点的漏洞列表
|
|
51
|
-
*/
|
|
52
|
-
async DescribeVulRiskList(req, cb) {
|
|
53
|
-
return this.request("DescribeVulRiskList", req, cb);
|
|
54
|
-
}
|
|
55
37
|
/**
|
|
56
38
|
* 查询风险规则详情示例
|
|
57
39
|
*/
|
|
@@ -70,18 +52,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
70
52
|
async DescribeNICAssets(req, cb) {
|
|
71
53
|
return this.request("DescribeNICAssets", req, cb);
|
|
72
54
|
}
|
|
73
|
-
/**
|
|
74
|
-
* 获取调用记录列表
|
|
75
|
-
*/
|
|
76
|
-
async DescribeAbnormalCallRecord(req, cb) {
|
|
77
|
-
return this.request("DescribeAbnormalCallRecord", req, cb);
|
|
78
|
-
}
|
|
79
|
-
/**
|
|
80
|
-
* 获取漏洞视角的漏洞风险列表
|
|
81
|
-
*/
|
|
82
|
-
async DescribeRiskCenterVULViewVULRiskList(req, cb) {
|
|
83
|
-
return this.request("DescribeRiskCenterVULViewVULRiskList", req, cb);
|
|
84
|
-
}
|
|
85
55
|
/**
|
|
86
56
|
* 域名列表
|
|
87
57
|
*/
|
|
@@ -89,52 +59,46 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
89
59
|
return this.request("DescribeDomainAssets", req, cb);
|
|
90
60
|
}
|
|
91
61
|
/**
|
|
92
|
-
*
|
|
93
|
-
*/
|
|
94
|
-
async UpdateAccessKeyRemark(req, cb) {
|
|
95
|
-
return this.request("UpdateAccessKeyRemark", req, cb);
|
|
96
|
-
}
|
|
97
|
-
/**
|
|
98
|
-
* ip公网列表
|
|
62
|
+
* 获取 AI agent 资产列表
|
|
99
63
|
*/
|
|
100
|
-
async
|
|
101
|
-
return this.request("
|
|
64
|
+
async DescribeAIAgentAssetList(req, cb) {
|
|
65
|
+
return this.request("DescribeAIAgentAssetList", req, cb);
|
|
102
66
|
}
|
|
103
67
|
/**
|
|
104
|
-
*
|
|
68
|
+
* 查询用户的账号列表
|
|
105
69
|
*/
|
|
106
|
-
async
|
|
107
|
-
return this.request("
|
|
70
|
+
async DescribeAccessKeyUserList(req, cb) {
|
|
71
|
+
return this.request("DescribeAccessKeyUserList", req, cb);
|
|
108
72
|
}
|
|
109
73
|
/**
|
|
110
|
-
*
|
|
74
|
+
* 云资源配置风险规则列表示例
|
|
111
75
|
*/
|
|
112
|
-
async
|
|
113
|
-
return this.request("
|
|
76
|
+
async DescribeConfigCheckRules(req, cb) {
|
|
77
|
+
return this.request("DescribeConfigCheckRules", req, cb);
|
|
114
78
|
}
|
|
115
79
|
/**
|
|
116
|
-
*
|
|
80
|
+
* 获取vpc列表
|
|
117
81
|
*/
|
|
118
|
-
async
|
|
119
|
-
return this.request("
|
|
82
|
+
async DescribeVpcAssets(req, cb) {
|
|
83
|
+
return this.request("DescribeVpcAssets", req, cb);
|
|
120
84
|
}
|
|
121
85
|
/**
|
|
122
|
-
*
|
|
86
|
+
* 获取资产视角的漏洞风险列表
|
|
123
87
|
*/
|
|
124
|
-
async
|
|
125
|
-
return this.request("
|
|
88
|
+
async DescribeAssetViewVulRiskList(req, cb) {
|
|
89
|
+
return this.request("DescribeAssetViewVulRiskList", req, cb);
|
|
126
90
|
}
|
|
127
91
|
/**
|
|
128
|
-
*
|
|
92
|
+
* 获取漏洞展开详情
|
|
129
93
|
*/
|
|
130
|
-
async
|
|
131
|
-
return this.request("
|
|
94
|
+
async DescribeVULRiskDetail(req, cb) {
|
|
95
|
+
return this.request("DescribeVULRiskDetail", req, cb);
|
|
132
96
|
}
|
|
133
97
|
/**
|
|
134
|
-
*
|
|
98
|
+
* 获取内容风险列表
|
|
135
99
|
*/
|
|
136
|
-
async
|
|
137
|
-
return this.request("
|
|
100
|
+
async DescribeRiskCenterWebsiteRiskList(req, cb) {
|
|
101
|
+
return this.request("DescribeRiskCenterWebsiteRiskList", req, cb);
|
|
138
102
|
}
|
|
139
103
|
/**
|
|
140
104
|
* 停止扫风险中心扫描任务
|
|
@@ -143,82 +107,94 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
143
107
|
return this.request("StopRiskCenterTask", req, cb);
|
|
144
108
|
}
|
|
145
109
|
/**
|
|
146
|
-
*
|
|
110
|
+
* 高级配置风险规则列表示例
|
|
147
111
|
*/
|
|
148
|
-
async
|
|
149
|
-
return this.request("
|
|
112
|
+
async DescribeRiskRules(req, cb) {
|
|
113
|
+
return this.request("DescribeRiskRules", req, cb);
|
|
150
114
|
}
|
|
151
115
|
/**
|
|
152
|
-
*
|
|
116
|
+
* 查询TOP攻击信息
|
|
153
117
|
*/
|
|
154
|
-
async
|
|
155
|
-
return this.request("
|
|
118
|
+
async DescribeTopAttackInfo(req, cb) {
|
|
119
|
+
return this.request("DescribeTopAttackInfo", req, cb);
|
|
156
120
|
}
|
|
157
121
|
/**
|
|
158
|
-
*
|
|
122
|
+
* 资产视角下云资源配置风险列表
|
|
159
123
|
*/
|
|
160
|
-
async
|
|
161
|
-
return this.request("
|
|
124
|
+
async DescribeAssetRiskList(req, cb) {
|
|
125
|
+
return this.request("DescribeAssetRiskList", req, cb);
|
|
162
126
|
}
|
|
163
127
|
/**
|
|
164
|
-
*
|
|
128
|
+
* 获取扫描报告列表
|
|
165
129
|
*/
|
|
166
|
-
async
|
|
167
|
-
return this.request("
|
|
130
|
+
async DescribeScanReportList(req, cb) {
|
|
131
|
+
return this.request("DescribeScanReportList", req, cb);
|
|
168
132
|
}
|
|
169
133
|
/**
|
|
170
|
-
*
|
|
134
|
+
* 查询集团的子账号列表
|
|
171
135
|
*/
|
|
172
|
-
async
|
|
173
|
-
return this.request("
|
|
136
|
+
async DescribeSubUserInfo(req, cb) {
|
|
137
|
+
return this.request("DescribeSubUserInfo", req, cb);
|
|
174
138
|
}
|
|
175
139
|
/**
|
|
176
|
-
*
|
|
140
|
+
* 获取扫描任务列表
|
|
177
141
|
*/
|
|
178
|
-
async
|
|
179
|
-
return this.request("
|
|
142
|
+
async DescribeScanTaskList(req, cb) {
|
|
143
|
+
return this.request("DescribeScanTaskList", req, cb);
|
|
180
144
|
}
|
|
181
145
|
/**
|
|
182
|
-
*
|
|
146
|
+
* 访问密钥告警记录详情
|
|
183
147
|
*/
|
|
184
|
-
async
|
|
185
|
-
return this.request("
|
|
148
|
+
async DescribeAccessKeyAlarmDetail(req, cb) {
|
|
149
|
+
return this.request("DescribeAccessKeyAlarmDetail", req, cb);
|
|
186
150
|
}
|
|
187
151
|
/**
|
|
188
|
-
*
|
|
152
|
+
* 查询集团账号用户列表
|
|
189
153
|
*/
|
|
190
|
-
async
|
|
191
|
-
return this.request("
|
|
154
|
+
async DescribeOrganizationUserInfo(req, cb) {
|
|
155
|
+
return this.request("DescribeOrganizationUserInfo", req, cb);
|
|
192
156
|
}
|
|
193
157
|
/**
|
|
194
|
-
*
|
|
158
|
+
* 检测AK 异步任务
|
|
195
159
|
*/
|
|
196
|
-
async
|
|
197
|
-
return this.request("
|
|
160
|
+
async CreateAccessKeyCheckTask(req, cb) {
|
|
161
|
+
return this.request("CreateAccessKeyCheckTask", req, cb);
|
|
198
162
|
}
|
|
199
163
|
/**
|
|
200
|
-
*
|
|
164
|
+
* 获取子网列表
|
|
201
165
|
*/
|
|
202
|
-
async
|
|
203
|
-
return this.request("
|
|
166
|
+
async DescribeSubnetAssets(req, cb) {
|
|
167
|
+
return this.request("DescribeSubnetAssets", req, cb);
|
|
204
168
|
}
|
|
205
169
|
/**
|
|
206
|
-
*
|
|
170
|
+
* 获取用户访问密钥资产列表
|
|
207
171
|
*/
|
|
208
|
-
async
|
|
209
|
-
return this.request("
|
|
172
|
+
async DescribeAccessKeyAsset(req, cb) {
|
|
173
|
+
return this.request("DescribeAccessKeyAsset", req, cb);
|
|
210
174
|
}
|
|
211
175
|
/**
|
|
212
|
-
*
|
|
176
|
+
* 获取调用记录列表
|
|
213
177
|
*/
|
|
214
|
-
async
|
|
215
|
-
return this.request("
|
|
178
|
+
async DescribeAbnormalCallRecord(req, cb) {
|
|
179
|
+
return this.request("DescribeAbnormalCallRecord", req, cb);
|
|
216
180
|
}
|
|
217
181
|
/**
|
|
218
|
-
*
|
|
182
|
+
* 获取漏洞视角的漏洞风险列表
|
|
219
183
|
*/
|
|
220
|
-
async
|
|
221
|
-
return this.request("
|
|
184
|
+
async DescribeRiskCenterVULViewVULRiskList(req, cb) {
|
|
185
|
+
return this.request("DescribeRiskCenterVULViewVULRiskList", req, cb);
|
|
186
|
+
}
|
|
187
|
+
/**
|
|
188
|
+
* csip角色授权绑定接口
|
|
189
|
+
*/
|
|
190
|
+
async AddNewBindRoleUser(req, cb) {
|
|
191
|
+
return this.request("AddNewBindRoleUser", req, cb);
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* 查询凭证列表
|
|
195
|
+
*/
|
|
196
|
+
async DescribeKeySandboxCredentialList(req, cb) {
|
|
197
|
+
return this.request("DescribeKeySandboxCredentialList", req, cb);
|
|
222
198
|
}
|
|
223
199
|
/**
|
|
224
200
|
* 获取cvm列表
|
|
@@ -227,58 +203,58 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
227
203
|
return this.request("DescribeCVMAssets", req, cb);
|
|
228
204
|
}
|
|
229
205
|
/**
|
|
230
|
-
*
|
|
206
|
+
* 查询集团账号详情
|
|
231
207
|
*/
|
|
232
|
-
async
|
|
233
|
-
return this.request("
|
|
208
|
+
async DescribeOrganizationInfo(req, cb) {
|
|
209
|
+
return this.request("DescribeOrganizationInfo", req, cb);
|
|
234
210
|
}
|
|
235
211
|
/**
|
|
236
|
-
*
|
|
212
|
+
* 获取账号调用记录列表
|
|
237
213
|
*/
|
|
238
|
-
async
|
|
239
|
-
return this.request("
|
|
214
|
+
async DescribeUserCallRecord(req, cb) {
|
|
215
|
+
return this.request("DescribeUserCallRecord", req, cb);
|
|
240
216
|
}
|
|
241
217
|
/**
|
|
242
|
-
*
|
|
218
|
+
* 告警中心全量告警列表接口
|
|
243
219
|
*/
|
|
244
|
-
async
|
|
245
|
-
return this.request("
|
|
220
|
+
async DescribeAlertList(req, cb) {
|
|
221
|
+
return this.request("DescribeAlertList", req, cb);
|
|
246
222
|
}
|
|
247
223
|
/**
|
|
248
|
-
*
|
|
224
|
+
* 风险详情列表示例
|
|
249
225
|
*/
|
|
250
|
-
async
|
|
251
|
-
return this.request("
|
|
226
|
+
async DescribeRiskDetailList(req, cb) {
|
|
227
|
+
return this.request("DescribeRiskDetailList", req, cb);
|
|
252
228
|
}
|
|
253
229
|
/**
|
|
254
|
-
*
|
|
230
|
+
* 获取资产视角的端口风险列表
|
|
255
231
|
*/
|
|
256
|
-
async
|
|
257
|
-
return this.request("
|
|
232
|
+
async DescribeRiskCenterAssetViewPortRiskList(req, cb) {
|
|
233
|
+
return this.request("DescribeRiskCenterAssetViewPortRiskList", req, cb);
|
|
258
234
|
}
|
|
259
235
|
/**
|
|
260
|
-
*
|
|
236
|
+
* 云边界分析资产列表
|
|
261
237
|
*/
|
|
262
|
-
async
|
|
263
|
-
return this.request("
|
|
238
|
+
async DescribeExposures(req, cb) {
|
|
239
|
+
return this.request("DescribeExposures", req, cb);
|
|
264
240
|
}
|
|
265
241
|
/**
|
|
266
|
-
*
|
|
242
|
+
* 获取配置视角的配置风险列表
|
|
267
243
|
*/
|
|
268
|
-
async
|
|
269
|
-
return this.request("
|
|
244
|
+
async DescribeRiskCenterCFGViewCFGRiskList(req, cb) {
|
|
245
|
+
return this.request("DescribeRiskCenterCFGViewCFGRiskList", req, cb);
|
|
270
246
|
}
|
|
271
247
|
/**
|
|
272
|
-
*
|
|
248
|
+
* 编辑访问密钥/源IP备注
|
|
273
249
|
*/
|
|
274
|
-
async
|
|
275
|
-
return this.request("
|
|
250
|
+
async UpdateAccessKeyRemark(req, cb) {
|
|
251
|
+
return this.request("UpdateAccessKeyRemark", req, cb);
|
|
276
252
|
}
|
|
277
253
|
/**
|
|
278
|
-
*
|
|
254
|
+
* 访问密钥风险记录列表
|
|
279
255
|
*/
|
|
280
|
-
async
|
|
281
|
-
return this.request("
|
|
256
|
+
async DescribeAccessKeyRisk(req, cb) {
|
|
257
|
+
return this.request("DescribeAccessKeyRisk", req, cb);
|
|
282
258
|
}
|
|
283
259
|
/**
|
|
284
260
|
* 仓库镜像列表
|
|
@@ -287,58 +263,64 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
287
263
|
return this.request("DescribeRepositoryImageAssets", req, cb);
|
|
288
264
|
}
|
|
289
265
|
/**
|
|
290
|
-
*
|
|
266
|
+
* cvm详情
|
|
291
267
|
*/
|
|
292
|
-
async
|
|
293
|
-
return this.request("
|
|
268
|
+
async DescribeCVMAssetInfo(req, cb) {
|
|
269
|
+
return this.request("DescribeCVMAssetInfo", req, cb);
|
|
294
270
|
}
|
|
295
271
|
/**
|
|
296
|
-
*
|
|
272
|
+
* 资产列表
|
|
297
273
|
*/
|
|
298
|
-
async
|
|
299
|
-
return this.request("
|
|
274
|
+
async DescribeOtherCloudAssets(req, cb) {
|
|
275
|
+
return this.request("DescribeOtherCloudAssets", req, cb);
|
|
300
276
|
}
|
|
301
277
|
/**
|
|
302
|
-
*
|
|
278
|
+
* 查询clb监听器列表
|
|
303
279
|
*/
|
|
304
|
-
async
|
|
305
|
-
return this.request("
|
|
280
|
+
async DescribeListenerList(req, cb) {
|
|
281
|
+
return this.request("DescribeListenerList", req, cb);
|
|
306
282
|
}
|
|
307
283
|
/**
|
|
308
|
-
*
|
|
284
|
+
* 集群pod列表
|
|
309
285
|
*/
|
|
310
|
-
async
|
|
311
|
-
return this.request("
|
|
286
|
+
async DescribeClusterPodAssets(req, cb) {
|
|
287
|
+
return this.request("DescribeClusterPodAssets", req, cb);
|
|
312
288
|
}
|
|
313
289
|
/**
|
|
314
|
-
*
|
|
290
|
+
* 获取风险服务列表
|
|
315
291
|
*/
|
|
316
|
-
async
|
|
317
|
-
return this.request("
|
|
292
|
+
async DescribeRiskCenterServerRiskList(req, cb) {
|
|
293
|
+
return this.request("DescribeRiskCenterServerRiskList", req, cb);
|
|
318
294
|
}
|
|
319
295
|
/**
|
|
320
|
-
*
|
|
296
|
+
* 获取调用记录列表
|
|
321
297
|
*/
|
|
322
|
-
async
|
|
323
|
-
return this.request("
|
|
298
|
+
async DescribeCallRecord(req, cb) {
|
|
299
|
+
return this.request("DescribeCallRecord", req, cb);
|
|
324
300
|
}
|
|
325
301
|
/**
|
|
326
|
-
*
|
|
302
|
+
* 云防资产中心统计数据
|
|
327
303
|
*/
|
|
328
|
-
async
|
|
329
|
-
return this.request("
|
|
304
|
+
async DescribeCFWAssetStatistics(req, cb) {
|
|
305
|
+
return this.request("DescribeCFWAssetStatistics", req, cb);
|
|
330
306
|
}
|
|
331
307
|
/**
|
|
332
|
-
*
|
|
308
|
+
* 查询云边界分析路径节点
|
|
333
309
|
*/
|
|
334
|
-
async
|
|
335
|
-
return this.request("
|
|
310
|
+
async DescribeExposePath(req, cb) {
|
|
311
|
+
return this.request("DescribeExposePath", req, cb);
|
|
336
312
|
}
|
|
337
313
|
/**
|
|
338
|
-
*
|
|
314
|
+
* 获取网关列表
|
|
339
315
|
*/
|
|
340
|
-
async
|
|
341
|
-
return this.request("
|
|
316
|
+
async DescribeGatewayAssets(req, cb) {
|
|
317
|
+
return this.request("DescribeGatewayAssets", req, cb);
|
|
318
|
+
}
|
|
319
|
+
/**
|
|
320
|
+
* 访问密钥告警记录列表
|
|
321
|
+
*/
|
|
322
|
+
async DescribeAccessKeyAlarm(req, cb) {
|
|
323
|
+
return this.request("DescribeAccessKeyAlarm", req, cb);
|
|
342
324
|
}
|
|
343
325
|
/**
|
|
344
326
|
* 查询云边界分析-暴露路径下主机节点的高危基线风险列表
|
|
@@ -347,136 +329,136 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
347
329
|
return this.request("DescribeHighBaseLineRiskList", req, cb);
|
|
348
330
|
}
|
|
349
331
|
/**
|
|
350
|
-
*
|
|
332
|
+
* 修改风险中心风险状态
|
|
351
333
|
*/
|
|
352
|
-
async
|
|
353
|
-
return this.request("
|
|
334
|
+
async ModifyRiskCenterRiskStatus(req, cb) {
|
|
335
|
+
return this.request("ModifyRiskCenterRiskStatus", req, cb);
|
|
354
336
|
}
|
|
355
337
|
/**
|
|
356
|
-
*
|
|
338
|
+
* 标记风险或者告警为 已处置/已忽略
|
|
357
339
|
*/
|
|
358
|
-
async
|
|
359
|
-
return this.request("
|
|
340
|
+
async UpdateAccessKeyAlarmStatus(req, cb) {
|
|
341
|
+
return this.request("UpdateAccessKeyAlarmStatus", req, cb);
|
|
360
342
|
}
|
|
361
343
|
/**
|
|
362
|
-
*
|
|
344
|
+
* 云边界分析资产分类
|
|
363
345
|
*/
|
|
364
|
-
async
|
|
365
|
-
return this.request("
|
|
346
|
+
async DescribeExposeAssetCategory(req, cb) {
|
|
347
|
+
return this.request("DescribeExposeAssetCategory", req, cb);
|
|
366
348
|
}
|
|
367
349
|
/**
|
|
368
|
-
*
|
|
350
|
+
* 查询云边界分析-暴露路径下主机节点的进程列表
|
|
369
351
|
*/
|
|
370
|
-
async
|
|
371
|
-
return this.request("
|
|
352
|
+
async DescribeAssetProcessList(req, cb) {
|
|
353
|
+
return this.request("DescribeAssetProcessList", req, cb);
|
|
372
354
|
}
|
|
373
355
|
/**
|
|
374
|
-
*
|
|
356
|
+
* 创建风险中心扫描任务
|
|
375
357
|
*/
|
|
376
|
-
async
|
|
377
|
-
return this.request("
|
|
358
|
+
async CreateRiskCenterScanTask(req, cb) {
|
|
359
|
+
return this.request("CreateRiskCenterScanTask", req, cb);
|
|
378
360
|
}
|
|
379
361
|
/**
|
|
380
|
-
*
|
|
362
|
+
* 查询漏洞风险高级配置
|
|
381
363
|
*/
|
|
382
|
-
async
|
|
383
|
-
return this.request("
|
|
364
|
+
async DescribeVULRiskAdvanceCFGList(req, cb) {
|
|
365
|
+
return this.request("DescribeVULRiskAdvanceCFGList", req, cb);
|
|
384
366
|
}
|
|
385
367
|
/**
|
|
386
|
-
*
|
|
368
|
+
* 集群列表
|
|
387
369
|
*/
|
|
388
|
-
async
|
|
389
|
-
return this.request("
|
|
370
|
+
async DescribeClusterAssets(req, cb) {
|
|
371
|
+
return this.request("DescribeClusterAssets", req, cb);
|
|
390
372
|
}
|
|
391
373
|
/**
|
|
392
|
-
*
|
|
374
|
+
* 查询用户行为分析策略列表
|
|
393
375
|
*/
|
|
394
|
-
async
|
|
395
|
-
return this.request("
|
|
376
|
+
async DescribeUebaRule(req, cb) {
|
|
377
|
+
return this.request("DescribeUebaRule", req, cb);
|
|
396
378
|
}
|
|
397
379
|
/**
|
|
398
|
-
*
|
|
380
|
+
* 发起AK资产同步任务
|
|
399
381
|
*/
|
|
400
|
-
async
|
|
401
|
-
return this.request("
|
|
382
|
+
async CreateAccessKeySyncTask(req, cb) {
|
|
383
|
+
return this.request("CreateAccessKeySyncTask", req, cb);
|
|
402
384
|
}
|
|
403
385
|
/**
|
|
404
|
-
*
|
|
386
|
+
* 查询凭证详情,返回凭证元数据和打码后的凭据数据。access类型返回Access数组(Key原文、Value打码),sts类型返回STS对象(System原文、SecretID和SecretKey打码)
|
|
405
387
|
*/
|
|
406
|
-
async
|
|
407
|
-
return this.request("
|
|
388
|
+
async DescribeKeySandboxCredential(req, cb) {
|
|
389
|
+
return this.request("DescribeKeySandboxCredential", req, cb);
|
|
408
390
|
}
|
|
409
391
|
/**
|
|
410
|
-
*
|
|
392
|
+
* 查询云边界分析扫描结果统计信息
|
|
411
393
|
*/
|
|
412
|
-
async
|
|
413
|
-
return this.request("
|
|
394
|
+
async DescribeScanStatistic(req, cb) {
|
|
395
|
+
return this.request("DescribeScanStatistic", req, cb);
|
|
414
396
|
}
|
|
415
397
|
/**
|
|
416
|
-
*
|
|
398
|
+
* 新安全中心风险中心-漏洞列表
|
|
417
399
|
*/
|
|
418
|
-
async
|
|
419
|
-
return this.request("
|
|
400
|
+
async DescribeVULList(req, cb) {
|
|
401
|
+
return this.request("DescribeVULList", req, cb);
|
|
420
402
|
}
|
|
421
403
|
/**
|
|
422
|
-
*
|
|
404
|
+
* 访问密钥告警记录AI分析结果详情
|
|
423
405
|
*/
|
|
424
|
-
async
|
|
425
|
-
return this.request("
|
|
406
|
+
async DescribeAKAnalysisDetail(req, cb) {
|
|
407
|
+
return this.request("DescribeAKAnalysisDetail", req, cb);
|
|
426
408
|
}
|
|
427
409
|
/**
|
|
428
|
-
*
|
|
410
|
+
* 查询用户的账号详情
|
|
429
411
|
*/
|
|
430
|
-
async
|
|
431
|
-
return this.request("
|
|
412
|
+
async DescribeAccessKeyUserDetail(req, cb) {
|
|
413
|
+
return this.request("DescribeAccessKeyUserDetail", req, cb);
|
|
432
414
|
}
|
|
433
415
|
/**
|
|
434
|
-
*
|
|
416
|
+
* 查询云边界分析-暴露路径下主机节点的漏洞列表
|
|
435
417
|
*/
|
|
436
|
-
async
|
|
437
|
-
return this.request("
|
|
418
|
+
async DescribeVulRiskList(req, cb) {
|
|
419
|
+
return this.request("DescribeVulRiskList", req, cb);
|
|
438
420
|
}
|
|
439
421
|
/**
|
|
440
|
-
*
|
|
422
|
+
* 获取任务扫描报告列表
|
|
441
423
|
*/
|
|
442
|
-
async
|
|
443
|
-
return this.request("
|
|
424
|
+
async DescribeTaskLogList(req, cb) {
|
|
425
|
+
return this.request("DescribeTaskLogList", req, cb);
|
|
444
426
|
}
|
|
445
427
|
/**
|
|
446
|
-
*
|
|
428
|
+
* 获取资产视角的漏洞风险列表
|
|
447
429
|
*/
|
|
448
|
-
async
|
|
449
|
-
return this.request("
|
|
430
|
+
async DescribeRiskCenterAssetViewVULRiskList(req, cb) {
|
|
431
|
+
return this.request("DescribeRiskCenterAssetViewVULRiskList", req, cb);
|
|
450
432
|
}
|
|
451
433
|
/**
|
|
452
|
-
*
|
|
434
|
+
* 获取资产视角的配置风险列表
|
|
453
435
|
*/
|
|
454
|
-
async
|
|
455
|
-
return this.request("
|
|
436
|
+
async DescribeRiskCenterAssetViewCFGRiskList(req, cb) {
|
|
437
|
+
return this.request("DescribeRiskCenterAssetViewCFGRiskList", req, cb);
|
|
456
438
|
}
|
|
457
439
|
/**
|
|
458
|
-
*
|
|
440
|
+
* 修改风险中心扫描任务
|
|
459
441
|
*/
|
|
460
|
-
async
|
|
461
|
-
return this.request("
|
|
442
|
+
async ModifyRiskCenterScanTask(req, cb) {
|
|
443
|
+
return this.request("ModifyRiskCenterScanTask", req, cb);
|
|
462
444
|
}
|
|
463
445
|
/**
|
|
464
|
-
*
|
|
446
|
+
* 检查视角下云资源配置风险列表
|
|
465
447
|
*/
|
|
466
|
-
async
|
|
467
|
-
return this.request("
|
|
448
|
+
async DescribeCheckViewRisks(req, cb) {
|
|
449
|
+
return this.request("DescribeCheckViewRisks", req, cb);
|
|
468
450
|
}
|
|
469
451
|
/**
|
|
470
|
-
*
|
|
452
|
+
* 删除风险中心扫描任务
|
|
471
453
|
*/
|
|
472
|
-
async
|
|
473
|
-
return this.request("
|
|
454
|
+
async DeleteRiskScanTask(req, cb) {
|
|
455
|
+
return this.request("DeleteRiskScanTask", req, cb);
|
|
474
456
|
}
|
|
475
457
|
/**
|
|
476
|
-
*
|
|
458
|
+
* 更新自定义策略的开关
|
|
477
459
|
*/
|
|
478
|
-
async
|
|
479
|
-
return this.request("
|
|
460
|
+
async ModifyUebaRuleSwitch(req, cb) {
|
|
461
|
+
return this.request("ModifyUebaRuleSwitch", req, cb);
|
|
480
462
|
}
|
|
481
463
|
/**
|
|
482
464
|
* 数据库资产列表
|
|
@@ -485,22 +467,64 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
485
467
|
return this.request("DescribeDbAssets", req, cb);
|
|
486
468
|
}
|
|
487
469
|
/**
|
|
488
|
-
*
|
|
470
|
+
* 立体防护中心查询漏洞信息
|
|
489
471
|
*/
|
|
490
|
-
async
|
|
491
|
-
return this.request("
|
|
472
|
+
async DescribeSearchBugInfo(req, cb) {
|
|
473
|
+
return this.request("DescribeSearchBugInfo", req, cb);
|
|
492
474
|
}
|
|
493
475
|
/**
|
|
494
|
-
*
|
|
476
|
+
* ip公网列表
|
|
495
477
|
*/
|
|
496
|
-
async
|
|
497
|
-
return this.request("
|
|
478
|
+
async DescribePublicIpAssets(req, cb) {
|
|
479
|
+
return this.request("DescribePublicIpAssets", req, cb);
|
|
498
480
|
}
|
|
499
481
|
/**
|
|
500
|
-
*
|
|
482
|
+
* 获取资产视角的弱口令风险列表
|
|
501
483
|
*/
|
|
502
|
-
async
|
|
503
|
-
return this.request("
|
|
484
|
+
async DescribeRiskCenterAssetViewWeakPasswordRiskList(req, cb) {
|
|
485
|
+
return this.request("DescribeRiskCenterAssetViewWeakPasswordRiskList", req, cb);
|
|
486
|
+
}
|
|
487
|
+
/**
|
|
488
|
+
* 获取漏洞视角的漏洞风险列表
|
|
489
|
+
*/
|
|
490
|
+
async DescribeVulViewVulRiskList(req, cb) {
|
|
491
|
+
return this.request("DescribeVulViewVulRiskList", req, cb);
|
|
492
|
+
}
|
|
493
|
+
/**
|
|
494
|
+
* 创建域名、ip相关信息
|
|
495
|
+
*/
|
|
496
|
+
async CreateDomainAndIp(req, cb) {
|
|
497
|
+
return this.request("CreateDomainAndIp", req, cb);
|
|
498
|
+
}
|
|
499
|
+
/**
|
|
500
|
+
* 批量告警状态处理接口
|
|
501
|
+
*/
|
|
502
|
+
async UpdateAlertStatusList(req, cb) {
|
|
503
|
+
return this.request("UpdateAlertStatusList", req, cb);
|
|
504
|
+
}
|
|
505
|
+
/**
|
|
506
|
+
* 获取用户访问密钥资产列表(源IP视角)
|
|
507
|
+
*/
|
|
508
|
+
async DescribeSourceIPAsset(req, cb) {
|
|
509
|
+
return this.request("DescribeSourceIPAsset", req, cb);
|
|
510
|
+
}
|
|
511
|
+
/**
|
|
512
|
+
* 获取端口视角的端口风险列表
|
|
513
|
+
*/
|
|
514
|
+
async DescribeRiskCenterPortViewPortRiskList(req, cb) {
|
|
515
|
+
return this.request("DescribeRiskCenterPortViewPortRiskList", req, cb);
|
|
516
|
+
}
|
|
517
|
+
/**
|
|
518
|
+
* 修改集团账号状态
|
|
519
|
+
*/
|
|
520
|
+
async ModifyOrganizationAccountStatus(req, cb) {
|
|
521
|
+
return this.request("ModifyOrganizationAccountStatus", req, cb);
|
|
522
|
+
}
|
|
523
|
+
/**
|
|
524
|
+
* 获取报告下载的临时链接
|
|
525
|
+
*/
|
|
526
|
+
async DescribeTaskLogURL(req, cb) {
|
|
527
|
+
return this.request("DescribeTaskLogURL", req, cb);
|
|
504
528
|
}
|
|
505
529
|
/**
|
|
506
530
|
* 获取风险中心风险概况示例
|
|
@@ -514,23 +538,11 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
514
538
|
async DescribeAccessKeyRiskDetail(req, cb) {
|
|
515
539
|
return this.request("DescribeAccessKeyRiskDetail", req, cb);
|
|
516
540
|
}
|
|
517
|
-
/**
|
|
518
|
-
* 获取用户访问密钥资产列表
|
|
519
|
-
*/
|
|
520
|
-
async DescribeAccessKeyAsset(req, cb) {
|
|
521
|
-
return this.request("DescribeAccessKeyAsset", req, cb);
|
|
522
|
-
}
|
|
523
541
|
/**
|
|
524
542
|
* 获取风险调用记录列表
|
|
525
543
|
*/
|
|
526
544
|
async DescribeRiskCallRecord(req, cb) {
|
|
527
545
|
return this.request("DescribeRiskCallRecord", req, cb);
|
|
528
546
|
}
|
|
529
|
-
/**
|
|
530
|
-
* cvm详情
|
|
531
|
-
*/
|
|
532
|
-
async DescribeCVMAssetInfo(req, cb) {
|
|
533
|
-
return this.request("DescribeCVMAssetInfo", req, cb);
|
|
534
|
-
}
|
|
535
547
|
}
|
|
536
548
|
exports.Client = Client;
|