tencentcloud-sdk-nodejs 4.1.298 → 4.1.300
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/adp/v20260520/adp_client.js +27 -12
- package/es/services/cloudrc/index.js +4 -0
- package/es/services/cloudrc/v20240606/cloudrc_client.js +12 -0
- package/es/services/cloudrc/v20240606/cloudrc_models.js +1 -0
- package/es/services/cloudrc/v20240606/index.js +6 -0
- package/es/services/csip/v20221121/csip_client.js +447 -66
- package/es/services/cynosdb/v20190107/cynosdb_client.js +3 -0
- package/es/services/index.js +2 -0
- package/es/services/iotexplorer/v20190423/iotexplorer_client.js +3 -0
- package/es/services/monitor/v20180724/monitor_client.js +5 -2
- package/es/services/portal/index.js +4 -0
- package/es/services/portal/v20230413/index.js +6 -0
- package/es/services/portal/v20230413/portal_client.js +9 -0
- package/es/services/portal/v20230413/portal_models.js +1 -0
- package/es/services/redis/v20180412/redis_client.js +3 -0
- package/es/services/tcb/v20180608/tcb_client.js +5 -2
- package/es/services/tke/v20220501/tke_client.js +3 -0
- 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/adp/v20260520/adp_client.d.ts +34 -14
- package/tencentcloud/services/adp/v20260520/adp_client.js +49 -19
- package/tencentcloud/services/adp/v20260520/adp_models.d.ts +4288 -3948
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +34 -95
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +51 -53
- package/tencentcloud/services/cloudrc/index.d.ts +6 -0
- package/tencentcloud/services/cloudrc/index.js +7 -0
- package/tencentcloud/services/cloudrc/v20240606/cloudrc_client.d.ts +18 -0
- package/tencentcloud/services/cloudrc/v20240606/cloudrc_client.js +43 -0
- package/tencentcloud/services/cloudrc/v20240606/cloudrc_models.d.ts +213 -0
- package/tencentcloud/services/cloudrc/v20240606/cloudrc_models.js +18 -0
- package/tencentcloud/services/cloudrc/v20240606/index.d.ts +6 -0
- package/tencentcloud/services/cloudrc/v20240606/index.js +10 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +584 -67
- package/tencentcloud/services/csip/v20221121/csip_client.js +870 -99
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +9413 -1641
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +52 -14
- package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +4 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -2
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +37 -42
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +13 -9
- package/tencentcloud/services/index.d.ts +2 -0
- package/tencentcloud/services/index.js +9 -5
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +106 -59
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +7 -3
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +9 -3
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +55 -22
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +4 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +30 -22
- package/tencentcloud/services/portal/index.d.ts +6 -0
- package/tencentcloud/services/portal/index.js +7 -0
- package/tencentcloud/services/portal/v20230413/index.d.ts +6 -0
- package/tencentcloud/services/portal/v20230413/index.js +10 -0
- package/tencentcloud/services/portal/v20230413/portal_client.d.ts +14 -0
- package/tencentcloud/services/portal/v20230413/portal_client.js +37 -0
- package/tencentcloud/services/portal/v20230413/portal_models.d.ts +59 -0
- package/tencentcloud/services/portal/v20230413/portal_models.js +18 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +65 -1
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +22 -0
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +11 -5
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +13 -5
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +73 -43
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +37 -7
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +18 -9
- package/tencentcloud/services/tke/v20220501/tke_client.d.ts +5 -1
- package/tencentcloud/services/tke/v20220501/tke_client.js +6 -0
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +22 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +10 -9
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +117 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +3 -3
- package/tencentcloud/services/vod/v20180717/vod_client.js +3 -3
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +10 -6
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +13 -22
|
@@ -87,6 +87,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
87
87
|
async DescribeAccessKeyUserList(req, cb) {
|
|
88
88
|
return this.request("DescribeAccessKeyUserList", req, cb);
|
|
89
89
|
}
|
|
90
|
+
/**
|
|
91
|
+
* 查询镜像敏感信息列表
|
|
92
|
+
*/
|
|
93
|
+
async DescribeImageSensitiveInfoList(req, cb) {
|
|
94
|
+
return this.request("DescribeImageSensitiveInfoList", req, cb);
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* 关闭进程守护功能
|
|
98
|
+
*/
|
|
99
|
+
async ModifyNFSScanHost(req, cb) {
|
|
100
|
+
return this.request("ModifyNFSScanHost", req, cb);
|
|
101
|
+
}
|
|
90
102
|
/**
|
|
91
103
|
* 获取主机漏洞概览
|
|
92
104
|
*/
|
|
@@ -99,6 +111,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
99
111
|
async DescribeDspmApproveHistory(req, cb) {
|
|
100
112
|
return this.request("DescribeDspmApproveHistory", req, cb);
|
|
101
113
|
}
|
|
114
|
+
/**
|
|
115
|
+
* 手动解绑主机授权。同步执行,直接返回结果。仅解绑主机授权(category=0,含专业版/旗舰版)。单订单模式下appid即可定位订单,无需传ResourceId。RASP解绑请用ModifyCSIPRaspLicenseUnBinds。
|
|
116
|
+
*/
|
|
117
|
+
async ModifyCSIPLicenseUnBinds(req, cb) {
|
|
118
|
+
return this.request("ModifyCSIPLicenseUnBinds", req, cb);
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* 批量修改镜像木马白名单
|
|
122
|
+
*/
|
|
123
|
+
async BatchModifyImageVirusWhitelist(req, cb) {
|
|
124
|
+
return this.request("BatchModifyImageVirusWhitelist", req, cb);
|
|
125
|
+
}
|
|
102
126
|
/**
|
|
103
127
|
* 停止漏洞扫描(任务扫描)
|
|
104
128
|
*/
|
|
@@ -106,10 +130,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
106
130
|
return this.request("StopVulScanTask", req, cb);
|
|
107
131
|
}
|
|
108
132
|
/**
|
|
109
|
-
*
|
|
133
|
+
* 查询镜像仓库命名空间列表
|
|
110
134
|
*/
|
|
111
|
-
async
|
|
112
|
-
return this.request("
|
|
135
|
+
async DescribeImageRegistryNamespaceList(req, cb) {
|
|
136
|
+
return this.request("DescribeImageRegistryNamespaceList", req, cb);
|
|
113
137
|
}
|
|
114
138
|
/**
|
|
115
139
|
* 获取漏洞展开详情
|
|
@@ -124,10 +148,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
124
148
|
return this.request("DeleteEdrLogCollectPaths", req, cb);
|
|
125
149
|
}
|
|
126
150
|
/**
|
|
127
|
-
*
|
|
151
|
+
* 获取多云(腾讯云、阿里云、AWS、华为云、Azure 等)接入的资产总数及各云厂商资产数量明细
|
|
128
152
|
*/
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
153
|
+
async DescribeMultiCloudAssetCount(req, cb) {
|
|
154
|
+
return this.request("DescribeMultiCloudAssetCount", req, cb);
|
|
131
155
|
}
|
|
132
156
|
/**
|
|
133
157
|
* 创建cos病毒扫描、敏感数据识别任务
|
|
@@ -141,6 +165,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
141
165
|
async DescribeRiskItemList(req, cb) {
|
|
142
166
|
return this.request("DescribeRiskItemList", req, cb);
|
|
143
167
|
}
|
|
168
|
+
/**
|
|
169
|
+
* 查询客户端离线时长
|
|
170
|
+
*/
|
|
171
|
+
async DescribeNotifyAgentOfflineDuration(req, cb) {
|
|
172
|
+
return this.request("DescribeNotifyAgentOfflineDuration", req, cb);
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* 批量删除通知策略。
|
|
176
|
+
*/
|
|
177
|
+
async DeleteWebhookPolicies(req, cb) {
|
|
178
|
+
return this.request("DeleteWebhookPolicies", req, cb);
|
|
179
|
+
}
|
|
144
180
|
/**
|
|
145
181
|
* 修改dspm数据识别数据项
|
|
146
182
|
*/
|
|
@@ -166,10 +202,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
166
202
|
return this.request("DescribeEdrAlertInfo", req, cb);
|
|
167
203
|
}
|
|
168
204
|
/**
|
|
169
|
-
*
|
|
205
|
+
* 获取爆破破解规则
|
|
170
206
|
*/
|
|
171
|
-
async
|
|
172
|
-
return this.request("
|
|
207
|
+
async DescribeBruteAttackRules(req, cb) {
|
|
208
|
+
return this.request("DescribeBruteAttackRules", req, cb);
|
|
173
209
|
}
|
|
174
210
|
/**
|
|
175
211
|
* 修改Dspm资产账号权限
|
|
@@ -177,12 +213,30 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
177
213
|
async ModifyDspmAssetAccountPrivileges(req, cb) {
|
|
178
214
|
return this.request("ModifyDspmAssetAccountPrivileges", req, cb);
|
|
179
215
|
}
|
|
216
|
+
/**
|
|
217
|
+
* 获取安全评分概览,实时计算各维度和子项扣分情况
|
|
218
|
+
*/
|
|
219
|
+
async DescribeSecurityScoreOverview(req, cb) {
|
|
220
|
+
return this.request("DescribeSecurityScoreOverview", req, cb);
|
|
221
|
+
}
|
|
180
222
|
/**
|
|
181
223
|
* 获取扫描任务列表
|
|
182
224
|
*/
|
|
183
225
|
async DescribeScanTaskList(req, cb) {
|
|
184
226
|
return this.request("DescribeScanTaskList", req, cb);
|
|
185
227
|
}
|
|
228
|
+
/**
|
|
229
|
+
* 切换通知策略的启用状态。
|
|
230
|
+
*/
|
|
231
|
+
async ModifyWebhookPolicyStatus(req, cb) {
|
|
232
|
+
return this.request("ModifyWebhookPolicyStatus", req, cb);
|
|
233
|
+
}
|
|
234
|
+
/**
|
|
235
|
+
* 查询Dspm风险分组策略
|
|
236
|
+
*/
|
|
237
|
+
async DescribeDspmRiskStrategyGroup(req, cb) {
|
|
238
|
+
return this.request("DescribeDspmRiskStrategyGroup", req, cb);
|
|
239
|
+
}
|
|
186
240
|
/**
|
|
187
241
|
* 查询dspm资产字段样本值
|
|
188
242
|
*/
|
|
@@ -219,6 +273,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
219
273
|
async StartOrModifyPreventUninstall(req, cb) {
|
|
220
274
|
return this.request("StartOrModifyPreventUninstall", req, cb);
|
|
221
275
|
}
|
|
276
|
+
/**
|
|
277
|
+
* 查询仓库总览
|
|
278
|
+
*/
|
|
279
|
+
async DescribeRegistryOverview(req, cb) {
|
|
280
|
+
return this.request("DescribeRegistryOverview", req, cb);
|
|
281
|
+
}
|
|
222
282
|
/**
|
|
223
283
|
* 获取CSPM自动配额共享配置
|
|
224
284
|
*/
|
|
@@ -231,6 +291,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
231
291
|
async DescribeDspmAssetDatabaseList(req, cb) {
|
|
232
292
|
return this.request("DescribeDspmAssetDatabaseList", req, cb);
|
|
233
293
|
}
|
|
294
|
+
/**
|
|
295
|
+
* 查询当前用户在指定地域下的 SCF(云函数)命名空间列表。
|
|
296
|
+
*/
|
|
297
|
+
async DescribeSCFNamespaceList(req, cb) {
|
|
298
|
+
return this.request("DescribeSCFNamespaceList", req, cb);
|
|
299
|
+
}
|
|
234
300
|
/**
|
|
235
301
|
* 修改日志采集例外网段配置,支持IP/IP段/CIDR格式,最多可添加100条
|
|
236
302
|
*/
|
|
@@ -261,6 +327,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
261
327
|
async CreateCosPolicy(req, cb) {
|
|
262
328
|
return this.request("CreateCosPolicy", req, cb);
|
|
263
329
|
}
|
|
330
|
+
/**
|
|
331
|
+
* 删除镜像木马白名单
|
|
332
|
+
*/
|
|
333
|
+
async DeleteImageVirusWhitelist(req, cb) {
|
|
334
|
+
return this.request("DeleteImageVirusWhitelist", req, cb);
|
|
335
|
+
}
|
|
264
336
|
/**
|
|
265
337
|
* 查询客户端运行策略(策略组),从DescribeAgentRunMode拆分出的独立接口
|
|
266
338
|
*/
|
|
@@ -297,6 +369,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
297
369
|
async CreateClusterContainerListExportJob(req, cb) {
|
|
298
370
|
return this.request("CreateClusterContainerListExportJob", req, cb);
|
|
299
371
|
}
|
|
372
|
+
/**
|
|
373
|
+
* 获取 AIAgent 资产凭据扫描列表
|
|
374
|
+
*/
|
|
375
|
+
async DescribeAIAgentCredentialList(req, cb) {
|
|
376
|
+
return this.request("DescribeAIAgentCredentialList", req, cb);
|
|
377
|
+
}
|
|
300
378
|
/**
|
|
301
379
|
* 分页查询漏洞修复任务记录列表,支持按修复状态、时间范围等条件筛选,展示每个修复任务的概要信息。
|
|
302
380
|
*/
|
|
@@ -339,12 +417,36 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
339
417
|
async ModifyReverseShellSystemPolicyConfig(req, cb) {
|
|
340
418
|
return this.request("ModifyReverseShellSystemPolicyConfig", req, cb);
|
|
341
419
|
}
|
|
420
|
+
/**
|
|
421
|
+
* 公网资产
|
|
422
|
+
*/
|
|
423
|
+
async DescribePublicCloudAssets(req, cb) {
|
|
424
|
+
return this.request("DescribePublicCloudAssets", req, cb);
|
|
425
|
+
}
|
|
426
|
+
/**
|
|
427
|
+
* 镜像仓库同步
|
|
428
|
+
*/
|
|
429
|
+
async SyncImageRegistry(req, cb) {
|
|
430
|
+
return this.request("SyncImageRegistry", req, cb);
|
|
431
|
+
}
|
|
342
432
|
/**
|
|
343
433
|
* 查询Dspm资产登录凭据
|
|
344
434
|
*/
|
|
345
435
|
async DescribeDspmAssetLoginCredential(req, cb) {
|
|
346
436
|
return this.request("DescribeDspmAssetLoginCredential", req, cb);
|
|
347
437
|
}
|
|
438
|
+
/**
|
|
439
|
+
* 修改通知设置(云API风险治理)
|
|
440
|
+
*/
|
|
441
|
+
async ModifyNotifySettingAk(req, cb) {
|
|
442
|
+
return this.request("ModifyNotifySettingAk", req, cb);
|
|
443
|
+
}
|
|
444
|
+
/**
|
|
445
|
+
* 查询资产数据库信息
|
|
446
|
+
*/
|
|
447
|
+
async ModifyImageVirusWhitelist(req, cb) {
|
|
448
|
+
return this.request("ModifyImageVirusWhitelist", req, cb);
|
|
449
|
+
}
|
|
348
450
|
/**
|
|
349
451
|
* 查询AI 定时任务列表。
|
|
350
452
|
|
|
@@ -371,6 +473,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
371
473
|
async DeleteLoginWhiteList(req, cb) {
|
|
372
474
|
return this.request("DeleteLoginWhiteList", req, cb);
|
|
373
475
|
}
|
|
476
|
+
/**
|
|
477
|
+
* 批量修改容器镜像敏感信息白名单
|
|
478
|
+
*/
|
|
479
|
+
async BatchModifyImageSensitiveWhitelist(req, cb) {
|
|
480
|
+
return this.request("BatchModifyImageSensitiveWhitelist", req, cb);
|
|
481
|
+
}
|
|
374
482
|
/**
|
|
375
483
|
* 获取资产视角的端口风险列表
|
|
376
484
|
*/
|
|
@@ -408,10 +516,22 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
408
516
|
return this.request("UpdateAccessKeyRemark", req, cb);
|
|
409
517
|
}
|
|
410
518
|
/**
|
|
411
|
-
*
|
|
519
|
+
* 查看镜像仓库定时扫描任务配置
|
|
412
520
|
*/
|
|
413
|
-
async
|
|
414
|
-
return this.request("
|
|
521
|
+
async DescribeImageRegistryTimedScanTaskConfig(req, cb) {
|
|
522
|
+
return this.request("DescribeImageRegistryTimedScanTaskConfig", req, cb);
|
|
523
|
+
}
|
|
524
|
+
/**
|
|
525
|
+
* 获取EDR告警统计
|
|
526
|
+
*/
|
|
527
|
+
async DescribeEdrAlertSummary(req, cb) {
|
|
528
|
+
return this.request("DescribeEdrAlertSummary", req, cb);
|
|
529
|
+
}
|
|
530
|
+
/**
|
|
531
|
+
* 获取扫描子任务列表,用于任务详情页“资产维度”展示每台主机/每个集群的扫描状态与失败原因。
|
|
532
|
+
*/
|
|
533
|
+
async DescribeBaselineSubTaskList(req, cb) {
|
|
534
|
+
return this.request("DescribeBaselineSubTaskList", req, cb);
|
|
415
535
|
}
|
|
416
536
|
/**
|
|
417
537
|
* 暴露资产导出任务
|
|
@@ -419,12 +539,24 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
419
539
|
async CreateExposuresExportJob(req, cb) {
|
|
420
540
|
return this.request("CreateExposuresExportJob", req, cb);
|
|
421
541
|
}
|
|
542
|
+
/**
|
|
543
|
+
* 更新当前账号(管理员)的基线同步配置。AutoSync=true 时 TargetAppidList 不可为空,且元素不可为 0。
|
|
544
|
+
*/
|
|
545
|
+
async ModifyBaselineSyncConf(req, cb) {
|
|
546
|
+
return this.request("ModifyBaselineSyncConf", req, cb);
|
|
547
|
+
}
|
|
422
548
|
/**
|
|
423
549
|
* 修改Dspm资产数据扫描任务状态
|
|
424
550
|
*/
|
|
425
551
|
async ModifyDspmAssetDataScanTaskStatus(req, cb) {
|
|
426
552
|
return this.request("ModifyDspmAssetDataScanTaskStatus", req, cb);
|
|
427
553
|
}
|
|
554
|
+
/**
|
|
555
|
+
* 删除容器镜像漏洞白名单
|
|
556
|
+
*/
|
|
557
|
+
async DeleteImageVulWhitelist(req, cb) {
|
|
558
|
+
return this.request("DeleteImageVulWhitelist", req, cb);
|
|
559
|
+
}
|
|
428
560
|
/**
|
|
429
561
|
* 标记资产是否核心
|
|
430
562
|
*/
|
|
@@ -437,6 +569,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
437
569
|
async DescribeDspmPersonApplyHistory(req, cb) {
|
|
438
570
|
return this.request("DescribeDspmPersonApplyHistory", req, cb);
|
|
439
571
|
}
|
|
572
|
+
/**
|
|
573
|
+
* 批量修改容器镜像漏洞白名单
|
|
574
|
+
*/
|
|
575
|
+
async BatchModifyImageVulWhitelist(req, cb) {
|
|
576
|
+
return this.request("BatchModifyImageVulWhitelist", req, cb);
|
|
577
|
+
}
|
|
440
578
|
/**
|
|
441
579
|
* 查询Dspm白名单策略
|
|
442
580
|
*/
|
|
@@ -473,6 +611,24 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
473
611
|
async DescribeRiskDetailList(req, cb) {
|
|
474
612
|
return this.request("DescribeRiskDetailList", req, cb);
|
|
475
613
|
}
|
|
614
|
+
/**
|
|
615
|
+
* 重保防护包防护设置
|
|
616
|
+
*/
|
|
617
|
+
async ModifyProtectionSetting(req, cb) {
|
|
618
|
+
return this.request("ModifyProtectionSetting", req, cb);
|
|
619
|
+
}
|
|
620
|
+
/**
|
|
621
|
+
* 停止镜像仓库镜像扫描任务
|
|
622
|
+
*/
|
|
623
|
+
async StopImageRegistryScanTask(req, cb) {
|
|
624
|
+
return this.request("StopImageRegistryScanTask", req, cb);
|
|
625
|
+
}
|
|
626
|
+
/**
|
|
627
|
+
* 批量修改 Skill 安全检测告警的处理状态
|
|
628
|
+
*/
|
|
629
|
+
async ModifySkillScanAlertStatus(req, cb) {
|
|
630
|
+
return this.request("ModifySkillScanAlertStatus", req, cb);
|
|
631
|
+
}
|
|
476
632
|
/**
|
|
477
633
|
* 修改对象存储备注
|
|
478
634
|
*/
|
|
@@ -515,6 +671,24 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
515
671
|
async DescribeClusterContainerList(req, cb) {
|
|
516
672
|
return this.request("DescribeClusterContainerList", req, cb);
|
|
517
673
|
}
|
|
674
|
+
/**
|
|
675
|
+
* 添加镜像仓库信息
|
|
676
|
+
*/
|
|
677
|
+
async AddImageRegistry(req, cb) {
|
|
678
|
+
return this.request("AddImageRegistry", req, cb);
|
|
679
|
+
}
|
|
680
|
+
/**
|
|
681
|
+
* 绑定 RASP / 旗舰版授权到指定订单。异步执行,返回TaskId供查询进度。LicenseType=rasp 绑 RASP,LicenseType=enterprise_hp 绑旗舰版主机授权;AssetType 区分主机/容器节点/EKS。
|
|
682
|
+
*/
|
|
683
|
+
async ModifyCSIPRaspLicenseBinds(req, cb) {
|
|
684
|
+
return this.request("ModifyCSIPRaspLicenseBinds", req, cb);
|
|
685
|
+
}
|
|
686
|
+
/**
|
|
687
|
+
* 获取 AI Agent skill 列表
|
|
688
|
+
*/
|
|
689
|
+
async DescribeAIAgentSkillList(req, cb) {
|
|
690
|
+
return this.request("DescribeAIAgentSkillList", req, cb);
|
|
691
|
+
}
|
|
518
692
|
/**
|
|
519
693
|
* 全部资产
|
|
520
694
|
*/
|
|
@@ -566,10 +740,22 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
566
740
|
return this.request("ModifyNetAttackSetting", req, cb);
|
|
567
741
|
}
|
|
568
742
|
/**
|
|
569
|
-
*
|
|
743
|
+
* 获取基线策略名字存在的用户列表
|
|
570
744
|
*/
|
|
571
|
-
async
|
|
572
|
-
return this.request("
|
|
745
|
+
async DescribeBaselinePolicyNameExistAppidList(req, cb) {
|
|
746
|
+
return this.request("DescribeBaselinePolicyNameExistAppidList", req, cb);
|
|
747
|
+
}
|
|
748
|
+
/**
|
|
749
|
+
* 获取已购Dspm订单信息
|
|
750
|
+
*/
|
|
751
|
+
async DescribeDspmPayInfo(req, cb) {
|
|
752
|
+
return this.request("DescribeDspmPayInfo", req, cb);
|
|
753
|
+
}
|
|
754
|
+
/**
|
|
755
|
+
* 获取TCR实例列表
|
|
756
|
+
*/
|
|
757
|
+
async DescribeTCRInstanceList(req, cb) {
|
|
758
|
+
return this.request("DescribeTCRInstanceList", req, cb);
|
|
573
759
|
}
|
|
574
760
|
/**
|
|
575
761
|
* 集群列表
|
|
@@ -583,6 +769,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
583
769
|
async ModifyDspmAssetLogDeliverySwitch(req, cb) {
|
|
584
770
|
return this.request("ModifyDspmAssetLogDeliverySwitch", req, cb);
|
|
585
771
|
}
|
|
772
|
+
/**
|
|
773
|
+
* 查询镜像仓库列表
|
|
774
|
+
*/
|
|
775
|
+
async DescribeImageRegistryList(req, cb) {
|
|
776
|
+
return this.request("DescribeImageRegistryList", req, cb);
|
|
777
|
+
}
|
|
586
778
|
/**
|
|
587
779
|
* 查询指定安全组ID对应安全组规则
|
|
588
780
|
*/
|
|
@@ -656,10 +848,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
656
848
|
return this.request("DescribeDynamicAssets", req, cb);
|
|
657
849
|
}
|
|
658
850
|
/**
|
|
659
|
-
*
|
|
851
|
+
* 新增或修改一条通知策略。ID > 0 表示修改;ID = 0 或不传表示新增。MemberAppIds 配置为空时,策略仅作用于当前主账号事件;非空时同时作用于自身账号 + 所列成员账号。
|
|
660
852
|
*/
|
|
661
|
-
async
|
|
662
|
-
return this.request("
|
|
853
|
+
async ModifyWebhookPolicy(req, cb) {
|
|
854
|
+
return this.request("ModifyWebhookPolicy", req, cb);
|
|
855
|
+
}
|
|
856
|
+
/**
|
|
857
|
+
* 删除镜像仓库定时扫描任务配置
|
|
858
|
+
*/
|
|
859
|
+
async DeleteImageRegistryTimedScanTaskConfig(req, cb) {
|
|
860
|
+
return this.request("DeleteImageRegistryTimedScanTaskConfig", req, cb);
|
|
663
861
|
}
|
|
664
862
|
/**
|
|
665
863
|
* 创建Dspm白名单策略
|
|
@@ -673,6 +871,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
673
871
|
async CreateRiskDetailExportJob(req, cb) {
|
|
674
872
|
return this.request("CreateRiskDetailExportJob", req, cb);
|
|
675
873
|
}
|
|
874
|
+
/**
|
|
875
|
+
* 获取漏洞扫描(周期扫描)
|
|
876
|
+
*/
|
|
877
|
+
async DescribeVulScanPeriodic(req, cb) {
|
|
878
|
+
return this.request("DescribeVulScanPeriodic", req, cb);
|
|
879
|
+
}
|
|
676
880
|
/**
|
|
677
881
|
* ip访问列表详情信息
|
|
678
882
|
*/
|
|
@@ -715,6 +919,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
715
919
|
async DescribePortDetectList(req, cb) {
|
|
716
920
|
return this.request("DescribePortDetectList", req, cb);
|
|
717
921
|
}
|
|
922
|
+
/**
|
|
923
|
+
* 查询镜像木马白名单详情
|
|
924
|
+
*/
|
|
925
|
+
async DescribeImageVirusWhitelistDetail(req, cb) {
|
|
926
|
+
return this.request("DescribeImageVirusWhitelistDetail", req, cb);
|
|
927
|
+
}
|
|
718
928
|
/**
|
|
719
929
|
* 查询集团的子账号列表
|
|
720
930
|
*/
|
|
@@ -722,16 +932,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
722
932
|
return this.request("DescribeSubUserInfo", req, cb);
|
|
723
933
|
}
|
|
724
934
|
/**
|
|
725
|
-
*
|
|
935
|
+
* 获取资产视角的漏洞风险列表
|
|
726
936
|
*/
|
|
727
|
-
async
|
|
728
|
-
return this.request("
|
|
937
|
+
async DescribeRiskCenterAssetViewVULRiskList(req, cb) {
|
|
938
|
+
return this.request("DescribeRiskCenterAssetViewVULRiskList", req, cb);
|
|
729
939
|
}
|
|
730
940
|
/**
|
|
731
|
-
*
|
|
941
|
+
* 查询镜像层信息列表
|
|
732
942
|
*/
|
|
733
|
-
async
|
|
734
|
-
return this.request("
|
|
943
|
+
async DescribeImageLayerList(req, cb) {
|
|
944
|
+
return this.request("DescribeImageLayerList", req, cb);
|
|
735
945
|
}
|
|
736
946
|
/**
|
|
737
947
|
* 更新CSPM自动配额管理者共享开关
|
|
@@ -795,6 +1005,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
795
1005
|
async ModifyAISchedule(req, cb) {
|
|
796
1006
|
return this.request("ModifyAISchedule", req, cb);
|
|
797
1007
|
}
|
|
1008
|
+
/**
|
|
1009
|
+
* 获取当前账号的安全评分规则,无自定义则返回内置默认规则
|
|
1010
|
+
*/
|
|
1011
|
+
async DescribeSecurityScoreRule(req, cb) {
|
|
1012
|
+
return this.request("DescribeSecurityScoreRule", req, cb);
|
|
1013
|
+
}
|
|
798
1014
|
/**
|
|
799
1015
|
* 删除域名和ip请求
|
|
800
1016
|
*/
|
|
@@ -851,6 +1067,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
851
1067
|
async StopProcessDaemon(req, cb) {
|
|
852
1068
|
return this.request("StopProcessDaemon", req, cb);
|
|
853
1069
|
}
|
|
1070
|
+
/**
|
|
1071
|
+
* 创建镜像资产列表导出任务
|
|
1072
|
+
*/
|
|
1073
|
+
async CreateImageAssetListExportJob(req, cb) {
|
|
1074
|
+
return this.request("CreateImageAssetListExportJob", req, cb);
|
|
1075
|
+
}
|
|
854
1076
|
/**
|
|
855
1077
|
* 删除dspm数据识别模板
|
|
856
1078
|
*/
|
|
@@ -869,6 +1091,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
869
1091
|
async ModifyAgentRunMode(req, cb) {
|
|
870
1092
|
return this.request("ModifyAgentRunMode", req, cb);
|
|
871
1093
|
}
|
|
1094
|
+
/**
|
|
1095
|
+
* 新增或更新NFS扫描全局配置
|
|
1096
|
+
*/
|
|
1097
|
+
async ModifyNFSScanConf(req, cb) {
|
|
1098
|
+
return this.request("ModifyNFSScanConf", req, cb);
|
|
1099
|
+
}
|
|
872
1100
|
/**
|
|
873
1101
|
* 查询日志备份配置
|
|
874
1102
|
*/
|
|
@@ -905,6 +1133,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
905
1133
|
async DescribeClusterAssetSyncTaskStatus(req, cb) {
|
|
906
1134
|
return this.request("DescribeClusterAssetSyncTaskStatus", req, cb);
|
|
907
1135
|
}
|
|
1136
|
+
/**
|
|
1137
|
+
* 批量启用或停用基线策略。停用后的策略将不再参与扫描与统计。
|
|
1138
|
+
*/
|
|
1139
|
+
async ModifyBaselinePolicyEnable(req, cb) {
|
|
1140
|
+
return this.request("ModifyBaselinePolicyEnable", req, cb);
|
|
1141
|
+
}
|
|
908
1142
|
/**
|
|
909
1143
|
* 修改告警中心通知高级配置
|
|
910
1144
|
*/
|
|
@@ -941,6 +1175,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
941
1175
|
async DescribeCosRoleAccessPermission(req, cb) {
|
|
942
1176
|
return this.request("DescribeCosRoleAccessPermission", req, cb);
|
|
943
1177
|
}
|
|
1178
|
+
/**
|
|
1179
|
+
* 创建镜像仓库组件关联镜像列表导出任务
|
|
1180
|
+
*/
|
|
1181
|
+
async CreateAssetComponentRelatedImageListExportJob(req, cb) {
|
|
1182
|
+
return this.request("CreateAssetComponentRelatedImageListExportJob", req, cb);
|
|
1183
|
+
}
|
|
944
1184
|
/**
|
|
945
1185
|
* 风险验证示例
|
|
946
1186
|
*/
|
|
@@ -966,10 +1206,22 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
966
1206
|
return this.request("DescribeNotifyAssetConfig", req, cb);
|
|
967
1207
|
}
|
|
968
1208
|
/**
|
|
969
|
-
*
|
|
1209
|
+
* 获取策略配置的检测项列表
|
|
970
1210
|
*/
|
|
971
|
-
async
|
|
972
|
-
return this.request("
|
|
1211
|
+
async DescribeBaselinePolicyItemList(req, cb) {
|
|
1212
|
+
return this.request("DescribeBaselinePolicyItemList", req, cb);
|
|
1213
|
+
}
|
|
1214
|
+
/**
|
|
1215
|
+
* 查询镜像仓库定时扫描任务预览
|
|
1216
|
+
*/
|
|
1217
|
+
async DescribeImageRegistryTimedScanTaskPreview(req, cb) {
|
|
1218
|
+
return this.request("DescribeImageRegistryTimedScanTaskPreview", req, cb);
|
|
1219
|
+
}
|
|
1220
|
+
/**
|
|
1221
|
+
* 立体防护中心查询漏洞信息
|
|
1222
|
+
*/
|
|
1223
|
+
async DescribeSearchBugInfo(req, cb) {
|
|
1224
|
+
return this.request("DescribeSearchBugInfo", req, cb);
|
|
973
1225
|
}
|
|
974
1226
|
/**
|
|
975
1227
|
* 点击开始扫描后触发,支持多账号、多资产类型。同时选主机和容器集群时拆分为两个独立任务(主机+容器)。
|
|
@@ -977,6 +1229,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
977
1229
|
async CreateEDRManualScan(req, cb) {
|
|
978
1230
|
return this.request("CreateEDRManualScan", req, cb);
|
|
979
1231
|
}
|
|
1232
|
+
/**
|
|
1233
|
+
* 删除容器镜像敏感信息白名单
|
|
1234
|
+
*/
|
|
1235
|
+
async DeleteImageSensitiveWhitelist(req, cb) {
|
|
1236
|
+
return this.request("DeleteImageSensitiveWhitelist", req, cb);
|
|
1237
|
+
}
|
|
980
1238
|
/**
|
|
981
1239
|
* 查询集群节点列表
|
|
982
1240
|
*/
|
|
@@ -1014,10 +1272,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1014
1272
|
return this.request("DescribeSubnetAssets", req, cb);
|
|
1015
1273
|
}
|
|
1016
1274
|
/**
|
|
1017
|
-
*
|
|
1275
|
+
* 创建镜像漏洞列表导出任务
|
|
1018
1276
|
*/
|
|
1019
|
-
async
|
|
1020
|
-
return this.request("
|
|
1277
|
+
async CreateImageVulListExportJob(req, cb) {
|
|
1278
|
+
return this.request("CreateImageVulListExportJob", req, cb);
|
|
1021
1279
|
}
|
|
1022
1280
|
/**
|
|
1023
1281
|
* 创建/修改SMTP邮箱接入请求
|
|
@@ -1073,6 +1331,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1073
1331
|
async CreateDspmAssetsExportJob(req, cb) {
|
|
1074
1332
|
return this.request("CreateDspmAssetsExportJob", req, cb);
|
|
1075
1333
|
}
|
|
1334
|
+
/**
|
|
1335
|
+
* 分页查询当前租户下的接收机器人列表,对应「通知中心 - 机器人通知 - 接收机器人管理」Tab 的表格。每租户最多 50 个机器人
|
|
1336
|
+
*/
|
|
1337
|
+
async DescribeWebhookReceiverList(req, cb) {
|
|
1338
|
+
return this.request("DescribeWebhookReceiverList", req, cb);
|
|
1339
|
+
}
|
|
1076
1340
|
/**
|
|
1077
1341
|
* 复制dspm数据识别模板
|
|
1078
1342
|
*/
|
|
@@ -1085,12 +1349,24 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1085
1349
|
async DescribeEdrExportJobDownloadURL(req, cb) {
|
|
1086
1350
|
return this.request("DescribeEdrExportJobDownloadURL", req, cb);
|
|
1087
1351
|
}
|
|
1352
|
+
/**
|
|
1353
|
+
* 创建镜像仓库列表导出任务
|
|
1354
|
+
*/
|
|
1355
|
+
async CreateImageRegistryListExportJob(req, cb) {
|
|
1356
|
+
return this.request("CreateImageRegistryListExportJob", req, cb);
|
|
1357
|
+
}
|
|
1088
1358
|
/**
|
|
1089
1359
|
* csip角色授权绑定接口
|
|
1090
1360
|
*/
|
|
1091
1361
|
async AddNewBindRoleUser(req, cb) {
|
|
1092
1362
|
return this.request("AddNewBindRoleUser", req, cb);
|
|
1093
1363
|
}
|
|
1364
|
+
/**
|
|
1365
|
+
* 查询联通性检测主机列表
|
|
1366
|
+
*/
|
|
1367
|
+
async DescribeCheckConnectivityHostList(req, cb) {
|
|
1368
|
+
return this.request("DescribeCheckConnectivityHostList", req, cb);
|
|
1369
|
+
}
|
|
1094
1370
|
/**
|
|
1095
1371
|
* 获取存储桶角色权限列表
|
|
1096
1372
|
*/
|
|
@@ -1145,6 +1421,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1145
1421
|
async CreateExposureAutoTagRule(req, cb) {
|
|
1146
1422
|
return this.request("CreateExposureAutoTagRule", req, cb);
|
|
1147
1423
|
}
|
|
1424
|
+
/**
|
|
1425
|
+
* 查询镜像仓库导出任务列表
|
|
1426
|
+
*/
|
|
1427
|
+
async DescribeImageExportJobList(req, cb) {
|
|
1428
|
+
return this.request("DescribeImageExportJobList", req, cb);
|
|
1429
|
+
}
|
|
1148
1430
|
/**
|
|
1149
1431
|
* 获取云安全AI助手基础信息
|
|
1150
1432
|
*/
|
|
@@ -1182,10 +1464,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1182
1464
|
return this.request("DescribeEdrAlertThreatTags", req, cb);
|
|
1183
1465
|
}
|
|
1184
1466
|
/**
|
|
1185
|
-
*
|
|
1467
|
+
* 上传 Skill ZIP 文件,触发异步安全检测。上传成功后应使用返回的 ContentHash + EngineVersion 轮询 DescribeSkillScanResult 接口获取结果。上传接口具备幂等性,同一 Hash 的文件重复上传不会创建重复任务。检测结果保留90天,超期后需重新上传检测。
|
|
1186
1468
|
*/
|
|
1187
|
-
async
|
|
1188
|
-
return this.request("
|
|
1469
|
+
async CreateSkillScan(req, cb) {
|
|
1470
|
+
return this.request("CreateSkillScan", req, cb);
|
|
1189
1471
|
}
|
|
1190
1472
|
/**
|
|
1191
1473
|
* 资产风险详情
|
|
@@ -1205,6 +1487,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1205
1487
|
async DescribeClusterServiceList(req, cb) {
|
|
1206
1488
|
return this.request("DescribeClusterServiceList", req, cb);
|
|
1207
1489
|
}
|
|
1490
|
+
/**
|
|
1491
|
+
* 查询镜像漏洞列表
|
|
1492
|
+
*/
|
|
1493
|
+
async DescribeImageVulList(req, cb) {
|
|
1494
|
+
return this.request("DescribeImageVulList", req, cb);
|
|
1495
|
+
}
|
|
1208
1496
|
/**
|
|
1209
1497
|
* 查询Dspm资产账号身份信息
|
|
1210
1498
|
*/
|
|
@@ -1295,6 +1583,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1295
1583
|
async ModifyDspmRiskStrategy(req, cb) {
|
|
1296
1584
|
return this.request("ModifyDspmRiskStrategy", req, cb);
|
|
1297
1585
|
}
|
|
1586
|
+
/**
|
|
1587
|
+
* 获取基线风险修复历史记录列表,用于“修复记录”页展示已修复的检测项与对应资产。
|
|
1588
|
+
*/
|
|
1589
|
+
async DescribeBaselineFixRecordList(req, cb) {
|
|
1590
|
+
return this.request("DescribeBaselineFixRecordList", req, cb);
|
|
1591
|
+
}
|
|
1298
1592
|
/**
|
|
1299
1593
|
* 创建资产标签
|
|
1300
1594
|
*/
|
|
@@ -1319,6 +1613,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1319
1613
|
async DescribeVulRiskList(req, cb) {
|
|
1320
1614
|
return this.request("DescribeVulRiskList", req, cb);
|
|
1321
1615
|
}
|
|
1616
|
+
/**
|
|
1617
|
+
* 查询镜像仓库扫描子任务信息
|
|
1618
|
+
*/
|
|
1619
|
+
async DescribeImageRegistryScanSubTaskList(req, cb) {
|
|
1620
|
+
return this.request("DescribeImageRegistryScanSubTaskList", req, cb);
|
|
1621
|
+
}
|
|
1322
1622
|
/**
|
|
1323
1623
|
* 安装集群容器安全Agent(平行容器方式安装 Agent)。
|
|
1324
1624
|
|
|
@@ -1397,6 +1697,12 @@ capi 层处理流程:
|
|
|
1397
1697
|
async DescribeExposureAutoTagAttribute(req, cb) {
|
|
1398
1698
|
return this.request("DescribeExposureAutoTagAttribute", req, cb);
|
|
1399
1699
|
}
|
|
1700
|
+
/**
|
|
1701
|
+
* 查询ModifyCSIPLicenseBinds返回的异步绑定任务进度。
|
|
1702
|
+
*/
|
|
1703
|
+
async DescribeCSIPLicenseBindSchedule(req, cb) {
|
|
1704
|
+
return this.request("DescribeCSIPLicenseBindSchedule", req, cb);
|
|
1705
|
+
}
|
|
1400
1706
|
/**
|
|
1401
1707
|
* 获取异地登录白名单合并后列表
|
|
1402
1708
|
*/
|
|
@@ -1453,6 +1759,12 @@ capi 层处理流程:
|
|
|
1453
1759
|
async CheckIsUltimateVersion(req, cb) {
|
|
1454
1760
|
return this.request("CheckIsUltimateVersion", req, cb);
|
|
1455
1761
|
}
|
|
1762
|
+
/**
|
|
1763
|
+
* 修改镜像仓库定时扫描任务配置
|
|
1764
|
+
*/
|
|
1765
|
+
async ModifyImageRegistryTimedScanTaskConfig(req, cb) {
|
|
1766
|
+
return this.request("ModifyImageRegistryTimedScanTaskConfig", req, cb);
|
|
1767
|
+
}
|
|
1456
1768
|
/**
|
|
1457
1769
|
* 开启或者修改进程守护功能配置
|
|
1458
1770
|
*/
|
|
@@ -1460,10 +1772,10 @@ capi 层处理流程:
|
|
|
1460
1772
|
return this.request("StartOrModifyProcessDaemon", req, cb);
|
|
1461
1773
|
}
|
|
1462
1774
|
/**
|
|
1463
|
-
*
|
|
1775
|
+
* 批量删除接收机器人。删除前会自动从所有引用了这些机器人的策略中移除引用关系。
|
|
1464
1776
|
*/
|
|
1465
|
-
async
|
|
1466
|
-
return this.request("
|
|
1777
|
+
async DeleteWebhookReceivers(req, cb) {
|
|
1778
|
+
return this.request("DeleteWebhookReceivers", req, cb);
|
|
1467
1779
|
}
|
|
1468
1780
|
/**
|
|
1469
1781
|
* 删除dspm数据识别分类
|
|
@@ -1514,16 +1826,22 @@ capi 层处理流程:
|
|
|
1514
1826
|
return this.request("DescribeUserCSPMInfoList", req, cb);
|
|
1515
1827
|
}
|
|
1516
1828
|
/**
|
|
1517
|
-
*
|
|
1829
|
+
* 查询EDR日志采集例外网段配置,添加至例外名单的网段,其TCP日志将不被采集。如果用户未配置过,则返回系统推荐的默认网段
|
|
1518
1830
|
*/
|
|
1519
|
-
async
|
|
1520
|
-
return this.request("
|
|
1831
|
+
async DescribeEdrExcludeNetworkSegments(req, cb) {
|
|
1832
|
+
return this.request("DescribeEdrExcludeNetworkSegments", req, cb);
|
|
1521
1833
|
}
|
|
1522
1834
|
/**
|
|
1523
|
-
*
|
|
1835
|
+
* 修改容器镜像漏洞白名单
|
|
1524
1836
|
*/
|
|
1525
|
-
async
|
|
1526
|
-
return this.request("
|
|
1837
|
+
async ModifyImageVulWhitelist(req, cb) {
|
|
1838
|
+
return this.request("ModifyImageVulWhitelist", req, cb);
|
|
1839
|
+
}
|
|
1840
|
+
/**
|
|
1841
|
+
* 修改集团账号状态
|
|
1842
|
+
*/
|
|
1843
|
+
async ModifyOrganizationAccountStatus(req, cb) {
|
|
1844
|
+
return this.request("ModifyOrganizationAccountStatus", req, cb);
|
|
1527
1845
|
}
|
|
1528
1846
|
/**
|
|
1529
1847
|
* 创建dspm数据识别模板数据项关联
|
|
@@ -1537,6 +1855,12 @@ capi 层处理流程:
|
|
|
1537
1855
|
async DescribeRaspLicenseList(req, cb) {
|
|
1538
1856
|
return this.request("DescribeRaspLicenseList", req, cb);
|
|
1539
1857
|
}
|
|
1858
|
+
/**
|
|
1859
|
+
* 获取安全风险趋势,返回按维度分组的每日风险数量
|
|
1860
|
+
*/
|
|
1861
|
+
async DescribeSecurityRiskTrend(req, cb) {
|
|
1862
|
+
return this.request("DescribeSecurityRiskTrend", req, cb);
|
|
1863
|
+
}
|
|
1540
1864
|
/**
|
|
1541
1865
|
* 查询凭证详情,返回凭证元数据和打码后的凭据数据。access类型返回Access数组(Key原文、Value打码),sts类型返回STS对象(System原文、SecretID和SecretKey打码)
|
|
1542
1866
|
*/
|
|
@@ -1562,16 +1886,16 @@ capi 层处理流程:
|
|
|
1562
1886
|
return this.request("CreateDspmIdentifyRule", req, cb);
|
|
1563
1887
|
}
|
|
1564
1888
|
/**
|
|
1565
|
-
*
|
|
1889
|
+
* 查询镜像木马白名单
|
|
1566
1890
|
*/
|
|
1567
|
-
async
|
|
1568
|
-
return this.request("
|
|
1891
|
+
async DescribeImageVirusWhitelist(req, cb) {
|
|
1892
|
+
return this.request("DescribeImageVirusWhitelist", req, cb);
|
|
1569
1893
|
}
|
|
1570
1894
|
/**
|
|
1571
|
-
*
|
|
1895
|
+
* 查看ak资产列表信息
|
|
1572
1896
|
*/
|
|
1573
|
-
async
|
|
1574
|
-
return this.request("
|
|
1897
|
+
async DescribeCosAkAsset(req, cb) {
|
|
1898
|
+
return this.request("DescribeCosAkAsset", req, cb);
|
|
1575
1899
|
}
|
|
1576
1900
|
/**
|
|
1577
1901
|
* 查询用户的账号详情
|
|
@@ -1610,10 +1934,10 @@ capi 层处理流程:
|
|
|
1610
1934
|
return this.request("ModifyDspmIdentifyCategory", req, cb);
|
|
1611
1935
|
}
|
|
1612
1936
|
/**
|
|
1613
|
-
*
|
|
1937
|
+
* 查询镜像仓库资产总览
|
|
1614
1938
|
*/
|
|
1615
|
-
async
|
|
1616
|
-
return this.request("
|
|
1939
|
+
async DescribeImageRegistryAssetOverview(req, cb) {
|
|
1940
|
+
return this.request("DescribeImageRegistryAssetOverview", req, cb);
|
|
1617
1941
|
}
|
|
1618
1942
|
/**
|
|
1619
1943
|
* 获取进程守护主机列表
|
|
@@ -1645,6 +1969,12 @@ capi 层处理流程:
|
|
|
1645
1969
|
async DescribeClusterContainerComponentList(req, cb) {
|
|
1646
1970
|
return this.request("DescribeClusterContainerComponentList", req, cb);
|
|
1647
1971
|
}
|
|
1972
|
+
/**
|
|
1973
|
+
* 获取内容风险列表
|
|
1974
|
+
*/
|
|
1975
|
+
async DescribeRiskCenterWebsiteRiskList(req, cb) {
|
|
1976
|
+
return this.request("DescribeRiskCenterWebsiteRiskList", req, cb);
|
|
1977
|
+
}
|
|
1648
1978
|
/**
|
|
1649
1979
|
* 获取漏洞主机关联组件
|
|
1650
1980
|
*/
|
|
@@ -1664,10 +1994,16 @@ capi 层处理流程:
|
|
|
1664
1994
|
return this.request("DescribeDbAssets", req, cb);
|
|
1665
1995
|
}
|
|
1666
1996
|
/**
|
|
1667
|
-
*
|
|
1997
|
+
* 查询镜像仓库联通性检查任务结果
|
|
1668
1998
|
*/
|
|
1669
|
-
async
|
|
1670
|
-
return this.request("
|
|
1999
|
+
async DescribeImageRegistryConnectivityTaskResult(req, cb) {
|
|
2000
|
+
return this.request("DescribeImageRegistryConnectivityTaskResult", req, cb);
|
|
2001
|
+
}
|
|
2002
|
+
/**
|
|
2003
|
+
* 创建镜像层漏洞列表导出任务
|
|
2004
|
+
*/
|
|
2005
|
+
async CreateImageLayerVulListExportJob(req, cb) {
|
|
2006
|
+
return this.request("CreateImageLayerVulListExportJob", req, cb);
|
|
1671
2007
|
}
|
|
1672
2008
|
/**
|
|
1673
2009
|
* 修改机器清理配置
|
|
@@ -1681,18 +2017,36 @@ capi 层处理流程:
|
|
|
1681
2017
|
async DescribeVulViewVulRiskList(req, cb) {
|
|
1682
2018
|
return this.request("DescribeVulViewVulRiskList", req, cb);
|
|
1683
2019
|
}
|
|
2020
|
+
/**
|
|
2021
|
+
* 查询镜像层漏洞列表
|
|
2022
|
+
*/
|
|
2023
|
+
async DescribeImageLayerVulList(req, cb) {
|
|
2024
|
+
return this.request("DescribeImageLayerVulList", req, cb);
|
|
2025
|
+
}
|
|
1684
2026
|
/**
|
|
1685
2027
|
* 创建域名、ip相关信息
|
|
1686
2028
|
*/
|
|
1687
2029
|
async CreateDomainAndIp(req, cb) {
|
|
1688
2030
|
return this.request("CreateDomainAndIp", req, cb);
|
|
1689
2031
|
}
|
|
2032
|
+
/**
|
|
2033
|
+
* 查询容器镜像漏洞白名单
|
|
2034
|
+
*/
|
|
2035
|
+
async DescribeImageVulWhitelist(req, cb) {
|
|
2036
|
+
return this.request("DescribeImageVulWhitelist", req, cb);
|
|
2037
|
+
}
|
|
1690
2038
|
/**
|
|
1691
2039
|
* 批量告警状态处理接口
|
|
1692
2040
|
*/
|
|
1693
2041
|
async UpdateAlertStatusList(req, cb) {
|
|
1694
2042
|
return this.request("UpdateAlertStatusList", req, cb);
|
|
1695
2043
|
}
|
|
2044
|
+
/**
|
|
2045
|
+
* 查询镜像组件列表
|
|
2046
|
+
*/
|
|
2047
|
+
async DescribeImageComponentList(req, cb) {
|
|
2048
|
+
return this.request("DescribeImageComponentList", req, cb);
|
|
2049
|
+
}
|
|
1696
2050
|
/**
|
|
1697
2051
|
* 查询云边界分析-暴露路径下主机节点的高危基线风险列表
|
|
1698
2052
|
*/
|
|
@@ -1711,6 +2065,18 @@ capi 层处理流程:
|
|
|
1711
2065
|
async DeleteVulWhitelist(req, cb) {
|
|
1712
2066
|
return this.request("DeleteVulWhitelist", req, cb);
|
|
1713
2067
|
}
|
|
2068
|
+
/**
|
|
2069
|
+
* 查询凭证列表
|
|
2070
|
+
*/
|
|
2071
|
+
async DescribeKeySandboxCredentialList(req, cb) {
|
|
2072
|
+
return this.request("DescribeKeySandboxCredentialList", req, cb);
|
|
2073
|
+
}
|
|
2074
|
+
/**
|
|
2075
|
+
* 修改容器镜像敏感信息白名单
|
|
2076
|
+
*/
|
|
2077
|
+
async ModifyImageSensitiveWhitelist(req, cb) {
|
|
2078
|
+
return this.request("ModifyImageSensitiveWhitelist", req, cb);
|
|
2079
|
+
}
|
|
1714
2080
|
/**
|
|
1715
2081
|
* 编辑资产标签
|
|
1716
2082
|
*/
|
|
@@ -1777,6 +2143,12 @@ capi 层处理流程:
|
|
|
1777
2143
|
async DescribeClusterPodDetail(req, cb) {
|
|
1778
2144
|
return this.request("DescribeClusterPodDetail", req, cb);
|
|
1779
2145
|
}
|
|
2146
|
+
/**
|
|
2147
|
+
* 查询 Skill 安全检测告警详情,包含本地告警信息和引擎实时检测数据
|
|
2148
|
+
*/
|
|
2149
|
+
async DescribeSkillScanAlertDetail(req, cb) {
|
|
2150
|
+
return this.request("DescribeSkillScanAlertDetail", req, cb);
|
|
2151
|
+
}
|
|
1780
2152
|
/**
|
|
1781
2153
|
* 删除dspm数据识别分级组
|
|
1782
2154
|
*/
|
|
@@ -1784,10 +2156,10 @@ capi 层处理流程:
|
|
|
1784
2156
|
return this.request("DeleteDspmIdentifyLevelGroup", req, cb);
|
|
1785
2157
|
}
|
|
1786
2158
|
/**
|
|
1787
|
-
*
|
|
2159
|
+
* 更新当前账号的“用户弱口令”自定义字典。字典原文经服务端加密后存储;传空字符串视为清空。
|
|
1788
2160
|
*/
|
|
1789
|
-
async
|
|
1790
|
-
return this.request("
|
|
2161
|
+
async ModifyBaselineUserWeakPasswordConf(req, cb) {
|
|
2162
|
+
return this.request("ModifyBaselineUserWeakPasswordConf", req, cb);
|
|
1791
2163
|
}
|
|
1792
2164
|
/**
|
|
1793
2165
|
* 获取扫码登录主机列表
|
|
@@ -1795,6 +2167,12 @@ capi 层处理流程:
|
|
|
1795
2167
|
async DescribeLoginTypeHost(req, cb) {
|
|
1796
2168
|
return this.request("DescribeLoginTypeHost", req, cb);
|
|
1797
2169
|
}
|
|
2170
|
+
/**
|
|
2171
|
+
* 修改客户端日志采集配置(CSIP专属),支持设置日志采集类型和生效资产范围
|
|
2172
|
+
*/
|
|
2173
|
+
async ModifyAgentConfigSetting(req, cb) {
|
|
2174
|
+
return this.request("ModifyAgentConfigSetting", req, cb);
|
|
2175
|
+
}
|
|
1798
2176
|
/**
|
|
1799
2177
|
* 全部资产
|
|
1800
2178
|
*/
|
|
@@ -1843,12 +2221,24 @@ capi 层处理流程:
|
|
|
1843
2221
|
async DescribeVpcAssets(req, cb) {
|
|
1844
2222
|
return this.request("DescribeVpcAssets", req, cb);
|
|
1845
2223
|
}
|
|
2224
|
+
/**
|
|
2225
|
+
* 查询镜像关联容器资产
|
|
2226
|
+
*/
|
|
2227
|
+
async DescribeImageAssociatedContainerList(req, cb) {
|
|
2228
|
+
return this.request("DescribeImageAssociatedContainerList", req, cb);
|
|
2229
|
+
}
|
|
1846
2230
|
/**
|
|
1847
2231
|
* 查询扫描任务详情。Filter.Filters支持Name:Status(资产扫描状态,OperatorType=7 IN匹配,取值WAIT/SCANNING/FINISHED/FAILED)。
|
|
1848
2232
|
*/
|
|
1849
2233
|
async DescribeEDRScanTaskDetail(req, cb) {
|
|
1850
2234
|
return this.request("DescribeEDRScanTaskDetail", req, cb);
|
|
1851
2235
|
}
|
|
2236
|
+
/**
|
|
2237
|
+
* EDR告警隔离和恢复
|
|
2238
|
+
*/
|
|
2239
|
+
async ModifyEdrAlertIsolation(req, cb) {
|
|
2240
|
+
return this.request("ModifyEdrAlertIsolation", req, cb);
|
|
2241
|
+
}
|
|
1852
2242
|
/**
|
|
1853
2243
|
* 查看调用记录关联的文件信息
|
|
1854
2244
|
*/
|
|
@@ -1861,6 +2251,12 @@ capi 层处理流程:
|
|
|
1861
2251
|
async CreateIaCAccessToken(req, cb) {
|
|
1862
2252
|
return this.request("CreateIaCAccessToken", req, cb);
|
|
1863
2253
|
}
|
|
2254
|
+
/**
|
|
2255
|
+
* 查询资产中组件列表
|
|
2256
|
+
*/
|
|
2257
|
+
async DescribeAssetComponentList(req, cb) {
|
|
2258
|
+
return this.request("DescribeAssetComponentList", req, cb);
|
|
2259
|
+
}
|
|
1864
2260
|
/**
|
|
1865
2261
|
* 查询Dspm风险策略
|
|
1866
2262
|
*/
|
|
@@ -1933,6 +2329,12 @@ capi 层处理流程:
|
|
|
1933
2329
|
async DescribeExposeRiskStatistics(req, cb) {
|
|
1934
2330
|
return this.request("DescribeExposeRiskStatistics", req, cb);
|
|
1935
2331
|
}
|
|
2332
|
+
/**
|
|
2333
|
+
* 查询镜像关联主机资产列表
|
|
2334
|
+
*/
|
|
2335
|
+
async DescribeImageAssociatedHostList(req, cb) {
|
|
2336
|
+
return this.request("DescribeImageAssociatedHostList", req, cb);
|
|
2337
|
+
}
|
|
1936
2338
|
/**
|
|
1937
2339
|
* 查看告警列表
|
|
1938
2340
|
*/
|
|
@@ -1995,6 +2397,12 @@ capi 层处理流程:
|
|
|
1995
2397
|
async ExportClientSettingHostList(req, cb) {
|
|
1996
2398
|
return this.request("ExportClientSettingHostList", req, cb);
|
|
1997
2399
|
}
|
|
2400
|
+
/**
|
|
2401
|
+
* 获取内置默认安全评分规则,用于重置自定义规则
|
|
2402
|
+
*/
|
|
2403
|
+
async DescribeDefaultSecurityScoreRule(req, cb) {
|
|
2404
|
+
return this.request("DescribeDefaultSecurityScoreRule", req, cb);
|
|
2405
|
+
}
|
|
1998
2406
|
/**
|
|
1999
2407
|
* 查询网络攻击检测开关及资产范围配置
|
|
2000
2408
|
*/
|
|
@@ -2020,10 +2428,22 @@ capi 层处理流程:
|
|
|
2020
2428
|
return this.request("ModifyExposureAutoTagRule", req, cb);
|
|
2021
2429
|
}
|
|
2022
2430
|
/**
|
|
2023
|
-
*
|
|
2431
|
+
* 手动解绑RASP授权。同步执行,直接返回结果。仅解绑RASP授权(category=1),无解绑次数限制。单订单模式下appid即可定位订单,无需传ResourceId。
|
|
2024
2432
|
*/
|
|
2025
|
-
async
|
|
2026
|
-
return this.request("
|
|
2433
|
+
async ModifyCSIPRaspLicenseUnBinds(req, cb) {
|
|
2434
|
+
return this.request("ModifyCSIPRaspLicenseUnBinds", req, cb);
|
|
2435
|
+
}
|
|
2436
|
+
/**
|
|
2437
|
+
* 基于原任务配置新建扫描任务。AssetId为空时从TaskId获取全部资产信息;AssetId非空时仅含该单资产。
|
|
2438
|
+
*/
|
|
2439
|
+
async ScanEDRTaskAgain(req, cb) {
|
|
2440
|
+
return this.request("ScanEDRTaskAgain", req, cb);
|
|
2441
|
+
}
|
|
2442
|
+
/**
|
|
2443
|
+
* 复制自定义基线策略
|
|
2444
|
+
*/
|
|
2445
|
+
async CopyBaselinePolicy(req, cb) {
|
|
2446
|
+
return this.request("CopyBaselinePolicy", req, cb);
|
|
2027
2447
|
}
|
|
2028
2448
|
/**
|
|
2029
2449
|
* 查询Dspm同步资产状态
|
|
@@ -2031,6 +2451,12 @@ capi 层处理流程:
|
|
|
2031
2451
|
async DescribeDspmSyncAssetsStatus(req, cb) {
|
|
2032
2452
|
return this.request("DescribeDspmSyncAssetsStatus", req, cb);
|
|
2033
2453
|
}
|
|
2454
|
+
/**
|
|
2455
|
+
* 对一批风险记录发起重新扫描,常用于“风险列表”页批量勾选风险后的复扫场景。
|
|
2456
|
+
*/
|
|
2457
|
+
async ScanBaselineRiskList(req, cb) {
|
|
2458
|
+
return this.request("ScanBaselineRiskList", req, cb);
|
|
2459
|
+
}
|
|
2034
2460
|
/**
|
|
2035
2461
|
* 判断用户是否灰度用户
|
|
2036
2462
|
*/
|
|
@@ -2043,18 +2469,36 @@ capi 层处理流程:
|
|
|
2043
2469
|
async DescribeUserCallRecord(req, cb) {
|
|
2044
2470
|
return this.request("DescribeUserCallRecord", req, cb);
|
|
2045
2471
|
}
|
|
2472
|
+
/**
|
|
2473
|
+
* 获取系统内置基线分类树(父分类 → 子分类 → 内置检测项 ID 列表),用于策略详情展示。
|
|
2474
|
+
*/
|
|
2475
|
+
async DescribeBaselinePolicyCategoryList(req, cb) {
|
|
2476
|
+
return this.request("DescribeBaselinePolicyCategoryList", req, cb);
|
|
2477
|
+
}
|
|
2046
2478
|
/**
|
|
2047
2479
|
* 云边界分析资产列表(适用于主机资产)
|
|
2048
2480
|
*/
|
|
2049
2481
|
async DescribeCWPExposures(req, cb) {
|
|
2050
2482
|
return this.request("DescribeCWPExposures", req, cb);
|
|
2051
2483
|
}
|
|
2484
|
+
/**
|
|
2485
|
+
* 修改镜像仓库信息
|
|
2486
|
+
*/
|
|
2487
|
+
async ModifyImageRegistry(req, cb) {
|
|
2488
|
+
return this.request("ModifyImageRegistry", req, cb);
|
|
2489
|
+
}
|
|
2052
2490
|
/**
|
|
2053
2491
|
* 创建资产视角下风险列表导出任务示例
|
|
2054
2492
|
*/
|
|
2055
2493
|
async CreateCheckViewRisksExportJob(req, cb) {
|
|
2056
2494
|
return this.request("CreateCheckViewRisksExportJob", req, cb);
|
|
2057
2495
|
}
|
|
2496
|
+
/**
|
|
2497
|
+
* 创建镜像关联主机资产列表导出任务
|
|
2498
|
+
*/
|
|
2499
|
+
async CreateImageAssociatedHostListExportJob(req, cb) {
|
|
2500
|
+
return this.request("CreateImageAssociatedHostListExportJob", req, cb);
|
|
2501
|
+
}
|
|
2058
2502
|
/**
|
|
2059
2503
|
* 创建漏洞重新扫描
|
|
2060
2504
|
*/
|
|
@@ -2121,6 +2565,24 @@ capi 层处理流程:
|
|
|
2121
2565
|
async DescribeVulComponentRelateHost(req, cb) {
|
|
2122
2566
|
return this.request("DescribeVulComponentRelateHost", req, cb);
|
|
2123
2567
|
}
|
|
2568
|
+
/**
|
|
2569
|
+
* 查询 Skill 安全检测告警列表,支持分页、过滤和排序
|
|
2570
|
+
*/
|
|
2571
|
+
async DescribeSkillScanAlertList(req, cb) {
|
|
2572
|
+
return this.request("DescribeSkillScanAlertList", req, cb);
|
|
2573
|
+
}
|
|
2574
|
+
/**
|
|
2575
|
+
* 修改dspm数据识别模板数据项关联级别信息
|
|
2576
|
+
*/
|
|
2577
|
+
async ModifyDspmIdentifyComplianceRuleLevelInfo(req, cb) {
|
|
2578
|
+
return this.request("ModifyDspmIdentifyComplianceRuleLevelInfo", req, cb);
|
|
2579
|
+
}
|
|
2580
|
+
/**
|
|
2581
|
+
* 查询当前租户的 ACL 用户访问控制规则列表。传入 Filter.Name=RuleID 可精确查询单条规则(用于详情页面场景)
|
|
2582
|
+
*/
|
|
2583
|
+
async DescribeSandboxACLRuleList(req, cb) {
|
|
2584
|
+
return this.request("DescribeSandboxACLRuleList", req, cb);
|
|
2585
|
+
}
|
|
2124
2586
|
/**
|
|
2125
2587
|
* 访问密钥风险记录列表
|
|
2126
2588
|
*/
|
|
@@ -2157,6 +2619,12 @@ capi 层处理流程:
|
|
|
2157
2619
|
async DescribeCVMAssetInfo(req, cb) {
|
|
2158
2620
|
return this.request("DescribeCVMAssetInfo", req, cb);
|
|
2159
2621
|
}
|
|
2622
|
+
/**
|
|
2623
|
+
* 查询镜像资产列表
|
|
2624
|
+
*/
|
|
2625
|
+
async DescribeImageAssetList(req, cb) {
|
|
2626
|
+
return this.request("DescribeImageAssetList", req, cb);
|
|
2627
|
+
}
|
|
2160
2628
|
/**
|
|
2161
2629
|
* 修改dspm数据识别数据项状态
|
|
2162
2630
|
*/
|
|
@@ -2169,12 +2637,24 @@ capi 层处理流程:
|
|
|
2169
2637
|
async CreateScanTask(req, cb) {
|
|
2170
2638
|
return this.request("CreateScanTask", req, cb);
|
|
2171
2639
|
}
|
|
2640
|
+
/**
|
|
2641
|
+
* 向指定的接收机器人发送一条测试消息,验证可达性与配置正确性。对应表格行内的「测试」按钮。
|
|
2642
|
+
*/
|
|
2643
|
+
async TestWebhookReceiver(req, cb) {
|
|
2644
|
+
return this.request("TestWebhookReceiver", req, cb);
|
|
2645
|
+
}
|
|
2172
2646
|
/**
|
|
2173
2647
|
* 获取扫描结果统计信息
|
|
2174
2648
|
*/
|
|
2175
2649
|
async DescribeCFGRiskStatistics(req, cb) {
|
|
2176
2650
|
return this.request("DescribeCFGRiskStatistics", req, cb);
|
|
2177
2651
|
}
|
|
2652
|
+
/**
|
|
2653
|
+
* 创建镜像木马病毒列表导出任务
|
|
2654
|
+
*/
|
|
2655
|
+
async CreateImageVirusListExportJob(req, cb) {
|
|
2656
|
+
return this.request("CreateImageVirusListExportJob", req, cb);
|
|
2657
|
+
}
|
|
2178
2658
|
/**
|
|
2179
2659
|
* 查询扫描任务列表。Filter.Filters支持Name:Keyword(模糊OperatorType=9)、ScanType(MANUAL/CYCLE)、TaskType(HOST/CONTAINER)、Status(WAIT/SCANNING/FINISHED/FAILED/CANCELED)、AppId(账号)。
|
|
2180
2660
|
*/
|
|
@@ -2205,6 +2685,12 @@ capi 层处理流程:
|
|
|
2205
2685
|
async DescribeLoginTypeGlobalConf(req, cb) {
|
|
2206
2686
|
return this.request("DescribeLoginTypeGlobalConf", req, cb);
|
|
2207
2687
|
}
|
|
2688
|
+
/**
|
|
2689
|
+
* 分页查询当前租户下的通知策略列表,对应「通知中心 - 机器人通知 - 通知策略配置」Tab 的表格。返回的字段为「行展示」所需的精简信息。完整配置在编辑场景下使用 DescribeWebhookPolicy。每租户最多 100 个通知策略
|
|
2690
|
+
*/
|
|
2691
|
+
async DescribeWebhookPolicyList(req, cb) {
|
|
2692
|
+
return this.request("DescribeWebhookPolicyList", req, cb);
|
|
2693
|
+
}
|
|
2208
2694
|
/**
|
|
2209
2695
|
* 创建公网资产导出任务
|
|
2210
2696
|
*/
|
|
@@ -2277,6 +2763,12 @@ capi 层处理流程:
|
|
|
2277
2763
|
async DescribeGatewayAssets(req, cb) {
|
|
2278
2764
|
return this.request("DescribeGatewayAssets", req, cb);
|
|
2279
2765
|
}
|
|
2766
|
+
/**
|
|
2767
|
+
* 创建镜像关联容器资产导出任务
|
|
2768
|
+
*/
|
|
2769
|
+
async CreateImageAssociatedContainerListExportJob(req, cb) {
|
|
2770
|
+
return this.request("CreateImageAssociatedContainerListExportJob", req, cb);
|
|
2771
|
+
}
|
|
2280
2772
|
/**
|
|
2281
2773
|
* 创建日志导出任务
|
|
2282
2774
|
*/
|
|
@@ -2321,12 +2813,24 @@ capi 层处理流程:
|
|
|
2321
2813
|
async DescribeClusterListV2(req, cb) {
|
|
2322
2814
|
return this.request("DescribeClusterListV2", req, cb);
|
|
2323
2815
|
}
|
|
2816
|
+
/**
|
|
2817
|
+
* 查询镜像资产详情
|
|
2818
|
+
*/
|
|
2819
|
+
async DescribeImageAssetDetail(req, cb) {
|
|
2820
|
+
return this.request("DescribeImageAssetDetail", req, cb);
|
|
2821
|
+
}
|
|
2324
2822
|
/**
|
|
2325
2823
|
* 用户CSPM配额信息
|
|
2326
2824
|
*/
|
|
2327
2825
|
async DescribeUserInfo(req, cb) {
|
|
2328
2826
|
return this.request("DescribeUserInfo", req, cb);
|
|
2329
2827
|
}
|
|
2828
|
+
/**
|
|
2829
|
+
* 查询镜像关联资产数
|
|
2830
|
+
*/
|
|
2831
|
+
async DescribeImageAssociatedAssetCount(req, cb) {
|
|
2832
|
+
return this.request("DescribeImageAssociatedAssetCount", req, cb);
|
|
2833
|
+
}
|
|
2330
2834
|
/**
|
|
2331
2835
|
* ip公网列表
|
|
2332
2836
|
*/
|
|
@@ -2384,10 +2888,10 @@ capi 层处理流程:
|
|
|
2384
2888
|
return this.request("DeleteEDRScanTask", req, cb);
|
|
2385
2889
|
}
|
|
2386
2890
|
/**
|
|
2387
|
-
*
|
|
2891
|
+
* 创建资产视角下风险列表导出任务示例
|
|
2388
2892
|
*/
|
|
2389
|
-
async
|
|
2390
|
-
return this.request("
|
|
2893
|
+
async CreateCFGRisksExportJob(req, cb) {
|
|
2894
|
+
return this.request("CreateCFGRisksExportJob", req, cb);
|
|
2391
2895
|
}
|
|
2392
2896
|
/**
|
|
2393
2897
|
* 修改对象存储识别开关
|
|
@@ -2401,6 +2905,18 @@ capi 层处理流程:
|
|
|
2401
2905
|
async DescribeTopAttackInfo(req, cb) {
|
|
2402
2906
|
return this.request("DescribeTopAttackInfo", req, cb);
|
|
2403
2907
|
}
|
|
2908
|
+
/**
|
|
2909
|
+
* 创建镜像仓库镜像扫描任务配置
|
|
2910
|
+
*/
|
|
2911
|
+
async CreateImageRegistryTimedScanTaskConfig(req, cb) {
|
|
2912
|
+
return this.request("CreateImageRegistryTimedScanTaskConfig", req, cb);
|
|
2913
|
+
}
|
|
2914
|
+
/**
|
|
2915
|
+
* 操作资产编辑标签
|
|
2916
|
+
*/
|
|
2917
|
+
async ModifyAssetTags(req, cb) {
|
|
2918
|
+
return this.request("ModifyAssetTags", req, cb);
|
|
2919
|
+
}
|
|
2404
2920
|
/**
|
|
2405
2921
|
* 查询容器关联端口列表。通过容器ID获取关联的端口信息,支持分页。
|
|
2406
2922
|
*/
|
|
@@ -2419,6 +2935,12 @@ capi 层处理流程:
|
|
|
2419
2935
|
async ModifyCosAuditMonitorAccount(req, cb) {
|
|
2420
2936
|
return this.request("ModifyCosAuditMonitorAccount", req, cb);
|
|
2421
2937
|
}
|
|
2938
|
+
/**
|
|
2939
|
+
* 查询镜像仓库地域列表
|
|
2940
|
+
*/
|
|
2941
|
+
async DescribeRegistryRegionList(req, cb) {
|
|
2942
|
+
return this.request("DescribeRegistryRegionList", req, cb);
|
|
2943
|
+
}
|
|
2422
2944
|
/**
|
|
2423
2945
|
* 修改Dspm个人身份id
|
|
2424
2946
|
*/
|
|
@@ -2438,10 +2960,31 @@ capi 层处理流程:
|
|
|
2438
2960
|
return this.request("DescribeNatRules", req, cb);
|
|
2439
2961
|
}
|
|
2440
2962
|
/**
|
|
2441
|
-
*
|
|
2963
|
+
* 创建镜像组件列表导出任务
|
|
2442
2964
|
*/
|
|
2443
|
-
async
|
|
2444
|
-
return this.request("
|
|
2965
|
+
async CreateImageComponentListExportJob(req, cb) {
|
|
2966
|
+
return this.request("CreateImageComponentListExportJob", req, cb);
|
|
2967
|
+
}
|
|
2968
|
+
/**
|
|
2969
|
+
* 下载导出日志
|
|
2970
|
+
*/
|
|
2971
|
+
async DownloadDspmExportLog(req, cb) {
|
|
2972
|
+
return this.request("DownloadDspmExportLog", req, cb);
|
|
2973
|
+
}
|
|
2974
|
+
/**
|
|
2975
|
+
* 修改自动扩容配置(多模块可扩展,本期仅主机安全模块)。
|
|
2976
|
+
|
|
2977
|
+
「自动扩容」为面向用户的对外概念,等价于底层自动加购(auto_repurchase):当账号有新增资产时,自动加购所需授权。
|
|
2978
|
+
|
|
2979
|
+
补充说明:
|
|
2980
|
+
1. 本期仅实现主机安全模块 HostConfig;后续可扩展容器安全、AI-Agent 安全等命名模块字段,各模块配置字段可异构;
|
|
2981
|
+
2. 部分更新语义:模块对象为空表示该模块不修改,模块内字段为空表示该字段不修改;
|
|
2982
|
+
3. HostConfig.Switch 联动映射 auto_repurchase_switch;auto_bind_switch(自动绑定)恒开,不由本接口改动;
|
|
2983
|
+
4. 自动续费(renew_flag) 不由本接口改动;额度/用量请调用 DescribeLicenseStatus;
|
|
2984
|
+
5. 顶部「自动扩容」总开关状态由前端按各模块开关聚合,后端不存储、不返回全局开关。
|
|
2985
|
+
*/
|
|
2986
|
+
async ModifyPayConfig(req, cb) {
|
|
2987
|
+
return this.request("ModifyPayConfig", req, cb);
|
|
2445
2988
|
}
|
|
2446
2989
|
/**
|
|
2447
2990
|
* 查询云边界分析扫描结果统计信息
|
|
@@ -2461,6 +3004,12 @@ capi 层处理流程:
|
|
|
2461
3004
|
async DescribeDspmStatistics(req, cb) {
|
|
2462
3005
|
return this.request("DescribeDspmStatistics", req, cb);
|
|
2463
3006
|
}
|
|
3007
|
+
/**
|
|
3008
|
+
* 创建容器镜像漏洞白名单
|
|
3009
|
+
*/
|
|
3010
|
+
async CreateImageVulWhitelist(req, cb) {
|
|
3011
|
+
return this.request("CreateImageVulWhitelist", req, cb);
|
|
3012
|
+
}
|
|
2464
3013
|
/**
|
|
2465
3014
|
* 导出任务结果下载URL
|
|
2466
3015
|
*/
|
|
@@ -2468,10 +3017,10 @@ capi 层处理流程:
|
|
|
2468
3017
|
return this.request("DescribeExportJobDownloadURL", req, cb);
|
|
2469
3018
|
}
|
|
2470
3019
|
/**
|
|
2471
|
-
*
|
|
3020
|
+
* 访问密钥告警记录AI分析结果详情
|
|
2472
3021
|
*/
|
|
2473
|
-
async
|
|
2474
|
-
return this.request("
|
|
3022
|
+
async DescribeAKAnalysisDetail(req, cb) {
|
|
3023
|
+
return this.request("DescribeAKAnalysisDetail", req, cb);
|
|
2475
3024
|
}
|
|
2476
3025
|
/**
|
|
2477
3026
|
* 删除风险中心扫描任务
|
|
@@ -2515,6 +3064,12 @@ capi 层处理流程:
|
|
|
2515
3064
|
async CreateDspmAssetAccessTopologyExportJob(req, cb) {
|
|
2516
3065
|
return this.request("CreateDspmAssetAccessTopologyExportJob", req, cb);
|
|
2517
3066
|
}
|
|
3067
|
+
/**
|
|
3068
|
+
* 查询容器镜像敏感信息白名单
|
|
3069
|
+
*/
|
|
3070
|
+
async DescribeImageSensitiveWhitelist(req, cb) {
|
|
3071
|
+
return this.request("DescribeImageSensitiveWhitelist", req, cb);
|
|
3072
|
+
}
|
|
2518
3073
|
/**
|
|
2519
3074
|
* 获取IaC检测文件列表
|
|
2520
3075
|
*/
|
|
@@ -2527,6 +3082,12 @@ capi 层处理流程:
|
|
|
2527
3082
|
async DescribeCosActionList(req, cb) {
|
|
2528
3083
|
return this.request("DescribeCosActionList", req, cb);
|
|
2529
3084
|
}
|
|
3085
|
+
/**
|
|
3086
|
+
* 修改客户端离线时长
|
|
3087
|
+
*/
|
|
3088
|
+
async ModifyNotifyAgentOfflineDuration(req, cb) {
|
|
3089
|
+
return this.request("ModifyNotifyAgentOfflineDuration", req, cb);
|
|
3090
|
+
}
|
|
2530
3091
|
/**
|
|
2531
3092
|
* 获取当前账号的用户级基线配置。
|
|
2532
3093
|
*/
|
|
@@ -2569,6 +3130,12 @@ capi 层处理流程:
|
|
|
2569
3130
|
async DescribeTaskLogList(req, cb) {
|
|
2570
3131
|
return this.request("DescribeTaskLogList", req, cb);
|
|
2571
3132
|
}
|
|
3133
|
+
/**
|
|
3134
|
+
* 查询镜像仓库镜像扫描任务列表
|
|
3135
|
+
*/
|
|
3136
|
+
async DescribeImageRegistryScanTaskList(req, cb) {
|
|
3137
|
+
return this.request("DescribeImageRegistryScanTaskList", req, cb);
|
|
3138
|
+
}
|
|
2572
3139
|
/**
|
|
2573
3140
|
* 创建漏洞扫描(一键扫描)
|
|
2574
3141
|
*/
|
|
@@ -2599,12 +3166,24 @@ capi 层处理流程:
|
|
|
2599
3166
|
async DescribeSourceIPAsset(req, cb) {
|
|
2600
3167
|
return this.request("DescribeSourceIPAsset", req, cb);
|
|
2601
3168
|
}
|
|
3169
|
+
/**
|
|
3170
|
+
* 更新当前账号的用户级基线配置(允许同步、离线清风险、Agent 扫描超时等)。
|
|
3171
|
+
*/
|
|
3172
|
+
async ModifyBaselineUserOtherConf(req, cb) {
|
|
3173
|
+
return this.request("ModifyBaselineUserOtherConf", req, cb);
|
|
3174
|
+
}
|
|
2602
3175
|
/**
|
|
2603
3176
|
* 创建IaC检测文件导出任务
|
|
2604
3177
|
*/
|
|
2605
3178
|
async CreateIaCFileExportJob(req, cb) {
|
|
2606
3179
|
return this.request("CreateIaCFileExportJob", req, cb);
|
|
2607
3180
|
}
|
|
3181
|
+
/**
|
|
3182
|
+
* 获取命令沙箱文件规则列表
|
|
3183
|
+
*/
|
|
3184
|
+
async DescribeSandboxFileRuleList(req, cb) {
|
|
3185
|
+
return this.request("DescribeSandboxFileRuleList", req, cb);
|
|
3186
|
+
}
|
|
2608
3187
|
/**
|
|
2609
3188
|
* 获取主机漏洞风险列表
|
|
2610
3189
|
*/
|
|
@@ -2612,10 +3191,16 @@ capi 层处理流程:
|
|
|
2612
3191
|
return this.request("DescribeHostVulRiskList", req, cb);
|
|
2613
3192
|
}
|
|
2614
3193
|
/**
|
|
2615
|
-
*
|
|
3194
|
+
* 获取防卸载全局配置
|
|
2616
3195
|
*/
|
|
2617
|
-
async
|
|
2618
|
-
return this.request("
|
|
3196
|
+
async DescribePreventUninstallGlobalConf(req, cb) {
|
|
3197
|
+
return this.request("DescribePreventUninstallGlobalConf", req, cb);
|
|
3198
|
+
}
|
|
3199
|
+
/**
|
|
3200
|
+
* 分页查询 ACL 访问控制告警日志列表。支持按 Filter.Name=ID 精确过滤单条告警用于详情页场景
|
|
3201
|
+
*/
|
|
3202
|
+
async DescribeSandboxACLAlertList(req, cb) {
|
|
3203
|
+
return this.request("DescribeSandboxACLAlertList", req, cb);
|
|
2619
3204
|
}
|
|
2620
3205
|
/**
|
|
2621
3206
|
* 修改文件查杀定时扫描配置,包含扫描周期、检测模式、资产范围、引擎选择、隔离配置等
|
|
@@ -2665,6 +3250,12 @@ capi 层处理流程:
|
|
|
2665
3250
|
async DescribeClbTargets(req, cb) {
|
|
2666
3251
|
return this.request("DescribeClbTargets", req, cb);
|
|
2667
3252
|
}
|
|
3253
|
+
/**
|
|
3254
|
+
* 对一批基线策略发起整体重新扫描(策略列表页“一键扫描”入口),按策略命中的资产范围全量重扫。
|
|
3255
|
+
*/
|
|
3256
|
+
async ScanBaselinePolicyList(req, cb) {
|
|
3257
|
+
return this.request("ScanBaselinePolicyList", req, cb);
|
|
3258
|
+
}
|
|
2668
3259
|
/**
|
|
2669
3260
|
* 创建资产同步任务
|
|
2670
3261
|
*/
|
|
@@ -2702,10 +3293,16 @@ capi 层处理流程:
|
|
|
2702
3293
|
return this.request("DeleteCSIPMalwareScanTask", req, cb);
|
|
2703
3294
|
}
|
|
2704
3295
|
/**
|
|
2705
|
-
*
|
|
3296
|
+
* 批量切换 LLM 审计用户规则的启禁用状态。任一规则不存在、属于其他租户或已删除时整体返回错误
|
|
2706
3297
|
*/
|
|
2707
|
-
async
|
|
2708
|
-
return this.request("
|
|
3298
|
+
async ModifySandboxLLMAuditRuleStatus(req, cb) {
|
|
3299
|
+
return this.request("ModifySandboxLLMAuditRuleStatus", req, cb);
|
|
3300
|
+
}
|
|
3301
|
+
/**
|
|
3302
|
+
* 新增或修改一个接收机器人。ID > 0 表示修改已有记录;ID = 0 或不传表示新增。机器人类型由 Type 字段决定,Type=WEBHOOK 时 WebhookAddr 必填,Type=SCF 时 SCFRegion/Namespace/FunctionName/FunctionVersion/Alias/MaxWaitSeconds 全部必填。修改时不允许变更 Type
|
|
3303
|
+
*/
|
|
3304
|
+
async ModifyWebhookReceiver(req, cb) {
|
|
3305
|
+
return this.request("ModifyWebhookReceiver", req, cb);
|
|
2709
3306
|
}
|
|
2710
3307
|
/**
|
|
2711
3308
|
* 删除集群
|
|
@@ -2725,6 +3322,12 @@ capi 层处理流程:
|
|
|
2725
3322
|
async DescribeExportJobManageList(req, cb) {
|
|
2726
3323
|
return this.request("DescribeExportJobManageList", req, cb);
|
|
2727
3324
|
}
|
|
3325
|
+
/**
|
|
3326
|
+
* 查询cos审计字典信息列表
|
|
3327
|
+
*/
|
|
3328
|
+
async DescribeCosAuditDictionaryList(req, cb) {
|
|
3329
|
+
return this.request("DescribeCosAuditDictionaryList", req, cb);
|
|
3330
|
+
}
|
|
2728
3331
|
/**
|
|
2729
3332
|
* 查看风险关联的存储桶信息
|
|
2730
3333
|
*/
|
|
@@ -2737,12 +3340,24 @@ capi 层处理流程:
|
|
|
2737
3340
|
async DescribeDspmRiskDetail(req, cb) {
|
|
2738
3341
|
return this.request("DescribeDspmRiskDetail", req, cb);
|
|
2739
3342
|
}
|
|
3343
|
+
/**
|
|
3344
|
+
* 查询指定 SCF 函数下的版本列表。
|
|
3345
|
+
*/
|
|
3346
|
+
async DescribeSCFFunctionVersionList(req, cb) {
|
|
3347
|
+
return this.request("DescribeSCFFunctionVersionList", req, cb);
|
|
3348
|
+
}
|
|
2740
3349
|
/**
|
|
2741
3350
|
* 查询集群命名空间列表
|
|
2742
3351
|
*/
|
|
2743
3352
|
async DescribeClusterNamespaceList(req, cb) {
|
|
2744
3353
|
return this.request("DescribeClusterNamespaceList", req, cb);
|
|
2745
3354
|
}
|
|
3355
|
+
/**
|
|
3356
|
+
* 创建镜像敏感信息列表导出任务
|
|
3357
|
+
*/
|
|
3358
|
+
async CreateImageSensitiveInfoListExportJob(req, cb) {
|
|
3359
|
+
return this.request("CreateImageSensitiveInfoListExportJob", req, cb);
|
|
3360
|
+
}
|
|
2746
3361
|
/**
|
|
2747
3362
|
* 停止扫风险中心扫描任务
|
|
2748
3363
|
*/
|
|
@@ -2767,6 +3382,18 @@ capi 层处理流程:
|
|
|
2767
3382
|
async DescribeBaselinePolicyList(req, cb) {
|
|
2768
3383
|
return this.request("DescribeBaselinePolicyList", req, cb);
|
|
2769
3384
|
}
|
|
3385
|
+
/**
|
|
3386
|
+
* 修改dspm当前应用的数据识别模板
|
|
3387
|
+
*/
|
|
3388
|
+
async ModifyDspmApplyingIdentifyComplianceGroup(req, cb) {
|
|
3389
|
+
return this.request("ModifyDspmApplyingIdentifyComplianceGroup", req, cb);
|
|
3390
|
+
}
|
|
3391
|
+
/**
|
|
3392
|
+
* 创建镜像木马白名单
|
|
3393
|
+
*/
|
|
3394
|
+
async CreateImageVirusWhitelist(req, cb) {
|
|
3395
|
+
return this.request("CreateImageVirusWhitelist", req, cb);
|
|
3396
|
+
}
|
|
2770
3397
|
/**
|
|
2771
3398
|
* CSIP 手动扫描停止接口
|
|
2772
3399
|
*/
|
|
@@ -2797,6 +3424,12 @@ capi 层处理流程:
|
|
|
2797
3424
|
async DescribeScanReportList(req, cb) {
|
|
2798
3425
|
return this.request("DescribeScanReportList", req, cb);
|
|
2799
3426
|
}
|
|
3427
|
+
/**
|
|
3428
|
+
* 修改通知成员账号
|
|
3429
|
+
*/
|
|
3430
|
+
async ModifyNotifyMember(req, cb) {
|
|
3431
|
+
return this.request("ModifyNotifyMember", req, cb);
|
|
3432
|
+
}
|
|
2800
3433
|
/**
|
|
2801
3434
|
* 更新自定义策略的开关
|
|
2802
3435
|
*/
|
|
@@ -2810,10 +3443,16 @@ capi 层处理流程:
|
|
|
2810
3443
|
return this.request("DescribeDspmIdentifyRuleDetail", req, cb);
|
|
2811
3444
|
}
|
|
2812
3445
|
/**
|
|
2813
|
-
*
|
|
3446
|
+
* 创建镜像仓库联通性检查任务
|
|
2814
3447
|
*/
|
|
2815
|
-
async
|
|
2816
|
-
return this.request("
|
|
3448
|
+
async CreateImageRegistryConnectivityTask(req, cb) {
|
|
3449
|
+
return this.request("CreateImageRegistryConnectivityTask", req, cb);
|
|
3450
|
+
}
|
|
3451
|
+
/**
|
|
3452
|
+
* 删除镜像仓库信息
|
|
3453
|
+
*/
|
|
3454
|
+
async DeleteImageRegistry(req, cb) {
|
|
3455
|
+
return this.request("DeleteImageRegistry", req, cb);
|
|
2817
3456
|
}
|
|
2818
3457
|
/**
|
|
2819
3458
|
* 查询Dspm申请单列表
|
|
@@ -2839,6 +3478,12 @@ capi 层处理流程:
|
|
|
2839
3478
|
async DescribeScfCustomDomainEndpoints(req, cb) {
|
|
2840
3479
|
return this.request("DescribeScfCustomDomainEndpoints", req, cb);
|
|
2841
3480
|
}
|
|
3481
|
+
/**
|
|
3482
|
+
* 创建镜像扫描任务
|
|
3483
|
+
*/
|
|
3484
|
+
async CreateImageRegistryScanTask(req, cb) {
|
|
3485
|
+
return this.request("CreateImageRegistryScanTask", req, cb);
|
|
3486
|
+
}
|
|
2842
3487
|
/**
|
|
2843
3488
|
* cos概览信息
|
|
2844
3489
|
*/
|
|
@@ -2883,6 +3528,12 @@ capi 层处理流程:
|
|
|
2883
3528
|
async DescribeCosAkInvokeIpList(req, cb) {
|
|
2884
3529
|
return this.request("DescribeCosAkInvokeIpList", req, cb);
|
|
2885
3530
|
}
|
|
3531
|
+
/**
|
|
3532
|
+
* 查询后台扫描引擎地域列表
|
|
3533
|
+
*/
|
|
3534
|
+
async DescribeBackendScanEngineRegionList(req, cb) {
|
|
3535
|
+
return this.request("DescribeBackendScanEngineRegionList", req, cb);
|
|
3536
|
+
}
|
|
2886
3537
|
/**
|
|
2887
3538
|
* 查询日志列表信息
|
|
2888
3539
|
*/
|
|
@@ -2907,6 +3558,12 @@ capi 层处理流程:
|
|
|
2907
3558
|
async SyncDspmUsers(req, cb) {
|
|
2908
3559
|
return this.request("SyncDspmUsers", req, cb);
|
|
2909
3560
|
}
|
|
3561
|
+
/**
|
|
3562
|
+
* 查询镜像木马病毒列表
|
|
3563
|
+
*/
|
|
3564
|
+
async DescribeImageVirusList(req, cb) {
|
|
3565
|
+
return this.request("DescribeImageVirusList", req, cb);
|
|
3566
|
+
}
|
|
2910
3567
|
/**
|
|
2911
3568
|
* 重保防护授权包绑定
|
|
2912
3569
|
*/
|
|
@@ -2931,6 +3588,12 @@ capi 层处理流程:
|
|
|
2931
3588
|
async DescribeDspmDictionaryList(req, cb) {
|
|
2932
3589
|
return this.request("DescribeDspmDictionaryList", req, cb);
|
|
2933
3590
|
}
|
|
3591
|
+
/**
|
|
3592
|
+
* 创建镜像资产中组件列表导出任务
|
|
3593
|
+
*/
|
|
3594
|
+
async CreateAssetComponentListExportJob(req, cb) {
|
|
3595
|
+
return this.request("CreateAssetComponentListExportJob", req, cb);
|
|
3596
|
+
}
|
|
2934
3597
|
/**
|
|
2935
3598
|
* 获取cvm列表
|
|
2936
3599
|
*/
|
|
@@ -2962,10 +3625,10 @@ capi 层处理流程:
|
|
|
2962
3625
|
return this.request("DescribeBucketInvokeIpList", req, cb);
|
|
2963
3626
|
}
|
|
2964
3627
|
/**
|
|
2965
|
-
* 查询Dspm
|
|
3628
|
+
* 查询Dspm身份id列表
|
|
2966
3629
|
*/
|
|
2967
|
-
async
|
|
2968
|
-
return this.request("
|
|
3630
|
+
async DescribeDspmIdentifyIdList(req, cb) {
|
|
3631
|
+
return this.request("DescribeDspmIdentifyIdList", req, cb);
|
|
2969
3632
|
}
|
|
2970
3633
|
/**
|
|
2971
3634
|
* 修改日志备份设置
|
|
@@ -3034,10 +3697,10 @@ capi 层处理流程:
|
|
|
3034
3697
|
return this.request("DescribeCosAuditAppIdList", req, cb);
|
|
3035
3698
|
}
|
|
3036
3699
|
/**
|
|
3037
|
-
*
|
|
3700
|
+
* 查询当前处于“统计计算中”状态的策略 ID 列表,用于前端轮询判断扫描结果统计是否就绪。
|
|
3038
3701
|
*/
|
|
3039
|
-
async
|
|
3040
|
-
return this.request("
|
|
3702
|
+
async DescribeBaselineCalculatingStatisticsPolicyIDList(req, cb) {
|
|
3703
|
+
return this.request("DescribeBaselineCalculatingStatisticsPolicyIDList", req, cb);
|
|
3041
3704
|
}
|
|
3042
3705
|
/**
|
|
3043
3706
|
* 创建Dspm审批历史导出任务
|
|
@@ -3045,6 +3708,18 @@ capi 层处理流程:
|
|
|
3045
3708
|
async CreateDspmApproveHistoryExportJob(req, cb) {
|
|
3046
3709
|
return this.request("CreateDspmApproveHistoryExportJob", req, cb);
|
|
3047
3710
|
}
|
|
3711
|
+
/**
|
|
3712
|
+
* 获取扫描主任务列表,用于“任务记录”页展示一键扫描 / 周期扫描 / 分散扫描的历史记录及结果。
|
|
3713
|
+
*/
|
|
3714
|
+
async DescribeBaselineMainTaskList(req, cb) {
|
|
3715
|
+
return this.request("DescribeBaselineMainTaskList", req, cb);
|
|
3716
|
+
}
|
|
3717
|
+
/**
|
|
3718
|
+
* 获取通知设置(云API风险治理)
|
|
3719
|
+
*/
|
|
3720
|
+
async DescribeNotifySettingAk(req, cb) {
|
|
3721
|
+
return this.request("DescribeNotifySettingAk", req, cb);
|
|
3722
|
+
}
|
|
3048
3723
|
/**
|
|
3049
3724
|
* 获取扫描预消耗配额
|
|
3050
3725
|
*/
|
|
@@ -3063,6 +3738,24 @@ capi 层处理流程:
|
|
|
3063
3738
|
async CreateDspmIdentifyCategory(req, cb) {
|
|
3064
3739
|
return this.request("CreateDspmIdentifyCategory", req, cb);
|
|
3065
3740
|
}
|
|
3741
|
+
/**
|
|
3742
|
+
* 查询当前账号下所有有效授权的汇总状态,按计费项分组返回总数、已用、剩余及到期时间,同时返回自动加购开关状态和合并剩余解绑次数。输出顺序固定为:旗舰版 → 专业版 → RASP → 其他。
|
|
3743
|
+
*/
|
|
3744
|
+
async DescribeLicenseStatus(req, cb) {
|
|
3745
|
+
return this.request("DescribeLicenseStatus", req, cb);
|
|
3746
|
+
}
|
|
3747
|
+
/**
|
|
3748
|
+
* 查询镜像仓库组件关联的镜像列表
|
|
3749
|
+
*/
|
|
3750
|
+
async DescribeAssetComponentRelatedImageList(req, cb) {
|
|
3751
|
+
return this.request("DescribeAssetComponentRelatedImageList", req, cb);
|
|
3752
|
+
}
|
|
3753
|
+
/**
|
|
3754
|
+
* 批量删除自定义基线策略。仅支持删除 PolicyType=SELF 的策略;删除后历史风险记录保留,但不再产生新结果。
|
|
3755
|
+
*/
|
|
3756
|
+
async DeleteBaselineSelfDefinedPolicyList(req, cb) {
|
|
3757
|
+
return this.request("DeleteBaselineSelfDefinedPolicyList", req, cb);
|
|
3758
|
+
}
|
|
3066
3759
|
/**
|
|
3067
3760
|
* 查询已被修复的漏洞列表,展示修复成功的漏洞信息及修复情况统计,帮助用户了解修复成效。
|
|
3068
3761
|
*/
|
|
@@ -3070,10 +3763,10 @@ capi 层处理流程:
|
|
|
3070
3763
|
return this.request("DescribeVulFixedList", req, cb);
|
|
3071
3764
|
}
|
|
3072
3765
|
/**
|
|
3073
|
-
*
|
|
3766
|
+
* 创建容器镜像敏感信息白名单
|
|
3074
3767
|
*/
|
|
3075
|
-
async
|
|
3076
|
-
return this.request("
|
|
3768
|
+
async CreateImageSensitiveWhitelist(req, cb) {
|
|
3769
|
+
return this.request("CreateImageSensitiveWhitelist", req, cb);
|
|
3077
3770
|
}
|
|
3078
3771
|
/**
|
|
3079
3772
|
* 获取资产标签属性
|
|
@@ -3099,6 +3792,18 @@ capi 层处理流程:
|
|
|
3099
3792
|
async DescribeBaselineSyncConf(req, cb) {
|
|
3100
3793
|
return this.request("DescribeBaselineSyncConf", req, cb);
|
|
3101
3794
|
}
|
|
3795
|
+
/**
|
|
3796
|
+
* 绑定主机授权或RASP授权到指定订单。异步执行,返回TaskId供查询进度。通过LicenseType指定授权版本(旗舰版/专业版/RASP)。
|
|
3797
|
+
*/
|
|
3798
|
+
async ModifyCSIPLicenseBinds(req, cb) {
|
|
3799
|
+
return this.request("ModifyCSIPLicenseBinds", req, cb);
|
|
3800
|
+
}
|
|
3801
|
+
/**
|
|
3802
|
+
* 查询集团账号详情
|
|
3803
|
+
*/
|
|
3804
|
+
async DescribeOrganizationInfo(req, cb) {
|
|
3805
|
+
return this.request("DescribeOrganizationInfo", req, cb);
|
|
3806
|
+
}
|
|
3102
3807
|
/**
|
|
3103
3808
|
* 对修复失败的漏洞修复任务进行重试,仅针对原任务中修复失败的主机重新下发修复指令。仅当任务状态为部分修复失败或全部修复失败时允许重试。
|
|
3104
3809
|
*/
|
|
@@ -3147,6 +3852,12 @@ capi 层处理流程:
|
|
|
3147
3852
|
async DeleteDspmRestoreLogList(req, cb) {
|
|
3148
3853
|
return this.request("DeleteDspmRestoreLogList", req, cb);
|
|
3149
3854
|
}
|
|
3855
|
+
/**
|
|
3856
|
+
* 查询Dspm风险记录
|
|
3857
|
+
*/
|
|
3858
|
+
async DescribeDspmRisk(req, cb) {
|
|
3859
|
+
return this.request("DescribeDspmRisk", req, cb);
|
|
3860
|
+
}
|
|
3150
3861
|
/**
|
|
3151
3862
|
* 云防资产中心统计数据
|
|
3152
3863
|
*/
|
|
@@ -3166,10 +3877,10 @@ capi 层处理流程:
|
|
|
3166
3877
|
return this.request("RevertDspmAssetAccount", req, cb);
|
|
3167
3878
|
}
|
|
3168
3879
|
/**
|
|
3169
|
-
*
|
|
3880
|
+
* 获取阻断按钮状态
|
|
3170
3881
|
*/
|
|
3171
|
-
async
|
|
3172
|
-
return this.request("
|
|
3882
|
+
async DescribeBanStatus(req, cb) {
|
|
3883
|
+
return this.request("DescribeBanStatus", req, cb);
|
|
3173
3884
|
}
|
|
3174
3885
|
/**
|
|
3175
3886
|
* 修改漏洞扫描(周期扫描)
|
|
@@ -3201,6 +3912,12 @@ capi 层处理流程:
|
|
|
3201
3912
|
async DescribeCWPOrderList(req, cb) {
|
|
3202
3913
|
return this.request("DescribeCWPOrderList", req, cb);
|
|
3203
3914
|
}
|
|
3915
|
+
/**
|
|
3916
|
+
* 创建镜像漏洞概览列表导出任务
|
|
3917
|
+
*/
|
|
3918
|
+
async CreateImageVulSummaryListExportJob(req, cb) {
|
|
3919
|
+
return this.request("CreateImageVulSummaryListExportJob", req, cb);
|
|
3920
|
+
}
|
|
3204
3921
|
/**
|
|
3205
3922
|
* 打标策略生效资产列表
|
|
3206
3923
|
*/
|
|
@@ -3275,6 +3992,18 @@ capi 层处理流程:
|
|
|
3275
3992
|
async DescribeDspmAccessRecord(req, cb) {
|
|
3276
3993
|
return this.request("DescribeDspmAccessRecord", req, cb);
|
|
3277
3994
|
}
|
|
3995
|
+
/**
|
|
3996
|
+
* 查询流量沙箱访问控制(ACL)系统规则列表,系统规则由 CSIP 平台内置,可被用户规则引用
|
|
3997
|
+
*/
|
|
3998
|
+
async DescribeSandboxACLSystemRuleList(req, cb) {
|
|
3999
|
+
return this.request("DescribeSandboxACLSystemRuleList", req, cb);
|
|
4000
|
+
}
|
|
4001
|
+
/**
|
|
4002
|
+
* 批量删除 LLM 审计用户规则。任一 ID 不存在或属于其他租户时整体返回错误
|
|
4003
|
+
*/
|
|
4004
|
+
async DeleteSandboxLLMAuditRule(req, cb) {
|
|
4005
|
+
return this.request("DeleteSandboxLLMAuditRule", req, cb);
|
|
4006
|
+
}
|
|
3278
4007
|
/**
|
|
3279
4008
|
* 获取漏洞扫描任务记录
|
|
3280
4009
|
*/
|
|
@@ -3293,6 +4022,12 @@ capi 层处理流程:
|
|
|
3293
4022
|
async ExportEDRRules(req, cb) {
|
|
3294
4023
|
return this.request("ExportEDRRules", req, cb);
|
|
3295
4024
|
}
|
|
4025
|
+
/**
|
|
4026
|
+
* 修改安全评分规则,必须传入完整规则集
|
|
4027
|
+
*/
|
|
4028
|
+
async ModifySecurityScoreRule(req, cb) {
|
|
4029
|
+
return this.request("ModifySecurityScoreRule", req, cb);
|
|
4030
|
+
}
|
|
3296
4031
|
/**
|
|
3297
4032
|
* 修改暴力破解规则
|
|
3298
4033
|
*/
|
|
@@ -3317,6 +4052,18 @@ capi 层处理流程:
|
|
|
3317
4052
|
async DescribeDspmIdentifyInfo(req, cb) {
|
|
3318
4053
|
return this.request("DescribeDspmIdentifyInfo", req, cb);
|
|
3319
4054
|
}
|
|
4055
|
+
/**
|
|
4056
|
+
* 检查镜像仓库实例名是否重复
|
|
4057
|
+
*/
|
|
4058
|
+
async CheckImageRegistryInstanceNameDuplicate(req, cb) {
|
|
4059
|
+
return this.request("CheckImageRegistryInstanceNameDuplicate", req, cb);
|
|
4060
|
+
}
|
|
4061
|
+
/**
|
|
4062
|
+
* 查询指定 SCF 函数下的别名列表。
|
|
4063
|
+
*/
|
|
4064
|
+
async DescribeSCFAliasList(req, cb) {
|
|
4065
|
+
return this.request("DescribeSCFAliasList", req, cb);
|
|
4066
|
+
}
|
|
3320
4067
|
/**
|
|
3321
4068
|
* 删除Dspm申请单
|
|
3322
4069
|
*/
|
|
@@ -3329,6 +4076,12 @@ capi 层处理流程:
|
|
|
3329
4076
|
async DescribeDspmApproveOrderList(req, cb) {
|
|
3330
4077
|
return this.request("DescribeDspmApproveOrderList", req, cb);
|
|
3331
4078
|
}
|
|
4079
|
+
/**
|
|
4080
|
+
* 查询流量沙箱数据泄露防护(DLP)系统规则列表,系统规则由 CSIP 平台内置,可被用户规则引用
|
|
4081
|
+
*/
|
|
4082
|
+
async DescribeSandboxDLPSystemRuleList(req, cb) {
|
|
4083
|
+
return this.request("DescribeSandboxDLPSystemRuleList", req, cb);
|
|
4084
|
+
}
|
|
3332
4085
|
/**
|
|
3333
4086
|
* 获取资产视角的配置风险列表
|
|
3334
4087
|
*/
|
|
@@ -3336,10 +4089,16 @@ capi 层处理流程:
|
|
|
3336
4089
|
return this.request("DescribeRiskCenterAssetViewCFGRiskList", req, cb);
|
|
3337
4090
|
}
|
|
3338
4091
|
/**
|
|
3339
|
-
*
|
|
4092
|
+
* 删除镜像仓库扫描任务
|
|
3340
4093
|
*/
|
|
3341
|
-
async
|
|
3342
|
-
return this.request("
|
|
4094
|
+
async DeleteImageRegistryScanTask(req, cb) {
|
|
4095
|
+
return this.request("DeleteImageRegistryScanTask", req, cb);
|
|
4096
|
+
}
|
|
4097
|
+
/**
|
|
4098
|
+
* 验证Dspm资产登录验证码
|
|
4099
|
+
*/
|
|
4100
|
+
async VerifyDspmAssetLoginCode(req, cb) {
|
|
4101
|
+
return this.request("VerifyDspmAssetLoginCode", req, cb);
|
|
3343
4102
|
}
|
|
3344
4103
|
/**
|
|
3345
4104
|
* 操作资产编辑标签
|
|
@@ -3384,10 +4143,10 @@ capi 层处理流程:
|
|
|
3384
4143
|
return this.request("DescribeBaselineCategoryItemList", req, cb);
|
|
3385
4144
|
}
|
|
3386
4145
|
/**
|
|
3387
|
-
*
|
|
4146
|
+
* 查询指定命名空间下的 SCF 函数列表,仅返回 Event 触发器类型的函数。
|
|
3388
4147
|
*/
|
|
3389
|
-
async
|
|
3390
|
-
return this.request("
|
|
4148
|
+
async DescribeSCFFunctionList(req, cb) {
|
|
4149
|
+
return this.request("DescribeSCFFunctionList", req, cb);
|
|
3391
4150
|
}
|
|
3392
4151
|
/**
|
|
3393
4152
|
* 修改IaC检测接入Token存储周期
|
|
@@ -3402,10 +4161,10 @@ capi 层处理流程:
|
|
|
3402
4161
|
return this.request("DescribeAssetInfo", req, cb);
|
|
3403
4162
|
}
|
|
3404
4163
|
/**
|
|
3405
|
-
*
|
|
4164
|
+
* 查询镜像漏洞概览列表
|
|
3406
4165
|
*/
|
|
3407
|
-
async
|
|
3408
|
-
return this.request("
|
|
4166
|
+
async DescribeImageVulSummaryList(req, cb) {
|
|
4167
|
+
return this.request("DescribeImageVulSummaryList", req, cb);
|
|
3409
4168
|
}
|
|
3410
4169
|
/**
|
|
3411
4170
|
* 修改Dspm身份信息
|
|
@@ -3419,6 +4178,12 @@ capi 层处理流程:
|
|
|
3419
4178
|
async DescribeDspmPersonalIdentifyList(req, cb) {
|
|
3420
4179
|
return this.request("DescribeDspmPersonalIdentifyList", req, cb);
|
|
3421
4180
|
}
|
|
4181
|
+
/**
|
|
4182
|
+
* 按凭据组行 ID 分页查询单个凭据的泄露位置列表。用于配合 DescribeAIAgentCredentialList 接口拆分后的展开场景,避免单接口在数据倾斜场景下一次拉取几十万行 location 导致性能问题。
|
|
4183
|
+
*/
|
|
4184
|
+
async DescribeAIAgentCredentialLocationList(req, cb) {
|
|
4185
|
+
return this.request("DescribeAIAgentCredentialLocationList", req, cb);
|
|
4186
|
+
}
|
|
3422
4187
|
/**
|
|
3423
4188
|
* 查询AI 定时任务执行详情。
|
|
3424
4189
|
|
|
@@ -3469,6 +4234,12 @@ capi 层处理流程:
|
|
|
3469
4234
|
async DescribeRiskCallRecord(req, cb) {
|
|
3470
4235
|
return this.request("DescribeRiskCallRecord", req, cb);
|
|
3471
4236
|
}
|
|
4237
|
+
/**
|
|
4238
|
+
* 批量修改镜像仓库定时扫描任务配置
|
|
4239
|
+
*/
|
|
4240
|
+
async BatchModifyImageRegistryTimedScanTaskConfig(req, cb) {
|
|
4241
|
+
return this.request("BatchModifyImageRegistryTimedScanTaskConfig", req, cb);
|
|
4242
|
+
}
|
|
3472
4243
|
/**
|
|
3473
4244
|
* 查询指定漏洞修复任务的详情信息,包含每台主机的修复状态、快照状态等明细数据,支持分页和筛选。
|
|
3474
4245
|
*/
|