tencentcloud-sdk-nodejs 4.1.291 → 4.1.293
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.
- package/es/common/sdk_version.js +1 -1
- package/es/services/csip/v20221121/csip_client.js +702 -609
- package/es/services/dlc/v20210125/dlc_client.js +5 -2
- package/es/services/mna/v20210119/mna_client.js +38 -14
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +35 -3
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +44 -25
- package/tencentcloud/services/cds/v20180420/cds_models.d.ts +24 -47
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +55 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +58 -107
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +757 -633
- package/tencentcloud/services/csip/v20221121/csip_client.js +1133 -947
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +3855 -2100
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +49 -53
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +14 -6
- package/tencentcloud/services/dataagent/v20250513/dataagent_models.d.ts +39 -7
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +4 -0
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +8 -4
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +10 -4
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +236 -2
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -3
- package/tencentcloud/services/dts/v20211206/dts_client.js +1 -3
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +271 -277
- package/tencentcloud/services/es/v20180416/es_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +53 -57
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +59 -15
- package/tencentcloud/services/mna/v20210119/mna_client.js +81 -21
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +414 -132
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +6 -6
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -2
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +14 -14
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +11 -7
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +10 -1
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_models.d.ts +24 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +9 -9
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +4 -0
|
@@ -34,310 +34,316 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
34
34
|
return this.request("DescribeDspmAssetSecurityAnalyseStatus", req, cb);
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* 创建EDR告警导出任务
|
|
38
38
|
*/
|
|
39
|
-
async
|
|
40
|
-
return this.request("
|
|
39
|
+
async CreateEdrAlertExportJob(req, cb) {
|
|
40
|
+
return this.request("CreateEdrAlertExportJob", req, cb);
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* 调用源ip列表
|
|
44
44
|
*/
|
|
45
|
-
async
|
|
46
|
-
return this.request("
|
|
45
|
+
async DescribeCosSourceIp(req, cb) {
|
|
46
|
+
return this.request("DescribeCosSourceIp", req, cb);
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* db资产详情
|
|
50
50
|
*/
|
|
51
|
-
async
|
|
52
|
-
return this.request("
|
|
51
|
+
async DescribeDbAssetInfo(req, cb) {
|
|
52
|
+
return this.request("DescribeDbAssetInfo", req, cb);
|
|
53
53
|
}
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* 查询dspm数据识别分布统计
|
|
56
56
|
*/
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
57
|
+
async DescribeDspmIdentifyDistributionStatistics(req, cb) {
|
|
58
|
+
return this.request("DescribeDspmIdentifyDistributionStatistics", req, cb);
|
|
59
59
|
}
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* 创建风险监测任务
|
|
62
62
|
*/
|
|
63
|
-
async
|
|
64
|
-
return this.request("
|
|
63
|
+
async CreateCosRiskScanTask(req, cb) {
|
|
64
|
+
return this.request("CreateCosRiskScanTask", req, cb);
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* 查询用户的账号列表
|
|
68
68
|
*/
|
|
69
|
-
async
|
|
70
|
-
return this.request("
|
|
69
|
+
async DescribeAccessKeyUserList(req, cb) {
|
|
70
|
+
return this.request("DescribeAccessKeyUserList", req, cb);
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* 获取主机漏洞概览
|
|
74
74
|
*/
|
|
75
|
-
async
|
|
76
|
-
return this.request("
|
|
75
|
+
async DescribeHostVulOverview(req, cb) {
|
|
76
|
+
return this.request("DescribeHostVulOverview", req, cb);
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
|
-
* 查询Dspm
|
|
79
|
+
* 查询Dspm审批历史
|
|
80
80
|
*/
|
|
81
|
-
async
|
|
82
|
-
return this.request("
|
|
81
|
+
async DescribeDspmApproveHistory(req, cb) {
|
|
82
|
+
return this.request("DescribeDspmApproveHistory", req, cb);
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
|
-
*
|
|
85
|
+
* 停止漏洞扫描(任务扫描)
|
|
86
86
|
*/
|
|
87
|
-
async
|
|
88
|
-
return this.request("
|
|
87
|
+
async StopVulScanTask(req, cb) {
|
|
88
|
+
return this.request("StopVulScanTask", req, cb);
|
|
89
89
|
}
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* 查询集团账号详情
|
|
92
92
|
*/
|
|
93
|
-
async
|
|
94
|
-
return this.request("
|
|
93
|
+
async DescribeOrganizationInfo(req, cb) {
|
|
94
|
+
return this.request("DescribeOrganizationInfo", req, cb);
|
|
95
95
|
}
|
|
96
96
|
/**
|
|
97
|
-
*
|
|
97
|
+
* 获取漏洞展开详情
|
|
98
98
|
*/
|
|
99
|
-
async
|
|
100
|
-
return this.request("
|
|
99
|
+
async DescribeVULRiskDetail(req, cb) {
|
|
100
|
+
return this.request("DescribeVULRiskDetail", req, cb);
|
|
101
101
|
}
|
|
102
102
|
/**
|
|
103
|
-
*
|
|
103
|
+
* 查询dspm数据识别分级组列表
|
|
104
104
|
*/
|
|
105
|
-
async
|
|
106
|
-
return this.request("
|
|
105
|
+
async DescribeDspmIdentifyLevelGroupList(req, cb) {
|
|
106
|
+
return this.request("DescribeDspmIdentifyLevelGroupList", req, cb);
|
|
107
107
|
}
|
|
108
108
|
/**
|
|
109
|
-
*
|
|
109
|
+
* 获取内容风险列表
|
|
110
110
|
*/
|
|
111
|
-
async
|
|
112
|
-
return this.request("
|
|
111
|
+
async DescribeRiskCenterWebsiteRiskList(req, cb) {
|
|
112
|
+
return this.request("DescribeRiskCenterWebsiteRiskList", req, cb);
|
|
113
113
|
}
|
|
114
114
|
/**
|
|
115
|
-
*
|
|
115
|
+
* 创建cos病毒扫描、敏感数据识别任务
|
|
116
116
|
*/
|
|
117
|
-
async
|
|
118
|
-
return this.request("
|
|
117
|
+
async CreateCosObjectScanTask(req, cb) {
|
|
118
|
+
return this.request("CreateCosObjectScanTask", req, cb);
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
|
-
*
|
|
121
|
+
* 获取风险项视角列表
|
|
122
122
|
*/
|
|
123
|
-
async
|
|
124
|
-
return this.request("
|
|
123
|
+
async DescribeRiskItemList(req, cb) {
|
|
124
|
+
return this.request("DescribeRiskItemList", req, cb);
|
|
125
125
|
}
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
127
|
+
* 修改dspm数据识别数据项
|
|
128
128
|
*/
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
129
|
+
async ModifyDspmIdentifyRule(req, cb) {
|
|
130
|
+
return this.request("ModifyDspmIdentifyRule", req, cb);
|
|
131
131
|
}
|
|
132
132
|
/**
|
|
133
|
-
*
|
|
133
|
+
* 获取EDR告警详情,包含告警内容JSON、资产富化、情报富化等完整信息
|
|
134
134
|
*/
|
|
135
|
-
async
|
|
136
|
-
return this.request("
|
|
135
|
+
async DescribeEdrAlertInfo(req, cb) {
|
|
136
|
+
return this.request("DescribeEdrAlertInfo", req, cb);
|
|
137
137
|
}
|
|
138
138
|
/**
|
|
139
|
-
*
|
|
139
|
+
* 获取扫描任务列表
|
|
140
140
|
*/
|
|
141
|
-
async
|
|
142
|
-
return this.request("
|
|
141
|
+
async DescribeScanTaskList(req, cb) {
|
|
142
|
+
return this.request("DescribeScanTaskList", req, cb);
|
|
143
143
|
}
|
|
144
144
|
/**
|
|
145
|
-
* 查询
|
|
145
|
+
* 查询dspm资产字段样本值
|
|
146
146
|
*/
|
|
147
|
-
async
|
|
148
|
-
return this.request("
|
|
147
|
+
async DescribeDspmAssetFieldSamples(req, cb) {
|
|
148
|
+
return this.request("DescribeDspmAssetFieldSamples", req, cb);
|
|
149
149
|
}
|
|
150
150
|
/**
|
|
151
|
-
*
|
|
151
|
+
* 查询导出任务
|
|
152
152
|
*/
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
153
|
+
async DescribeDspmExportTask(req, cb) {
|
|
154
|
+
return this.request("DescribeDspmExportTask", req, cb);
|
|
155
155
|
}
|
|
156
156
|
/**
|
|
157
|
-
*
|
|
157
|
+
* 查询dspm资产数据识别信息列表
|
|
158
158
|
*/
|
|
159
|
-
async
|
|
160
|
-
return this.request("
|
|
159
|
+
async DescribeDspmAssetIdentifyInfoList(req, cb) {
|
|
160
|
+
return this.request("DescribeDspmAssetIdentifyInfoList", req, cb);
|
|
161
161
|
}
|
|
162
162
|
/**
|
|
163
|
-
*
|
|
163
|
+
* 查询资产数据库信息
|
|
164
164
|
*/
|
|
165
|
-
async
|
|
166
|
-
return this.request("
|
|
165
|
+
async DescribeDspmAssetDatabaseList(req, cb) {
|
|
166
|
+
return this.request("DescribeDspmAssetDatabaseList", req, cb);
|
|
167
167
|
}
|
|
168
168
|
/**
|
|
169
|
-
*
|
|
169
|
+
* 删除Dspm个人身份id
|
|
170
170
|
*/
|
|
171
|
-
async
|
|
172
|
-
return this.request("
|
|
171
|
+
async DeleteDspmPersonalIdentify(req, cb) {
|
|
172
|
+
return this.request("DeleteDspmPersonalIdentify", req, cb);
|
|
173
173
|
}
|
|
174
174
|
/**
|
|
175
|
-
*
|
|
175
|
+
* 查询Dspm风险趋势
|
|
176
176
|
*/
|
|
177
|
-
async
|
|
178
|
-
return this.request("
|
|
177
|
+
async DescribeDspmRiskTendency(req, cb) {
|
|
178
|
+
return this.request("DescribeDspmRiskTendency", req, cb);
|
|
179
179
|
}
|
|
180
180
|
/**
|
|
181
|
-
*
|
|
181
|
+
* 添加cos告警策略
|
|
182
182
|
*/
|
|
183
|
-
async
|
|
184
|
-
return this.request("
|
|
183
|
+
async CreateCosPolicy(req, cb) {
|
|
184
|
+
return this.request("CreateCosPolicy", req, cb);
|
|
185
185
|
}
|
|
186
186
|
/**
|
|
187
|
-
*
|
|
187
|
+
* 集群列表
|
|
188
188
|
*/
|
|
189
|
-
async
|
|
190
|
-
return this.request("
|
|
189
|
+
async DescribeClusterAssets(req, cb) {
|
|
190
|
+
return this.request("DescribeClusterAssets", req, cb);
|
|
191
191
|
}
|
|
192
192
|
/**
|
|
193
|
-
*
|
|
193
|
+
* 查询Dspm资产数据库列表
|
|
194
194
|
*/
|
|
195
|
-
async
|
|
196
|
-
return this.request("
|
|
195
|
+
async DescribeDspmAssetDatabases(req, cb) {
|
|
196
|
+
return this.request("DescribeDspmAssetDatabases", req, cb);
|
|
197
197
|
}
|
|
198
198
|
/**
|
|
199
|
-
*
|
|
199
|
+
* 修改或者更改处置状态
|
|
200
200
|
*/
|
|
201
|
-
async
|
|
202
|
-
return this.request("
|
|
201
|
+
async ModifyAlarmRiskStatus(req, cb) {
|
|
202
|
+
return this.request("ModifyAlarmRiskStatus", req, cb);
|
|
203
203
|
}
|
|
204
204
|
/**
|
|
205
|
-
*
|
|
205
|
+
* 分页查询漏洞修复任务记录列表,支持按修复状态、时间范围等条件筛选,展示每个修复任务的概要信息。
|
|
206
206
|
*/
|
|
207
|
-
async
|
|
208
|
-
return this.request("
|
|
207
|
+
async DescribeVulFixTaskList(req, cb) {
|
|
208
|
+
return this.request("DescribeVulFixTaskList", req, cb);
|
|
209
209
|
}
|
|
210
210
|
/**
|
|
211
|
-
*
|
|
211
|
+
* 创建已修复漏洞列表的导出任务。支持与 DescribeVulFixedList 相同的过滤条件,导出通过异步任务实现,返回 JobID 后前端轮询查询导出任务状态。导出字段包含漏洞ID、漏洞名称、漏洞等级、VPR评级、漏洞类型、CVE编号、主机名称、实例ID、关联组件&路径、修复时间。
|
|
212
212
|
*/
|
|
213
|
-
async
|
|
214
|
-
return this.request("
|
|
213
|
+
async CreateVulFixedExportJob(req, cb) {
|
|
214
|
+
return this.request("CreateVulFixedExportJob", req, cb);
|
|
215
215
|
}
|
|
216
216
|
/**
|
|
217
|
-
*
|
|
217
|
+
* 删除dspm数据识别数据项
|
|
218
218
|
*/
|
|
219
|
-
async
|
|
220
|
-
return this.request("
|
|
219
|
+
async DeleteDspmIdentifyRule(req, cb) {
|
|
220
|
+
return this.request("DeleteDspmIdentifyRule", req, cb);
|
|
221
221
|
}
|
|
222
222
|
/**
|
|
223
|
-
*
|
|
223
|
+
* 查询网络攻击检测开关及资产范围配置
|
|
224
224
|
*/
|
|
225
|
-
async
|
|
226
|
-
return this.request("
|
|
225
|
+
async DescribeNetAttackSetting(req, cb) {
|
|
226
|
+
return this.request("DescribeNetAttackSetting", req, cb);
|
|
227
227
|
}
|
|
228
228
|
/**
|
|
229
|
-
* 查询
|
|
229
|
+
* 查询Dspm资产登录凭据
|
|
230
230
|
*/
|
|
231
|
-
async
|
|
232
|
-
return this.request("
|
|
231
|
+
async DescribeDspmAssetLoginCredential(req, cb) {
|
|
232
|
+
return this.request("DescribeDspmAssetLoginCredential", req, cb);
|
|
233
233
|
}
|
|
234
234
|
/**
|
|
235
|
-
*
|
|
235
|
+
* 同步dspm支持的资产
|
|
236
236
|
*/
|
|
237
|
-
async
|
|
238
|
-
return this.request("
|
|
237
|
+
async SyncDspmAssets(req, cb) {
|
|
238
|
+
return this.request("SyncDspmAssets", req, cb);
|
|
239
239
|
}
|
|
240
240
|
/**
|
|
241
|
-
*
|
|
241
|
+
* 查看cos桶访问权限信息
|
|
242
242
|
*/
|
|
243
|
-
async
|
|
244
|
-
return this.request("
|
|
243
|
+
async DescribeCosAccessPermission(req, cb) {
|
|
244
|
+
return this.request("DescribeCosAccessPermission", req, cb);
|
|
245
245
|
}
|
|
246
246
|
/**
|
|
247
|
-
*
|
|
247
|
+
* 获取资产视角的端口风险列表
|
|
248
248
|
*/
|
|
249
|
-
async
|
|
250
|
-
return this.request("
|
|
249
|
+
async DescribeRiskCenterAssetViewPortRiskList(req, cb) {
|
|
250
|
+
return this.request("DescribeRiskCenterAssetViewPortRiskList", req, cb);
|
|
251
251
|
}
|
|
252
252
|
/**
|
|
253
|
-
*
|
|
253
|
+
* 日志分析检索接口v3
|
|
254
254
|
*/
|
|
255
|
-
async
|
|
256
|
-
return this.request("
|
|
255
|
+
async DescribeCLSLogListV3(req, cb) {
|
|
256
|
+
return this.request("DescribeCLSLogListV3", req, cb);
|
|
257
257
|
}
|
|
258
258
|
/**
|
|
259
|
-
*
|
|
259
|
+
* 云边界分析资产列表
|
|
260
260
|
*/
|
|
261
|
-
async
|
|
262
|
-
return this.request("
|
|
261
|
+
async DescribeExposures(req, cb) {
|
|
262
|
+
return this.request("DescribeExposures", req, cb);
|
|
263
263
|
}
|
|
264
264
|
/**
|
|
265
|
-
*
|
|
265
|
+
* 修改EDR策略开关状态
|
|
266
266
|
*/
|
|
267
|
-
async
|
|
268
|
-
return this.request("
|
|
267
|
+
async ModifyEDRRuleStatus(req, cb) {
|
|
268
|
+
return this.request("ModifyEDRRuleStatus", req, cb);
|
|
269
269
|
}
|
|
270
270
|
/**
|
|
271
|
-
*
|
|
271
|
+
* 创建Dspm访问记录导出任务
|
|
272
272
|
*/
|
|
273
|
-
async
|
|
274
|
-
return this.request("
|
|
273
|
+
async CreateDspmAccessExportJob(req, cb) {
|
|
274
|
+
return this.request("CreateDspmAccessExportJob", req, cb);
|
|
275
275
|
}
|
|
276
276
|
/**
|
|
277
|
-
*
|
|
277
|
+
* 编辑访问密钥/源IP备注
|
|
278
278
|
*/
|
|
279
|
-
async
|
|
280
|
-
return this.request("
|
|
279
|
+
async UpdateAccessKeyRemark(req, cb) {
|
|
280
|
+
return this.request("UpdateAccessKeyRemark", req, cb);
|
|
281
281
|
}
|
|
282
282
|
/**
|
|
283
|
-
*
|
|
283
|
+
* 上传 Skill ZIP 文件,触发异步安全检测。上传成功后应使用返回的 ContentHash + EngineVersion 轮询 DescribeSkillScanResult 接口获取结果。上传接口具备幂等性,同一 Hash 的文件重复上传不会创建重复任务。检测结果保留90天,超期后需重新上传检测。
|
|
284
284
|
*/
|
|
285
|
-
async
|
|
286
|
-
return this.request("
|
|
285
|
+
async CreateSkillScan(req, cb) {
|
|
286
|
+
return this.request("CreateSkillScan", req, cb);
|
|
287
287
|
}
|
|
288
288
|
/**
|
|
289
|
-
*
|
|
289
|
+
* 查询指定漏洞可以被修复的主机列表。在用户提交修复任务前,需要先查询哪些主机支持自动修复,为用户选择修复目标提供数据支持。
|
|
290
290
|
*/
|
|
291
|
-
async
|
|
292
|
-
return this.request("
|
|
291
|
+
async DescribeVulFixableMachineList(req, cb) {
|
|
292
|
+
return this.request("DescribeVulFixableMachineList", req, cb);
|
|
293
293
|
}
|
|
294
294
|
/**
|
|
295
|
-
*
|
|
295
|
+
* 查询用户行为分析策略列表
|
|
296
296
|
*/
|
|
297
|
-
async
|
|
298
|
-
return this.request("
|
|
297
|
+
async DescribeUebaRule(req, cb) {
|
|
298
|
+
return this.request("DescribeUebaRule", req, cb);
|
|
299
299
|
}
|
|
300
300
|
/**
|
|
301
|
-
* 查询
|
|
301
|
+
* 查询Dspm访客申请记录
|
|
302
302
|
*/
|
|
303
|
-
async
|
|
304
|
-
return this.request("
|
|
303
|
+
async DescribeDspmPersonApplyHistory(req, cb) {
|
|
304
|
+
return this.request("DescribeDspmPersonApplyHistory", req, cb);
|
|
305
305
|
}
|
|
306
306
|
/**
|
|
307
|
-
*
|
|
307
|
+
* 查询Dspm白名单策略
|
|
308
308
|
*/
|
|
309
|
-
async
|
|
310
|
-
return this.request("
|
|
309
|
+
async DescribeDspmWhitelistStrategy(req, cb) {
|
|
310
|
+
return this.request("DescribeDspmWhitelistStrategy", req, cb);
|
|
311
311
|
}
|
|
312
312
|
/**
|
|
313
|
-
*
|
|
313
|
+
* 修改对象存储备注
|
|
314
314
|
*/
|
|
315
|
-
async
|
|
316
|
-
return this.request("
|
|
315
|
+
async ModifyCosMarkInfo(req, cb) {
|
|
316
|
+
return this.request("ModifyCosMarkInfo", req, cb);
|
|
317
317
|
}
|
|
318
318
|
/**
|
|
319
|
-
*
|
|
319
|
+
* 修改Dspm白名单策略
|
|
320
320
|
*/
|
|
321
|
-
async
|
|
322
|
-
return this.request("
|
|
321
|
+
async ModifyDspmWhitelistStrategy(req, cb) {
|
|
322
|
+
return this.request("ModifyDspmWhitelistStrategy", req, cb);
|
|
323
323
|
}
|
|
324
324
|
/**
|
|
325
|
-
*
|
|
325
|
+
* 添加资产管理员
|
|
326
326
|
*/
|
|
327
|
-
async
|
|
328
|
-
return this.request("
|
|
327
|
+
async AddDspmAssetManager(req, cb) {
|
|
328
|
+
return this.request("AddDspmAssetManager", req, cb);
|
|
329
329
|
}
|
|
330
330
|
/**
|
|
331
|
-
*
|
|
331
|
+
* 修改风险中心风险状态
|
|
332
332
|
*/
|
|
333
|
-
async
|
|
334
|
-
return this.request("
|
|
333
|
+
async ModifyRiskCenterRiskStatus(req, cb) {
|
|
334
|
+
return this.request("ModifyRiskCenterRiskStatus", req, cb);
|
|
335
335
|
}
|
|
336
336
|
/**
|
|
337
|
-
*
|
|
337
|
+
* 修改存储桶监测状态
|
|
338
338
|
*/
|
|
339
|
-
async
|
|
340
|
-
return this.request("
|
|
339
|
+
async ModifyCosAuditBucketMonitorStatus(req, cb) {
|
|
340
|
+
return this.request("ModifyCosAuditBucketMonitorStatus", req, cb);
|
|
341
|
+
}
|
|
342
|
+
/**
|
|
343
|
+
* 标记风险或者告警为 已处置/已忽略
|
|
344
|
+
*/
|
|
345
|
+
async UpdateAccessKeyAlarmStatus(req, cb) {
|
|
346
|
+
return this.request("UpdateAccessKeyAlarmStatus", req, cb);
|
|
341
347
|
}
|
|
342
348
|
/**
|
|
343
349
|
* 获取扫描漏洞任务详情
|
|
@@ -346,418 +352,418 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
346
352
|
return this.request("DescribeVulScanTaskDetail", req, cb);
|
|
347
353
|
}
|
|
348
354
|
/**
|
|
349
|
-
*
|
|
355
|
+
* 修改网络攻击检测开关及资产范围配置
|
|
350
356
|
*/
|
|
351
|
-
async
|
|
352
|
-
return this.request("
|
|
357
|
+
async ModifyNetAttackSetting(req, cb) {
|
|
358
|
+
return this.request("ModifyNetAttackSetting", req, cb);
|
|
353
359
|
}
|
|
354
360
|
/**
|
|
355
|
-
*
|
|
361
|
+
* 查询Dspm风险分组策略
|
|
356
362
|
*/
|
|
357
|
-
async
|
|
358
|
-
return this.request("
|
|
363
|
+
async DescribeDspmRiskStrategyGroup(req, cb) {
|
|
364
|
+
return this.request("DescribeDspmRiskStrategyGroup", req, cb);
|
|
359
365
|
}
|
|
360
366
|
/**
|
|
361
|
-
*
|
|
367
|
+
* 查询某个已修复漏洞在指定主机上的修复详情,包含漏洞基本信息、修复主机信息以及关联组件&路径的详细列表(组件名称、命中版本、关联路径、修复命令)。
|
|
362
368
|
*/
|
|
363
|
-
async
|
|
364
|
-
return this.request("
|
|
369
|
+
async DescribeVulFixedHostDetail(req, cb) {
|
|
370
|
+
return this.request("DescribeVulFixedHostDetail", req, cb);
|
|
365
371
|
}
|
|
366
372
|
/**
|
|
367
|
-
*
|
|
373
|
+
* 查看风险资产视角
|
|
368
374
|
*/
|
|
369
|
-
async
|
|
370
|
-
return this.request("
|
|
375
|
+
async DescribeCosBucketRisk(req, cb) {
|
|
376
|
+
return this.request("DescribeCosBucketRisk", req, cb);
|
|
371
377
|
}
|
|
372
378
|
/**
|
|
373
|
-
*
|
|
379
|
+
* 查询Dspm资产账号预设特权信息
|
|
374
380
|
*/
|
|
375
|
-
async
|
|
376
|
-
return this.request("
|
|
381
|
+
async DescribeDspmAssetAccountPresetPrivileges(req, cb) {
|
|
382
|
+
return this.request("DescribeDspmAssetAccountPresetPrivileges", req, cb);
|
|
377
383
|
}
|
|
378
384
|
/**
|
|
379
|
-
*
|
|
385
|
+
* 获取EDR策略列表
|
|
380
386
|
*/
|
|
381
|
-
async
|
|
382
|
-
return this.request("
|
|
387
|
+
async DescribeEDRRuleList(req, cb) {
|
|
388
|
+
return this.request("DescribeEDRRuleList", req, cb);
|
|
383
389
|
}
|
|
384
390
|
/**
|
|
385
|
-
*
|
|
391
|
+
* 新安全中心风险中心-漏洞列表
|
|
386
392
|
*/
|
|
387
|
-
async
|
|
388
|
-
return this.request("
|
|
393
|
+
async DescribeVULList(req, cb) {
|
|
394
|
+
return this.request("DescribeVULList", req, cb);
|
|
389
395
|
}
|
|
390
396
|
/**
|
|
391
|
-
*
|
|
397
|
+
* 修改dspm数据识别分级信息
|
|
392
398
|
*/
|
|
393
|
-
async
|
|
394
|
-
return this.request("
|
|
399
|
+
async ModifyDspmIdentifyLevelItem(req, cb) {
|
|
400
|
+
return this.request("ModifyDspmIdentifyLevelItem", req, cb);
|
|
395
401
|
}
|
|
396
402
|
/**
|
|
397
|
-
*
|
|
403
|
+
* 查询云边界分析-暴露路径下主机节点的漏洞列表
|
|
398
404
|
*/
|
|
399
|
-
async
|
|
400
|
-
return this.request("
|
|
405
|
+
async DescribeVulRiskList(req, cb) {
|
|
406
|
+
return this.request("DescribeVulRiskList", req, cb);
|
|
401
407
|
}
|
|
402
408
|
/**
|
|
403
|
-
*
|
|
409
|
+
* 获取资产视角的漏洞风险列表
|
|
404
410
|
*/
|
|
405
|
-
async
|
|
406
|
-
return this.request("
|
|
411
|
+
async DescribeRiskCenterAssetViewVULRiskList(req, cb) {
|
|
412
|
+
return this.request("DescribeRiskCenterAssetViewVULRiskList", req, cb);
|
|
407
413
|
}
|
|
408
414
|
/**
|
|
409
|
-
*
|
|
415
|
+
* 创建Dspm白名单策略
|
|
410
416
|
*/
|
|
411
|
-
async
|
|
412
|
-
return this.request("
|
|
417
|
+
async CreateDspmWhitelistStrategy(req, cb) {
|
|
418
|
+
return this.request("CreateDspmWhitelistStrategy", req, cb);
|
|
413
419
|
}
|
|
414
420
|
/**
|
|
415
|
-
*
|
|
421
|
+
* ip访问列表详情信息
|
|
416
422
|
*/
|
|
417
|
-
async
|
|
418
|
-
return this.request("
|
|
423
|
+
async DescribeIpInvokeRecordDetail(req, cb) {
|
|
424
|
+
return this.request("DescribeIpInvokeRecordDetail", req, cb);
|
|
419
425
|
}
|
|
420
426
|
/**
|
|
421
|
-
*
|
|
427
|
+
* 资产视角下云资源配置风险列表
|
|
422
428
|
*/
|
|
423
|
-
async
|
|
424
|
-
return this.request("
|
|
429
|
+
async DescribeAssetRiskList(req, cb) {
|
|
430
|
+
return this.request("DescribeAssetRiskList", req, cb);
|
|
425
431
|
}
|
|
426
432
|
/**
|
|
427
|
-
*
|
|
433
|
+
* 查看风险证据以及描述
|
|
428
434
|
*/
|
|
429
|
-
async
|
|
430
|
-
return this.request("
|
|
435
|
+
async DescribeCosRiskEvidence(req, cb) {
|
|
436
|
+
return this.request("DescribeCosRiskEvidence", req, cb);
|
|
431
437
|
}
|
|
432
438
|
/**
|
|
433
|
-
* 查询
|
|
439
|
+
* 查询dspm数据识别模板列表
|
|
434
440
|
*/
|
|
435
|
-
async
|
|
436
|
-
return this.request("
|
|
441
|
+
async DescribeDspmIdentifyComplianceGroupList(req, cb) {
|
|
442
|
+
return this.request("DescribeDspmIdentifyComplianceGroupList", req, cb);
|
|
437
443
|
}
|
|
438
444
|
/**
|
|
439
|
-
*
|
|
445
|
+
* 按日期查看策略命中详情
|
|
440
446
|
*/
|
|
441
|
-
async
|
|
442
|
-
return this.request("
|
|
447
|
+
async DescribePolicyHitData(req, cb) {
|
|
448
|
+
return this.request("DescribePolicyHitData", req, cb);
|
|
443
449
|
}
|
|
444
450
|
/**
|
|
445
|
-
*
|
|
451
|
+
* 查看cos调用日志
|
|
446
452
|
*/
|
|
447
|
-
async
|
|
448
|
-
return this.request("
|
|
453
|
+
async DescribeCosIpInvokeLog(req, cb) {
|
|
454
|
+
return this.request("DescribeCosIpInvokeLog", req, cb);
|
|
449
455
|
}
|
|
450
456
|
/**
|
|
451
|
-
*
|
|
457
|
+
* 获取已购Dspm订单信息
|
|
452
458
|
*/
|
|
453
|
-
async
|
|
454
|
-
return this.request("
|
|
459
|
+
async DescribeDspmPayInfo(req, cb) {
|
|
460
|
+
return this.request("DescribeDspmPayInfo", req, cb);
|
|
455
461
|
}
|
|
456
462
|
/**
|
|
457
|
-
*
|
|
463
|
+
* 创建Dspm个人身份id
|
|
458
464
|
*/
|
|
459
|
-
async
|
|
460
|
-
return this.request("
|
|
465
|
+
async CreateDspmPersonalIdentify(req, cb) {
|
|
466
|
+
return this.request("CreateDspmPersonalIdentify", req, cb);
|
|
461
467
|
}
|
|
462
468
|
/**
|
|
463
|
-
*
|
|
469
|
+
* 查询Dspm访问拓扑账号列表
|
|
464
470
|
*/
|
|
465
|
-
async
|
|
466
|
-
return this.request("
|
|
471
|
+
async DescribeDspmAccessTopologyAccounts(req, cb) {
|
|
472
|
+
return this.request("DescribeDspmAccessTopologyAccounts", req, cb);
|
|
467
473
|
}
|
|
468
474
|
/**
|
|
469
|
-
*
|
|
475
|
+
* 主机列表
|
|
470
476
|
*/
|
|
471
|
-
async
|
|
472
|
-
return this.request("
|
|
477
|
+
async DescribeCWPMachines(req, cb) {
|
|
478
|
+
return this.request("DescribeCWPMachines", req, cb);
|
|
473
479
|
}
|
|
474
480
|
/**
|
|
475
|
-
*
|
|
481
|
+
* 删除域名和ip请求
|
|
476
482
|
*/
|
|
477
|
-
async
|
|
478
|
-
return this.request("
|
|
483
|
+
async DeleteDomainAndIp(req, cb) {
|
|
484
|
+
return this.request("DeleteDomainAndIp", req, cb);
|
|
479
485
|
}
|
|
480
486
|
/**
|
|
481
|
-
*
|
|
487
|
+
* 查询风险规则详情示例
|
|
482
488
|
*/
|
|
483
|
-
async
|
|
484
|
-
return this.request("
|
|
489
|
+
async DescribeRiskRuleDetail(req, cb) {
|
|
490
|
+
return this.request("DescribeRiskRuleDetail", req, cb);
|
|
485
491
|
}
|
|
486
492
|
/**
|
|
487
|
-
* 查询
|
|
493
|
+
* 查询cos风险文件扫描任务
|
|
488
494
|
*/
|
|
489
|
-
async
|
|
490
|
-
return this.request("
|
|
495
|
+
async DescribeCosObjectScanTask(req, cb) {
|
|
496
|
+
return this.request("DescribeCosObjectScanTask", req, cb);
|
|
491
497
|
}
|
|
492
498
|
/**
|
|
493
|
-
*
|
|
499
|
+
* 获取网卡列表
|
|
494
500
|
*/
|
|
495
|
-
async
|
|
496
|
-
return this.request("
|
|
501
|
+
async DescribeNICAssets(req, cb) {
|
|
502
|
+
return this.request("DescribeNICAssets", req, cb);
|
|
497
503
|
}
|
|
498
504
|
/**
|
|
499
|
-
*
|
|
505
|
+
* 域名列表
|
|
500
506
|
*/
|
|
501
|
-
async
|
|
502
|
-
return this.request("
|
|
507
|
+
async DescribeDomainAssets(req, cb) {
|
|
508
|
+
return this.request("DescribeDomainAssets", req, cb);
|
|
503
509
|
}
|
|
504
510
|
/**
|
|
505
|
-
*
|
|
511
|
+
* 查询已被修复的漏洞列表,展示修复成功的漏洞信息及修复情况统计,帮助用户了解修复成效。
|
|
506
512
|
*/
|
|
507
|
-
async
|
|
508
|
-
return this.request("
|
|
513
|
+
async DescribeVulFixedList(req, cb) {
|
|
514
|
+
return this.request("DescribeVulFixedList", req, cb);
|
|
509
515
|
}
|
|
510
516
|
/**
|
|
511
|
-
*
|
|
517
|
+
* 删除dspm数据识别模板
|
|
512
518
|
*/
|
|
513
|
-
async
|
|
514
|
-
return this.request("
|
|
519
|
+
async DeleteDspmIdentifyComplianceGroup(req, cb) {
|
|
520
|
+
return this.request("DeleteDspmIdentifyComplianceGroup", req, cb);
|
|
515
521
|
}
|
|
516
522
|
/**
|
|
517
|
-
*
|
|
523
|
+
* EDR告警状态处置
|
|
518
524
|
*/
|
|
519
|
-
async
|
|
520
|
-
return this.request("
|
|
525
|
+
async ModifyEdrAlertStatus(req, cb) {
|
|
526
|
+
return this.request("ModifyEdrAlertStatus", req, cb);
|
|
521
527
|
}
|
|
522
528
|
/**
|
|
523
|
-
*
|
|
529
|
+
* 查询日志备份配置
|
|
524
530
|
*/
|
|
525
|
-
async
|
|
526
|
-
return this.request("
|
|
531
|
+
async DescribeDspmBackupSetting(req, cb) {
|
|
532
|
+
return this.request("DescribeDspmBackupSetting", req, cb);
|
|
527
533
|
}
|
|
528
534
|
/**
|
|
529
|
-
*
|
|
535
|
+
* 获取资产视角的漏洞风险列表
|
|
530
536
|
*/
|
|
531
|
-
async
|
|
532
|
-
return this.request("
|
|
537
|
+
async DescribeAssetViewVulRiskList(req, cb) {
|
|
538
|
+
return this.request("DescribeAssetViewVulRiskList", req, cb);
|
|
533
539
|
}
|
|
534
540
|
/**
|
|
535
|
-
*
|
|
541
|
+
* 添加漏洞白名单
|
|
536
542
|
*/
|
|
537
|
-
async
|
|
538
|
-
return this.request("
|
|
543
|
+
async AddVulWhitelist(req, cb) {
|
|
544
|
+
return this.request("AddVulWhitelist", req, cb);
|
|
539
545
|
}
|
|
540
546
|
/**
|
|
541
|
-
*
|
|
547
|
+
* 查询cos文件数据识别结果列表
|
|
542
548
|
*/
|
|
543
|
-
async
|
|
544
|
-
return this.request("
|
|
549
|
+
async DescribeCosIdentifyFileList(req, cb) {
|
|
550
|
+
return this.request("DescribeCosIdentifyFileList", req, cb);
|
|
545
551
|
}
|
|
546
552
|
/**
|
|
547
|
-
* 创建Dspm
|
|
553
|
+
* 创建Dspm资产访问拓扑导出任务
|
|
548
554
|
*/
|
|
549
|
-
async
|
|
550
|
-
return this.request("
|
|
555
|
+
async CreateDspmAssetAccessTopologyExportJob(req, cb) {
|
|
556
|
+
return this.request("CreateDspmAssetAccessTopologyExportJob", req, cb);
|
|
551
557
|
}
|
|
552
558
|
/**
|
|
553
|
-
*
|
|
559
|
+
* 创建IaC检测文件导出任务
|
|
554
560
|
*/
|
|
555
|
-
async
|
|
556
|
-
return this.request("
|
|
561
|
+
async CreateIaCFileExportJob(req, cb) {
|
|
562
|
+
return this.request("CreateIaCFileExportJob", req, cb);
|
|
557
563
|
}
|
|
558
564
|
/**
|
|
559
|
-
*
|
|
565
|
+
* 创建dspm数据识别分级组
|
|
560
566
|
*/
|
|
561
|
-
async
|
|
562
|
-
return this.request("
|
|
563
|
-
}
|
|
567
|
+
async CreateDspmIdentifyLevelGroup(req, cb) {
|
|
568
|
+
return this.request("CreateDspmIdentifyLevelGroup", req, cb);
|
|
569
|
+
}
|
|
564
570
|
/**
|
|
565
|
-
*
|
|
571
|
+
* 获取通知资产范围配置
|
|
566
572
|
*/
|
|
567
|
-
async
|
|
568
|
-
return this.request("
|
|
573
|
+
async DescribeNotifyAssetConfig(req, cb) {
|
|
574
|
+
return this.request("DescribeNotifyAssetConfig", req, cb);
|
|
569
575
|
}
|
|
570
576
|
/**
|
|
571
|
-
*
|
|
577
|
+
* 修改dspm当前应用的数据识别模板
|
|
572
578
|
*/
|
|
573
|
-
async
|
|
574
|
-
return this.request("
|
|
579
|
+
async ModifyDspmApplyingIdentifyComplianceGroup(req, cb) {
|
|
580
|
+
return this.request("ModifyDspmApplyingIdentifyComplianceGroup", req, cb);
|
|
575
581
|
}
|
|
576
582
|
/**
|
|
577
|
-
*
|
|
583
|
+
* 点击开始扫描后触发,支持多账号、多资产类型。同时选主机和容器集群时拆分为两个独立任务(主机+容器)。
|
|
578
584
|
*/
|
|
579
|
-
async
|
|
580
|
-
return this.request("
|
|
585
|
+
async CreateEDRManualScan(req, cb) {
|
|
586
|
+
return this.request("CreateEDRManualScan", req, cb);
|
|
581
587
|
}
|
|
582
588
|
/**
|
|
583
|
-
*
|
|
589
|
+
* 访问密钥告警记录详情
|
|
584
590
|
*/
|
|
585
|
-
async
|
|
586
|
-
return this.request("
|
|
591
|
+
async DescribeAccessKeyAlarmDetail(req, cb) {
|
|
592
|
+
return this.request("DescribeAccessKeyAlarmDetail", req, cb);
|
|
587
593
|
}
|
|
588
594
|
/**
|
|
589
|
-
*
|
|
595
|
+
* 修改Dspm资产日志投递开关
|
|
590
596
|
*/
|
|
591
|
-
async
|
|
592
|
-
return this.request("
|
|
597
|
+
async ModifyDspmAssetSecurityAnalysisSwitch(req, cb) {
|
|
598
|
+
return this.request("ModifyDspmAssetSecurityAnalysisSwitch", req, cb);
|
|
593
599
|
}
|
|
594
600
|
/**
|
|
595
|
-
*
|
|
601
|
+
* 查询集团账号用户列表
|
|
596
602
|
*/
|
|
597
|
-
async
|
|
598
|
-
return this.request("
|
|
603
|
+
async DescribeOrganizationUserInfo(req, cb) {
|
|
604
|
+
return this.request("DescribeOrganizationUserInfo", req, cb);
|
|
599
605
|
}
|
|
600
606
|
/**
|
|
601
|
-
*
|
|
607
|
+
* 检测AK 异步任务
|
|
602
608
|
*/
|
|
603
|
-
async
|
|
604
|
-
return this.request("
|
|
609
|
+
async CreateAccessKeyCheckTask(req, cb) {
|
|
610
|
+
return this.request("CreateAccessKeyCheckTask", req, cb);
|
|
605
611
|
}
|
|
606
612
|
/**
|
|
607
|
-
*
|
|
613
|
+
* 获取子网列表
|
|
608
614
|
*/
|
|
609
|
-
async
|
|
610
|
-
return this.request("
|
|
615
|
+
async DescribeSubnetAssets(req, cb) {
|
|
616
|
+
return this.request("DescribeSubnetAssets", req, cb);
|
|
611
617
|
}
|
|
612
618
|
/**
|
|
613
|
-
*
|
|
619
|
+
* 查询Dspm身份id列表
|
|
614
620
|
*/
|
|
615
|
-
async
|
|
616
|
-
return this.request("
|
|
621
|
+
async DescribeDspmIdentifyIdList(req, cb) {
|
|
622
|
+
return this.request("DescribeDspmIdentifyIdList", req, cb);
|
|
617
623
|
}
|
|
618
624
|
/**
|
|
619
|
-
*
|
|
625
|
+
* 获取用户访问密钥资产列表
|
|
620
626
|
*/
|
|
621
|
-
async
|
|
622
|
-
return this.request("
|
|
627
|
+
async DescribeAccessKeyAsset(req, cb) {
|
|
628
|
+
return this.request("DescribeAccessKeyAsset", req, cb);
|
|
623
629
|
}
|
|
624
630
|
/**
|
|
625
|
-
*
|
|
631
|
+
* 查看对象存储访问权限列表
|
|
626
632
|
*/
|
|
627
|
-
async
|
|
628
|
-
return this.request("
|
|
633
|
+
async DescribeCosAccessPermissions(req, cb) {
|
|
634
|
+
return this.request("DescribeCosAccessPermissions", req, cb);
|
|
629
635
|
}
|
|
630
636
|
/**
|
|
631
|
-
*
|
|
637
|
+
* 获取EDR告警列表
|
|
632
638
|
*/
|
|
633
|
-
async
|
|
634
|
-
return this.request("
|
|
639
|
+
async DescribeEdrAlertList(req, cb) {
|
|
640
|
+
return this.request("DescribeEdrAlertList", req, cb);
|
|
635
641
|
}
|
|
636
642
|
/**
|
|
637
|
-
*
|
|
643
|
+
* EDR告警多攻击阶段查询
|
|
638
644
|
*/
|
|
639
|
-
async
|
|
640
|
-
return this.request("
|
|
645
|
+
async DescribeEdrAlertMultiAttackStages(req, cb) {
|
|
646
|
+
return this.request("DescribeEdrAlertMultiAttackStages", req, cb);
|
|
641
647
|
}
|
|
642
648
|
/**
|
|
643
|
-
*
|
|
649
|
+
* 创建Dspm资产列表导出任务
|
|
644
650
|
*/
|
|
645
|
-
async
|
|
646
|
-
return this.request("
|
|
651
|
+
async CreateDspmAssetsExportJob(req, cb) {
|
|
652
|
+
return this.request("CreateDspmAssetsExportJob", req, cb);
|
|
647
653
|
}
|
|
648
654
|
/**
|
|
649
|
-
*
|
|
655
|
+
* 复制dspm数据识别模板
|
|
650
656
|
*/
|
|
651
|
-
async
|
|
652
|
-
return this.request("
|
|
657
|
+
async CreateDspmIdentifyComplianceGroupCopy(req, cb) {
|
|
658
|
+
return this.request("CreateDspmIdentifyComplianceGroupCopy", req, cb);
|
|
653
659
|
}
|
|
654
660
|
/**
|
|
655
|
-
*
|
|
661
|
+
* 获取漏洞视角的漏洞风险列表
|
|
656
662
|
*/
|
|
657
|
-
async
|
|
658
|
-
return this.request("
|
|
663
|
+
async DescribeRiskCenterVULViewVULRiskList(req, cb) {
|
|
664
|
+
return this.request("DescribeRiskCenterVULViewVULRiskList", req, cb);
|
|
659
665
|
}
|
|
660
666
|
/**
|
|
661
|
-
*
|
|
667
|
+
* csip角色授权绑定接口
|
|
662
668
|
*/
|
|
663
|
-
async
|
|
664
|
-
return this.request("
|
|
669
|
+
async AddNewBindRoleUser(req, cb) {
|
|
670
|
+
return this.request("AddNewBindRoleUser", req, cb);
|
|
665
671
|
}
|
|
666
672
|
/**
|
|
667
|
-
*
|
|
673
|
+
* 获取存储桶角色权限列表
|
|
668
674
|
*/
|
|
669
|
-
async
|
|
670
|
-
return this.request("
|
|
675
|
+
async DescribeCosRoleAccessPermissions(req, cb) {
|
|
676
|
+
return this.request("DescribeCosRoleAccessPermissions", req, cb);
|
|
671
677
|
}
|
|
672
678
|
/**
|
|
673
|
-
*
|
|
679
|
+
* 修改漏洞白名单开关
|
|
674
680
|
*/
|
|
675
|
-
async
|
|
676
|
-
return this.request("
|
|
681
|
+
async ModifyVulWhitelistSwitch(req, cb) {
|
|
682
|
+
return this.request("ModifyVulWhitelistSwitch", req, cb);
|
|
677
683
|
}
|
|
678
684
|
/**
|
|
679
|
-
*
|
|
685
|
+
* 获取漏洞标签列表
|
|
680
686
|
*/
|
|
681
|
-
async
|
|
682
|
-
return this.request("
|
|
687
|
+
async DescribeVulLabelList(req, cb) {
|
|
688
|
+
return this.request("DescribeVulLabelList", req, cb);
|
|
683
689
|
}
|
|
684
690
|
/**
|
|
685
|
-
*
|
|
691
|
+
* RetryExportLog
|
|
686
692
|
*/
|
|
687
|
-
async
|
|
688
|
-
return this.request("
|
|
693
|
+
async RetryDspmExportLog(req, cb) {
|
|
694
|
+
return this.request("RetryDspmExportLog", req, cb);
|
|
689
695
|
}
|
|
690
696
|
/**
|
|
691
|
-
*
|
|
697
|
+
* 修改dspm数据识别模板
|
|
692
698
|
*/
|
|
693
|
-
async
|
|
694
|
-
return this.request("
|
|
699
|
+
async ModifyDspmIdentifyComplianceGroup(req, cb) {
|
|
700
|
+
return this.request("ModifyDspmIdentifyComplianceGroup", req, cb);
|
|
695
701
|
}
|
|
696
702
|
/**
|
|
697
|
-
*
|
|
703
|
+
* 获取EDR告警统计
|
|
698
704
|
*/
|
|
699
|
-
async
|
|
700
|
-
return this.request("
|
|
705
|
+
async DescribeEdrAlertSummary(req, cb) {
|
|
706
|
+
return this.request("DescribeEdrAlertSummary", req, cb);
|
|
701
707
|
}
|
|
702
708
|
/**
|
|
703
|
-
*
|
|
709
|
+
* 查询Dspm资产账号身份信息
|
|
704
710
|
*/
|
|
705
|
-
async
|
|
706
|
-
return this.request("
|
|
711
|
+
async DescribeDspmAssetAccountIdentify(req, cb) {
|
|
712
|
+
return this.request("DescribeDspmAssetAccountIdentify", req, cb);
|
|
707
713
|
}
|
|
708
714
|
/**
|
|
709
|
-
*
|
|
715
|
+
* 创建Dspm身份列表导出任务
|
|
710
716
|
*/
|
|
711
|
-
async
|
|
712
|
-
return this.request("
|
|
717
|
+
async CreateDspmIdentifyInfoListExportJob(req, cb) {
|
|
718
|
+
return this.request("CreateDspmIdentifyInfoListExportJob", req, cb);
|
|
713
719
|
}
|
|
714
720
|
/**
|
|
715
|
-
*
|
|
721
|
+
* 获取审计支付信息
|
|
716
722
|
*/
|
|
717
|
-
async
|
|
718
|
-
return this.request("
|
|
723
|
+
async DescribeCosAuditPayInfo(req, cb) {
|
|
724
|
+
return this.request("DescribeCosAuditPayInfo", req, cb);
|
|
719
725
|
}
|
|
720
726
|
/**
|
|
721
|
-
*
|
|
727
|
+
* CSIP 手动扫描创建接口
|
|
722
728
|
*/
|
|
723
|
-
async
|
|
724
|
-
return this.request("
|
|
729
|
+
async CreateCSIPManualMalwareScan(req, cb) {
|
|
730
|
+
return this.request("CreateCSIPManualMalwareScan", req, cb);
|
|
725
731
|
}
|
|
726
732
|
/**
|
|
727
|
-
*
|
|
733
|
+
* 获取配置视角的配置风险列表
|
|
728
734
|
*/
|
|
729
|
-
async
|
|
730
|
-
return this.request("
|
|
735
|
+
async DescribeRiskCenterCFGViewCFGRiskList(req, cb) {
|
|
736
|
+
return this.request("DescribeRiskCenterCFGViewCFGRiskList", req, cb);
|
|
731
737
|
}
|
|
732
738
|
/**
|
|
733
|
-
*
|
|
739
|
+
* 修改漏洞白名单配置
|
|
734
740
|
*/
|
|
735
|
-
async
|
|
736
|
-
return this.request("
|
|
741
|
+
async ModifyVulWhitelistConfig(req, cb) {
|
|
742
|
+
return this.request("ModifyVulWhitelistConfig", req, cb);
|
|
737
743
|
}
|
|
738
744
|
/**
|
|
739
|
-
*
|
|
745
|
+
* 取消已永久忽略的EDR多行为告警,从AI-Link永久忽略白名单移除对应主机+规则记录,并将告警状态恢复为待处理(PENDING)
|
|
740
746
|
*/
|
|
741
|
-
async
|
|
742
|
-
return this.request("
|
|
747
|
+
async CancelEdrAlertIgnore(req, cb) {
|
|
748
|
+
return this.request("CancelEdrAlertIgnore", req, cb);
|
|
743
749
|
}
|
|
744
750
|
/**
|
|
745
|
-
*
|
|
751
|
+
* 删除已删除的cos ak资产
|
|
746
752
|
*/
|
|
747
|
-
async
|
|
748
|
-
return this.request("
|
|
753
|
+
async DeleteCosAkAsset(req, cb) {
|
|
754
|
+
return this.request("DeleteCosAkAsset", req, cb);
|
|
749
755
|
}
|
|
750
756
|
/**
|
|
751
|
-
*
|
|
757
|
+
* 查看cos资产列表
|
|
752
758
|
*/
|
|
753
|
-
async
|
|
754
|
-
return this.request("
|
|
759
|
+
async DescribeCosAsset(req, cb) {
|
|
760
|
+
return this.request("DescribeCosAsset", req, cb);
|
|
755
761
|
}
|
|
756
762
|
/**
|
|
757
|
-
*
|
|
763
|
+
* 获取对应appid对应的当前正在扫描的taskid
|
|
758
764
|
*/
|
|
759
|
-
async
|
|
760
|
-
return this.request("
|
|
765
|
+
async DescribeCosAssetSyncTask(req, cb) {
|
|
766
|
+
return this.request("DescribeCosAssetSyncTask", req, cb);
|
|
761
767
|
}
|
|
762
768
|
/**
|
|
763
769
|
* 修改Dspm风险策略
|
|
@@ -766,418 +772,496 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
766
772
|
return this.request("ModifyDspmRiskStrategy", req, cb);
|
|
767
773
|
}
|
|
768
774
|
/**
|
|
769
|
-
*
|
|
775
|
+
* 创建主机列漏洞表导出任务
|
|
770
776
|
*/
|
|
771
|
-
async
|
|
772
|
-
return this.request("
|
|
777
|
+
async CreateHostVulExportJob(req, cb) {
|
|
778
|
+
return this.request("CreateHostVulExportJob", req, cb);
|
|
773
779
|
}
|
|
774
780
|
/**
|
|
775
|
-
* 查询
|
|
781
|
+
* 查询dspm数据识别分类列表
|
|
776
782
|
*/
|
|
777
|
-
async
|
|
778
|
-
return this.request("
|
|
783
|
+
async DescribeDspmIdentifyCategoryList(req, cb) {
|
|
784
|
+
return this.request("DescribeDspmIdentifyCategoryList", req, cb);
|
|
779
785
|
}
|
|
780
786
|
/**
|
|
781
|
-
*
|
|
787
|
+
* 删除恢复日志
|
|
782
788
|
*/
|
|
783
|
-
async
|
|
784
|
-
return this.request("
|
|
789
|
+
async DeleteDspmRestoreLogList(req, cb) {
|
|
790
|
+
return this.request("DeleteDspmRestoreLogList", req, cb);
|
|
785
791
|
}
|
|
786
792
|
/**
|
|
787
|
-
*
|
|
793
|
+
* 集群pod列表
|
|
788
794
|
*/
|
|
789
|
-
async
|
|
790
|
-
return this.request("
|
|
795
|
+
async DescribeClusterPodAssets(req, cb) {
|
|
796
|
+
return this.request("DescribeClusterPodAssets", req, cb);
|
|
791
797
|
}
|
|
792
798
|
/**
|
|
793
|
-
*
|
|
799
|
+
* 删除dspm数据识别模板数据项关联
|
|
794
800
|
*/
|
|
795
|
-
async
|
|
796
|
-
return this.request("
|
|
801
|
+
async DeleteDspmIdentifyComplianceRuleRelation(req, cb) {
|
|
802
|
+
return this.request("DeleteDspmIdentifyComplianceRuleRelation", req, cb);
|
|
797
803
|
}
|
|
798
804
|
/**
|
|
799
|
-
*
|
|
805
|
+
* 导出EDR任务列表
|
|
800
806
|
*/
|
|
801
|
-
async
|
|
802
|
-
return this.request("
|
|
807
|
+
async DescribeEdrExportJobList(req, cb) {
|
|
808
|
+
return this.request("DescribeEdrExportJobList", req, cb);
|
|
803
809
|
}
|
|
804
810
|
/**
|
|
805
|
-
*
|
|
811
|
+
* 删除Dspm白名单策略
|
|
806
812
|
*/
|
|
807
|
-
async
|
|
808
|
-
return this.request("
|
|
813
|
+
async DeleteDspmWhitelistStrategy(req, cb) {
|
|
814
|
+
return this.request("DeleteDspmWhitelistStrategy", req, cb);
|
|
809
815
|
}
|
|
810
816
|
/**
|
|
811
|
-
*
|
|
817
|
+
* 获取EDR告警数量统计,供资产模块调用。根据传入的MemberId和InstanceIDs,查询EDR告警表并返回告警记录条数信息。当InstanceIDs为空时返回汇总统计,非空时按InstanceIDs粒度分别返回统计。
|
|
812
818
|
*/
|
|
813
|
-
async
|
|
814
|
-
return this.request("
|
|
819
|
+
async DescribeEdrAlertCountForAsset(req, cb) {
|
|
820
|
+
return this.request("DescribeEdrAlertCountForAsset", req, cb);
|
|
815
821
|
}
|
|
816
822
|
/**
|
|
817
|
-
*
|
|
823
|
+
* 获取漏洞或KB关联的主机
|
|
818
824
|
*/
|
|
819
|
-
async
|
|
820
|
-
return this.request("
|
|
825
|
+
async DescribeVulRiskRelateHost(req, cb) {
|
|
826
|
+
return this.request("DescribeVulRiskRelateHost", req, cb);
|
|
821
827
|
}
|
|
822
828
|
/**
|
|
823
|
-
*
|
|
829
|
+
* 修改dspm数据识别分类
|
|
824
830
|
*/
|
|
825
|
-
async
|
|
826
|
-
return this.request("
|
|
831
|
+
async ModifyDspmIdentifyCategory(req, cb) {
|
|
832
|
+
return this.request("ModifyDspmIdentifyCategory", req, cb);
|
|
827
833
|
}
|
|
828
834
|
/**
|
|
829
|
-
*
|
|
835
|
+
* 批量修改EDR策略动作
|
|
830
836
|
*/
|
|
831
|
-
async
|
|
832
|
-
return this.request("
|
|
837
|
+
async ModifyEDRRulesAction(req, cb) {
|
|
838
|
+
return this.request("ModifyEDRRulesAction", req, cb);
|
|
833
839
|
}
|
|
834
840
|
/**
|
|
835
|
-
*
|
|
841
|
+
* 获取主机kb风险列表
|
|
836
842
|
*/
|
|
837
|
-
async
|
|
838
|
-
return this.request("
|
|
843
|
+
async DescribeHostKBRiskList(req, cb) {
|
|
844
|
+
return this.request("DescribeHostKBRiskList", req, cb);
|
|
839
845
|
}
|
|
840
846
|
/**
|
|
841
|
-
*
|
|
847
|
+
* 查询资产表信息
|
|
842
848
|
*/
|
|
843
|
-
async
|
|
844
|
-
return this.request("
|
|
849
|
+
async DescribeDspmAssetTableList(req, cb) {
|
|
850
|
+
return this.request("DescribeDspmAssetTableList", req, cb);
|
|
845
851
|
}
|
|
846
852
|
/**
|
|
847
|
-
*
|
|
853
|
+
* EDR告警隔离和恢复
|
|
848
854
|
*/
|
|
849
|
-
async
|
|
850
|
-
return this.request("
|
|
855
|
+
async ModifyEdrAlertIsolation(req, cb) {
|
|
856
|
+
return this.request("ModifyEdrAlertIsolation", req, cb);
|
|
851
857
|
}
|
|
852
858
|
/**
|
|
853
|
-
*
|
|
859
|
+
* 删除dspm数据识别分类
|
|
854
860
|
*/
|
|
855
|
-
async
|
|
856
|
-
return this.request("
|
|
861
|
+
async DeleteDspmIdentifyCategory(req, cb) {
|
|
862
|
+
return this.request("DeleteDspmIdentifyCategory", req, cb);
|
|
857
863
|
}
|
|
858
864
|
/**
|
|
859
|
-
*
|
|
865
|
+
* 查询Dspm资产账号列表
|
|
860
866
|
*/
|
|
861
|
-
async
|
|
862
|
-
return this.request("
|
|
867
|
+
async DescribeDspmAssetAccounts(req, cb) {
|
|
868
|
+
return this.request("DescribeDspmAssetAccounts", req, cb);
|
|
863
869
|
}
|
|
864
870
|
/**
|
|
865
|
-
*
|
|
871
|
+
* 获取日志索引信息
|
|
866
872
|
*/
|
|
867
|
-
async
|
|
868
|
-
return this.request("
|
|
873
|
+
async DescribeCLSLogIndexV3(req, cb) {
|
|
874
|
+
return this.request("DescribeCLSLogIndexV3", req, cb);
|
|
869
875
|
}
|
|
870
876
|
/**
|
|
871
|
-
*
|
|
877
|
+
* 获取通知设置
|
|
872
878
|
*/
|
|
873
|
-
async
|
|
874
|
-
return this.request("
|
|
879
|
+
async DescribeNotifySetting(req, cb) {
|
|
880
|
+
return this.request("DescribeNotifySetting", req, cb);
|
|
875
881
|
}
|
|
876
882
|
/**
|
|
877
|
-
*
|
|
883
|
+
* 修改策略状态
|
|
878
884
|
*/
|
|
879
|
-
async
|
|
880
|
-
return this.request("
|
|
885
|
+
async ModifyPolicyStatus(req, cb) {
|
|
886
|
+
return this.request("ModifyPolicyStatus", req, cb);
|
|
881
887
|
}
|
|
882
888
|
/**
|
|
883
|
-
*
|
|
889
|
+
* 创建dspm数据识别模板
|
|
884
890
|
*/
|
|
885
|
-
async
|
|
886
|
-
return this.request("
|
|
891
|
+
async CreateDspmIdentifyComplianceGroup(req, cb) {
|
|
892
|
+
return this.request("CreateDspmIdentifyComplianceGroup", req, cb);
|
|
887
893
|
}
|
|
888
894
|
/**
|
|
889
|
-
*
|
|
895
|
+
* 获取IaC检测文件报告
|
|
890
896
|
*/
|
|
891
|
-
async
|
|
892
|
-
return this.request("
|
|
897
|
+
async DescribeIaCFileReport(req, cb) {
|
|
898
|
+
return this.request("DescribeIaCFileReport", req, cb);
|
|
893
899
|
}
|
|
894
900
|
/**
|
|
895
|
-
*
|
|
901
|
+
* 验证Dspm资产登录验证码
|
|
896
902
|
*/
|
|
897
|
-
async
|
|
898
|
-
return this.request("
|
|
903
|
+
async VerifyDspmAssetLoginCode(req, cb) {
|
|
904
|
+
return this.request("VerifyDspmAssetLoginCode", req, cb);
|
|
899
905
|
}
|
|
900
906
|
/**
|
|
901
|
-
*
|
|
907
|
+
* 创建dspm数据识别模板数据项关联
|
|
902
908
|
*/
|
|
903
|
-
async
|
|
904
|
-
return this.request("
|
|
909
|
+
async CreateDspmIdentifyComplianceRuleRelation(req, cb) {
|
|
910
|
+
return this.request("CreateDspmIdentifyComplianceRuleRelation", req, cb);
|
|
905
911
|
}
|
|
906
912
|
/**
|
|
907
|
-
*
|
|
913
|
+
* ip公网列表
|
|
908
914
|
*/
|
|
909
|
-
async
|
|
910
|
-
return this.request("
|
|
915
|
+
async DescribePublicIpAssets(req, cb) {
|
|
916
|
+
return this.request("DescribePublicIpAssets", req, cb);
|
|
911
917
|
}
|
|
912
918
|
/**
|
|
913
|
-
*
|
|
919
|
+
* 修改Dspm资产数据扫描任务
|
|
914
920
|
*/
|
|
915
|
-
async
|
|
916
|
-
return this.request("
|
|
921
|
+
async ModifyDspmAssetDataScanTask(req, cb) {
|
|
922
|
+
return this.request("ModifyDspmAssetDataScanTask", req, cb);
|
|
917
923
|
}
|
|
918
924
|
/**
|
|
919
|
-
* 创建dspm
|
|
925
|
+
* 创建dspm数据识别数据项
|
|
920
926
|
*/
|
|
921
|
-
async
|
|
922
|
-
return this.request("
|
|
927
|
+
async CreateDspmIdentifyRule(req, cb) {
|
|
928
|
+
return this.request("CreateDspmIdentifyRule", req, cb);
|
|
923
929
|
}
|
|
924
930
|
/**
|
|
925
|
-
*
|
|
931
|
+
* 下载导出日志
|
|
926
932
|
*/
|
|
927
|
-
async
|
|
928
|
-
return this.request("
|
|
933
|
+
async DownloadDspmExportLog(req, cb) {
|
|
934
|
+
return this.request("DownloadDspmExportLog", req, cb);
|
|
929
935
|
}
|
|
930
936
|
/**
|
|
931
|
-
*
|
|
937
|
+
* 访问密钥告警记录AI分析结果详情
|
|
932
938
|
*/
|
|
933
|
-
async
|
|
934
|
-
return this.request("
|
|
939
|
+
async DescribeAKAnalysisDetail(req, cb) {
|
|
940
|
+
return this.request("DescribeAKAnalysisDetail", req, cb);
|
|
935
941
|
}
|
|
936
942
|
/**
|
|
937
|
-
*
|
|
943
|
+
* 查询用户的账号详情
|
|
938
944
|
*/
|
|
939
|
-
async
|
|
940
|
-
return this.request("
|
|
945
|
+
async DescribeAccessKeyUserDetail(req, cb) {
|
|
946
|
+
return this.request("DescribeAccessKeyUserDetail", req, cb);
|
|
941
947
|
}
|
|
942
948
|
/**
|
|
943
|
-
*
|
|
949
|
+
* 容器场景告警数量统计
|
|
944
950
|
*/
|
|
945
|
-
async
|
|
946
|
-
return this.request("
|
|
951
|
+
async DescribeEdrAlertCountForContainer(req, cb) {
|
|
952
|
+
return this.request("DescribeEdrAlertCountForContainer", req, cb);
|
|
947
953
|
}
|
|
948
954
|
/**
|
|
949
|
-
*
|
|
955
|
+
* 获取任务扫描报告列表
|
|
950
956
|
*/
|
|
951
|
-
async
|
|
952
|
-
return this.request("
|
|
957
|
+
async DescribeTaskLogList(req, cb) {
|
|
958
|
+
return this.request("DescribeTaskLogList", req, cb);
|
|
953
959
|
}
|
|
954
960
|
/**
|
|
955
|
-
*
|
|
961
|
+
* CSIP 手动扫描任务删除接口
|
|
956
962
|
*/
|
|
957
|
-
async
|
|
958
|
-
return this.request("
|
|
963
|
+
async ScanCSIPTaskAgain(req, cb) {
|
|
964
|
+
return this.request("ScanCSIPTaskAgain", req, cb);
|
|
959
965
|
}
|
|
960
966
|
/**
|
|
961
|
-
*
|
|
967
|
+
* 删除导出任务
|
|
962
968
|
*/
|
|
963
|
-
async
|
|
964
|
-
return this.request("
|
|
969
|
+
async DeleteDspmExportTask(req, cb) {
|
|
970
|
+
return this.request("DeleteDspmExportTask", req, cb);
|
|
965
971
|
}
|
|
966
972
|
/**
|
|
967
|
-
*
|
|
973
|
+
* 检查视角下云资源配置风险列表
|
|
968
974
|
*/
|
|
969
|
-
async
|
|
970
|
-
return this.request("
|
|
975
|
+
async DescribeCheckViewRisks(req, cb) {
|
|
976
|
+
return this.request("DescribeCheckViewRisks", req, cb);
|
|
971
977
|
}
|
|
972
978
|
/**
|
|
973
|
-
*
|
|
979
|
+
* 更新自定义策略的开关
|
|
974
980
|
*/
|
|
975
|
-
async
|
|
976
|
-
return this.request("
|
|
981
|
+
async ModifyUebaRuleSwitch(req, cb) {
|
|
982
|
+
return this.request("ModifyUebaRuleSwitch", req, cb);
|
|
977
983
|
}
|
|
978
984
|
/**
|
|
979
|
-
*
|
|
985
|
+
* 数据库资产列表
|
|
980
986
|
*/
|
|
981
|
-
async
|
|
982
|
-
return this.request("
|
|
987
|
+
async DescribeDbAssets(req, cb) {
|
|
988
|
+
return this.request("DescribeDbAssets", req, cb);
|
|
983
989
|
}
|
|
984
990
|
/**
|
|
985
|
-
*
|
|
991
|
+
* 立体防护中心查询漏洞信息
|
|
986
992
|
*/
|
|
987
|
-
async
|
|
988
|
-
return this.request("
|
|
993
|
+
async DescribeSearchBugInfo(req, cb) {
|
|
994
|
+
return this.request("DescribeSearchBugInfo", req, cb);
|
|
989
995
|
}
|
|
990
996
|
/**
|
|
991
|
-
*
|
|
997
|
+
* 获取漏洞视角的漏洞风险列表
|
|
992
998
|
*/
|
|
993
|
-
async
|
|
994
|
-
return this.request("
|
|
999
|
+
async DescribeVulViewVulRiskList(req, cb) {
|
|
1000
|
+
return this.request("DescribeVulViewVulRiskList", req, cb);
|
|
995
1001
|
}
|
|
996
1002
|
/**
|
|
997
|
-
*
|
|
1003
|
+
* 创建域名、ip相关信息
|
|
998
1004
|
*/
|
|
999
|
-
async
|
|
1000
|
-
return this.request("
|
|
1005
|
+
async CreateDomainAndIp(req, cb) {
|
|
1006
|
+
return this.request("CreateDomainAndIp", req, cb);
|
|
1001
1007
|
}
|
|
1002
1008
|
/**
|
|
1003
|
-
*
|
|
1009
|
+
* 批量告警状态处理接口
|
|
1004
1010
|
*/
|
|
1005
|
-
async
|
|
1006
|
-
return this.request("
|
|
1011
|
+
async UpdateAlertStatusList(req, cb) {
|
|
1012
|
+
return this.request("UpdateAlertStatusList", req, cb);
|
|
1007
1013
|
}
|
|
1008
1014
|
/**
|
|
1009
|
-
*
|
|
1015
|
+
* 查询云边界分析-暴露路径下主机节点的高危基线风险列表
|
|
1010
1016
|
*/
|
|
1011
|
-
async
|
|
1012
|
-
return this.request("
|
|
1017
|
+
async DescribeHighBaseLineRiskList(req, cb) {
|
|
1018
|
+
return this.request("DescribeHighBaseLineRiskList", req, cb);
|
|
1013
1019
|
}
|
|
1014
1020
|
/**
|
|
1015
|
-
*
|
|
1021
|
+
* 编辑或者创建EDR策略
|
|
1016
1022
|
*/
|
|
1017
|
-
async
|
|
1018
|
-
return this.request("
|
|
1023
|
+
async ModifyEDRRule(req, cb) {
|
|
1024
|
+
return this.request("ModifyEDRRule", req, cb);
|
|
1019
1025
|
}
|
|
1020
1026
|
/**
|
|
1021
|
-
*
|
|
1027
|
+
* 删除漏洞白名单
|
|
1022
1028
|
*/
|
|
1023
|
-
async
|
|
1024
|
-
return this.request("
|
|
1029
|
+
async DeleteVulWhitelist(req, cb) {
|
|
1030
|
+
return this.request("DeleteVulWhitelist", req, cb);
|
|
1025
1031
|
}
|
|
1026
1032
|
/**
|
|
1027
|
-
*
|
|
1033
|
+
* 修改AI-Link智链引擎配置
|
|
1028
1034
|
*/
|
|
1029
|
-
async
|
|
1030
|
-
return this.request("
|
|
1035
|
+
async ModifyAILinkSetting(req, cb) {
|
|
1036
|
+
return this.request("ModifyAILinkSetting", req, cb);
|
|
1031
1037
|
}
|
|
1032
1038
|
/**
|
|
1033
|
-
*
|
|
1039
|
+
* 导出EDR策略列表
|
|
1034
1040
|
*/
|
|
1035
|
-
async
|
|
1036
|
-
return this.request("
|
|
1041
|
+
async ExportEDRRules(req, cb) {
|
|
1042
|
+
return this.request("ExportEDRRules", req, cb);
|
|
1037
1043
|
}
|
|
1038
1044
|
/**
|
|
1039
|
-
*
|
|
1045
|
+
* 查询Dspm资产支持的权限
|
|
1040
1046
|
*/
|
|
1041
|
-
async
|
|
1042
|
-
return this.request("
|
|
1047
|
+
async DescribeDspmAssetSupportedPrivileges(req, cb) {
|
|
1048
|
+
return this.request("DescribeDspmAssetSupportedPrivileges", req, cb);
|
|
1043
1049
|
}
|
|
1044
1050
|
/**
|
|
1045
|
-
*
|
|
1051
|
+
* 获取IaC检测文件概览
|
|
1046
1052
|
*/
|
|
1047
|
-
async
|
|
1048
|
-
return this.request("
|
|
1053
|
+
async DescribeIaCFileOverview(req, cb) {
|
|
1054
|
+
return this.request("DescribeIaCFileOverview", req, cb);
|
|
1049
1055
|
}
|
|
1050
1056
|
/**
|
|
1051
|
-
*
|
|
1057
|
+
* 风险接口列表信息
|
|
1052
1058
|
*/
|
|
1053
|
-
async
|
|
1054
|
-
return this.request("
|
|
1059
|
+
async DescribeCosRiskActionList(req, cb) {
|
|
1060
|
+
return this.request("DescribeCosRiskActionList", req, cb);
|
|
1055
1061
|
}
|
|
1056
1062
|
/**
|
|
1057
|
-
*
|
|
1063
|
+
* 访问密钥风险记录详情
|
|
1058
1064
|
*/
|
|
1059
|
-
async
|
|
1060
|
-
return this.request("
|
|
1065
|
+
async DescribeAccessKeyRiskDetail(req, cb) {
|
|
1066
|
+
return this.request("DescribeAccessKeyRiskDetail", req, cb);
|
|
1061
1067
|
}
|
|
1062
1068
|
/**
|
|
1063
|
-
*
|
|
1069
|
+
* 删除Dspm资产账号
|
|
1064
1070
|
*/
|
|
1065
|
-
async
|
|
1066
|
-
return this.request("
|
|
1071
|
+
async DeleteDspmAssetAccount(req, cb) {
|
|
1072
|
+
return this.request("DeleteDspmAssetAccount", req, cb);
|
|
1067
1073
|
}
|
|
1068
1074
|
/**
|
|
1069
|
-
*
|
|
1075
|
+
* 获取漏洞列表
|
|
1070
1076
|
*/
|
|
1071
|
-
async
|
|
1072
|
-
return this.request("
|
|
1077
|
+
async DescribeVulItemList(req, cb) {
|
|
1078
|
+
return this.request("DescribeVulItemList", req, cb);
|
|
1073
1079
|
}
|
|
1074
1080
|
/**
|
|
1075
|
-
*
|
|
1081
|
+
* 删除dspm数据识别分级组
|
|
1076
1082
|
*/
|
|
1077
|
-
async
|
|
1078
|
-
return this.request("
|
|
1083
|
+
async DeleteDspmIdentifyLevelGroup(req, cb) {
|
|
1084
|
+
return this.request("DeleteDspmIdentifyLevelGroup", req, cb);
|
|
1079
1085
|
}
|
|
1080
1086
|
/**
|
|
1081
|
-
*
|
|
1087
|
+
* 修改Dspm资产账号权限
|
|
1082
1088
|
*/
|
|
1083
|
-
async
|
|
1084
|
-
return this.request("
|
|
1089
|
+
async ModifyDspmAssetAccountPrivileges(req, cb) {
|
|
1090
|
+
return this.request("ModifyDspmAssetAccountPrivileges", req, cb);
|
|
1085
1091
|
}
|
|
1086
1092
|
/**
|
|
1087
|
-
*
|
|
1093
|
+
* 获取 AI agent 资产列表
|
|
1088
1094
|
*/
|
|
1089
|
-
async
|
|
1090
|
-
return this.request("
|
|
1095
|
+
async DescribeAIAgentAssetList(req, cb) {
|
|
1096
|
+
return this.request("DescribeAIAgentAssetList", req, cb);
|
|
1091
1097
|
}
|
|
1092
1098
|
/**
|
|
1093
|
-
*
|
|
1099
|
+
* CSIP 扫描任务主机详情接口
|
|
1094
1100
|
*/
|
|
1095
|
-
async
|
|
1096
|
-
return this.request("
|
|
1101
|
+
async DescribeCSIPMalwareScanTaskDetail(req, cb) {
|
|
1102
|
+
return this.request("DescribeCSIPMalwareScanTaskDetail", req, cb);
|
|
1097
1103
|
}
|
|
1098
1104
|
/**
|
|
1099
|
-
*
|
|
1105
|
+
* 查询dspm数据识别数据项列表
|
|
1100
1106
|
*/
|
|
1101
|
-
async
|
|
1102
|
-
return this.request("
|
|
1107
|
+
async DescribeDspmIdentifyRuleList(req, cb) {
|
|
1108
|
+
return this.request("DescribeDspmIdentifyRuleList", req, cb);
|
|
1103
1109
|
}
|
|
1104
1110
|
/**
|
|
1105
|
-
*
|
|
1111
|
+
* 云资源配置风险规则列表示例
|
|
1106
1112
|
*/
|
|
1107
|
-
async
|
|
1108
|
-
return this.request("
|
|
1113
|
+
async DescribeConfigCheckRules(req, cb) {
|
|
1114
|
+
return this.request("DescribeConfigCheckRules", req, cb);
|
|
1109
1115
|
}
|
|
1110
1116
|
/**
|
|
1111
|
-
*
|
|
1117
|
+
* 修改反弹Shell内网告警与资产范围配置
|
|
1112
1118
|
*/
|
|
1113
|
-
async
|
|
1114
|
-
return this.request("
|
|
1119
|
+
async ModifyReverseShellSystemPolicyConfig(req, cb) {
|
|
1120
|
+
return this.request("ModifyReverseShellSystemPolicyConfig", req, cb);
|
|
1115
1121
|
}
|
|
1116
1122
|
/**
|
|
1117
|
-
*
|
|
1123
|
+
* 获取vpc列表
|
|
1118
1124
|
*/
|
|
1119
|
-
async
|
|
1120
|
-
return this.request("
|
|
1121
|
-
}
|
|
1125
|
+
async DescribeVpcAssets(req, cb) {
|
|
1126
|
+
return this.request("DescribeVpcAssets", req, cb);
|
|
1127
|
+
}
|
|
1122
1128
|
/**
|
|
1123
|
-
*
|
|
1129
|
+
* 查询扫描任务详情。Filter.Filters支持Name:Status(资产扫描状态,OperatorType=7 IN匹配,取值WAIT/SCANNING/FINISHED/FAILED)。
|
|
1124
1130
|
*/
|
|
1125
|
-
async
|
|
1126
|
-
return this.request("
|
|
1131
|
+
async DescribeEDRScanTaskDetail(req, cb) {
|
|
1132
|
+
return this.request("DescribeEDRScanTaskDetail", req, cb);
|
|
1127
1133
|
}
|
|
1128
1134
|
/**
|
|
1129
|
-
*
|
|
1135
|
+
* 查看调用记录关联的文件信息
|
|
1130
1136
|
*/
|
|
1131
|
-
async
|
|
1132
|
-
return this.request("
|
|
1137
|
+
async DescribeCosInvokeUa(req, cb) {
|
|
1138
|
+
return this.request("DescribeCosInvokeUa", req, cb);
|
|
1133
1139
|
}
|
|
1134
1140
|
/**
|
|
1135
|
-
*
|
|
1141
|
+
* 创建IaC检测接入Token
|
|
1136
1142
|
*/
|
|
1137
|
-
async
|
|
1138
|
-
return this.request("
|
|
1143
|
+
async CreateIaCAccessToken(req, cb) {
|
|
1144
|
+
return this.request("CreateIaCAccessToken", req, cb);
|
|
1139
1145
|
}
|
|
1140
1146
|
/**
|
|
1141
|
-
*
|
|
1147
|
+
* 查询Dspm风险策略
|
|
1142
1148
|
*/
|
|
1143
|
-
async
|
|
1144
|
-
return this.request("
|
|
1149
|
+
async DescribeDspmRiskStrategy(req, cb) {
|
|
1150
|
+
return this.request("DescribeDspmRiskStrategy", req, cb);
|
|
1145
1151
|
}
|
|
1146
1152
|
/**
|
|
1147
|
-
*
|
|
1153
|
+
* 查询反弹Shell内网告警与资产范围配置
|
|
1148
1154
|
*/
|
|
1149
|
-
async
|
|
1150
|
-
return this.request("
|
|
1155
|
+
async DescribeReverseShellSystemPolicyConfig(req, cb) {
|
|
1156
|
+
return this.request("DescribeReverseShellSystemPolicyConfig", req, cb);
|
|
1151
1157
|
}
|
|
1152
1158
|
/**
|
|
1153
|
-
*
|
|
1159
|
+
* 查看风险趋势图
|
|
1154
1160
|
*/
|
|
1155
|
-
async
|
|
1156
|
-
return this.request("
|
|
1161
|
+
async DescribeRiskTrendData(req, cb) {
|
|
1162
|
+
return this.request("DescribeRiskTrendData", req, cb);
|
|
1157
1163
|
}
|
|
1158
1164
|
/**
|
|
1159
|
-
*
|
|
1165
|
+
* 高级配置风险规则列表示例
|
|
1160
1166
|
*/
|
|
1161
|
-
async
|
|
1162
|
-
return this.request("
|
|
1167
|
+
async DescribeRiskRules(req, cb) {
|
|
1168
|
+
return this.request("DescribeRiskRules", req, cb);
|
|
1163
1169
|
}
|
|
1164
1170
|
/**
|
|
1165
|
-
*
|
|
1171
|
+
* 用户手动提交漏洞修复任务,指定需要修复的漏洞和目标主机,系统创建修复任务并下发执行。支持指定修复超时时间、是否创建快照等选项。通过FixItems数组精确控制每个漏洞/KB补丁修复哪些主机。
|
|
1166
1172
|
*/
|
|
1167
|
-
async
|
|
1168
|
-
return this.request("
|
|
1173
|
+
async CreateVulFixTask(req, cb) {
|
|
1174
|
+
return this.request("CreateVulFixTask", req, cb);
|
|
1169
1175
|
}
|
|
1170
1176
|
/**
|
|
1171
|
-
*
|
|
1177
|
+
* 修改Dspm资产日志投递开关
|
|
1172
1178
|
*/
|
|
1173
|
-
async
|
|
1174
|
-
return this.request("
|
|
1179
|
+
async ModifyDspmAssetLogDeliverySwitch(req, cb) {
|
|
1180
|
+
return this.request("ModifyDspmAssetLogDeliverySwitch", req, cb);
|
|
1175
1181
|
}
|
|
1176
1182
|
/**
|
|
1177
|
-
*
|
|
1183
|
+
* 查看存储桶扫描任务详情
|
|
1178
1184
|
*/
|
|
1179
|
-
async
|
|
1180
|
-
return this.request("
|
|
1185
|
+
async DescribeCosRiskScanTask(req, cb) {
|
|
1186
|
+
return this.request("DescribeCosRiskScanTask", req, cb);
|
|
1187
|
+
}
|
|
1188
|
+
/**
|
|
1189
|
+
* 修改通知设置
|
|
1190
|
+
*/
|
|
1191
|
+
async ModifyNotifySetting(req, cb) {
|
|
1192
|
+
return this.request("ModifyNotifySetting", req, cb);
|
|
1193
|
+
}
|
|
1194
|
+
/**
|
|
1195
|
+
* 查询是否绑定角色
|
|
1196
|
+
*/
|
|
1197
|
+
async DescribeAssumeRole(req, cb) {
|
|
1198
|
+
return this.request("DescribeAssumeRole", req, cb);
|
|
1199
|
+
}
|
|
1200
|
+
/**
|
|
1201
|
+
* 查询Dspm支持的资产类型信息
|
|
1202
|
+
*/
|
|
1203
|
+
async DescribeDspmSupportedAssetType(req, cb) {
|
|
1204
|
+
return this.request("DescribeDspmSupportedAssetType", req, cb);
|
|
1205
|
+
}
|
|
1206
|
+
/**
|
|
1207
|
+
* 获取账号dspm信息列表
|
|
1208
|
+
*/
|
|
1209
|
+
async DescribeUserDspmInfoList(req, cb) {
|
|
1210
|
+
return this.request("DescribeUserDspmInfoList", req, cb);
|
|
1211
|
+
}
|
|
1212
|
+
/**
|
|
1213
|
+
* 查询Dspm申请历史
|
|
1214
|
+
*/
|
|
1215
|
+
async DescribeDspmApplyHistory(req, cb) {
|
|
1216
|
+
return this.request("DescribeDspmApplyHistory", req, cb);
|
|
1217
|
+
}
|
|
1218
|
+
/**
|
|
1219
|
+
* 查询AI-Link智链引擎配置
|
|
1220
|
+
*/
|
|
1221
|
+
async DescribeAILinkSetting(req, cb) {
|
|
1222
|
+
return this.request("DescribeAILinkSetting", req, cb);
|
|
1223
|
+
}
|
|
1224
|
+
/**
|
|
1225
|
+
* 查询凭证列表
|
|
1226
|
+
*/
|
|
1227
|
+
async DescribeKeySandboxCredentialList(req, cb) {
|
|
1228
|
+
return this.request("DescribeKeySandboxCredentialList", req, cb);
|
|
1229
|
+
}
|
|
1230
|
+
/**
|
|
1231
|
+
* 查询Dspm同步资产状态
|
|
1232
|
+
*/
|
|
1233
|
+
async DescribeDspmSyncAssetsStatus(req, cb) {
|
|
1234
|
+
return this.request("DescribeDspmSyncAssetsStatus", req, cb);
|
|
1235
|
+
}
|
|
1236
|
+
/**
|
|
1237
|
+
* 获取账号调用记录列表
|
|
1238
|
+
*/
|
|
1239
|
+
async DescribeUserCallRecord(req, cb) {
|
|
1240
|
+
return this.request("DescribeUserCallRecord", req, cb);
|
|
1241
|
+
}
|
|
1242
|
+
/**
|
|
1243
|
+
* 获取资产视角的弱口令风险列表
|
|
1244
|
+
*/
|
|
1245
|
+
async DescribeRiskCenterAssetViewWeakPasswordRiskList(req, cb) {
|
|
1246
|
+
return this.request("DescribeRiskCenterAssetViewWeakPasswordRiskList", req, cb);
|
|
1247
|
+
}
|
|
1248
|
+
/**
|
|
1249
|
+
* 创建漏洞重新扫描
|
|
1250
|
+
*/
|
|
1251
|
+
async CreateVulReScan(req, cb) {
|
|
1252
|
+
return this.request("CreateVulReScan", req, cb);
|
|
1253
|
+
}
|
|
1254
|
+
/**
|
|
1255
|
+
* 告警中心全量告警列表接口
|
|
1256
|
+
*/
|
|
1257
|
+
async DescribeAlertList(req, cb) {
|
|
1258
|
+
return this.request("DescribeAlertList", req, cb);
|
|
1259
|
+
}
|
|
1260
|
+
/**
|
|
1261
|
+
* 修改Dspm资产账号信息
|
|
1262
|
+
*/
|
|
1263
|
+
async ModifyDspmAssetAccount(req, cb) {
|
|
1264
|
+
return this.request("ModifyDspmAssetAccount", req, cb);
|
|
1181
1265
|
}
|
|
1182
1266
|
/**
|
|
1183
1267
|
* 查询Dspm访问拓扑ip列表
|
|
@@ -1186,130 +1270,136 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1186
1270
|
return this.request("DescribeDspmAccessTopologyIps", req, cb);
|
|
1187
1271
|
}
|
|
1188
1272
|
/**
|
|
1189
|
-
*
|
|
1273
|
+
* 设置对象存储扫描采样率
|
|
1190
1274
|
*/
|
|
1191
|
-
async
|
|
1192
|
-
return this.request("
|
|
1275
|
+
async ModifyCosAuditObjectSampleRate(req, cb) {
|
|
1276
|
+
return this.request("ModifyCosAuditObjectSampleRate", req, cb);
|
|
1193
1277
|
}
|
|
1194
1278
|
/**
|
|
1195
|
-
*
|
|
1279
|
+
* 访问密钥风险记录列表
|
|
1196
1280
|
*/
|
|
1197
|
-
async
|
|
1198
|
-
return this.request("
|
|
1281
|
+
async DescribeAccessKeyRisk(req, cb) {
|
|
1282
|
+
return this.request("DescribeAccessKeyRisk", req, cb);
|
|
1199
1283
|
}
|
|
1200
1284
|
/**
|
|
1201
|
-
*
|
|
1285
|
+
* 仓库镜像列表
|
|
1202
1286
|
*/
|
|
1203
|
-
async
|
|
1204
|
-
return this.request("
|
|
1287
|
+
async DescribeRepositoryImageAssets(req, cb) {
|
|
1288
|
+
return this.request("DescribeRepositoryImageAssets", req, cb);
|
|
1205
1289
|
}
|
|
1206
1290
|
/**
|
|
1207
|
-
*
|
|
1291
|
+
* CSIP 手动扫描进度查询接口
|
|
1208
1292
|
*/
|
|
1209
|
-
async
|
|
1210
|
-
return this.request("
|
|
1293
|
+
async DescribeCSIPMalwareScanTaskProgress(req, cb) {
|
|
1294
|
+
return this.request("DescribeCSIPMalwareScanTaskProgress", req, cb);
|
|
1211
1295
|
}
|
|
1212
1296
|
/**
|
|
1213
|
-
*
|
|
1297
|
+
* cvm详情
|
|
1214
1298
|
*/
|
|
1215
|
-
async
|
|
1216
|
-
return this.request("
|
|
1299
|
+
async DescribeCVMAssetInfo(req, cb) {
|
|
1300
|
+
return this.request("DescribeCVMAssetInfo", req, cb);
|
|
1217
1301
|
}
|
|
1218
1302
|
/**
|
|
1219
|
-
*
|
|
1303
|
+
* 修改dspm数据识别数据项状态
|
|
1220
1304
|
*/
|
|
1221
|
-
async
|
|
1222
|
-
return this.request("
|
|
1305
|
+
async ModifyDspmIdentifyRuleStatus(req, cb) {
|
|
1306
|
+
return this.request("ModifyDspmIdentifyRuleStatus", req, cb);
|
|
1223
1307
|
}
|
|
1224
1308
|
/**
|
|
1225
|
-
*
|
|
1309
|
+
* 查询扫描任务列表。Filter.Filters支持Name:Keyword(模糊OperatorType=9)、ScanType(MANUAL/CYCLE)、TaskType(HOST/CONTAINER)、Status(WAIT/SCANNING/FINISHED/FAILED/CANCELED)、AppId(账号)。
|
|
1226
1310
|
*/
|
|
1227
|
-
async
|
|
1228
|
-
return this.request("
|
|
1311
|
+
async DescribeEDRScanRecordList(req, cb) {
|
|
1312
|
+
return this.request("DescribeEDRScanRecordList", req, cb);
|
|
1229
1313
|
}
|
|
1230
1314
|
/**
|
|
1231
|
-
*
|
|
1315
|
+
* 发送Dspm资产访问验证码
|
|
1232
1316
|
*/
|
|
1233
|
-
async
|
|
1234
|
-
return this.request("
|
|
1317
|
+
async SendDspmAssetLoginSmsCode(req, cb) {
|
|
1318
|
+
return this.request("SendDspmAssetLoginSmsCode", req, cb);
|
|
1235
1319
|
}
|
|
1236
1320
|
/**
|
|
1237
|
-
*
|
|
1321
|
+
* 资产列表
|
|
1238
1322
|
*/
|
|
1239
|
-
async
|
|
1240
|
-
return this.request("
|
|
1323
|
+
async DescribeOtherCloudAssets(req, cb) {
|
|
1324
|
+
return this.request("DescribeOtherCloudAssets", req, cb);
|
|
1241
1325
|
}
|
|
1242
1326
|
/**
|
|
1243
|
-
* 查询
|
|
1327
|
+
* 查询clb监听器列表
|
|
1244
1328
|
*/
|
|
1245
|
-
async
|
|
1246
|
-
return this.request("
|
|
1329
|
+
async DescribeListenerList(req, cb) {
|
|
1330
|
+
return this.request("DescribeListenerList", req, cb);
|
|
1247
1331
|
}
|
|
1248
1332
|
/**
|
|
1249
|
-
*
|
|
1333
|
+
* 主机详情
|
|
1250
1334
|
*/
|
|
1251
|
-
async
|
|
1252
|
-
return this.request("
|
|
1335
|
+
async DescribeCWPMachineDetail(req, cb) {
|
|
1336
|
+
return this.request("DescribeCWPMachineDetail", req, cb);
|
|
1253
1337
|
}
|
|
1254
1338
|
/**
|
|
1255
|
-
*
|
|
1339
|
+
* 删除备份日志
|
|
1256
1340
|
*/
|
|
1257
|
-
async
|
|
1258
|
-
return this.request("
|
|
1341
|
+
async DeleteDspmBackupLogList(req, cb) {
|
|
1342
|
+
return this.request("DeleteDspmBackupLogList", req, cb);
|
|
1259
1343
|
}
|
|
1260
1344
|
/**
|
|
1261
|
-
*
|
|
1345
|
+
* 查询dspm资产字段信息
|
|
1262
1346
|
*/
|
|
1263
|
-
async
|
|
1264
|
-
return this.request("
|
|
1347
|
+
async DescribeDspmAssetFieldList(req, cb) {
|
|
1348
|
+
return this.request("DescribeDspmAssetFieldList", req, cb);
|
|
1265
1349
|
}
|
|
1266
1350
|
/**
|
|
1267
|
-
*
|
|
1351
|
+
* 获取风险服务列表
|
|
1268
1352
|
*/
|
|
1269
|
-
async
|
|
1270
|
-
return this.request("
|
|
1353
|
+
async DescribeRiskCenterServerRiskList(req, cb) {
|
|
1354
|
+
return this.request("DescribeRiskCenterServerRiskList", req, cb);
|
|
1271
1355
|
}
|
|
1272
1356
|
/**
|
|
1273
|
-
*
|
|
1357
|
+
* 修改Dspm审批单状态
|
|
1274
1358
|
*/
|
|
1275
|
-
async
|
|
1276
|
-
return this.request("
|
|
1359
|
+
async ModifyDspmApproveStatus(req, cb) {
|
|
1360
|
+
return this.request("ModifyDspmApproveStatus", req, cb);
|
|
1277
1361
|
}
|
|
1278
1362
|
/**
|
|
1279
|
-
* 查询
|
|
1363
|
+
* 查询dspm识别模板详情
|
|
1280
1364
|
*/
|
|
1281
|
-
async
|
|
1282
|
-
return this.request("
|
|
1365
|
+
async DescribeDspmIdentifyComplianceGroupDetail(req, cb) {
|
|
1366
|
+
return this.request("DescribeDspmIdentifyComplianceGroupDetail", req, cb);
|
|
1283
1367
|
}
|
|
1284
1368
|
/**
|
|
1285
|
-
*
|
|
1369
|
+
* 查询云边界分析路径节点
|
|
1286
1370
|
*/
|
|
1287
|
-
async
|
|
1288
|
-
return this.request("
|
|
1371
|
+
async DescribeExposePath(req, cb) {
|
|
1372
|
+
return this.request("DescribeExposePath", req, cb);
|
|
1289
1373
|
}
|
|
1290
1374
|
/**
|
|
1291
|
-
*
|
|
1375
|
+
* 获取网关列表
|
|
1292
1376
|
*/
|
|
1293
|
-
async
|
|
1294
|
-
return this.request("
|
|
1377
|
+
async DescribeGatewayAssets(req, cb) {
|
|
1378
|
+
return this.request("DescribeGatewayAssets", req, cb);
|
|
1295
1379
|
}
|
|
1296
1380
|
/**
|
|
1297
|
-
*
|
|
1381
|
+
* 创建日志导出任务
|
|
1298
1382
|
*/
|
|
1299
|
-
async
|
|
1300
|
-
return this.request("
|
|
1383
|
+
async CreateDspmExportTask(req, cb) {
|
|
1384
|
+
return this.request("CreateDspmExportTask", req, cb);
|
|
1301
1385
|
}
|
|
1302
1386
|
/**
|
|
1303
|
-
*
|
|
1387
|
+
* 访问密钥告警记录列表
|
|
1304
1388
|
*/
|
|
1305
|
-
async
|
|
1306
|
-
return this.request("
|
|
1389
|
+
async DescribeAccessKeyAlarm(req, cb) {
|
|
1390
|
+
return this.request("DescribeAccessKeyAlarm", req, cb);
|
|
1307
1391
|
}
|
|
1308
1392
|
/**
|
|
1309
|
-
*
|
|
1393
|
+
* 查询 Skill 安全检测结果。调用 CreateSkillScan 成功后使用返回的 ContentHash + EngineVersion 轮询本接口获取结果。上传成功后建议5分钟后首次轮询,如未检测完成之后每隔1分钟轮询一次。响应通过 Status 字段区分四种状态:检测完成(SUCCESS)、检测中(SCANNING)、无记录(NOT_FOUND)、检测失败(FAILED)。注意:检测结果保留90天,超期后将返回 NOT_FOUND。
|
|
1310
1394
|
*/
|
|
1311
|
-
async
|
|
1312
|
-
return this.request("
|
|
1395
|
+
async DescribeSkillScanResult(req, cb) {
|
|
1396
|
+
return this.request("DescribeSkillScanResult", req, cb);
|
|
1397
|
+
}
|
|
1398
|
+
/**
|
|
1399
|
+
* 查询凭证详情,返回凭证元数据和打码后的凭据数据。access类型返回Access数组(Key原文、Value打码),sts类型返回STS对象(System原文、SecretID和SecretKey打码)
|
|
1400
|
+
*/
|
|
1401
|
+
async DescribeKeySandboxCredential(req, cb) {
|
|
1402
|
+
return this.request("DescribeKeySandboxCredential", req, cb);
|
|
1313
1403
|
}
|
|
1314
1404
|
/**
|
|
1315
1405
|
* 查询云边界分析-暴露路径下主机节点的进程列表
|
|
@@ -1318,10 +1408,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1318
1408
|
return this.request("DescribeAssetProcessList", req, cb);
|
|
1319
1409
|
}
|
|
1320
1410
|
/**
|
|
1321
|
-
*
|
|
1411
|
+
* 创建风险中心扫描任务
|
|
1322
1412
|
*/
|
|
1323
|
-
async
|
|
1324
|
-
return this.request("
|
|
1413
|
+
async CreateRiskCenterScanTask(req, cb) {
|
|
1414
|
+
return this.request("CreateRiskCenterScanTask", req, cb);
|
|
1325
1415
|
}
|
|
1326
1416
|
/**
|
|
1327
1417
|
* 删除dspm数据识别模板分类关联
|
|
@@ -1330,382 +1420,520 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1330
1420
|
return this.request("DeleteDspmIdentifyComplianceCategoryRelation", req, cb);
|
|
1331
1421
|
}
|
|
1332
1422
|
/**
|
|
1333
|
-
*
|
|
1423
|
+
* 删除已终止的扫描任务(物理删除主表及明细表)。只允许删除终态任务,只有创建者可操作。
|
|
1334
1424
|
*/
|
|
1335
|
-
async
|
|
1336
|
-
return this.request("
|
|
1425
|
+
async DeleteEDRScanTask(req, cb) {
|
|
1426
|
+
return this.request("DeleteEDRScanTask", req, cb);
|
|
1337
1427
|
}
|
|
1338
1428
|
/**
|
|
1339
|
-
*
|
|
1429
|
+
* 修改对象存储识别开关
|
|
1340
1430
|
*/
|
|
1341
|
-
async
|
|
1342
|
-
return this.request("
|
|
1431
|
+
async ModifyCosAuditObjectIdentifyStatus(req, cb) {
|
|
1432
|
+
return this.request("ModifyCosAuditObjectIdentifyStatus", req, cb);
|
|
1343
1433
|
}
|
|
1344
1434
|
/**
|
|
1345
|
-
*
|
|
1435
|
+
* 查询TOP攻击信息
|
|
1346
1436
|
*/
|
|
1347
|
-
async
|
|
1348
|
-
return this.request("
|
|
1437
|
+
async DescribeTopAttackInfo(req, cb) {
|
|
1438
|
+
return this.request("DescribeTopAttackInfo", req, cb);
|
|
1349
1439
|
}
|
|
1350
1440
|
/**
|
|
1351
|
-
*
|
|
1441
|
+
* 修改cos审计监测账号
|
|
1352
1442
|
*/
|
|
1353
|
-
async
|
|
1354
|
-
return this.request("
|
|
1443
|
+
async ModifyCosAuditMonitorAccount(req, cb) {
|
|
1444
|
+
return this.request("ModifyCosAuditMonitorAccount", req, cb);
|
|
1355
1445
|
}
|
|
1356
1446
|
/**
|
|
1357
|
-
*
|
|
1447
|
+
* 修改Dspm个人身份id
|
|
1358
1448
|
*/
|
|
1359
|
-
async
|
|
1360
|
-
return this.request("
|
|
1449
|
+
async ModifyDspmPersonalIdentify(req, cb) {
|
|
1450
|
+
return this.request("ModifyDspmPersonalIdentify", req, cb);
|
|
1361
1451
|
}
|
|
1362
1452
|
/**
|
|
1363
|
-
*
|
|
1453
|
+
* 获取策略列表信息
|
|
1364
1454
|
*/
|
|
1365
|
-
async
|
|
1366
|
-
return this.request("
|
|
1455
|
+
async DescribeCosPolicy(req, cb) {
|
|
1456
|
+
return this.request("DescribeCosPolicy", req, cb);
|
|
1367
1457
|
}
|
|
1368
1458
|
/**
|
|
1369
|
-
*
|
|
1459
|
+
* 查询云边界分析扫描结果统计信息
|
|
1370
1460
|
*/
|
|
1371
|
-
async
|
|
1372
|
-
return this.request("
|
|
1461
|
+
async DescribeScanStatistic(req, cb) {
|
|
1462
|
+
return this.request("DescribeScanStatistic", req, cb);
|
|
1373
1463
|
}
|
|
1374
1464
|
/**
|
|
1375
|
-
*
|
|
1465
|
+
* 修改主机资产备注信息
|
|
1376
1466
|
*/
|
|
1377
|
-
async
|
|
1378
|
-
return this.request("
|
|
1467
|
+
async ModifyMachineRemark(req, cb) {
|
|
1468
|
+
return this.request("ModifyMachineRemark", req, cb);
|
|
1379
1469
|
}
|
|
1380
1470
|
/**
|
|
1381
|
-
* 查询Dspm
|
|
1471
|
+
* 查询Dspm统计信息
|
|
1472
|
+
*/
|
|
1473
|
+
async DescribeDspmStatistics(req, cb) {
|
|
1474
|
+
return this.request("DescribeDspmStatistics", req, cb);
|
|
1475
|
+
}
|
|
1476
|
+
/**
|
|
1477
|
+
* 查看ak资产列表信息
|
|
1478
|
+
*/
|
|
1479
|
+
async DescribeCosAkAsset(req, cb) {
|
|
1480
|
+
return this.request("DescribeCosAkAsset", req, cb);
|
|
1481
|
+
}
|
|
1482
|
+
/**
|
|
1483
|
+
* 删除风险中心扫描任务
|
|
1484
|
+
*/
|
|
1485
|
+
async DeleteRiskScanTask(req, cb) {
|
|
1486
|
+
return this.request("DeleteRiskScanTask", req, cb);
|
|
1487
|
+
}
|
|
1488
|
+
/**
|
|
1489
|
+
* 查询集团的子账号列表
|
|
1490
|
+
*/
|
|
1491
|
+
async DescribeSubUserInfo(req, cb) {
|
|
1492
|
+
return this.request("DescribeSubUserInfo", req, cb);
|
|
1493
|
+
}
|
|
1494
|
+
/**
|
|
1495
|
+
* 查询备份日志列表
|
|
1496
|
+
*/
|
|
1497
|
+
async DescribeDspmBackupLogList(req, cb) {
|
|
1498
|
+
return this.request("DescribeDspmBackupLogList", req, cb);
|
|
1499
|
+
}
|
|
1500
|
+
/**
|
|
1501
|
+
* 获取端口视角的端口风险列表
|
|
1502
|
+
*/
|
|
1503
|
+
async DescribeRiskCenterPortViewPortRiskList(req, cb) {
|
|
1504
|
+
return this.request("DescribeRiskCenterPortViewPortRiskList", req, cb);
|
|
1505
|
+
}
|
|
1506
|
+
/**
|
|
1507
|
+
* 查询指定KB补丁可以更新的主机列表。用于Windows系统补丁修复场景,在用户提交KB补丁更新任务前,查询哪些主机缺少该补丁且支持自动更新。
|
|
1508
|
+
*/
|
|
1509
|
+
async DescribeKBUpdatableMachineList(req, cb) {
|
|
1510
|
+
return this.request("DescribeKBUpdatableMachineList", req, cb);
|
|
1511
|
+
}
|
|
1512
|
+
/**
|
|
1513
|
+
* 修改风险中心扫描任务
|
|
1514
|
+
*/
|
|
1515
|
+
async ModifyRiskCenterScanTask(req, cb) {
|
|
1516
|
+
return this.request("ModifyRiskCenterScanTask", req, cb);
|
|
1517
|
+
}
|
|
1518
|
+
/**
|
|
1519
|
+
* 查看cos桶访问权限信息
|
|
1520
|
+
*/
|
|
1521
|
+
async DescribeCosRoleAccessPermission(req, cb) {
|
|
1522
|
+
return this.request("DescribeCosRoleAccessPermission", req, cb);
|
|
1523
|
+
}
|
|
1524
|
+
/**
|
|
1525
|
+
* 获取IaC检测文件列表
|
|
1526
|
+
*/
|
|
1527
|
+
async DescribeIaCFileList(req, cb) {
|
|
1528
|
+
return this.request("DescribeIaCFileList", req, cb);
|
|
1529
|
+
}
|
|
1530
|
+
/**
|
|
1531
|
+
* 查看COS接口列表
|
|
1532
|
+
*/
|
|
1533
|
+
async DescribeCosActionList(req, cb) {
|
|
1534
|
+
return this.request("DescribeCosActionList", req, cb);
|
|
1535
|
+
}
|
|
1536
|
+
/**
|
|
1537
|
+
* 获取告警中心通知高级配置
|
|
1538
|
+
*/
|
|
1539
|
+
async DescribeNotifySettingAlert(req, cb) {
|
|
1540
|
+
return this.request("DescribeNotifySettingAlert", req, cb);
|
|
1541
|
+
}
|
|
1542
|
+
/**
|
|
1543
|
+
* 修改Dspm风险信息
|
|
1544
|
+
*/
|
|
1545
|
+
async ModifyDspmRiskInfo(req, cb) {
|
|
1546
|
+
return this.request("ModifyDspmRiskInfo", req, cb);
|
|
1547
|
+
}
|
|
1548
|
+
/**
|
|
1549
|
+
* 创建漏洞扫描(一键扫描)
|
|
1550
|
+
*/
|
|
1551
|
+
async CreateVulScanManual(req, cb) {
|
|
1552
|
+
return this.request("CreateVulScanManual", req, cb);
|
|
1553
|
+
}
|
|
1554
|
+
/**
|
|
1555
|
+
* 查询dspm数据识别数据项验证结果
|
|
1556
|
+
*/
|
|
1557
|
+
async DescribeDspmIdentifyRuleTestResult(req, cb) {
|
|
1558
|
+
return this.request("DescribeDspmIdentifyRuleTestResult", req, cb);
|
|
1559
|
+
}
|
|
1560
|
+
/**
|
|
1561
|
+
* 获取用户访问密钥资产列表(源IP视角)
|
|
1562
|
+
*/
|
|
1563
|
+
async DescribeSourceIPAsset(req, cb) {
|
|
1564
|
+
return this.request("DescribeSourceIPAsset", req, cb);
|
|
1565
|
+
}
|
|
1566
|
+
/**
|
|
1567
|
+
* 获取漏洞主机关联组件
|
|
1568
|
+
*/
|
|
1569
|
+
async DescribeVulHostRelateComponent(req, cb) {
|
|
1570
|
+
return this.request("DescribeVulHostRelateComponent", req, cb);
|
|
1571
|
+
}
|
|
1572
|
+
/**
|
|
1573
|
+
* 获取主机漏洞风险列表
|
|
1574
|
+
*/
|
|
1575
|
+
async DescribeHostVulRiskList(req, cb) {
|
|
1576
|
+
return this.request("DescribeHostVulRiskList", req, cb);
|
|
1577
|
+
}
|
|
1578
|
+
/**
|
|
1579
|
+
* 修改集团账号状态
|
|
1580
|
+
*/
|
|
1581
|
+
async ModifyOrganizationAccountStatus(req, cb) {
|
|
1582
|
+
return this.request("ModifyOrganizationAccountStatus", req, cb);
|
|
1583
|
+
}
|
|
1584
|
+
/**
|
|
1585
|
+
* 获取存储桶计费信息
|
|
1586
|
+
*/
|
|
1587
|
+
async DescribeCosBucketBillingInfo(req, cb) {
|
|
1588
|
+
return this.request("DescribeCosBucketBillingInfo", req, cb);
|
|
1589
|
+
}
|
|
1590
|
+
/**
|
|
1591
|
+
* 获取报告下载的临时链接
|
|
1592
|
+
*/
|
|
1593
|
+
async DescribeTaskLogURL(req, cb) {
|
|
1594
|
+
return this.request("DescribeTaskLogURL", req, cb);
|
|
1595
|
+
}
|
|
1596
|
+
/**
|
|
1597
|
+
* 恢复备份日志
|
|
1598
|
+
*/
|
|
1599
|
+
async ModifyDspmRestoreLogTask(req, cb) {
|
|
1600
|
+
return this.request("ModifyDspmRestoreLogTask", req, cb);
|
|
1601
|
+
}
|
|
1602
|
+
/**
|
|
1603
|
+
* 创建Dspm资产列表导出任务
|
|
1604
|
+
*/
|
|
1605
|
+
async CreateDspmAssetIdentifyInfoExportJob(req, cb) {
|
|
1606
|
+
return this.request("CreateDspmAssetIdentifyInfoExportJob", req, cb);
|
|
1607
|
+
}
|
|
1608
|
+
/**
|
|
1609
|
+
* 删除IaC检测文件
|
|
1382
1610
|
*/
|
|
1383
|
-
async
|
|
1384
|
-
return this.request("
|
|
1611
|
+
async DeleteIaCFile(req, cb) {
|
|
1612
|
+
return this.request("DeleteIaCFile", req, cb);
|
|
1385
1613
|
}
|
|
1386
1614
|
/**
|
|
1387
|
-
*
|
|
1615
|
+
* 创建资产同步任务
|
|
1388
1616
|
*/
|
|
1389
|
-
async
|
|
1390
|
-
return this.request("
|
|
1617
|
+
async CreateCosAssetSyncTask(req, cb) {
|
|
1618
|
+
return this.request("CreateCosAssetSyncTask", req, cb);
|
|
1391
1619
|
}
|
|
1392
1620
|
/**
|
|
1393
|
-
*
|
|
1621
|
+
* 查询Dspm身份信息列表
|
|
1394
1622
|
*/
|
|
1395
|
-
async
|
|
1396
|
-
return this.request("
|
|
1623
|
+
async DescribeDspmIdentifyInfoList(req, cb) {
|
|
1624
|
+
return this.request("DescribeDspmIdentifyInfoList", req, cb);
|
|
1397
1625
|
}
|
|
1398
1626
|
/**
|
|
1399
|
-
*
|
|
1627
|
+
* 导出CSIP扫描任务主机详情为Excel文件,异步生成后通过DescribeExportMachines查询下载地址
|
|
1400
1628
|
*/
|
|
1401
|
-
async
|
|
1402
|
-
return this.request("
|
|
1629
|
+
async ExportCSIPMalwareScanTaskDetail(req, cb) {
|
|
1630
|
+
return this.request("ExportCSIPMalwareScanTaskDetail", req, cb);
|
|
1403
1631
|
}
|
|
1404
1632
|
/**
|
|
1405
|
-
*
|
|
1633
|
+
* CSIP 手动扫描任务删除接口
|
|
1406
1634
|
*/
|
|
1407
|
-
async
|
|
1408
|
-
return this.request("
|
|
1635
|
+
async DeleteCSIPMalwareScanTask(req, cb) {
|
|
1636
|
+
return this.request("DeleteCSIPMalwareScanTask", req, cb);
|
|
1409
1637
|
}
|
|
1410
1638
|
/**
|
|
1411
|
-
*
|
|
1639
|
+
* 基于原任务配置新建扫描任务。AssetId为空时从TaskId获取全部资产信息;AssetId非空时仅含该单资产。
|
|
1412
1640
|
*/
|
|
1413
|
-
async
|
|
1414
|
-
return this.request("
|
|
1641
|
+
async ScanEDRTaskAgain(req, cb) {
|
|
1642
|
+
return this.request("ScanEDRTaskAgain", req, cb);
|
|
1415
1643
|
}
|
|
1416
1644
|
/**
|
|
1417
|
-
* 查询Dspm
|
|
1645
|
+
* 查询Dspm资产id列表
|
|
1418
1646
|
*/
|
|
1419
|
-
async
|
|
1420
|
-
return this.request("
|
|
1647
|
+
async DescribeDspmAssetIds(req, cb) {
|
|
1648
|
+
return this.request("DescribeDspmAssetIds", req, cb);
|
|
1421
1649
|
}
|
|
1422
1650
|
/**
|
|
1423
|
-
*
|
|
1651
|
+
* 查看风险关联的存储桶信息
|
|
1424
1652
|
*/
|
|
1425
|
-
async
|
|
1426
|
-
return this.request("
|
|
1653
|
+
async DescribeRiskBucketList(req, cb) {
|
|
1654
|
+
return this.request("DescribeRiskBucketList", req, cb);
|
|
1427
1655
|
}
|
|
1428
1656
|
/**
|
|
1429
|
-
*
|
|
1657
|
+
* 查询Dspm风险详情
|
|
1430
1658
|
*/
|
|
1431
|
-
async
|
|
1432
|
-
return this.request("
|
|
1659
|
+
async DescribeDspmRiskDetail(req, cb) {
|
|
1660
|
+
return this.request("DescribeDspmRiskDetail", req, cb);
|
|
1433
1661
|
}
|
|
1434
1662
|
/**
|
|
1435
|
-
*
|
|
1663
|
+
* 获取风险调用记录列表
|
|
1436
1664
|
*/
|
|
1437
|
-
async
|
|
1438
|
-
return this.request("
|
|
1665
|
+
async DescribeRiskCallRecord(req, cb) {
|
|
1666
|
+
return this.request("DescribeRiskCallRecord", req, cb);
|
|
1439
1667
|
}
|
|
1440
1668
|
/**
|
|
1441
|
-
*
|
|
1669
|
+
* 停止扫风险中心扫描任务
|
|
1442
1670
|
*/
|
|
1443
|
-
async
|
|
1444
|
-
return this.request("
|
|
1671
|
+
async StopRiskCenterTask(req, cb) {
|
|
1672
|
+
return this.request("StopRiskCenterTask", req, cb);
|
|
1445
1673
|
}
|
|
1446
1674
|
/**
|
|
1447
|
-
*
|
|
1675
|
+
* 发起AK资产同步任务
|
|
1448
1676
|
*/
|
|
1449
|
-
async
|
|
1450
|
-
return this.request("
|
|
1677
|
+
async CreateAccessKeySyncTask(req, cb) {
|
|
1678
|
+
return this.request("CreateAccessKeySyncTask", req, cb);
|
|
1451
1679
|
}
|
|
1452
1680
|
/**
|
|
1453
|
-
*
|
|
1681
|
+
* 获取漏洞关联组件
|
|
1454
1682
|
*/
|
|
1455
|
-
async
|
|
1456
|
-
return this.request("
|
|
1683
|
+
async DescribeVulRiskRelateComponent(req, cb) {
|
|
1684
|
+
return this.request("DescribeVulRiskRelateComponent", req, cb);
|
|
1457
1685
|
}
|
|
1458
1686
|
/**
|
|
1459
|
-
*
|
|
1687
|
+
* CSIP 手动扫描停止接口
|
|
1460
1688
|
*/
|
|
1461
|
-
async
|
|
1462
|
-
return this.request("
|
|
1689
|
+
async StopCSIPManualMalwareScan(req, cb) {
|
|
1690
|
+
return this.request("StopCSIPManualMalwareScan", req, cb);
|
|
1463
1691
|
}
|
|
1464
1692
|
/**
|
|
1465
|
-
*
|
|
1693
|
+
* 创建IaC检测文件重新扫描任务
|
|
1466
1694
|
*/
|
|
1467
|
-
async
|
|
1468
|
-
return this.request("
|
|
1695
|
+
async CreateIaCFileReScanTask(req, cb) {
|
|
1696
|
+
return this.request("CreateIaCFileReScanTask", req, cb);
|
|
1469
1697
|
}
|
|
1470
1698
|
/**
|
|
1471
|
-
*
|
|
1699
|
+
* 停止或取消扫描任务。SCANNING状态调RPC停止,WAIT状态直接改库取消。只有任务创建者可操作。
|
|
1472
1700
|
*/
|
|
1473
|
-
async
|
|
1474
|
-
return this.request("
|
|
1701
|
+
async StopEDRScanTask(req, cb) {
|
|
1702
|
+
return this.request("StopEDRScanTask", req, cb);
|
|
1475
1703
|
}
|
|
1476
1704
|
/**
|
|
1477
|
-
*
|
|
1705
|
+
* 获取扫描报告列表
|
|
1478
1706
|
*/
|
|
1479
|
-
async
|
|
1480
|
-
return this.request("
|
|
1707
|
+
async DescribeScanReportList(req, cb) {
|
|
1708
|
+
return this.request("DescribeScanReportList", req, cb);
|
|
1481
1709
|
}
|
|
1482
1710
|
/**
|
|
1483
|
-
*
|
|
1711
|
+
* 每日告警新增数据
|
|
1484
1712
|
*/
|
|
1485
|
-
async
|
|
1486
|
-
return this.request("
|
|
1713
|
+
async DescribeCosAlarmTrendData(req, cb) {
|
|
1714
|
+
return this.request("DescribeCosAlarmTrendData", req, cb);
|
|
1487
1715
|
}
|
|
1488
1716
|
/**
|
|
1489
|
-
*
|
|
1717
|
+
* 查询dspm数据识别数据项详情
|
|
1490
1718
|
*/
|
|
1491
|
-
async
|
|
1492
|
-
return this.request("
|
|
1719
|
+
async DescribeDspmIdentifyRuleDetail(req, cb) {
|
|
1720
|
+
return this.request("DescribeDspmIdentifyRuleDetail", req, cb);
|
|
1493
1721
|
}
|
|
1494
1722
|
/**
|
|
1495
|
-
*
|
|
1723
|
+
* 查询cos审计字典信息列表
|
|
1496
1724
|
*/
|
|
1497
|
-
async
|
|
1498
|
-
return this.request("
|
|
1725
|
+
async DescribeCosAuditDictionaryList(req, cb) {
|
|
1726
|
+
return this.request("DescribeCosAuditDictionaryList", req, cb);
|
|
1499
1727
|
}
|
|
1500
1728
|
/**
|
|
1501
|
-
* 查询Dspm
|
|
1729
|
+
* 查询Dspm申请单列表
|
|
1502
1730
|
*/
|
|
1503
|
-
async
|
|
1504
|
-
return this.request("
|
|
1731
|
+
async DescribeDspmApplyOrderList(req, cb) {
|
|
1732
|
+
return this.request("DescribeDspmApplyOrderList", req, cb);
|
|
1505
1733
|
}
|
|
1506
1734
|
/**
|
|
1507
|
-
*
|
|
1735
|
+
* 查询dspm数据识别模板分类关联数据项列表
|
|
1508
1736
|
*/
|
|
1509
|
-
async
|
|
1510
|
-
return this.request("
|
|
1737
|
+
async DescribeDspmIdentifyComplianceCategoryRuleList(req, cb) {
|
|
1738
|
+
return this.request("DescribeDspmIdentifyComplianceCategoryRuleList", req, cb);
|
|
1511
1739
|
}
|
|
1512
1740
|
/**
|
|
1513
|
-
*
|
|
1741
|
+
* cos概览信息
|
|
1514
1742
|
*/
|
|
1515
|
-
async
|
|
1516
|
-
return this.request("
|
|
1743
|
+
async DescribeCosOverview(req, cb) {
|
|
1744
|
+
return this.request("DescribeCosOverview", req, cb);
|
|
1517
1745
|
}
|
|
1518
1746
|
/**
|
|
1519
|
-
*
|
|
1747
|
+
* 修改dspm数据识别模板状态
|
|
1520
1748
|
*/
|
|
1521
|
-
async
|
|
1522
|
-
return this.request("
|
|
1749
|
+
async ModifyDspmIdentifyComplianceGroupStatus(req, cb) {
|
|
1750
|
+
return this.request("ModifyDspmIdentifyComplianceGroupStatus", req, cb);
|
|
1523
1751
|
}
|
|
1524
1752
|
/**
|
|
1525
|
-
*
|
|
1753
|
+
* 查询 Skill 安全检测计费信息,包括订单状态、总配额、已消耗配额、到期时间、支付模式等。无订单时返回零值(仅含 TimeNow 和 BetaEndTime)。试用订单通过 ModifyTrialStatus(Module=9) 领取,正式订单通过计费系统创建。
|
|
1526
1754
|
*/
|
|
1527
|
-
async
|
|
1528
|
-
return this.request("
|
|
1755
|
+
async DescribeSkillScanPayInfo(req, cb) {
|
|
1756
|
+
return this.request("DescribeSkillScanPayInfo", req, cb);
|
|
1529
1757
|
}
|
|
1530
1758
|
/**
|
|
1531
|
-
*
|
|
1759
|
+
* 获取调用记录列表
|
|
1532
1760
|
*/
|
|
1533
|
-
async
|
|
1534
|
-
return this.request("
|
|
1761
|
+
async DescribeAbnormalCallRecord(req, cb) {
|
|
1762
|
+
return this.request("DescribeAbnormalCallRecord", req, cb);
|
|
1535
1763
|
}
|
|
1536
1764
|
/**
|
|
1537
|
-
*
|
|
1765
|
+
* 查看存储桶调用源ip列表
|
|
1538
1766
|
*/
|
|
1539
|
-
async
|
|
1540
|
-
return this.request("
|
|
1767
|
+
async DescribeCosAkInvokeIpList(req, cb) {
|
|
1768
|
+
return this.request("DescribeCosAkInvokeIpList", req, cb);
|
|
1541
1769
|
}
|
|
1542
1770
|
/**
|
|
1543
|
-
*
|
|
1771
|
+
* 查询日志列表信息
|
|
1544
1772
|
*/
|
|
1545
|
-
async
|
|
1546
|
-
return this.request("
|
|
1773
|
+
async DescribeDspmLogList(req, cb) {
|
|
1774
|
+
return this.request("DescribeDspmLogList", req, cb);
|
|
1547
1775
|
}
|
|
1548
1776
|
/**
|
|
1549
|
-
*
|
|
1777
|
+
* 创建dspm数据识别模板分类关联
|
|
1550
1778
|
*/
|
|
1551
|
-
async
|
|
1552
|
-
return this.request("
|
|
1779
|
+
async CreateDspmIdentifyComplianceCategoryRelation(req, cb) {
|
|
1780
|
+
return this.request("CreateDspmIdentifyComplianceCategoryRelation", req, cb);
|
|
1553
1781
|
}
|
|
1554
1782
|
/**
|
|
1555
|
-
*
|
|
1783
|
+
* 同步dspm用户列表
|
|
1556
1784
|
*/
|
|
1557
|
-
async
|
|
1558
|
-
return this.request("
|
|
1785
|
+
async SyncDspmUsers(req, cb) {
|
|
1786
|
+
return this.request("SyncDspmUsers", req, cb);
|
|
1559
1787
|
}
|
|
1560
1788
|
/**
|
|
1561
|
-
*
|
|
1789
|
+
* 查询dspm字典信息列表
|
|
1562
1790
|
*/
|
|
1563
|
-
async
|
|
1564
|
-
return this.request("
|
|
1791
|
+
async DescribeDspmDictionaryList(req, cb) {
|
|
1792
|
+
return this.request("DescribeDspmDictionaryList", req, cb);
|
|
1565
1793
|
}
|
|
1566
1794
|
/**
|
|
1567
|
-
*
|
|
1795
|
+
* 获取cvm列表
|
|
1568
1796
|
*/
|
|
1569
|
-
async
|
|
1570
|
-
return this.request("
|
|
1797
|
+
async DescribeCVMAssets(req, cb) {
|
|
1798
|
+
return this.request("DescribeCVMAssets", req, cb);
|
|
1571
1799
|
}
|
|
1572
1800
|
/**
|
|
1573
|
-
*
|
|
1801
|
+
* 创建Dspm申请单
|
|
1574
1802
|
*/
|
|
1575
|
-
async
|
|
1576
|
-
return this.request("
|
|
1803
|
+
async CreateDspmApplyOrder(req, cb) {
|
|
1804
|
+
return this.request("CreateDspmApplyOrder", req, cb);
|
|
1577
1805
|
}
|
|
1578
1806
|
/**
|
|
1579
|
-
*
|
|
1807
|
+
* 查看调用记录关联的文件信息
|
|
1580
1808
|
*/
|
|
1581
|
-
async
|
|
1582
|
-
return this.request("
|
|
1809
|
+
async DescribeCosIpInvokeRecordFile(req, cb) {
|
|
1810
|
+
return this.request("DescribeCosIpInvokeRecordFile", req, cb);
|
|
1583
1811
|
}
|
|
1584
1812
|
/**
|
|
1585
|
-
*
|
|
1813
|
+
* 查看存储桶调用源ip列表
|
|
1586
1814
|
*/
|
|
1587
|
-
async
|
|
1588
|
-
return this.request("
|
|
1815
|
+
async DescribeBucketInvokeIpList(req, cb) {
|
|
1816
|
+
return this.request("DescribeBucketInvokeIpList", req, cb);
|
|
1589
1817
|
}
|
|
1590
1818
|
/**
|
|
1591
|
-
*
|
|
1819
|
+
* 查询Dspm风险记录
|
|
1592
1820
|
*/
|
|
1593
|
-
async
|
|
1594
|
-
return this.request("
|
|
1821
|
+
async DescribeDspmRisk(req, cb) {
|
|
1822
|
+
return this.request("DescribeDspmRisk", req, cb);
|
|
1595
1823
|
}
|
|
1596
1824
|
/**
|
|
1597
|
-
*
|
|
1825
|
+
* 修改日志备份设置
|
|
1598
1826
|
*/
|
|
1599
|
-
async
|
|
1600
|
-
return this.request("
|
|
1827
|
+
async ModifyDspmBackupSetting(req, cb) {
|
|
1828
|
+
return this.request("ModifyDspmBackupSetting", req, cb);
|
|
1601
1829
|
}
|
|
1602
1830
|
/**
|
|
1603
|
-
*
|
|
1831
|
+
* 获取漏洞忽略列表
|
|
1604
1832
|
*/
|
|
1605
|
-
async
|
|
1606
|
-
return this.request("
|
|
1833
|
+
async DescribeVulIgnoreRuleList(req, cb) {
|
|
1834
|
+
return this.request("DescribeVulIgnoreRuleList", req, cb);
|
|
1607
1835
|
}
|
|
1608
1836
|
/**
|
|
1609
|
-
*
|
|
1837
|
+
* 风险详情列表示例
|
|
1610
1838
|
*/
|
|
1611
|
-
async
|
|
1612
|
-
return this.request("
|
|
1839
|
+
async DescribeRiskDetailList(req, cb) {
|
|
1840
|
+
return this.request("DescribeRiskDetailList", req, cb);
|
|
1613
1841
|
}
|
|
1614
1842
|
/**
|
|
1615
|
-
*
|
|
1843
|
+
* 查看该appid下已购买的appid集合
|
|
1616
1844
|
*/
|
|
1617
|
-
async
|
|
1618
|
-
return this.request("
|
|
1845
|
+
async DescribeCosAuditAppIdList(req, cb) {
|
|
1846
|
+
return this.request("DescribeCosAuditAppIdList", req, cb);
|
|
1619
1847
|
}
|
|
1620
1848
|
/**
|
|
1621
|
-
*
|
|
1849
|
+
* 创建Dspm审批历史导出任务
|
|
1622
1850
|
*/
|
|
1623
|
-
async
|
|
1624
|
-
return this.request("
|
|
1851
|
+
async CreateDspmApproveHistoryExportJob(req, cb) {
|
|
1852
|
+
return this.request("CreateDspmApproveHistoryExportJob", req, cb);
|
|
1625
1853
|
}
|
|
1626
1854
|
/**
|
|
1627
|
-
*
|
|
1855
|
+
* 创建dspm数据识别分类
|
|
1628
1856
|
*/
|
|
1629
|
-
async
|
|
1630
|
-
return this.request("
|
|
1857
|
+
async CreateDspmIdentifyCategory(req, cb) {
|
|
1858
|
+
return this.request("CreateDspmIdentifyCategory", req, cb);
|
|
1631
1859
|
}
|
|
1632
1860
|
/**
|
|
1633
|
-
*
|
|
1861
|
+
* 修改通知资产范围配置
|
|
1634
1862
|
*/
|
|
1635
|
-
async
|
|
1636
|
-
return this.request("
|
|
1863
|
+
async ModifyNotifyAssetConfig(req, cb) {
|
|
1864
|
+
return this.request("ModifyNotifyAssetConfig", req, cb);
|
|
1637
1865
|
}
|
|
1638
1866
|
/**
|
|
1639
|
-
*
|
|
1867
|
+
* 修改告警中心通知高级配置
|
|
1640
1868
|
*/
|
|
1641
|
-
async
|
|
1642
|
-
return this.request("
|
|
1869
|
+
async ModifyNotifySettingAlert(req, cb) {
|
|
1870
|
+
return this.request("ModifyNotifySettingAlert", req, cb);
|
|
1643
1871
|
}
|
|
1644
1872
|
/**
|
|
1645
|
-
*
|
|
1873
|
+
* 删除策略
|
|
1646
1874
|
*/
|
|
1647
|
-
async
|
|
1648
|
-
return this.request("
|
|
1875
|
+
async DeleteCosPolicy(req, cb) {
|
|
1876
|
+
return this.request("DeleteCosPolicy", req, cb);
|
|
1649
1877
|
}
|
|
1650
1878
|
/**
|
|
1651
|
-
*
|
|
1879
|
+
* 获取调用记录列表
|
|
1652
1880
|
*/
|
|
1653
|
-
async
|
|
1654
|
-
return this.request("
|
|
1881
|
+
async DescribeCallRecord(req, cb) {
|
|
1882
|
+
return this.request("DescribeCallRecord", req, cb);
|
|
1655
1883
|
}
|
|
1656
1884
|
/**
|
|
1657
|
-
*
|
|
1885
|
+
* 对修复失败的漏洞修复任务进行重试,仅针对原任务中修复失败的主机重新下发修复指令。仅当任务状态为部分修复失败或全部修复失败时允许重试。
|
|
1658
1886
|
*/
|
|
1659
|
-
async
|
|
1660
|
-
return this.request("
|
|
1887
|
+
async CreateVulFixRetryTask(req, cb) {
|
|
1888
|
+
return this.request("CreateVulFixRetryTask", req, cb);
|
|
1661
1889
|
}
|
|
1662
1890
|
/**
|
|
1663
|
-
*
|
|
1891
|
+
* 删除IaC检测接入Token
|
|
1664
1892
|
*/
|
|
1665
|
-
async
|
|
1666
|
-
return this.request("
|
|
1893
|
+
async DeleteIaCAccessToken(req, cb) {
|
|
1894
|
+
return this.request("DeleteIaCAccessToken", req, cb);
|
|
1667
1895
|
}
|
|
1668
1896
|
/**
|
|
1669
|
-
*
|
|
1897
|
+
* 删除EDR策略
|
|
1670
1898
|
*/
|
|
1671
|
-
async
|
|
1672
|
-
return this.request("
|
|
1899
|
+
async DeleteEDRRules(req, cb) {
|
|
1900
|
+
return this.request("DeleteEDRRules", req, cb);
|
|
1673
1901
|
}
|
|
1674
1902
|
/**
|
|
1675
|
-
*
|
|
1903
|
+
* 修改Dspm资产数据扫描任务状态
|
|
1676
1904
|
*/
|
|
1677
|
-
async
|
|
1678
|
-
return this.request("
|
|
1905
|
+
async ModifyDspmAssetDataScanTaskStatus(req, cb) {
|
|
1906
|
+
return this.request("ModifyDspmAssetDataScanTaskStatus", req, cb);
|
|
1679
1907
|
}
|
|
1680
1908
|
/**
|
|
1681
|
-
*
|
|
1909
|
+
* 云防资产中心统计数据
|
|
1682
1910
|
*/
|
|
1683
|
-
async
|
|
1684
|
-
return this.request("
|
|
1911
|
+
async DescribeCFWAssetStatistics(req, cb) {
|
|
1912
|
+
return this.request("DescribeCFWAssetStatistics", req, cb);
|
|
1685
1913
|
}
|
|
1686
1914
|
/**
|
|
1687
|
-
*
|
|
1915
|
+
* 创建Dspm风险导出任务
|
|
1688
1916
|
*/
|
|
1689
|
-
async
|
|
1690
|
-
return this.request("
|
|
1917
|
+
async CreateDspmRiskExportJob(req, cb) {
|
|
1918
|
+
return this.request("CreateDspmRiskExportJob", req, cb);
|
|
1691
1919
|
}
|
|
1692
1920
|
/**
|
|
1693
|
-
*
|
|
1921
|
+
* 恢复Dspm资产账号
|
|
1694
1922
|
*/
|
|
1695
|
-
async
|
|
1696
|
-
return this.request("
|
|
1923
|
+
async RevertDspmAssetAccount(req, cb) {
|
|
1924
|
+
return this.request("RevertDspmAssetAccount", req, cb);
|
|
1697
1925
|
}
|
|
1698
1926
|
/**
|
|
1699
|
-
*
|
|
1927
|
+
* 修改漏洞扫描(周期扫描)
|
|
1700
1928
|
*/
|
|
1701
|
-
async
|
|
1702
|
-
return this.request("
|
|
1929
|
+
async ModifyVulScanPeriodic(req, cb) {
|
|
1930
|
+
return this.request("ModifyVulScanPeriodic", req, cb);
|
|
1703
1931
|
}
|
|
1704
1932
|
/**
|
|
1705
|
-
*
|
|
1933
|
+
* 获取EDR导出下载链接
|
|
1706
1934
|
*/
|
|
1707
|
-
async
|
|
1708
|
-
return this.request("
|
|
1935
|
+
async DescribeEdrExportJobDownloadURL(req, cb) {
|
|
1936
|
+
return this.request("DescribeEdrExportJobDownloadURL", req, cb);
|
|
1709
1937
|
}
|
|
1710
1938
|
/**
|
|
1711
1939
|
* 修改DspmIp信息
|
|
@@ -1714,94 +1942,88 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1714
1942
|
return this.request("ModifyDspmIpInfo", req, cb);
|
|
1715
1943
|
}
|
|
1716
1944
|
/**
|
|
1717
|
-
*
|
|
1718
|
-
*/
|
|
1719
|
-
async DescribeNotifySettingAlert(req, cb) {
|
|
1720
|
-
return this.request("DescribeNotifySettingAlert", req, cb);
|
|
1721
|
-
}
|
|
1722
|
-
/**
|
|
1723
|
-
* 获取资产视角的弱口令风险列表
|
|
1945
|
+
* 云边界分析资产分类
|
|
1724
1946
|
*/
|
|
1725
|
-
async
|
|
1726
|
-
return this.request("
|
|
1947
|
+
async DescribeExposeAssetCategory(req, cb) {
|
|
1948
|
+
return this.request("DescribeExposeAssetCategory", req, cb);
|
|
1727
1949
|
}
|
|
1728
1950
|
/**
|
|
1729
|
-
*
|
|
1951
|
+
* 获取IaC检测接入Token列表
|
|
1730
1952
|
*/
|
|
1731
|
-
async
|
|
1732
|
-
return this.request("
|
|
1953
|
+
async DescribeIaCTokenList(req, cb) {
|
|
1954
|
+
return this.request("DescribeIaCTokenList", req, cb);
|
|
1733
1955
|
}
|
|
1734
1956
|
/**
|
|
1735
|
-
*
|
|
1957
|
+
* 查询漏洞风险高级配置
|
|
1736
1958
|
*/
|
|
1737
|
-
async
|
|
1738
|
-
return this.request("
|
|
1959
|
+
async DescribeVULRiskAdvanceCFGList(req, cb) {
|
|
1960
|
+
return this.request("DescribeVULRiskAdvanceCFGList", req, cb);
|
|
1739
1961
|
}
|
|
1740
1962
|
/**
|
|
1741
|
-
*
|
|
1963
|
+
* 查看告警列表
|
|
1742
1964
|
*/
|
|
1743
|
-
async
|
|
1744
|
-
return this.request("
|
|
1965
|
+
async DescribeCosAlarmList(req, cb) {
|
|
1966
|
+
return this.request("DescribeCosAlarmList", req, cb);
|
|
1745
1967
|
}
|
|
1746
1968
|
/**
|
|
1747
|
-
*
|
|
1969
|
+
* 获取存储桶信息
|
|
1748
1970
|
*/
|
|
1749
|
-
async
|
|
1750
|
-
return this.request("
|
|
1971
|
+
async DescribeCosBucketList(req, cb) {
|
|
1972
|
+
return this.request("DescribeCosBucketList", req, cb);
|
|
1751
1973
|
}
|
|
1752
1974
|
/**
|
|
1753
|
-
*
|
|
1975
|
+
* 根据用户输入的 KB 内部 ID 查询单个 Windows KB 补丁的详情信息,返回 KB 基本信息、发布时间、是否需要重启,以及该 KB 关联的漏洞列表。
|
|
1754
1976
|
*/
|
|
1755
|
-
async
|
|
1756
|
-
return this.request("
|
|
1977
|
+
async DescribeKBDetail(req, cb) {
|
|
1978
|
+
return this.request("DescribeKBDetail", req, cb);
|
|
1757
1979
|
}
|
|
1758
1980
|
/**
|
|
1759
|
-
*
|
|
1981
|
+
* 查询Dspm访问记录
|
|
1760
1982
|
*/
|
|
1761
|
-
async
|
|
1762
|
-
return this.request("
|
|
1983
|
+
async DescribeDspmAccessRecord(req, cb) {
|
|
1984
|
+
return this.request("DescribeDspmAccessRecord", req, cb);
|
|
1763
1985
|
}
|
|
1764
1986
|
/**
|
|
1765
|
-
*
|
|
1987
|
+
* 获取漏洞扫描任务记录
|
|
1766
1988
|
*/
|
|
1767
|
-
async
|
|
1768
|
-
return this.request("
|
|
1989
|
+
async DescribeVulScanTaskList(req, cb) {
|
|
1990
|
+
return this.request("DescribeVulScanTaskList", req, cb);
|
|
1769
1991
|
}
|
|
1770
1992
|
/**
|
|
1771
|
-
* 查询
|
|
1993
|
+
* 查询Dspm资产列表
|
|
1772
1994
|
*/
|
|
1773
|
-
async
|
|
1774
|
-
return this.request("
|
|
1995
|
+
async DescribeDspmAssets(req, cb) {
|
|
1996
|
+
return this.request("DescribeDspmAssets", req, cb);
|
|
1775
1997
|
}
|
|
1776
1998
|
/**
|
|
1777
|
-
*
|
|
1999
|
+
* 查询Dspm同步用户状态
|
|
1778
2000
|
*/
|
|
1779
|
-
async
|
|
1780
|
-
return this.request("
|
|
2001
|
+
async DescribeDspmSyncUsersStatus(req, cb) {
|
|
2002
|
+
return this.request("DescribeDspmSyncUsersStatus", req, cb);
|
|
1781
2003
|
}
|
|
1782
2004
|
/**
|
|
1783
|
-
*
|
|
2005
|
+
* 重置Dspm资产账号密码
|
|
1784
2006
|
*/
|
|
1785
|
-
async
|
|
1786
|
-
return this.request("
|
|
2007
|
+
async ResetDspmAssetAccountPassword(req, cb) {
|
|
2008
|
+
return this.request("ResetDspmAssetAccountPassword", req, cb);
|
|
1787
2009
|
}
|
|
1788
2010
|
/**
|
|
1789
|
-
*
|
|
2011
|
+
* 查询Dspm身份信息
|
|
1790
2012
|
*/
|
|
1791
|
-
async
|
|
1792
|
-
return this.request("
|
|
2013
|
+
async DescribeDspmIdentifyInfo(req, cb) {
|
|
2014
|
+
return this.request("DescribeDspmIdentifyInfo", req, cb);
|
|
1793
2015
|
}
|
|
1794
2016
|
/**
|
|
1795
|
-
*
|
|
2017
|
+
* 删除Dspm申请单
|
|
1796
2018
|
*/
|
|
1797
|
-
async
|
|
1798
|
-
return this.request("
|
|
2019
|
+
async DeleteDspmApplyOrder(req, cb) {
|
|
2020
|
+
return this.request("DeleteDspmApplyOrder", req, cb);
|
|
1799
2021
|
}
|
|
1800
2022
|
/**
|
|
1801
|
-
*
|
|
2023
|
+
* 查询Dspm审批单列表
|
|
1802
2024
|
*/
|
|
1803
|
-
async
|
|
1804
|
-
return this.request("
|
|
2025
|
+
async DescribeDspmApproveOrderList(req, cb) {
|
|
2026
|
+
return this.request("DescribeDspmApproveOrderList", req, cb);
|
|
1805
2027
|
}
|
|
1806
2028
|
/**
|
|
1807
2029
|
* 获取资产视角的配置风险列表
|
|
@@ -1810,82 +2032,70 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1810
2032
|
return this.request("DescribeRiskCenterAssetViewCFGRiskList", req, cb);
|
|
1811
2033
|
}
|
|
1812
2034
|
/**
|
|
1813
|
-
*
|
|
1814
|
-
*/
|
|
1815
|
-
async DeleteDspmAssetAccount(req, cb) {
|
|
1816
|
-
return this.request("DeleteDspmAssetAccount", req, cb);
|
|
1817
|
-
}
|
|
1818
|
-
/**
|
|
1819
|
-
* 删除漏洞白名单
|
|
1820
|
-
*/
|
|
1821
|
-
async DeleteVulWhitelist(req, cb) {
|
|
1822
|
-
return this.request("DeleteVulWhitelist", req, cb);
|
|
1823
|
-
}
|
|
1824
|
-
/**
|
|
1825
|
-
* 获取主机漏洞风险列表
|
|
2035
|
+
* 修改dspm数据识别模板数据项关联级别信息
|
|
1826
2036
|
*/
|
|
1827
|
-
async
|
|
1828
|
-
return this.request("
|
|
2037
|
+
async ModifyDspmIdentifyComplianceRuleLevelInfo(req, cb) {
|
|
2038
|
+
return this.request("ModifyDspmIdentifyComplianceRuleLevelInfo", req, cb);
|
|
1829
2039
|
}
|
|
1830
2040
|
/**
|
|
1831
|
-
*
|
|
2041
|
+
* 对象存储异常检测调用记录信息
|
|
1832
2042
|
*/
|
|
1833
|
-
async
|
|
1834
|
-
return this.request("
|
|
2043
|
+
async DescribeIpInvokeRecord(req, cb) {
|
|
2044
|
+
return this.request("DescribeIpInvokeRecord", req, cb);
|
|
1835
2045
|
}
|
|
1836
2046
|
/**
|
|
1837
|
-
*
|
|
2047
|
+
* 获取主机漏洞VPR信息
|
|
1838
2048
|
*/
|
|
1839
|
-
async
|
|
1840
|
-
return this.request("
|
|
2049
|
+
async DescribeHostVulItemVPRInfo(req, cb) {
|
|
2050
|
+
return this.request("DescribeHostVulItemVPRInfo", req, cb);
|
|
1841
2051
|
}
|
|
1842
2052
|
/**
|
|
1843
|
-
*
|
|
2053
|
+
* 修改Dspm访问管理信息
|
|
1844
2054
|
*/
|
|
1845
|
-
async
|
|
1846
|
-
return this.request("
|
|
2055
|
+
async ModifyDspmAccessRecord(req, cb) {
|
|
2056
|
+
return this.request("ModifyDspmAccessRecord", req, cb);
|
|
1847
2057
|
}
|
|
1848
2058
|
/**
|
|
1849
|
-
*
|
|
2059
|
+
* 修改IaC检测接入Token存储周期
|
|
1850
2060
|
*/
|
|
1851
|
-
async
|
|
1852
|
-
return this.request("
|
|
2061
|
+
async ModifyIaCTokenPeriod(req, cb) {
|
|
2062
|
+
return this.request("ModifyIaCTokenPeriod", req, cb);
|
|
1853
2063
|
}
|
|
1854
2064
|
/**
|
|
1855
|
-
*
|
|
2065
|
+
* 获取漏洞扫描(周期扫描)
|
|
1856
2066
|
*/
|
|
1857
|
-
async
|
|
1858
|
-
return this.request("
|
|
2067
|
+
async DescribeVulScanPeriodic(req, cb) {
|
|
2068
|
+
return this.request("DescribeVulScanPeriodic", req, cb);
|
|
1859
2069
|
}
|
|
1860
2070
|
/**
|
|
1861
|
-
*
|
|
2071
|
+
* 修改Dspm身份信息
|
|
1862
2072
|
*/
|
|
1863
|
-
async
|
|
1864
|
-
return this.request("
|
|
2073
|
+
async ModifyDspmIdentifyInfo(req, cb) {
|
|
2074
|
+
return this.request("ModifyDspmIdentifyInfo", req, cb);
|
|
1865
2075
|
}
|
|
1866
2076
|
/**
|
|
1867
|
-
* 查询Dspm
|
|
2077
|
+
* 查询Dspm个人身份信息列表
|
|
1868
2078
|
*/
|
|
1869
|
-
async
|
|
1870
|
-
return this.request("
|
|
2079
|
+
async DescribeDspmPersonalIdentifyList(req, cb) {
|
|
2080
|
+
return this.request("DescribeDspmPersonalIdentifyList", req, cb);
|
|
1871
2081
|
}
|
|
1872
2082
|
/**
|
|
1873
|
-
*
|
|
2083
|
+
* 获取漏洞组件关联主机
|
|
1874
2084
|
*/
|
|
1875
|
-
async
|
|
1876
|
-
return this.request("
|
|
2085
|
+
async DescribeVulComponentRelateHost(req, cb) {
|
|
2086
|
+
return this.request("DescribeVulComponentRelateHost", req, cb);
|
|
1877
2087
|
}
|
|
1878
2088
|
/**
|
|
1879
|
-
*
|
|
2089
|
+
* 查询Dspm资产账号回收后特权信息
|
|
1880
2090
|
*/
|
|
1881
|
-
async
|
|
1882
|
-
return this.request("
|
|
2091
|
+
async DescribeDspmAssetAccountRecycledPrivileges(req, cb) {
|
|
2092
|
+
return this.request("DescribeDspmAssetAccountRecycledPrivileges", req, cb);
|
|
1883
2093
|
}
|
|
1884
2094
|
/**
|
|
1885
|
-
*
|
|
2095
|
+
* 查询Dspm访问拓扑资产列表
|
|
1886
2096
|
*/
|
|
1887
|
-
async
|
|
1888
|
-
return this.request("
|
|
2097
|
+
async DescribeDspmAccessTopologyAssets(req, cb) {
|
|
2098
|
+
return this.request("DescribeDspmAccessTopologyAssets", req, cb);
|
|
1889
2099
|
}
|
|
1890
2100
|
/**
|
|
1891
2101
|
* 获取风险中心风险概况示例
|
|
@@ -1893,18 +2103,6 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1893
2103
|
async DescribeCSIPRiskStatistics(req, cb) {
|
|
1894
2104
|
return this.request("DescribeCSIPRiskStatistics", req, cb);
|
|
1895
2105
|
}
|
|
1896
|
-
/**
|
|
1897
|
-
* 风险接口列表信息
|
|
1898
|
-
*/
|
|
1899
|
-
async DescribeCosRiskActionList(req, cb) {
|
|
1900
|
-
return this.request("DescribeCosRiskActionList", req, cb);
|
|
1901
|
-
}
|
|
1902
|
-
/**
|
|
1903
|
-
* 访问密钥风险记录详情
|
|
1904
|
-
*/
|
|
1905
|
-
async DescribeAccessKeyRiskDetail(req, cb) {
|
|
1906
|
-
return this.request("DescribeAccessKeyRiskDetail", req, cb);
|
|
1907
|
-
}
|
|
1908
2106
|
/**
|
|
1909
2107
|
* 查询Dspm资产访问拓扑
|
|
1910
2108
|
*/
|
|
@@ -1912,22 +2110,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1912
2110
|
return this.request("DescribeDspmAssetAccessTopology", req, cb);
|
|
1913
2111
|
}
|
|
1914
2112
|
/**
|
|
1915
|
-
*
|
|
1916
|
-
*/
|
|
1917
|
-
async DescribeCWPMachines(req, cb) {
|
|
1918
|
-
return this.request("DescribeCWPMachines", req, cb);
|
|
1919
|
-
}
|
|
1920
|
-
/**
|
|
1921
|
-
* 获取风险调用记录列表
|
|
2113
|
+
* 修改dspm数据识别分级组
|
|
1922
2114
|
*/
|
|
1923
|
-
async
|
|
1924
|
-
return this.request("
|
|
2115
|
+
async ModifyDspmIdentifyLevelGroup(req, cb) {
|
|
2116
|
+
return this.request("ModifyDspmIdentifyLevelGroup", req, cb);
|
|
1925
2117
|
}
|
|
1926
2118
|
/**
|
|
1927
|
-
*
|
|
2119
|
+
* 查询指定漏洞修复任务的详情信息,包含每台主机的修复状态、快照状态等明细数据,支持分页和筛选。
|
|
1928
2120
|
*/
|
|
1929
|
-
async
|
|
1930
|
-
return this.request("
|
|
2121
|
+
async DescribeVulFixTaskDetail(req, cb) {
|
|
2122
|
+
return this.request("DescribeVulFixTaskDetail", req, cb);
|
|
1931
2123
|
}
|
|
1932
2124
|
/**
|
|
1933
2125
|
* 永久忽略EDR多行为告警,将告警对应的主机+规则加入AI-Link永久忽略白名单,后续同类告警将自动丢弃
|
|
@@ -1935,11 +2127,5 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1935
2127
|
async ModifyEdrAlertPermanentIgnore(req, cb) {
|
|
1936
2128
|
return this.request("ModifyEdrAlertPermanentIgnore", req, cb);
|
|
1937
2129
|
}
|
|
1938
|
-
/**
|
|
1939
|
-
* 标记风险或者告警为 已处置/已忽略
|
|
1940
|
-
*/
|
|
1941
|
-
async UpdateAccessKeyAlarmStatus(req, cb) {
|
|
1942
|
-
return this.request("UpdateAccessKeyAlarmStatus", req, cb);
|
|
1943
|
-
}
|
|
1944
2130
|
}
|
|
1945
2131
|
exports.Client = Client;
|