tencentcloud-sdk-nodejs 4.1.299 → 4.1.301
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/ags/v20250920/ags_client.js +37 -19
- package/es/services/bdrc/index.js +4 -0
- package/es/services/bdrc/v20260330/bdrc_client.js +234 -0
- package/es/services/bdrc/v20260330/bdrc_models.js +1 -0
- package/es/services/bdrc/v20260330/index.js +6 -0
- package/es/services/csip/v20221121/csip_client.js +489 -72
- package/es/services/cynosdb/v20190107/cynosdb_client.js +3 -0
- package/es/services/index.js +1 -0
- package/es/services/iotexplorer/v20190423/iotexplorer_client.js +37 -10
- package/es/services/monitor/v20180724/monitor_client.js +20 -8
- package/es/services/monitor/v20230616/monitor_client.js +77 -8
- package/es/services/redis/v20180412/redis_client.js +10 -4
- package/es/services/tke/v20220501/tke_client.js +3 -0
- package/es/services/waf/v20180125/waf_client.js +6 -0
- package/package.json +2 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/adp/v20260520/adp_models.d.ts +1 -1
- package/tencentcloud/services/ags/v20250920/ags_client.d.ts +47 -23
- package/tencentcloud/services/ags/v20250920/ags_client.js +69 -33
- package/tencentcloud/services/ags/v20250920/ags_models.d.ts +412 -110
- package/tencentcloud/services/bdrc/index.d.ts +6 -0
- package/tencentcloud/services/bdrc/index.js +7 -0
- package/tencentcloud/services/bdrc/v20260330/bdrc_client.d.ts +314 -0
- package/tencentcloud/services/bdrc/v20260330/bdrc_client.js +487 -0
- package/tencentcloud/services/bdrc/v20260330/bdrc_models.d.ts +4803 -0
- package/tencentcloud/services/bdrc/v20260330/bdrc_models.js +18 -0
- package/tencentcloud/services/bdrc/v20260330/index.d.ts +6 -0
- package/tencentcloud/services/bdrc/v20260330/index.js +10 -0
- package/tencentcloud/services/bh/v20230418/bh_models.d.ts +5 -5
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +12 -12
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +7 -8
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +17 -19
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +10 -12
- package/tencentcloud/services/cngw/v20230418/cngw_client.d.ts +1 -1
- package/tencentcloud/services/cngw/v20230418/cngw_models.d.ts +996 -570
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +629 -73
- package/tencentcloud/services/csip/v20221121/csip_client.js +942 -108
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +10589 -2076
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +6 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +84 -16
- package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +4 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +42 -37
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +126 -33
- package/tencentcloud/services/es/v20180416/es_models.d.ts +8 -0
- package/tencentcloud/services/es/v20250101/es_models.d.ts +14 -14
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +8 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +8 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +10 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +10 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -2
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +8 -6
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +47 -11
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +69 -15
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +648 -181
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +27 -27
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +25 -9
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +36 -12
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +860 -513
- package/tencentcloud/services/monitor/v20230616/monitor_client.d.ts +101 -9
- package/tencentcloud/services/monitor/v20230616/monitor_client.js +150 -12
- package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +1921 -463
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +39 -25
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -1
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +65 -1
- package/tencentcloud/services/rce/v20260130/rce_client.d.ts +2 -2
- package/tencentcloud/services/rce/v20260130/rce_client.js +2 -2
- package/tencentcloud/services/rce/v20260130/rce_models.d.ts +6 -6
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +13 -5
- package/tencentcloud/services/redis/v20180412/redis_client.js +18 -6
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +130 -86
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +39 -10
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +29 -34
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +57 -15
- 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 +33 -11
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -54
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +616 -205
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -0
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +11 -2
- package/tencentcloud/services/waf/v20180125/waf_client.js +14 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +155 -58
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +8 -0
- package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +42 -14
|
@@ -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
|
+
* 修改已有的 LLM 审计用户规则。未传字段保持原值,支持部分字段更新
|
|
98
|
+
*/
|
|
99
|
+
async ModifySandboxLLMAuditRule(req, cb) {
|
|
100
|
+
return this.request("ModifySandboxLLMAuditRule", req, cb);
|
|
101
|
+
}
|
|
90
102
|
/**
|
|
91
103
|
* 关闭进程守护功能
|
|
92
104
|
*/
|
|
@@ -111,6 +123,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
111
123
|
async ModifyCSIPLicenseUnBinds(req, cb) {
|
|
112
124
|
return this.request("ModifyCSIPLicenseUnBinds", req, cb);
|
|
113
125
|
}
|
|
126
|
+
/**
|
|
127
|
+
* 批量修改镜像木马白名单
|
|
128
|
+
*/
|
|
129
|
+
async BatchModifyImageVirusWhitelist(req, cb) {
|
|
130
|
+
return this.request("BatchModifyImageVirusWhitelist", req, cb);
|
|
131
|
+
}
|
|
114
132
|
/**
|
|
115
133
|
* 停止漏洞扫描(任务扫描)
|
|
116
134
|
*/
|
|
@@ -118,10 +136,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
118
136
|
return this.request("StopVulScanTask", req, cb);
|
|
119
137
|
}
|
|
120
138
|
/**
|
|
121
|
-
*
|
|
139
|
+
* 查询镜像仓库命名空间列表
|
|
122
140
|
*/
|
|
123
|
-
async
|
|
124
|
-
return this.request("
|
|
141
|
+
async DescribeImageRegistryNamespaceList(req, cb) {
|
|
142
|
+
return this.request("DescribeImageRegistryNamespaceList", req, cb);
|
|
125
143
|
}
|
|
126
144
|
/**
|
|
127
145
|
* 获取漏洞展开详情
|
|
@@ -190,10 +208,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
190
208
|
return this.request("DescribeEdrAlertInfo", req, cb);
|
|
191
209
|
}
|
|
192
210
|
/**
|
|
193
|
-
*
|
|
211
|
+
* 获取爆破破解规则
|
|
194
212
|
*/
|
|
195
|
-
async
|
|
196
|
-
return this.request("
|
|
213
|
+
async DescribeBruteAttackRules(req, cb) {
|
|
214
|
+
return this.request("DescribeBruteAttackRules", req, cb);
|
|
197
215
|
}
|
|
198
216
|
/**
|
|
199
217
|
* 修改Dspm资产账号权限
|
|
@@ -219,6 +237,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
219
237
|
async ModifyWebhookPolicyStatus(req, cb) {
|
|
220
238
|
return this.request("ModifyWebhookPolicyStatus", req, cb);
|
|
221
239
|
}
|
|
240
|
+
/**
|
|
241
|
+
* 查询Dspm风险分组策略
|
|
242
|
+
*/
|
|
243
|
+
async DescribeDspmRiskStrategyGroup(req, cb) {
|
|
244
|
+
return this.request("DescribeDspmRiskStrategyGroup", req, cb);
|
|
245
|
+
}
|
|
246
|
+
/**
|
|
247
|
+
* 查询租户ckafka实例列表
|
|
248
|
+
*/
|
|
249
|
+
async DescribeDspmUserCkafkaInstanceList(req, cb) {
|
|
250
|
+
return this.request("DescribeDspmUserCkafkaInstanceList", req, cb);
|
|
251
|
+
}
|
|
222
252
|
/**
|
|
223
253
|
* 查询dspm资产字段样本值
|
|
224
254
|
*/
|
|
@@ -255,6 +285,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
255
285
|
async StartOrModifyPreventUninstall(req, cb) {
|
|
256
286
|
return this.request("StartOrModifyPreventUninstall", req, cb);
|
|
257
287
|
}
|
|
288
|
+
/**
|
|
289
|
+
* 查询仓库总览
|
|
290
|
+
*/
|
|
291
|
+
async DescribeRegistryOverview(req, cb) {
|
|
292
|
+
return this.request("DescribeRegistryOverview", req, cb);
|
|
293
|
+
}
|
|
258
294
|
/**
|
|
259
295
|
* 获取CSPM自动配额共享配置
|
|
260
296
|
*/
|
|
@@ -273,6 +309,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
273
309
|
async DescribeSCFNamespaceList(req, cb) {
|
|
274
310
|
return this.request("DescribeSCFNamespaceList", req, cb);
|
|
275
311
|
}
|
|
312
|
+
/**
|
|
313
|
+
* 修改安全评分规则,必须传入完整规则集
|
|
314
|
+
*/
|
|
315
|
+
async ModifySecurityScoreRule(req, cb) {
|
|
316
|
+
return this.request("ModifySecurityScoreRule", req, cb);
|
|
317
|
+
}
|
|
276
318
|
/**
|
|
277
319
|
* 修改日志采集例外网段配置,支持IP/IP段/CIDR格式,最多可添加100条
|
|
278
320
|
*/
|
|
@@ -303,6 +345,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
303
345
|
async CreateCosPolicy(req, cb) {
|
|
304
346
|
return this.request("CreateCosPolicy", req, cb);
|
|
305
347
|
}
|
|
348
|
+
/**
|
|
349
|
+
* 删除镜像木马白名单
|
|
350
|
+
*/
|
|
351
|
+
async DeleteImageVirusWhitelist(req, cb) {
|
|
352
|
+
return this.request("DeleteImageVirusWhitelist", req, cb);
|
|
353
|
+
}
|
|
306
354
|
/**
|
|
307
355
|
* 查询客户端运行策略(策略组),从DescribeAgentRunMode拆分出的独立接口
|
|
308
356
|
*/
|
|
@@ -339,12 +387,30 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
339
387
|
async CreateClusterContainerListExportJob(req, cb) {
|
|
340
388
|
return this.request("CreateClusterContainerListExportJob", req, cb);
|
|
341
389
|
}
|
|
390
|
+
/**
|
|
391
|
+
* 获取 AIAgent 资产凭据扫描列表
|
|
392
|
+
*/
|
|
393
|
+
async DescribeAIAgentCredentialList(req, cb) {
|
|
394
|
+
return this.request("DescribeAIAgentCredentialList", req, cb);
|
|
395
|
+
}
|
|
396
|
+
/**
|
|
397
|
+
* 新增或修改一条通知策略。ID > 0 表示修改;ID = 0 或不传表示新增。MemberAppIds 配置为空时,策略仅作用于当前主账号事件;非空时同时作用于自身账号 + 所列成员账号。
|
|
398
|
+
*/
|
|
399
|
+
async ModifyWebhookPolicy(req, cb) {
|
|
400
|
+
return this.request("ModifyWebhookPolicy", req, cb);
|
|
401
|
+
}
|
|
342
402
|
/**
|
|
343
403
|
* 分页查询漏洞修复任务记录列表,支持按修复状态、时间范围等条件筛选,展示每个修复任务的概要信息。
|
|
344
404
|
*/
|
|
345
405
|
async DescribeVulFixTaskList(req, cb) {
|
|
346
406
|
return this.request("DescribeVulFixTaskList", req, cb);
|
|
347
407
|
}
|
|
408
|
+
/**
|
|
409
|
+
* 获取账号AK信息
|
|
410
|
+
*/
|
|
411
|
+
async DescribeUserAKInfoList(req, cb) {
|
|
412
|
+
return this.request("DescribeUserAKInfoList", req, cb);
|
|
413
|
+
}
|
|
348
414
|
/**
|
|
349
415
|
* 更新合并后登录审计白名单信息(服务器列表数目应小于1000)
|
|
350
416
|
*/
|
|
@@ -357,6 +423,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
357
423
|
async CreateVulFixedExportJob(req, cb) {
|
|
358
424
|
return this.request("CreateVulFixedExportJob", req, cb);
|
|
359
425
|
}
|
|
426
|
+
/**
|
|
427
|
+
* 检查当前用户是否有资格领取指定活动的代金券。
|
|
428
|
+
*/
|
|
429
|
+
async DescribeVoucherEligibility(req, cb) {
|
|
430
|
+
return this.request("DescribeVoucherEligibility", req, cb);
|
|
431
|
+
}
|
|
360
432
|
/**
|
|
361
433
|
* 删除dspm数据识别数据项
|
|
362
434
|
*/
|
|
@@ -387,12 +459,30 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
387
459
|
async DescribePublicCloudAssets(req, cb) {
|
|
388
460
|
return this.request("DescribePublicCloudAssets", req, cb);
|
|
389
461
|
}
|
|
462
|
+
/**
|
|
463
|
+
* 镜像仓库同步
|
|
464
|
+
*/
|
|
465
|
+
async SyncImageRegistry(req, cb) {
|
|
466
|
+
return this.request("SyncImageRegistry", req, cb);
|
|
467
|
+
}
|
|
390
468
|
/**
|
|
391
469
|
* 查询Dspm资产登录凭据
|
|
392
470
|
*/
|
|
393
471
|
async DescribeDspmAssetLoginCredential(req, cb) {
|
|
394
472
|
return this.request("DescribeDspmAssetLoginCredential", req, cb);
|
|
395
473
|
}
|
|
474
|
+
/**
|
|
475
|
+
* 修改通知设置(云API风险治理)
|
|
476
|
+
*/
|
|
477
|
+
async ModifyNotifySettingAk(req, cb) {
|
|
478
|
+
return this.request("ModifyNotifySettingAk", req, cb);
|
|
479
|
+
}
|
|
480
|
+
/**
|
|
481
|
+
* 查询资产数据库信息
|
|
482
|
+
*/
|
|
483
|
+
async ModifyImageVirusWhitelist(req, cb) {
|
|
484
|
+
return this.request("ModifyImageVirusWhitelist", req, cb);
|
|
485
|
+
}
|
|
396
486
|
/**
|
|
397
487
|
* 查询AI 定时任务列表。
|
|
398
488
|
|
|
@@ -419,6 +509,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
419
509
|
async DeleteLoginWhiteList(req, cb) {
|
|
420
510
|
return this.request("DeleteLoginWhiteList", req, cb);
|
|
421
511
|
}
|
|
512
|
+
/**
|
|
513
|
+
* 批量修改容器镜像敏感信息白名单
|
|
514
|
+
*/
|
|
515
|
+
async BatchModifyImageSensitiveWhitelist(req, cb) {
|
|
516
|
+
return this.request("BatchModifyImageSensitiveWhitelist", req, cb);
|
|
517
|
+
}
|
|
422
518
|
/**
|
|
423
519
|
* 获取资产视角的端口风险列表
|
|
424
520
|
*/
|
|
@@ -456,10 +552,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
456
552
|
return this.request("UpdateAccessKeyRemark", req, cb);
|
|
457
553
|
}
|
|
458
554
|
/**
|
|
459
|
-
*
|
|
555
|
+
* 查看镜像仓库定时扫描任务配置
|
|
460
556
|
*/
|
|
461
|
-
async
|
|
462
|
-
return this.request("
|
|
557
|
+
async DescribeImageRegistryTimedScanTaskConfig(req, cb) {
|
|
558
|
+
return this.request("DescribeImageRegistryTimedScanTaskConfig", req, cb);
|
|
559
|
+
}
|
|
560
|
+
/**
|
|
561
|
+
* 获取EDR告警统计
|
|
562
|
+
*/
|
|
563
|
+
async DescribeEdrAlertSummary(req, cb) {
|
|
564
|
+
return this.request("DescribeEdrAlertSummary", req, cb);
|
|
463
565
|
}
|
|
464
566
|
/**
|
|
465
567
|
* 获取扫描子任务列表,用于任务详情页“资产维度”展示每台主机/每个集群的扫描状态与失败原因。
|
|
@@ -473,18 +575,36 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
473
575
|
async CreateExposuresExportJob(req, cb) {
|
|
474
576
|
return this.request("CreateExposuresExportJob", req, cb);
|
|
475
577
|
}
|
|
578
|
+
/**
|
|
579
|
+
* 查询Dspm实例
|
|
580
|
+
*/
|
|
581
|
+
async DescribeDspmResource(req, cb) {
|
|
582
|
+
return this.request("DescribeDspmResource", req, cb);
|
|
583
|
+
}
|
|
476
584
|
/**
|
|
477
585
|
* 更新当前账号(管理员)的基线同步配置。AutoSync=true 时 TargetAppidList 不可为空,且元素不可为 0。
|
|
478
586
|
*/
|
|
479
587
|
async ModifyBaselineSyncConf(req, cb) {
|
|
480
588
|
return this.request("ModifyBaselineSyncConf", req, cb);
|
|
481
589
|
}
|
|
590
|
+
/**
|
|
591
|
+
* 批量更新流量沙箱告警(覆盖 ACL / DLP / LLM 审计三类)。通过 AlertType + BelongAssetType 定位告警来源。Status 支持 HANDLED / IGNORE 修改状态,以及 DELETE 删除。任一告警 ID 不存在或属于其他租户时整体返回错误。注:加白(PASS)不经本接口,由 Create/Modify***Rule 通过 AlertID 回写触发
|
|
592
|
+
*/
|
|
593
|
+
async ModifySandboxAlertStatus(req, cb) {
|
|
594
|
+
return this.request("ModifySandboxAlertStatus", req, cb);
|
|
595
|
+
}
|
|
482
596
|
/**
|
|
483
597
|
* 修改Dspm资产数据扫描任务状态
|
|
484
598
|
*/
|
|
485
599
|
async ModifyDspmAssetDataScanTaskStatus(req, cb) {
|
|
486
600
|
return this.request("ModifyDspmAssetDataScanTaskStatus", req, cb);
|
|
487
601
|
}
|
|
602
|
+
/**
|
|
603
|
+
* 删除容器镜像漏洞白名单
|
|
604
|
+
*/
|
|
605
|
+
async DeleteImageVulWhitelist(req, cb) {
|
|
606
|
+
return this.request("DeleteImageVulWhitelist", req, cb);
|
|
607
|
+
}
|
|
488
608
|
/**
|
|
489
609
|
* 标记资产是否核心
|
|
490
610
|
*/
|
|
@@ -497,6 +617,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
497
617
|
async DescribeDspmPersonApplyHistory(req, cb) {
|
|
498
618
|
return this.request("DescribeDspmPersonApplyHistory", req, cb);
|
|
499
619
|
}
|
|
620
|
+
/**
|
|
621
|
+
* 批量修改容器镜像漏洞白名单
|
|
622
|
+
*/
|
|
623
|
+
async BatchModifyImageVulWhitelist(req, cb) {
|
|
624
|
+
return this.request("BatchModifyImageVulWhitelist", req, cb);
|
|
625
|
+
}
|
|
500
626
|
/**
|
|
501
627
|
* 查询Dspm白名单策略
|
|
502
628
|
*/
|
|
@@ -515,6 +641,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
515
641
|
async DescribeCustomAssetTagCount(req, cb) {
|
|
516
642
|
return this.request("DescribeCustomAssetTagCount", req, cb);
|
|
517
643
|
}
|
|
644
|
+
/**
|
|
645
|
+
* 获取用户访问密钥资产列表(源IP视角)
|
|
646
|
+
*/
|
|
647
|
+
async DescribeSourceIPDetail(req, cb) {
|
|
648
|
+
return this.request("DescribeSourceIPDetail", req, cb);
|
|
649
|
+
}
|
|
518
650
|
/**
|
|
519
651
|
* 查询当前账号下端口扫描任务次数
|
|
520
652
|
*/
|
|
@@ -533,6 +665,24 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
533
665
|
async DescribeRiskDetailList(req, cb) {
|
|
534
666
|
return this.request("DescribeRiskDetailList", req, cb);
|
|
535
667
|
}
|
|
668
|
+
/**
|
|
669
|
+
* 重保防护包防护设置
|
|
670
|
+
*/
|
|
671
|
+
async ModifyProtectionSetting(req, cb) {
|
|
672
|
+
return this.request("ModifyProtectionSetting", req, cb);
|
|
673
|
+
}
|
|
674
|
+
/**
|
|
675
|
+
* 停止镜像仓库镜像扫描任务
|
|
676
|
+
*/
|
|
677
|
+
async StopImageRegistryScanTask(req, cb) {
|
|
678
|
+
return this.request("StopImageRegistryScanTask", req, cb);
|
|
679
|
+
}
|
|
680
|
+
/**
|
|
681
|
+
* 批量修改 Skill 安全检测告警的处理状态
|
|
682
|
+
*/
|
|
683
|
+
async ModifySkillScanAlertStatus(req, cb) {
|
|
684
|
+
return this.request("ModifySkillScanAlertStatus", req, cb);
|
|
685
|
+
}
|
|
536
686
|
/**
|
|
537
687
|
* 修改对象存储备注
|
|
538
688
|
*/
|
|
@@ -576,10 +726,22 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
576
726
|
return this.request("DescribeClusterContainerList", req, cb);
|
|
577
727
|
}
|
|
578
728
|
/**
|
|
579
|
-
*
|
|
729
|
+
* 添加镜像仓库信息
|
|
580
730
|
*/
|
|
581
|
-
async
|
|
582
|
-
return this.request("
|
|
731
|
+
async AddImageRegistry(req, cb) {
|
|
732
|
+
return this.request("AddImageRegistry", req, cb);
|
|
733
|
+
}
|
|
734
|
+
/**
|
|
735
|
+
* 创建命令沙箱文件访问规则
|
|
736
|
+
*/
|
|
737
|
+
async CreateSandboxFileRule(req, cb) {
|
|
738
|
+
return this.request("CreateSandboxFileRule", req, cb);
|
|
739
|
+
}
|
|
740
|
+
/**
|
|
741
|
+
* 获取 AI Agent skill 列表
|
|
742
|
+
*/
|
|
743
|
+
async DescribeAIAgentSkillList(req, cb) {
|
|
744
|
+
return this.request("DescribeAIAgentSkillList", req, cb);
|
|
583
745
|
}
|
|
584
746
|
/**
|
|
585
747
|
* 全部资产
|
|
@@ -625,6 +787,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
625
787
|
async DescribeVulScanTaskDetail(req, cb) {
|
|
626
788
|
return this.request("DescribeVulScanTaskDetail", req, cb);
|
|
627
789
|
}
|
|
790
|
+
/**
|
|
791
|
+
* 从指定的机器实例上卸载密钥沙箱SKILL。支持批量操作,一次可传入多个实例ID。卸载后,目标机器上的AI Agent将无法再通过密钥沙箱代理访问凭据。未安装的实例重复调用不会报错(幂等),直接视为成功。
|
|
792
|
+
*/
|
|
793
|
+
async UninstallKeySandboxSkill(req, cb) {
|
|
794
|
+
return this.request("UninstallKeySandboxSkill", req, cb);
|
|
795
|
+
}
|
|
628
796
|
/**
|
|
629
797
|
* 修改网络攻击检测开关及资产范围配置
|
|
630
798
|
*/
|
|
@@ -638,10 +806,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
638
806
|
return this.request("DescribeBaselinePolicyNameExistAppidList", req, cb);
|
|
639
807
|
}
|
|
640
808
|
/**
|
|
641
|
-
*
|
|
809
|
+
* 获取已购Dspm订单信息
|
|
642
810
|
*/
|
|
643
|
-
async
|
|
644
|
-
return this.request("
|
|
811
|
+
async DescribeDspmPayInfo(req, cb) {
|
|
812
|
+
return this.request("DescribeDspmPayInfo", req, cb);
|
|
813
|
+
}
|
|
814
|
+
/**
|
|
815
|
+
* 获取TCR实例列表
|
|
816
|
+
*/
|
|
817
|
+
async DescribeTCRInstanceList(req, cb) {
|
|
818
|
+
return this.request("DescribeTCRInstanceList", req, cb);
|
|
645
819
|
}
|
|
646
820
|
/**
|
|
647
821
|
* 集群列表
|
|
@@ -655,6 +829,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
655
829
|
async ModifyDspmAssetLogDeliverySwitch(req, cb) {
|
|
656
830
|
return this.request("ModifyDspmAssetLogDeliverySwitch", req, cb);
|
|
657
831
|
}
|
|
832
|
+
/**
|
|
833
|
+
* 查询镜像仓库列表
|
|
834
|
+
*/
|
|
835
|
+
async DescribeImageRegistryList(req, cb) {
|
|
836
|
+
return this.request("DescribeImageRegistryList", req, cb);
|
|
837
|
+
}
|
|
658
838
|
/**
|
|
659
839
|
* 查询指定安全组ID对应安全组规则
|
|
660
840
|
*/
|
|
@@ -728,16 +908,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
728
908
|
return this.request("DescribeDynamicAssets", req, cb);
|
|
729
909
|
}
|
|
730
910
|
/**
|
|
731
|
-
*
|
|
911
|
+
* 创建一条 ACL 用户访问控制规则。可选择引用若干条系统规则,亦可自定义规则,两者至少提供其一
|
|
732
912
|
*/
|
|
733
|
-
async
|
|
734
|
-
return this.request("
|
|
913
|
+
async CreateSandboxACLRule(req, cb) {
|
|
914
|
+
return this.request("CreateSandboxACLRule", req, cb);
|
|
735
915
|
}
|
|
736
916
|
/**
|
|
737
|
-
*
|
|
917
|
+
* 删除镜像仓库定时扫描任务配置
|
|
738
918
|
*/
|
|
739
|
-
async
|
|
740
|
-
return this.request("
|
|
919
|
+
async DeleteImageRegistryTimedScanTaskConfig(req, cb) {
|
|
920
|
+
return this.request("DeleteImageRegistryTimedScanTaskConfig", req, cb);
|
|
741
921
|
}
|
|
742
922
|
/**
|
|
743
923
|
* 创建Dspm白名单策略
|
|
@@ -751,6 +931,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
751
931
|
async CreateRiskDetailExportJob(req, cb) {
|
|
752
932
|
return this.request("CreateRiskDetailExportJob", req, cb);
|
|
753
933
|
}
|
|
934
|
+
/**
|
|
935
|
+
* 获取漏洞扫描(周期扫描)
|
|
936
|
+
*/
|
|
937
|
+
async DescribeVulScanPeriodic(req, cb) {
|
|
938
|
+
return this.request("DescribeVulScanPeriodic", req, cb);
|
|
939
|
+
}
|
|
754
940
|
/**
|
|
755
941
|
* ip访问列表详情信息
|
|
756
942
|
*/
|
|
@@ -776,10 +962,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
776
962
|
return this.request("DescribeCosRiskEvidence", req, cb);
|
|
777
963
|
}
|
|
778
964
|
/**
|
|
779
|
-
*
|
|
965
|
+
* 创建/修改SMTP邮箱接入请求
|
|
780
966
|
*/
|
|
781
|
-
async
|
|
782
|
-
return this.request("
|
|
967
|
+
async AccessAIAnalysisSMTP(req, cb) {
|
|
968
|
+
return this.request("AccessAIAnalysisSMTP", req, cb);
|
|
783
969
|
}
|
|
784
970
|
/**
|
|
785
971
|
* 按日期查看策略命中详情
|
|
@@ -787,12 +973,24 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
787
973
|
async DescribePolicyHitData(req, cb) {
|
|
788
974
|
return this.request("DescribePolicyHitData", req, cb);
|
|
789
975
|
}
|
|
976
|
+
/**
|
|
977
|
+
* 租户Ckafka配置保存
|
|
978
|
+
*/
|
|
979
|
+
async ModifyDspmCkafkaSave(req, cb) {
|
|
980
|
+
return this.request("ModifyDspmCkafkaSave", req, cb);
|
|
981
|
+
}
|
|
790
982
|
/**
|
|
791
983
|
* 端口探测列表
|
|
792
984
|
*/
|
|
793
985
|
async DescribePortDetectList(req, cb) {
|
|
794
986
|
return this.request("DescribePortDetectList", req, cb);
|
|
795
987
|
}
|
|
988
|
+
/**
|
|
989
|
+
* 查询镜像木马白名单详情
|
|
990
|
+
*/
|
|
991
|
+
async DescribeImageVirusWhitelistDetail(req, cb) {
|
|
992
|
+
return this.request("DescribeImageVirusWhitelistDetail", req, cb);
|
|
993
|
+
}
|
|
796
994
|
/**
|
|
797
995
|
* 查询集团的子账号列表
|
|
798
996
|
*/
|
|
@@ -800,16 +998,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
800
998
|
return this.request("DescribeSubUserInfo", req, cb);
|
|
801
999
|
}
|
|
802
1000
|
/**
|
|
803
|
-
*
|
|
1001
|
+
* 获取资产视角的漏洞风险列表
|
|
804
1002
|
*/
|
|
805
|
-
async
|
|
806
|
-
return this.request("
|
|
1003
|
+
async DescribeRiskCenterAssetViewVULRiskList(req, cb) {
|
|
1004
|
+
return this.request("DescribeRiskCenterAssetViewVULRiskList", req, cb);
|
|
807
1005
|
}
|
|
808
1006
|
/**
|
|
809
|
-
*
|
|
1007
|
+
* 查询镜像层信息列表
|
|
810
1008
|
*/
|
|
811
|
-
async
|
|
812
|
-
return this.request("
|
|
1009
|
+
async DescribeImageLayerList(req, cb) {
|
|
1010
|
+
return this.request("DescribeImageLayerList", req, cb);
|
|
813
1011
|
}
|
|
814
1012
|
/**
|
|
815
1013
|
* 更新CSPM自动配额管理者共享开关
|
|
@@ -823,6 +1021,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
823
1021
|
async DescribeBaselineMainTaskItemList(req, cb) {
|
|
824
1022
|
return this.request("DescribeBaselineMainTaskItemList", req, cb);
|
|
825
1023
|
}
|
|
1024
|
+
/**
|
|
1025
|
+
* 分页查询 LLM 审计告警日志列表。支持按 Filter.Name=ID 精确过滤单条告警用于详情页场景
|
|
1026
|
+
*/
|
|
1027
|
+
async DescribeSandboxLLMAuditAlertList(req, cb) {
|
|
1028
|
+
return this.request("DescribeSandboxLLMAuditAlertList", req, cb);
|
|
1029
|
+
}
|
|
826
1030
|
/**
|
|
827
1031
|
* 更新周期扫描计划
|
|
828
1032
|
*/
|
|
@@ -835,6 +1039,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
835
1039
|
async DescribeRiskCenterPortViewPortRiskList(req, cb) {
|
|
836
1040
|
return this.request("DescribeRiskCenterPortViewPortRiskList", req, cb);
|
|
837
1041
|
}
|
|
1042
|
+
/**
|
|
1043
|
+
* 删除Dspm审计过滤策略
|
|
1044
|
+
*/
|
|
1045
|
+
async DeleteDspmAuditFilterStrategy(req, cb) {
|
|
1046
|
+
return this.request("DeleteDspmAuditFilterStrategy", req, cb);
|
|
1047
|
+
}
|
|
1048
|
+
/**
|
|
1049
|
+
* 获取已购CSPM订单信息
|
|
1050
|
+
*/
|
|
1051
|
+
async DescribeCSPMPayInfo(req, cb) {
|
|
1052
|
+
return this.request("DescribeCSPMPayInfo", req, cb);
|
|
1053
|
+
}
|
|
838
1054
|
/**
|
|
839
1055
|
* 创建Dspm个人身份id
|
|
840
1056
|
*/
|
|
@@ -935,6 +1151,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
935
1151
|
async StopProcessDaemon(req, cb) {
|
|
936
1152
|
return this.request("StopProcessDaemon", req, cb);
|
|
937
1153
|
}
|
|
1154
|
+
/**
|
|
1155
|
+
* 创建镜像资产列表导出任务
|
|
1156
|
+
*/
|
|
1157
|
+
async CreateImageAssetListExportJob(req, cb) {
|
|
1158
|
+
return this.request("CreateImageAssetListExportJob", req, cb);
|
|
1159
|
+
}
|
|
938
1160
|
/**
|
|
939
1161
|
* 删除dspm数据识别模板
|
|
940
1162
|
*/
|
|
@@ -953,6 +1175,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
953
1175
|
async ModifyAgentRunMode(req, cb) {
|
|
954
1176
|
return this.request("ModifyAgentRunMode", req, cb);
|
|
955
1177
|
}
|
|
1178
|
+
/**
|
|
1179
|
+
* 新增或更新NFS扫描全局配置
|
|
1180
|
+
*/
|
|
1181
|
+
async ModifyNFSScanConf(req, cb) {
|
|
1182
|
+
return this.request("ModifyNFSScanConf", req, cb);
|
|
1183
|
+
}
|
|
956
1184
|
/**
|
|
957
1185
|
* 查询日志备份配置
|
|
958
1186
|
*/
|
|
@@ -1031,6 +1259,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1031
1259
|
async DescribeCosRoleAccessPermission(req, cb) {
|
|
1032
1260
|
return this.request("DescribeCosRoleAccessPermission", req, cb);
|
|
1033
1261
|
}
|
|
1262
|
+
/**
|
|
1263
|
+
* 创建Dspm实例
|
|
1264
|
+
*/
|
|
1265
|
+
async CreateDspmResource(req, cb) {
|
|
1266
|
+
return this.request("CreateDspmResource", req, cb);
|
|
1267
|
+
}
|
|
1268
|
+
/**
|
|
1269
|
+
* 创建镜像仓库组件关联镜像列表导出任务
|
|
1270
|
+
*/
|
|
1271
|
+
async CreateAssetComponentRelatedImageListExportJob(req, cb) {
|
|
1272
|
+
return this.request("CreateAssetComponentRelatedImageListExportJob", req, cb);
|
|
1273
|
+
}
|
|
1034
1274
|
/**
|
|
1035
1275
|
* 风险验证示例
|
|
1036
1276
|
*/
|
|
@@ -1055,18 +1295,42 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1055
1295
|
async DescribeNotifyAssetConfig(req, cb) {
|
|
1056
1296
|
return this.request("DescribeNotifyAssetConfig", req, cb);
|
|
1057
1297
|
}
|
|
1298
|
+
/**
|
|
1299
|
+
* 查询实例的主题列表
|
|
1300
|
+
*/
|
|
1301
|
+
async DescribeDspmCkafkaTopicList(req, cb) {
|
|
1302
|
+
return this.request("DescribeDspmCkafkaTopicList", req, cb);
|
|
1303
|
+
}
|
|
1058
1304
|
/**
|
|
1059
1305
|
* 获取策略配置的检测项列表
|
|
1060
1306
|
*/
|
|
1061
1307
|
async DescribeBaselinePolicyItemList(req, cb) {
|
|
1062
1308
|
return this.request("DescribeBaselinePolicyItemList", req, cb);
|
|
1063
1309
|
}
|
|
1310
|
+
/**
|
|
1311
|
+
* 查询镜像仓库定时扫描任务预览
|
|
1312
|
+
*/
|
|
1313
|
+
async DescribeImageRegistryTimedScanTaskPreview(req, cb) {
|
|
1314
|
+
return this.request("DescribeImageRegistryTimedScanTaskPreview", req, cb);
|
|
1315
|
+
}
|
|
1316
|
+
/**
|
|
1317
|
+
* 立体防护中心查询漏洞信息
|
|
1318
|
+
*/
|
|
1319
|
+
async DescribeSearchBugInfo(req, cb) {
|
|
1320
|
+
return this.request("DescribeSearchBugInfo", req, cb);
|
|
1321
|
+
}
|
|
1064
1322
|
/**
|
|
1065
1323
|
* 点击开始扫描后触发,支持多账号、多资产类型。同时选主机和容器集群时拆分为两个独立任务(主机+容器)。
|
|
1066
1324
|
*/
|
|
1067
1325
|
async CreateEDRManualScan(req, cb) {
|
|
1068
1326
|
return this.request("CreateEDRManualScan", req, cb);
|
|
1069
1327
|
}
|
|
1328
|
+
/**
|
|
1329
|
+
* 删除容器镜像敏感信息白名单
|
|
1330
|
+
*/
|
|
1331
|
+
async DeleteImageSensitiveWhitelist(req, cb) {
|
|
1332
|
+
return this.request("DeleteImageSensitiveWhitelist", req, cb);
|
|
1333
|
+
}
|
|
1070
1334
|
/**
|
|
1071
1335
|
* 查询集群节点列表
|
|
1072
1336
|
*/
|
|
@@ -1104,16 +1368,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1104
1368
|
return this.request("DescribeSubnetAssets", req, cb);
|
|
1105
1369
|
}
|
|
1106
1370
|
/**
|
|
1107
|
-
*
|
|
1371
|
+
* 创建镜像漏洞列表导出任务
|
|
1108
1372
|
*/
|
|
1109
|
-
async
|
|
1110
|
-
return this.request("
|
|
1373
|
+
async CreateImageVulListExportJob(req, cb) {
|
|
1374
|
+
return this.request("CreateImageVulListExportJob", req, cb);
|
|
1111
1375
|
}
|
|
1112
1376
|
/**
|
|
1113
|
-
*
|
|
1377
|
+
* 查询dspm数据识别模板列表
|
|
1114
1378
|
*/
|
|
1115
|
-
async
|
|
1116
|
-
return this.request("
|
|
1379
|
+
async DescribeDspmIdentifyComplianceGroupList(req, cb) {
|
|
1380
|
+
return this.request("DescribeDspmIdentifyComplianceGroupList", req, cb);
|
|
1117
1381
|
}
|
|
1118
1382
|
/**
|
|
1119
1383
|
* 创建基线聚合检测项导出任务。通过 ExportType 选择导出统计结果或风险明细,可按策略、分类等条件限定范围;任务在后台异步执行,完成后可在导出任务列表中下载结果文件。
|
|
@@ -1133,6 +1397,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1133
1397
|
async DescribeCosAccessPermissions(req, cb) {
|
|
1134
1398
|
return this.request("DescribeCosAccessPermissions", req, cb);
|
|
1135
1399
|
}
|
|
1400
|
+
/**
|
|
1401
|
+
* 修改集群防护状态
|
|
1402
|
+
*/
|
|
1403
|
+
async ModifyClusterDefendStatus(req, cb) {
|
|
1404
|
+
return this.request("ModifyClusterDefendStatus", req, cb);
|
|
1405
|
+
}
|
|
1136
1406
|
/**
|
|
1137
1407
|
* 查询dspm资产数据识别信息列表
|
|
1138
1408
|
*/
|
|
@@ -1181,12 +1451,36 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1181
1451
|
async DescribeEdrExportJobDownloadURL(req, cb) {
|
|
1182
1452
|
return this.request("DescribeEdrExportJobDownloadURL", req, cb);
|
|
1183
1453
|
}
|
|
1454
|
+
/**
|
|
1455
|
+
* 查询当前账号的合并版计费信息,包括订单状态、付费模式以及配额等详细信息。
|
|
1456
|
+
*/
|
|
1457
|
+
async DescribeCSCPayInfo(req, cb) {
|
|
1458
|
+
return this.request("DescribeCSCPayInfo", req, cb);
|
|
1459
|
+
}
|
|
1460
|
+
/**
|
|
1461
|
+
* 创建镜像仓库列表导出任务
|
|
1462
|
+
*/
|
|
1463
|
+
async CreateImageRegistryListExportJob(req, cb) {
|
|
1464
|
+
return this.request("CreateImageRegistryListExportJob", req, cb);
|
|
1465
|
+
}
|
|
1184
1466
|
/**
|
|
1185
1467
|
* csip角色授权绑定接口
|
|
1186
1468
|
*/
|
|
1187
1469
|
async AddNewBindRoleUser(req, cb) {
|
|
1188
1470
|
return this.request("AddNewBindRoleUser", req, cb);
|
|
1189
1471
|
}
|
|
1472
|
+
/**
|
|
1473
|
+
* 查询日志投递的日志类型
|
|
1474
|
+
*/
|
|
1475
|
+
async DescribeDspmLogDeliveryType(req, cb) {
|
|
1476
|
+
return this.request("DescribeDspmLogDeliveryType", req, cb);
|
|
1477
|
+
}
|
|
1478
|
+
/**
|
|
1479
|
+
* 查询联通性检测主机列表
|
|
1480
|
+
*/
|
|
1481
|
+
async DescribeCheckConnectivityHostList(req, cb) {
|
|
1482
|
+
return this.request("DescribeCheckConnectivityHostList", req, cb);
|
|
1483
|
+
}
|
|
1190
1484
|
/**
|
|
1191
1485
|
* 获取存储桶角色权限列表
|
|
1192
1486
|
*/
|
|
@@ -1241,6 +1535,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1241
1535
|
async CreateExposureAutoTagRule(req, cb) {
|
|
1242
1536
|
return this.request("CreateExposureAutoTagRule", req, cb);
|
|
1243
1537
|
}
|
|
1538
|
+
/**
|
|
1539
|
+
* 查询镜像仓库导出任务列表
|
|
1540
|
+
*/
|
|
1541
|
+
async DescribeImageExportJobList(req, cb) {
|
|
1542
|
+
return this.request("DescribeImageExportJobList", req, cb);
|
|
1543
|
+
}
|
|
1244
1544
|
/**
|
|
1245
1545
|
* 获取云安全AI助手基础信息
|
|
1246
1546
|
*/
|
|
@@ -1278,10 +1578,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1278
1578
|
return this.request("DescribeEdrAlertThreatTags", req, cb);
|
|
1279
1579
|
}
|
|
1280
1580
|
/**
|
|
1281
|
-
*
|
|
1581
|
+
* 上传 Skill ZIP 文件,触发异步安全检测。上传成功后应使用返回的 ContentHash + EngineVersion 轮询 DescribeSkillScanResult 接口获取结果。上传接口具备幂等性,同一 Hash 的文件重复上传不会创建重复任务。检测结果保留90天,超期后需重新上传检测。
|
|
1282
1582
|
*/
|
|
1283
|
-
async
|
|
1284
|
-
return this.request("
|
|
1583
|
+
async CreateSkillScan(req, cb) {
|
|
1584
|
+
return this.request("CreateSkillScan", req, cb);
|
|
1285
1585
|
}
|
|
1286
1586
|
/**
|
|
1287
1587
|
* 资产风险详情
|
|
@@ -1301,6 +1601,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1301
1601
|
async DescribeClusterServiceList(req, cb) {
|
|
1302
1602
|
return this.request("DescribeClusterServiceList", req, cb);
|
|
1303
1603
|
}
|
|
1604
|
+
/**
|
|
1605
|
+
* 查询镜像漏洞列表
|
|
1606
|
+
*/
|
|
1607
|
+
async DescribeImageVulList(req, cb) {
|
|
1608
|
+
return this.request("DescribeImageVulList", req, cb);
|
|
1609
|
+
}
|
|
1304
1610
|
/**
|
|
1305
1611
|
* 查询Dspm资产账号身份信息
|
|
1306
1612
|
*/
|
|
@@ -1361,6 +1667,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1361
1667
|
async StopBaselineScanTask(req, cb) {
|
|
1362
1668
|
return this.request("StopBaselineScanTask", req, cb);
|
|
1363
1669
|
}
|
|
1670
|
+
/**
|
|
1671
|
+
* 触发将流量沙箱插件安装到指定范围内的 AI Agent 资产。通过 BelongAssetType 区分主机/容器维度,通过 EffectScope 指定安装目标(INCLUDE=仅安装到指定资产,EXCLUDE=全部资产减去指定资产)。接口仅触发下发动作,不等待完成
|
|
1672
|
+
*/
|
|
1673
|
+
async InstallSandboxPlugin(req, cb) {
|
|
1674
|
+
return this.request("InstallSandboxPlugin", req, cb);
|
|
1675
|
+
}
|
|
1364
1676
|
/**
|
|
1365
1677
|
* 查看cos资产列表
|
|
1366
1678
|
*/
|
|
@@ -1421,6 +1733,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1421
1733
|
async DescribeVulRiskList(req, cb) {
|
|
1422
1734
|
return this.request("DescribeVulRiskList", req, cb);
|
|
1423
1735
|
}
|
|
1736
|
+
/**
|
|
1737
|
+
* 查询镜像仓库扫描子任务信息
|
|
1738
|
+
*/
|
|
1739
|
+
async DescribeImageRegistryScanSubTaskList(req, cb) {
|
|
1740
|
+
return this.request("DescribeImageRegistryScanSubTaskList", req, cb);
|
|
1741
|
+
}
|
|
1424
1742
|
/**
|
|
1425
1743
|
* 安装集群容器安全Agent(平行容器方式安装 Agent)。
|
|
1426
1744
|
|
|
@@ -1433,6 +1751,12 @@ capi 层处理流程:
|
|
|
1433
1751
|
async InstallClusterAgent(req, cb) {
|
|
1434
1752
|
return this.request("InstallClusterAgent", req, cb);
|
|
1435
1753
|
}
|
|
1754
|
+
/**
|
|
1755
|
+
* 创建本地镜像列表导出任务。导出字段包含镜像ID、镜像名、镜像版本、关联容器数、关联主机数、创建时间、所属账号昵称,以及扫描状态/漏洞/木马/敏感信息等风险字段。支持Filter过滤。导出通过异步任务实现,返回JobId后前端轮询查询导出任务状态。单账号模式下自动排除NickName字段。
|
|
1756
|
+
*/
|
|
1757
|
+
async CreateHostImageListExportJob(req, cb) {
|
|
1758
|
+
return this.request("CreateHostImageListExportJob", req, cb);
|
|
1759
|
+
}
|
|
1436
1760
|
/**
|
|
1437
1761
|
* 获取漏洞关联组件
|
|
1438
1762
|
*/
|
|
@@ -1561,6 +1885,12 @@ capi 层处理流程:
|
|
|
1561
1885
|
async CheckIsUltimateVersion(req, cb) {
|
|
1562
1886
|
return this.request("CheckIsUltimateVersion", req, cb);
|
|
1563
1887
|
}
|
|
1888
|
+
/**
|
|
1889
|
+
* 修改镜像仓库定时扫描任务配置
|
|
1890
|
+
*/
|
|
1891
|
+
async ModifyImageRegistryTimedScanTaskConfig(req, cb) {
|
|
1892
|
+
return this.request("ModifyImageRegistryTimedScanTaskConfig", req, cb);
|
|
1893
|
+
}
|
|
1564
1894
|
/**
|
|
1565
1895
|
* 开启或者修改进程守护功能配置
|
|
1566
1896
|
*/
|
|
@@ -1622,16 +1952,22 @@ capi 层处理流程:
|
|
|
1622
1952
|
return this.request("DescribeUserCSPMInfoList", req, cb);
|
|
1623
1953
|
}
|
|
1624
1954
|
/**
|
|
1625
|
-
*
|
|
1955
|
+
* 查询EDR日志采集例外网段配置,添加至例外名单的网段,其TCP日志将不被采集。如果用户未配置过,则返回系统推荐的默认网段
|
|
1626
1956
|
*/
|
|
1627
|
-
async
|
|
1628
|
-
return this.request("
|
|
1957
|
+
async DescribeEdrExcludeNetworkSegments(req, cb) {
|
|
1958
|
+
return this.request("DescribeEdrExcludeNetworkSegments", req, cb);
|
|
1629
1959
|
}
|
|
1630
1960
|
/**
|
|
1631
|
-
*
|
|
1961
|
+
* 修改容器镜像漏洞白名单
|
|
1632
1962
|
*/
|
|
1633
|
-
async
|
|
1634
|
-
return this.request("
|
|
1963
|
+
async ModifyImageVulWhitelist(req, cb) {
|
|
1964
|
+
return this.request("ModifyImageVulWhitelist", req, cb);
|
|
1965
|
+
}
|
|
1966
|
+
/**
|
|
1967
|
+
* 修改集团账号状态
|
|
1968
|
+
*/
|
|
1969
|
+
async ModifyOrganizationAccountStatus(req, cb) {
|
|
1970
|
+
return this.request("ModifyOrganizationAccountStatus", req, cb);
|
|
1635
1971
|
}
|
|
1636
1972
|
/**
|
|
1637
1973
|
* 创建dspm数据识别模板数据项关联
|
|
@@ -1639,12 +1975,24 @@ capi 层处理流程:
|
|
|
1639
1975
|
async CreateDspmIdentifyComplianceRuleRelation(req, cb) {
|
|
1640
1976
|
return this.request("CreateDspmIdentifyComplianceRuleRelation", req, cb);
|
|
1641
1977
|
}
|
|
1978
|
+
/**
|
|
1979
|
+
* 修改日志投递配置信息
|
|
1980
|
+
*/
|
|
1981
|
+
async ModifyDspmLogDeliveryType(req, cb) {
|
|
1982
|
+
return this.request("ModifyDspmLogDeliveryType", req, cb);
|
|
1983
|
+
}
|
|
1642
1984
|
/**
|
|
1643
1985
|
* 查询应用防护授权列表
|
|
1644
1986
|
*/
|
|
1645
1987
|
async DescribeRaspLicenseList(req, cb) {
|
|
1646
1988
|
return this.request("DescribeRaspLicenseList", req, cb);
|
|
1647
1989
|
}
|
|
1990
|
+
/**
|
|
1991
|
+
* 删除dspmg共享账号数据
|
|
1992
|
+
*/
|
|
1993
|
+
async DeleteDspmShareUserData(req, cb) {
|
|
1994
|
+
return this.request("DeleteDspmShareUserData", req, cb);
|
|
1995
|
+
}
|
|
1648
1996
|
/**
|
|
1649
1997
|
* 获取安全风险趋势,返回按维度分组的每日风险数量
|
|
1650
1998
|
*/
|
|
@@ -1663,6 +2011,12 @@ capi 层处理流程:
|
|
|
1663
2011
|
async ModifyDspmAssetDataScanTask(req, cb) {
|
|
1664
2012
|
return this.request("ModifyDspmAssetDataScanTask", req, cb);
|
|
1665
2013
|
}
|
|
2014
|
+
/**
|
|
2015
|
+
* 在指定的机器实例上安装密钥沙箱SKILL。支持批量操作,一次可传入多个实例ID。安装后,目标机器上的AI Agent即可通过密钥沙箱代理访问凭据,无需接触明文密钥。已安装的实例重复调用不会报错(幂等),直接视为成功。
|
|
2016
|
+
*/
|
|
2017
|
+
async InstallKeySandboxSkill(req, cb) {
|
|
2018
|
+
return this.request("InstallKeySandboxSkill", req, cb);
|
|
2019
|
+
}
|
|
1666
2020
|
/**
|
|
1667
2021
|
* 创建资产视角下风险列表导出任务示例
|
|
1668
2022
|
*/
|
|
@@ -1676,16 +2030,16 @@ capi 层处理流程:
|
|
|
1676
2030
|
return this.request("CreateDspmIdentifyRule", req, cb);
|
|
1677
2031
|
}
|
|
1678
2032
|
/**
|
|
1679
|
-
*
|
|
2033
|
+
* 查询镜像木马白名单
|
|
1680
2034
|
*/
|
|
1681
|
-
async
|
|
1682
|
-
return this.request("
|
|
2035
|
+
async DescribeImageVirusWhitelist(req, cb) {
|
|
2036
|
+
return this.request("DescribeImageVirusWhitelist", req, cb);
|
|
1683
2037
|
}
|
|
1684
2038
|
/**
|
|
1685
|
-
*
|
|
2039
|
+
* 查看ak资产列表信息
|
|
1686
2040
|
*/
|
|
1687
|
-
async
|
|
1688
|
-
return this.request("
|
|
2041
|
+
async DescribeCosAkAsset(req, cb) {
|
|
2042
|
+
return this.request("DescribeCosAkAsset", req, cb);
|
|
1689
2043
|
}
|
|
1690
2044
|
/**
|
|
1691
2045
|
* 查询用户的账号详情
|
|
@@ -1724,10 +2078,10 @@ capi 层处理流程:
|
|
|
1724
2078
|
return this.request("ModifyDspmIdentifyCategory", req, cb);
|
|
1725
2079
|
}
|
|
1726
2080
|
/**
|
|
1727
|
-
*
|
|
2081
|
+
* 查询镜像仓库资产总览
|
|
1728
2082
|
*/
|
|
1729
|
-
async
|
|
1730
|
-
return this.request("
|
|
2083
|
+
async DescribeImageRegistryAssetOverview(req, cb) {
|
|
2084
|
+
return this.request("DescribeImageRegistryAssetOverview", req, cb);
|
|
1731
2085
|
}
|
|
1732
2086
|
/**
|
|
1733
2087
|
* 获取进程守护主机列表
|
|
@@ -1741,6 +2095,12 @@ capi 层处理流程:
|
|
|
1741
2095
|
async DescribeBaselineAggregatedItemList(req, cb) {
|
|
1742
2096
|
return this.request("DescribeBaselineAggregatedItemList", req, cb);
|
|
1743
2097
|
}
|
|
2098
|
+
/**
|
|
2099
|
+
* 查询当前租户的 LLM 审计用户规则列表。LLM 审计规则不支持用户自定义内容,只能引用系统规则组合。传入 Filter.Name=RuleID 可精确查询单条规则(用于详情页面场景)
|
|
2100
|
+
*/
|
|
2101
|
+
async DescribeSandboxLLMAuditRuleList(req, cb) {
|
|
2102
|
+
return this.request("DescribeSandboxLLMAuditRuleList", req, cb);
|
|
2103
|
+
}
|
|
1744
2104
|
/**
|
|
1745
2105
|
* 检查视角下云资源配置风险列表
|
|
1746
2106
|
*/
|
|
@@ -1784,10 +2144,16 @@ capi 层处理流程:
|
|
|
1784
2144
|
return this.request("DescribeDbAssets", req, cb);
|
|
1785
2145
|
}
|
|
1786
2146
|
/**
|
|
1787
|
-
*
|
|
2147
|
+
* 查询镜像仓库联通性检查任务结果
|
|
1788
2148
|
*/
|
|
1789
|
-
async
|
|
1790
|
-
return this.request("
|
|
2149
|
+
async DescribeImageRegistryConnectivityTaskResult(req, cb) {
|
|
2150
|
+
return this.request("DescribeImageRegistryConnectivityTaskResult", req, cb);
|
|
2151
|
+
}
|
|
2152
|
+
/**
|
|
2153
|
+
* 创建镜像层漏洞列表导出任务
|
|
2154
|
+
*/
|
|
2155
|
+
async CreateImageLayerVulListExportJob(req, cb) {
|
|
2156
|
+
return this.request("CreateImageLayerVulListExportJob", req, cb);
|
|
1791
2157
|
}
|
|
1792
2158
|
/**
|
|
1793
2159
|
* 修改机器清理配置
|
|
@@ -1795,24 +2161,48 @@ capi 层处理流程:
|
|
|
1795
2161
|
async ModifyMachineAutoClearConfig(req, cb) {
|
|
1796
2162
|
return this.request("ModifyMachineAutoClearConfig", req, cb);
|
|
1797
2163
|
}
|
|
2164
|
+
/**
|
|
2165
|
+
* 批量删除 DLP 用户规则。任一 ID 不存在或属于其他租户时整体返回错误
|
|
2166
|
+
*/
|
|
2167
|
+
async DeleteSandboxDLPRule(req, cb) {
|
|
2168
|
+
return this.request("DeleteSandboxDLPRule", req, cb);
|
|
2169
|
+
}
|
|
1798
2170
|
/**
|
|
1799
2171
|
* 获取漏洞视角的漏洞风险列表
|
|
1800
2172
|
*/
|
|
1801
2173
|
async DescribeVulViewVulRiskList(req, cb) {
|
|
1802
2174
|
return this.request("DescribeVulViewVulRiskList", req, cb);
|
|
1803
2175
|
}
|
|
2176
|
+
/**
|
|
2177
|
+
* 查询镜像层漏洞列表
|
|
2178
|
+
*/
|
|
2179
|
+
async DescribeImageLayerVulList(req, cb) {
|
|
2180
|
+
return this.request("DescribeImageLayerVulList", req, cb);
|
|
2181
|
+
}
|
|
1804
2182
|
/**
|
|
1805
2183
|
* 创建域名、ip相关信息
|
|
1806
2184
|
*/
|
|
1807
2185
|
async CreateDomainAndIp(req, cb) {
|
|
1808
2186
|
return this.request("CreateDomainAndIp", req, cb);
|
|
1809
2187
|
}
|
|
2188
|
+
/**
|
|
2189
|
+
* 查询容器镜像漏洞白名单
|
|
2190
|
+
*/
|
|
2191
|
+
async DescribeImageVulWhitelist(req, cb) {
|
|
2192
|
+
return this.request("DescribeImageVulWhitelist", req, cb);
|
|
2193
|
+
}
|
|
1810
2194
|
/**
|
|
1811
2195
|
* 批量告警状态处理接口
|
|
1812
2196
|
*/
|
|
1813
2197
|
async UpdateAlertStatusList(req, cb) {
|
|
1814
2198
|
return this.request("UpdateAlertStatusList", req, cb);
|
|
1815
2199
|
}
|
|
2200
|
+
/**
|
|
2201
|
+
* 查询镜像组件列表
|
|
2202
|
+
*/
|
|
2203
|
+
async DescribeImageComponentList(req, cb) {
|
|
2204
|
+
return this.request("DescribeImageComponentList", req, cb);
|
|
2205
|
+
}
|
|
1816
2206
|
/**
|
|
1817
2207
|
* 查询云边界分析-暴露路径下主机节点的高危基线风险列表
|
|
1818
2208
|
*/
|
|
@@ -1837,6 +2227,12 @@ capi 层处理流程:
|
|
|
1837
2227
|
async DescribeKeySandboxCredentialList(req, cb) {
|
|
1838
2228
|
return this.request("DescribeKeySandboxCredentialList", req, cb);
|
|
1839
2229
|
}
|
|
2230
|
+
/**
|
|
2231
|
+
* 修改容器镜像敏感信息白名单
|
|
2232
|
+
*/
|
|
2233
|
+
async ModifyImageSensitiveWhitelist(req, cb) {
|
|
2234
|
+
return this.request("ModifyImageSensitiveWhitelist", req, cb);
|
|
2235
|
+
}
|
|
1840
2236
|
/**
|
|
1841
2237
|
* 编辑资产标签
|
|
1842
2238
|
*/
|
|
@@ -1856,10 +2252,10 @@ capi 层处理流程:
|
|
|
1856
2252
|
return this.request("DescribeDspmAssets", req, cb);
|
|
1857
2253
|
}
|
|
1858
2254
|
/**
|
|
1859
|
-
*
|
|
2255
|
+
* 删除Dspm申请单
|
|
1860
2256
|
*/
|
|
1861
|
-
async
|
|
1862
|
-
return this.request("
|
|
2257
|
+
async DeleteDspmApplyOrder(req, cb) {
|
|
2258
|
+
return this.request("DeleteDspmApplyOrder", req, cb);
|
|
1863
2259
|
}
|
|
1864
2260
|
/**
|
|
1865
2261
|
* 获取IaC检测文件概览
|
|
@@ -1903,6 +2299,12 @@ capi 层处理流程:
|
|
|
1903
2299
|
async DescribeClusterPodDetail(req, cb) {
|
|
1904
2300
|
return this.request("DescribeClusterPodDetail", req, cb);
|
|
1905
2301
|
}
|
|
2302
|
+
/**
|
|
2303
|
+
* 查询 Skill 安全检测告警详情,包含本地告警信息和引擎实时检测数据
|
|
2304
|
+
*/
|
|
2305
|
+
async DescribeSkillScanAlertDetail(req, cb) {
|
|
2306
|
+
return this.request("DescribeSkillScanAlertDetail", req, cb);
|
|
2307
|
+
}
|
|
1906
2308
|
/**
|
|
1907
2309
|
* 删除dspm数据识别分级组
|
|
1908
2310
|
*/
|
|
@@ -1921,6 +2323,12 @@ capi 层处理流程:
|
|
|
1921
2323
|
async DescribeLoginTypeHost(req, cb) {
|
|
1922
2324
|
return this.request("DescribeLoginTypeHost", req, cb);
|
|
1923
2325
|
}
|
|
2326
|
+
/**
|
|
2327
|
+
* 修改客户端日志采集配置(CSIP专属),支持设置日志采集类型和生效资产范围
|
|
2328
|
+
*/
|
|
2329
|
+
async ModifyAgentConfigSetting(req, cb) {
|
|
2330
|
+
return this.request("ModifyAgentConfigSetting", req, cb);
|
|
2331
|
+
}
|
|
1924
2332
|
/**
|
|
1925
2333
|
* 全部资产
|
|
1926
2334
|
*/
|
|
@@ -1969,6 +2377,12 @@ capi 层处理流程:
|
|
|
1969
2377
|
async DescribeVpcAssets(req, cb) {
|
|
1970
2378
|
return this.request("DescribeVpcAssets", req, cb);
|
|
1971
2379
|
}
|
|
2380
|
+
/**
|
|
2381
|
+
* 查询镜像关联容器资产
|
|
2382
|
+
*/
|
|
2383
|
+
async DescribeImageAssociatedContainerList(req, cb) {
|
|
2384
|
+
return this.request("DescribeImageAssociatedContainerList", req, cb);
|
|
2385
|
+
}
|
|
1972
2386
|
/**
|
|
1973
2387
|
* 查询扫描任务详情。Filter.Filters支持Name:Status(资产扫描状态,OperatorType=7 IN匹配,取值WAIT/SCANNING/FINISHED/FAILED)。
|
|
1974
2388
|
*/
|
|
@@ -1981,6 +2395,12 @@ capi 层处理流程:
|
|
|
1981
2395
|
async ModifyEdrAlertIsolation(req, cb) {
|
|
1982
2396
|
return this.request("ModifyEdrAlertIsolation", req, cb);
|
|
1983
2397
|
}
|
|
2398
|
+
/**
|
|
2399
|
+
* 日志类型投递关闭
|
|
2400
|
+
*/
|
|
2401
|
+
async ModifyDspmCkafkaStop(req, cb) {
|
|
2402
|
+
return this.request("ModifyDspmCkafkaStop", req, cb);
|
|
2403
|
+
}
|
|
1984
2404
|
/**
|
|
1985
2405
|
* 查看调用记录关联的文件信息
|
|
1986
2406
|
*/
|
|
@@ -1993,6 +2413,12 @@ capi 层处理流程:
|
|
|
1993
2413
|
async CreateIaCAccessToken(req, cb) {
|
|
1994
2414
|
return this.request("CreateIaCAccessToken", req, cb);
|
|
1995
2415
|
}
|
|
2416
|
+
/**
|
|
2417
|
+
* 查询资产中组件列表
|
|
2418
|
+
*/
|
|
2419
|
+
async DescribeAssetComponentList(req, cb) {
|
|
2420
|
+
return this.request("DescribeAssetComponentList", req, cb);
|
|
2421
|
+
}
|
|
1996
2422
|
/**
|
|
1997
2423
|
* 查询Dspm风险策略
|
|
1998
2424
|
*/
|
|
@@ -2065,6 +2491,18 @@ capi 层处理流程:
|
|
|
2065
2491
|
async DescribeExposeRiskStatistics(req, cb) {
|
|
2066
2492
|
return this.request("DescribeExposeRiskStatistics", req, cb);
|
|
2067
2493
|
}
|
|
2494
|
+
/**
|
|
2495
|
+
* 创建一条 LLM 审计用户规则。必须引用至少一条系统规则,不支持用户自定义规则内容
|
|
2496
|
+
*/
|
|
2497
|
+
async CreateSandboxLLMAuditRule(req, cb) {
|
|
2498
|
+
return this.request("CreateSandboxLLMAuditRule", req, cb);
|
|
2499
|
+
}
|
|
2500
|
+
/**
|
|
2501
|
+
* 查询镜像关联主机资产列表
|
|
2502
|
+
*/
|
|
2503
|
+
async DescribeImageAssociatedHostList(req, cb) {
|
|
2504
|
+
return this.request("DescribeImageAssociatedHostList", req, cb);
|
|
2505
|
+
}
|
|
2068
2506
|
/**
|
|
2069
2507
|
* 查看告警列表
|
|
2070
2508
|
*/
|
|
@@ -2077,6 +2515,12 @@ capi 层处理流程:
|
|
|
2077
2515
|
async DescribeDspmSupportedAssetType(req, cb) {
|
|
2078
2516
|
return this.request("DescribeDspmSupportedAssetType", req, cb);
|
|
2079
2517
|
}
|
|
2518
|
+
/**
|
|
2519
|
+
* 创建Dspm自定义风险策略
|
|
2520
|
+
*/
|
|
2521
|
+
async CreateDspmRiskStrategy(req, cb) {
|
|
2522
|
+
return this.request("CreateDspmRiskStrategy", req, cb);
|
|
2523
|
+
}
|
|
2080
2524
|
/**
|
|
2081
2525
|
* 获取账号dspm信息列表
|
|
2082
2526
|
*/
|
|
@@ -2175,6 +2619,12 @@ capi 层处理流程:
|
|
|
2175
2619
|
async CopyBaselinePolicy(req, cb) {
|
|
2176
2620
|
return this.request("CopyBaselinePolicy", req, cb);
|
|
2177
2621
|
}
|
|
2622
|
+
/**
|
|
2623
|
+
* 批量删除 ACL 用户规则。删除后规则不再返回到列表查询,并不再对流量生效。任一 ID 不存在或属于其他租户时整体返回错误
|
|
2624
|
+
*/
|
|
2625
|
+
async DeleteSandboxACLRule(req, cb) {
|
|
2626
|
+
return this.request("DeleteSandboxACLRule", req, cb);
|
|
2627
|
+
}
|
|
2178
2628
|
/**
|
|
2179
2629
|
* 查询Dspm同步资产状态
|
|
2180
2630
|
*/
|
|
@@ -2211,12 +2661,36 @@ capi 层处理流程:
|
|
|
2211
2661
|
async DescribeCWPExposures(req, cb) {
|
|
2212
2662
|
return this.request("DescribeCWPExposures", req, cb);
|
|
2213
2663
|
}
|
|
2664
|
+
/**
|
|
2665
|
+
* 分页查询 DLP 数据泄露告警日志列表。支持按 Filter.Name=ID 精确过滤单条告警用于详情页场景
|
|
2666
|
+
*/
|
|
2667
|
+
async DescribeSandboxDLPAlertList(req, cb) {
|
|
2668
|
+
return this.request("DescribeSandboxDLPAlertList", req, cb);
|
|
2669
|
+
}
|
|
2670
|
+
/**
|
|
2671
|
+
* 修改镜像仓库信息
|
|
2672
|
+
*/
|
|
2673
|
+
async ModifyImageRegistry(req, cb) {
|
|
2674
|
+
return this.request("ModifyImageRegistry", req, cb);
|
|
2675
|
+
}
|
|
2214
2676
|
/**
|
|
2215
2677
|
* 创建资产视角下风险列表导出任务示例
|
|
2216
2678
|
*/
|
|
2217
2679
|
async CreateCheckViewRisksExportJob(req, cb) {
|
|
2218
2680
|
return this.request("CreateCheckViewRisksExportJob", req, cb);
|
|
2219
2681
|
}
|
|
2682
|
+
/**
|
|
2683
|
+
* 创建镜像关联主机资产列表导出任务
|
|
2684
|
+
*/
|
|
2685
|
+
async CreateImageAssociatedHostListExportJob(req, cb) {
|
|
2686
|
+
return this.request("CreateImageAssociatedHostListExportJob", req, cb);
|
|
2687
|
+
}
|
|
2688
|
+
/**
|
|
2689
|
+
* 创建一条 DLP 用户规则。可引用若干系统规则(SystemRuleIDList),亦可自定义规则(UserRuleContent,名称 + 正则),两者至少提供其一;UserRuleInfo 为新增可选的结构化入参,与 UserRuleContent 同时传入时以 UserRuleInfo 为准
|
|
2690
|
+
*/
|
|
2691
|
+
async CreateSandboxDLPRule(req, cb) {
|
|
2692
|
+
return this.request("CreateSandboxDLPRule", req, cb);
|
|
2693
|
+
}
|
|
2220
2694
|
/**
|
|
2221
2695
|
* 创建漏洞重新扫描
|
|
2222
2696
|
*/
|
|
@@ -2271,6 +2745,12 @@ capi 层处理流程:
|
|
|
2271
2745
|
async DescribeAgentRunMode(req, cb) {
|
|
2272
2746
|
return this.request("DescribeAgentRunMode", req, cb);
|
|
2273
2747
|
}
|
|
2748
|
+
/**
|
|
2749
|
+
* 编辑ak监测账号
|
|
2750
|
+
*/
|
|
2751
|
+
async ModifyShareUserAK(req, cb) {
|
|
2752
|
+
return this.request("ModifyShareUserAK", req, cb);
|
|
2753
|
+
}
|
|
2274
2754
|
/**
|
|
2275
2755
|
* 设置对象存储扫描采样率
|
|
2276
2756
|
*/
|
|
@@ -2283,6 +2763,24 @@ capi 层处理流程:
|
|
|
2283
2763
|
async DescribeVulComponentRelateHost(req, cb) {
|
|
2284
2764
|
return this.request("DescribeVulComponentRelateHost", req, cb);
|
|
2285
2765
|
}
|
|
2766
|
+
/**
|
|
2767
|
+
* 查询 Skill 安全检测告警列表,支持分页、过滤和排序
|
|
2768
|
+
*/
|
|
2769
|
+
async DescribeSkillScanAlertList(req, cb) {
|
|
2770
|
+
return this.request("DescribeSkillScanAlertList", req, cb);
|
|
2771
|
+
}
|
|
2772
|
+
/**
|
|
2773
|
+
* 修改dspm数据识别模板数据项关联级别信息
|
|
2774
|
+
*/
|
|
2775
|
+
async ModifyDspmIdentifyComplianceRuleLevelInfo(req, cb) {
|
|
2776
|
+
return this.request("ModifyDspmIdentifyComplianceRuleLevelInfo", req, cb);
|
|
2777
|
+
}
|
|
2778
|
+
/**
|
|
2779
|
+
* 查询当前租户的 ACL 用户访问控制规则列表。传入 Filter.Name=RuleID 可精确查询单条规则(用于详情页面场景)
|
|
2780
|
+
*/
|
|
2781
|
+
async DescribeSandboxACLRuleList(req, cb) {
|
|
2782
|
+
return this.request("DescribeSandboxACLRuleList", req, cb);
|
|
2783
|
+
}
|
|
2286
2784
|
/**
|
|
2287
2785
|
* 访问密钥风险记录列表
|
|
2288
2786
|
*/
|
|
@@ -2319,6 +2817,12 @@ capi 层处理流程:
|
|
|
2319
2817
|
async DescribeCVMAssetInfo(req, cb) {
|
|
2320
2818
|
return this.request("DescribeCVMAssetInfo", req, cb);
|
|
2321
2819
|
}
|
|
2820
|
+
/**
|
|
2821
|
+
* 查询镜像资产列表
|
|
2822
|
+
*/
|
|
2823
|
+
async DescribeImageAssetList(req, cb) {
|
|
2824
|
+
return this.request("DescribeImageAssetList", req, cb);
|
|
2825
|
+
}
|
|
2322
2826
|
/**
|
|
2323
2827
|
* 修改dspm数据识别数据项状态
|
|
2324
2828
|
*/
|
|
@@ -2343,6 +2847,12 @@ capi 层处理流程:
|
|
|
2343
2847
|
async DescribeCFGRiskStatistics(req, cb) {
|
|
2344
2848
|
return this.request("DescribeCFGRiskStatistics", req, cb);
|
|
2345
2849
|
}
|
|
2850
|
+
/**
|
|
2851
|
+
* 创建镜像木马病毒列表导出任务
|
|
2852
|
+
*/
|
|
2853
|
+
async CreateImageVirusListExportJob(req, cb) {
|
|
2854
|
+
return this.request("CreateImageVirusListExportJob", req, cb);
|
|
2855
|
+
}
|
|
2346
2856
|
/**
|
|
2347
2857
|
* 查询扫描任务列表。Filter.Filters支持Name:Keyword(模糊OperatorType=9)、ScanType(MANUAL/CYCLE)、TaskType(HOST/CONTAINER)、Status(WAIT/SCANNING/FINISHED/FAILED/CANCELED)、AppId(账号)。
|
|
2348
2858
|
*/
|
|
@@ -2374,10 +2884,10 @@ capi 层处理流程:
|
|
|
2374
2884
|
return this.request("DescribeLoginTypeGlobalConf", req, cb);
|
|
2375
2885
|
}
|
|
2376
2886
|
/**
|
|
2377
|
-
*
|
|
2887
|
+
* 访问密钥告警记录列表
|
|
2378
2888
|
*/
|
|
2379
|
-
async
|
|
2380
|
-
return this.request("
|
|
2889
|
+
async DescribeAccessKeyWhiteList(req, cb) {
|
|
2890
|
+
return this.request("DescribeAccessKeyWhiteList", req, cb);
|
|
2381
2891
|
}
|
|
2382
2892
|
/**
|
|
2383
2893
|
* 创建公网资产导出任务
|
|
@@ -2427,6 +2937,12 @@ capi 层处理流程:
|
|
|
2427
2937
|
async DescribeAssetOverview(req, cb) {
|
|
2428
2938
|
return this.request("DescribeAssetOverview", req, cb);
|
|
2429
2939
|
}
|
|
2940
|
+
/**
|
|
2941
|
+
* 批量切换 ACL 用户规则的启禁用状态。任一规则不存在、属于其他租户或已删除时整体返回错误
|
|
2942
|
+
*/
|
|
2943
|
+
async ModifySandboxACLRuleStatus(req, cb) {
|
|
2944
|
+
return this.request("ModifySandboxACLRuleStatus", req, cb);
|
|
2945
|
+
}
|
|
2430
2946
|
/**
|
|
2431
2947
|
* 绑定、更新集群负责人
|
|
2432
2948
|
*/
|
|
@@ -2451,6 +2967,12 @@ capi 层处理流程:
|
|
|
2451
2967
|
async DescribeGatewayAssets(req, cb) {
|
|
2452
2968
|
return this.request("DescribeGatewayAssets", req, cb);
|
|
2453
2969
|
}
|
|
2970
|
+
/**
|
|
2971
|
+
* 创建镜像关联容器资产导出任务
|
|
2972
|
+
*/
|
|
2973
|
+
async CreateImageAssociatedContainerListExportJob(req, cb) {
|
|
2974
|
+
return this.request("CreateImageAssociatedContainerListExportJob", req, cb);
|
|
2975
|
+
}
|
|
2454
2976
|
/**
|
|
2455
2977
|
* 创建日志导出任务
|
|
2456
2978
|
*/
|
|
@@ -2495,12 +3017,24 @@ capi 层处理流程:
|
|
|
2495
3017
|
async DescribeClusterListV2(req, cb) {
|
|
2496
3018
|
return this.request("DescribeClusterListV2", req, cb);
|
|
2497
3019
|
}
|
|
3020
|
+
/**
|
|
3021
|
+
* 查询镜像资产详情
|
|
3022
|
+
*/
|
|
3023
|
+
async DescribeImageAssetDetail(req, cb) {
|
|
3024
|
+
return this.request("DescribeImageAssetDetail", req, cb);
|
|
3025
|
+
}
|
|
2498
3026
|
/**
|
|
2499
3027
|
* 用户CSPM配额信息
|
|
2500
3028
|
*/
|
|
2501
3029
|
async DescribeUserInfo(req, cb) {
|
|
2502
3030
|
return this.request("DescribeUserInfo", req, cb);
|
|
2503
3031
|
}
|
|
3032
|
+
/**
|
|
3033
|
+
* 查询镜像关联资产数
|
|
3034
|
+
*/
|
|
3035
|
+
async DescribeImageAssociatedAssetCount(req, cb) {
|
|
3036
|
+
return this.request("DescribeImageAssociatedAssetCount", req, cb);
|
|
3037
|
+
}
|
|
2504
3038
|
/**
|
|
2505
3039
|
* ip公网列表
|
|
2506
3040
|
*/
|
|
@@ -2558,10 +3092,16 @@ capi 层处理流程:
|
|
|
2558
3092
|
return this.request("DeleteEDRScanTask", req, cb);
|
|
2559
3093
|
}
|
|
2560
3094
|
/**
|
|
2561
|
-
*
|
|
3095
|
+
* 创建资产视角下风险列表导出任务示例
|
|
2562
3096
|
*/
|
|
2563
|
-
async
|
|
2564
|
-
return this.request("
|
|
3097
|
+
async CreateCFGRisksExportJob(req, cb) {
|
|
3098
|
+
return this.request("CreateCFGRisksExportJob", req, cb);
|
|
3099
|
+
}
|
|
3100
|
+
/**
|
|
3101
|
+
* 批量切换 DLP 用户规则的启禁用状态。任一规则不存在、属于其他租户或已删除时整体返回错误
|
|
3102
|
+
*/
|
|
3103
|
+
async ModifySandboxDLPRuleStatus(req, cb) {
|
|
3104
|
+
return this.request("ModifySandboxDLPRuleStatus", req, cb);
|
|
2565
3105
|
}
|
|
2566
3106
|
/**
|
|
2567
3107
|
* 修改对象存储识别开关
|
|
@@ -2575,6 +3115,12 @@ capi 层处理流程:
|
|
|
2575
3115
|
async DescribeTopAttackInfo(req, cb) {
|
|
2576
3116
|
return this.request("DescribeTopAttackInfo", req, cb);
|
|
2577
3117
|
}
|
|
3118
|
+
/**
|
|
3119
|
+
* 创建镜像仓库镜像扫描任务配置
|
|
3120
|
+
*/
|
|
3121
|
+
async CreateImageRegistryTimedScanTaskConfig(req, cb) {
|
|
3122
|
+
return this.request("CreateImageRegistryTimedScanTaskConfig", req, cb);
|
|
3123
|
+
}
|
|
2578
3124
|
/**
|
|
2579
3125
|
* 操作资产编辑标签
|
|
2580
3126
|
*/
|
|
@@ -2599,6 +3145,12 @@ capi 层处理流程:
|
|
|
2599
3145
|
async ModifyCosAuditMonitorAccount(req, cb) {
|
|
2600
3146
|
return this.request("ModifyCosAuditMonitorAccount", req, cb);
|
|
2601
3147
|
}
|
|
3148
|
+
/**
|
|
3149
|
+
* 查询镜像仓库地域列表
|
|
3150
|
+
*/
|
|
3151
|
+
async DescribeRegistryRegionList(req, cb) {
|
|
3152
|
+
return this.request("DescribeRegistryRegionList", req, cb);
|
|
3153
|
+
}
|
|
2602
3154
|
/**
|
|
2603
3155
|
* 修改Dspm个人身份id
|
|
2604
3156
|
*/
|
|
@@ -2618,10 +3170,22 @@ capi 层处理流程:
|
|
|
2618
3170
|
return this.request("DescribeNatRules", req, cb);
|
|
2619
3171
|
}
|
|
2620
3172
|
/**
|
|
2621
|
-
*
|
|
3173
|
+
* 创建镜像组件列表导出任务
|
|
2622
3174
|
*/
|
|
2623
|
-
async
|
|
2624
|
-
return this.request("
|
|
3175
|
+
async CreateImageComponentListExportJob(req, cb) {
|
|
3176
|
+
return this.request("CreateImageComponentListExportJob", req, cb);
|
|
3177
|
+
}
|
|
3178
|
+
/**
|
|
3179
|
+
* 下载导出日志
|
|
3180
|
+
*/
|
|
3181
|
+
async DownloadDspmExportLog(req, cb) {
|
|
3182
|
+
return this.request("DownloadDspmExportLog", req, cb);
|
|
3183
|
+
}
|
|
3184
|
+
/**
|
|
3185
|
+
* 查询当前租户的 DLP 用户规则列表。传入 Filter.Name=RuleID 可精确查询单条规则(用于详情页面场景)
|
|
3186
|
+
*/
|
|
3187
|
+
async DescribeSandboxDLPRuleList(req, cb) {
|
|
3188
|
+
return this.request("DescribeSandboxDLPRuleList", req, cb);
|
|
2625
3189
|
}
|
|
2626
3190
|
/**
|
|
2627
3191
|
* 修改自动扩容配置(多模块可扩展,本期仅主机安全模块)。
|
|
@@ -2650,12 +3214,30 @@ capi 层处理流程:
|
|
|
2650
3214
|
async ModifyMachineRemark(req, cb) {
|
|
2651
3215
|
return this.request("ModifyMachineRemark", req, cb);
|
|
2652
3216
|
}
|
|
3217
|
+
/**
|
|
3218
|
+
* 分页查询当前租户下的通知策略列表,对应「通知中心 - 机器人通知 - 通知策略配置」Tab 的表格。返回的字段为「行展示」所需的精简信息。完整配置在编辑场景下使用 DescribeWebhookPolicy。每租户最多 100 个通知策略
|
|
3219
|
+
*/
|
|
3220
|
+
async DescribeWebhookPolicyList(req, cb) {
|
|
3221
|
+
return this.request("DescribeWebhookPolicyList", req, cb);
|
|
3222
|
+
}
|
|
2653
3223
|
/**
|
|
2654
3224
|
* 查询Dspm统计信息
|
|
2655
3225
|
*/
|
|
2656
3226
|
async DescribeDspmStatistics(req, cb) {
|
|
2657
3227
|
return this.request("DescribeDspmStatistics", req, cb);
|
|
2658
3228
|
}
|
|
3229
|
+
/**
|
|
3230
|
+
* 编辑dspm监测账号
|
|
3231
|
+
*/
|
|
3232
|
+
async ModifyShareUserDspm(req, cb) {
|
|
3233
|
+
return this.request("ModifyShareUserDspm", req, cb);
|
|
3234
|
+
}
|
|
3235
|
+
/**
|
|
3236
|
+
* 创建容器镜像漏洞白名单
|
|
3237
|
+
*/
|
|
3238
|
+
async CreateImageVulWhitelist(req, cb) {
|
|
3239
|
+
return this.request("CreateImageVulWhitelist", req, cb);
|
|
3240
|
+
}
|
|
2659
3241
|
/**
|
|
2660
3242
|
* 导出任务结果下载URL
|
|
2661
3243
|
*/
|
|
@@ -2663,10 +3245,10 @@ capi 层处理流程:
|
|
|
2663
3245
|
return this.request("DescribeExportJobDownloadURL", req, cb);
|
|
2664
3246
|
}
|
|
2665
3247
|
/**
|
|
2666
|
-
*
|
|
3248
|
+
* 访问密钥告警记录AI分析结果详情
|
|
2667
3249
|
*/
|
|
2668
|
-
async
|
|
2669
|
-
return this.request("
|
|
3250
|
+
async DescribeAKAnalysisDetail(req, cb) {
|
|
3251
|
+
return this.request("DescribeAKAnalysisDetail", req, cb);
|
|
2670
3252
|
}
|
|
2671
3253
|
/**
|
|
2672
3254
|
* 删除风险中心扫描任务
|
|
@@ -2704,12 +3286,24 @@ capi 层处理流程:
|
|
|
2704
3286
|
async ModifyRiskCenterScanTask(req, cb) {
|
|
2705
3287
|
return this.request("ModifyRiskCenterScanTask", req, cb);
|
|
2706
3288
|
}
|
|
3289
|
+
/**
|
|
3290
|
+
* 租户Ckafka联通性测试
|
|
3291
|
+
*/
|
|
3292
|
+
async SendDspmCkafkaTest(req, cb) {
|
|
3293
|
+
return this.request("SendDspmCkafkaTest", req, cb);
|
|
3294
|
+
}
|
|
2707
3295
|
/**
|
|
2708
3296
|
* 创建Dspm资产访问拓扑导出任务
|
|
2709
3297
|
*/
|
|
2710
3298
|
async CreateDspmAssetAccessTopologyExportJob(req, cb) {
|
|
2711
3299
|
return this.request("CreateDspmAssetAccessTopologyExportJob", req, cb);
|
|
2712
3300
|
}
|
|
3301
|
+
/**
|
|
3302
|
+
* 查询容器镜像敏感信息白名单
|
|
3303
|
+
*/
|
|
3304
|
+
async DescribeImageSensitiveWhitelist(req, cb) {
|
|
3305
|
+
return this.request("DescribeImageSensitiveWhitelist", req, cb);
|
|
3306
|
+
}
|
|
2713
3307
|
/**
|
|
2714
3308
|
* 获取IaC检测文件列表
|
|
2715
3309
|
*/
|
|
@@ -2770,12 +3364,24 @@ capi 层处理流程:
|
|
|
2770
3364
|
async DescribeTaskLogList(req, cb) {
|
|
2771
3365
|
return this.request("DescribeTaskLogList", req, cb);
|
|
2772
3366
|
}
|
|
3367
|
+
/**
|
|
3368
|
+
* 查询镜像仓库镜像扫描任务列表
|
|
3369
|
+
*/
|
|
3370
|
+
async DescribeImageRegistryScanTaskList(req, cb) {
|
|
3371
|
+
return this.request("DescribeImageRegistryScanTaskList", req, cb);
|
|
3372
|
+
}
|
|
2773
3373
|
/**
|
|
2774
3374
|
* 创建漏洞扫描(一键扫描)
|
|
2775
3375
|
*/
|
|
2776
3376
|
async CreateVulScanManual(req, cb) {
|
|
2777
3377
|
return this.request("CreateVulScanManual", req, cb);
|
|
2778
3378
|
}
|
|
3379
|
+
/**
|
|
3380
|
+
* 查询dspm审计过滤策略
|
|
3381
|
+
*/
|
|
3382
|
+
async DescribeDspmAuditFilterStrategy(req, cb) {
|
|
3383
|
+
return this.request("DescribeDspmAuditFilterStrategy", req, cb);
|
|
3384
|
+
}
|
|
2779
3385
|
/**
|
|
2780
3386
|
* 查询dspm数据识别数据项验证结果
|
|
2781
3387
|
*/
|
|
@@ -2812,6 +3418,12 @@ capi 层处理流程:
|
|
|
2812
3418
|
async CreateIaCFileExportJob(req, cb) {
|
|
2813
3419
|
return this.request("CreateIaCFileExportJob", req, cb);
|
|
2814
3420
|
}
|
|
3421
|
+
/**
|
|
3422
|
+
* 获取命令沙箱文件规则列表
|
|
3423
|
+
*/
|
|
3424
|
+
async DescribeSandboxFileRuleList(req, cb) {
|
|
3425
|
+
return this.request("DescribeSandboxFileRuleList", req, cb);
|
|
3426
|
+
}
|
|
2815
3427
|
/**
|
|
2816
3428
|
* 获取主机漏洞风险列表
|
|
2817
3429
|
*/
|
|
@@ -2819,10 +3431,22 @@ capi 层处理流程:
|
|
|
2819
3431
|
return this.request("DescribeHostVulRiskList", req, cb);
|
|
2820
3432
|
}
|
|
2821
3433
|
/**
|
|
2822
|
-
*
|
|
3434
|
+
* 获取防卸载全局配置
|
|
2823
3435
|
*/
|
|
2824
|
-
async
|
|
2825
|
-
return this.request("
|
|
3436
|
+
async DescribePreventUninstallGlobalConf(req, cb) {
|
|
3437
|
+
return this.request("DescribePreventUninstallGlobalConf", req, cb);
|
|
3438
|
+
}
|
|
3439
|
+
/**
|
|
3440
|
+
* 分页查询 ACL 访问控制告警日志列表。支持按 Filter.Name=ID 精确过滤单条告警用于详情页场景
|
|
3441
|
+
*/
|
|
3442
|
+
async DescribeSandboxACLAlertList(req, cb) {
|
|
3443
|
+
return this.request("DescribeSandboxACLAlertList", req, cb);
|
|
3444
|
+
}
|
|
3445
|
+
/**
|
|
3446
|
+
* 修改Dspm审计过滤策略
|
|
3447
|
+
*/
|
|
3448
|
+
async ModifyDspmAuditFilterStrategy(req, cb) {
|
|
3449
|
+
return this.request("ModifyDspmAuditFilterStrategy", req, cb);
|
|
2826
3450
|
}
|
|
2827
3451
|
/**
|
|
2828
3452
|
* 修改文件查杀定时扫描配置,包含扫描周期、检测模式、资产范围、引擎选择、隔离配置等
|
|
@@ -2908,12 +3532,24 @@ capi 层处理流程:
|
|
|
2908
3532
|
async ModifyExposureTag(req, cb) {
|
|
2909
3533
|
return this.request("ModifyExposureTag", req, cb);
|
|
2910
3534
|
}
|
|
3535
|
+
/**
|
|
3536
|
+
* 查询租户日志投递配置
|
|
3537
|
+
*/
|
|
3538
|
+
async DescribeDspmLogTypeConfigList(req, cb) {
|
|
3539
|
+
return this.request("DescribeDspmLogTypeConfigList", req, cb);
|
|
3540
|
+
}
|
|
2911
3541
|
/**
|
|
2912
3542
|
* CSIP 手动扫描任务删除接口
|
|
2913
3543
|
*/
|
|
2914
3544
|
async DeleteCSIPMalwareScanTask(req, cb) {
|
|
2915
3545
|
return this.request("DeleteCSIPMalwareScanTask", req, cb);
|
|
2916
3546
|
}
|
|
3547
|
+
/**
|
|
3548
|
+
* 批量切换 LLM 审计用户规则的启禁用状态。任一规则不存在、属于其他租户或已删除时整体返回错误
|
|
3549
|
+
*/
|
|
3550
|
+
async ModifySandboxLLMAuditRuleStatus(req, cb) {
|
|
3551
|
+
return this.request("ModifySandboxLLMAuditRuleStatus", req, cb);
|
|
3552
|
+
}
|
|
2917
3553
|
/**
|
|
2918
3554
|
* 新增或修改一个接收机器人。ID > 0 表示修改已有记录;ID = 0 或不传表示新增。机器人类型由 Type 字段决定,Type=WEBHOOK 时 WebhookAddr 必填,Type=SCF 时 SCFRegion/Namespace/FunctionName/FunctionVersion/Alias/MaxWaitSeconds 全部必填。修改时不允许变更 Type
|
|
2919
3555
|
*/
|
|
@@ -2938,6 +3574,12 @@ capi 层处理流程:
|
|
|
2938
3574
|
async DescribeExportJobManageList(req, cb) {
|
|
2939
3575
|
return this.request("DescribeExportJobManageList", req, cb);
|
|
2940
3576
|
}
|
|
3577
|
+
/**
|
|
3578
|
+
* 查询cos审计字典信息列表
|
|
3579
|
+
*/
|
|
3580
|
+
async DescribeCosAuditDictionaryList(req, cb) {
|
|
3581
|
+
return this.request("DescribeCosAuditDictionaryList", req, cb);
|
|
3582
|
+
}
|
|
2941
3583
|
/**
|
|
2942
3584
|
* 查看风险关联的存储桶信息
|
|
2943
3585
|
*/
|
|
@@ -2950,18 +3592,36 @@ capi 层处理流程:
|
|
|
2950
3592
|
async DescribeDspmRiskDetail(req, cb) {
|
|
2951
3593
|
return this.request("DescribeDspmRiskDetail", req, cb);
|
|
2952
3594
|
}
|
|
3595
|
+
/**
|
|
3596
|
+
* 查询审计会话列表信息
|
|
3597
|
+
*/
|
|
3598
|
+
async DescribeDspmSessionList(req, cb) {
|
|
3599
|
+
return this.request("DescribeDspmSessionList", req, cb);
|
|
3600
|
+
}
|
|
2953
3601
|
/**
|
|
2954
3602
|
* 查询指定 SCF 函数下的版本列表。
|
|
2955
3603
|
*/
|
|
2956
3604
|
async DescribeSCFFunctionVersionList(req, cb) {
|
|
2957
3605
|
return this.request("DescribeSCFFunctionVersionList", req, cb);
|
|
2958
3606
|
}
|
|
3607
|
+
/**
|
|
3608
|
+
* 获取风险调用记录列表
|
|
3609
|
+
*/
|
|
3610
|
+
async DescribeRiskCallRecord(req, cb) {
|
|
3611
|
+
return this.request("DescribeRiskCallRecord", req, cb);
|
|
3612
|
+
}
|
|
2959
3613
|
/**
|
|
2960
3614
|
* 查询集群命名空间列表
|
|
2961
3615
|
*/
|
|
2962
3616
|
async DescribeClusterNamespaceList(req, cb) {
|
|
2963
3617
|
return this.request("DescribeClusterNamespaceList", req, cb);
|
|
2964
3618
|
}
|
|
3619
|
+
/**
|
|
3620
|
+
* 创建镜像敏感信息列表导出任务
|
|
3621
|
+
*/
|
|
3622
|
+
async CreateImageSensitiveInfoListExportJob(req, cb) {
|
|
3623
|
+
return this.request("CreateImageSensitiveInfoListExportJob", req, cb);
|
|
3624
|
+
}
|
|
2965
3625
|
/**
|
|
2966
3626
|
* 停止扫风险中心扫描任务
|
|
2967
3627
|
*/
|
|
@@ -2992,6 +3652,12 @@ capi 层处理流程:
|
|
|
2992
3652
|
async ModifyDspmApplyingIdentifyComplianceGroup(req, cb) {
|
|
2993
3653
|
return this.request("ModifyDspmApplyingIdentifyComplianceGroup", req, cb);
|
|
2994
3654
|
}
|
|
3655
|
+
/**
|
|
3656
|
+
* 创建镜像木马白名单
|
|
3657
|
+
*/
|
|
3658
|
+
async CreateImageVirusWhitelist(req, cb) {
|
|
3659
|
+
return this.request("CreateImageVirusWhitelist", req, cb);
|
|
3660
|
+
}
|
|
2995
3661
|
/**
|
|
2996
3662
|
* CSIP 手动扫描停止接口
|
|
2997
3663
|
*/
|
|
@@ -3022,6 +3688,12 @@ capi 层处理流程:
|
|
|
3022
3688
|
async DescribeScanReportList(req, cb) {
|
|
3023
3689
|
return this.request("DescribeScanReportList", req, cb);
|
|
3024
3690
|
}
|
|
3691
|
+
/**
|
|
3692
|
+
* 修改通知成员账号
|
|
3693
|
+
*/
|
|
3694
|
+
async ModifyNotifyMember(req, cb) {
|
|
3695
|
+
return this.request("ModifyNotifyMember", req, cb);
|
|
3696
|
+
}
|
|
3025
3697
|
/**
|
|
3026
3698
|
* 更新自定义策略的开关
|
|
3027
3699
|
*/
|
|
@@ -3035,10 +3707,16 @@ capi 层处理流程:
|
|
|
3035
3707
|
return this.request("DescribeDspmIdentifyRuleDetail", req, cb);
|
|
3036
3708
|
}
|
|
3037
3709
|
/**
|
|
3038
|
-
*
|
|
3710
|
+
* 创建镜像仓库联通性检查任务
|
|
3039
3711
|
*/
|
|
3040
|
-
async
|
|
3041
|
-
return this.request("
|
|
3712
|
+
async CreateImageRegistryConnectivityTask(req, cb) {
|
|
3713
|
+
return this.request("CreateImageRegistryConnectivityTask", req, cb);
|
|
3714
|
+
}
|
|
3715
|
+
/**
|
|
3716
|
+
* 删除镜像仓库信息
|
|
3717
|
+
*/
|
|
3718
|
+
async DeleteImageRegistry(req, cb) {
|
|
3719
|
+
return this.request("DeleteImageRegistry", req, cb);
|
|
3042
3720
|
}
|
|
3043
3721
|
/**
|
|
3044
3722
|
* 查询Dspm申请单列表
|
|
@@ -3064,6 +3742,12 @@ capi 层处理流程:
|
|
|
3064
3742
|
async DescribeScfCustomDomainEndpoints(req, cb) {
|
|
3065
3743
|
return this.request("DescribeScfCustomDomainEndpoints", req, cb);
|
|
3066
3744
|
}
|
|
3745
|
+
/**
|
|
3746
|
+
* 创建镜像资产中组件列表导出任务
|
|
3747
|
+
*/
|
|
3748
|
+
async CreateAssetComponentListExportJob(req, cb) {
|
|
3749
|
+
return this.request("CreateAssetComponentListExportJob", req, cb);
|
|
3750
|
+
}
|
|
3067
3751
|
/**
|
|
3068
3752
|
* cos概览信息
|
|
3069
3753
|
*/
|
|
@@ -3108,6 +3792,12 @@ capi 层处理流程:
|
|
|
3108
3792
|
async DescribeCosAkInvokeIpList(req, cb) {
|
|
3109
3793
|
return this.request("DescribeCosAkInvokeIpList", req, cb);
|
|
3110
3794
|
}
|
|
3795
|
+
/**
|
|
3796
|
+
* 查询后台扫描引擎地域列表
|
|
3797
|
+
*/
|
|
3798
|
+
async DescribeBackendScanEngineRegionList(req, cb) {
|
|
3799
|
+
return this.request("DescribeBackendScanEngineRegionList", req, cb);
|
|
3800
|
+
}
|
|
3111
3801
|
/**
|
|
3112
3802
|
* 查询日志列表信息
|
|
3113
3803
|
*/
|
|
@@ -3115,10 +3805,10 @@ capi 层处理流程:
|
|
|
3115
3805
|
return this.request("DescribeDspmLogList", req, cb);
|
|
3116
3806
|
}
|
|
3117
3807
|
/**
|
|
3118
|
-
*
|
|
3808
|
+
* 创建命令沙箱文件访问规则
|
|
3119
3809
|
*/
|
|
3120
|
-
async
|
|
3121
|
-
return this.request("
|
|
3810
|
+
async DeleteSandboxFileRule(req, cb) {
|
|
3811
|
+
return this.request("DeleteSandboxFileRule", req, cb);
|
|
3122
3812
|
}
|
|
3123
3813
|
/**
|
|
3124
3814
|
* 创建dspm数据识别模板分类关联
|
|
@@ -3132,6 +3822,12 @@ capi 层处理流程:
|
|
|
3132
3822
|
async SyncDspmUsers(req, cb) {
|
|
3133
3823
|
return this.request("SyncDspmUsers", req, cb);
|
|
3134
3824
|
}
|
|
3825
|
+
/**
|
|
3826
|
+
* 查询镜像木马病毒列表
|
|
3827
|
+
*/
|
|
3828
|
+
async DescribeImageVirusList(req, cb) {
|
|
3829
|
+
return this.request("DescribeImageVirusList", req, cb);
|
|
3830
|
+
}
|
|
3135
3831
|
/**
|
|
3136
3832
|
* 重保防护授权包绑定
|
|
3137
3833
|
*/
|
|
@@ -3156,6 +3852,12 @@ capi 层处理流程:
|
|
|
3156
3852
|
async DescribeDspmDictionaryList(req, cb) {
|
|
3157
3853
|
return this.request("DescribeDspmDictionaryList", req, cb);
|
|
3158
3854
|
}
|
|
3855
|
+
/**
|
|
3856
|
+
* 创建镜像扫描任务
|
|
3857
|
+
*/
|
|
3858
|
+
async CreateImageRegistryScanTask(req, cb) {
|
|
3859
|
+
return this.request("CreateImageRegistryScanTask", req, cb);
|
|
3860
|
+
}
|
|
3159
3861
|
/**
|
|
3160
3862
|
* 获取cvm列表
|
|
3161
3863
|
*/
|
|
@@ -3174,6 +3876,12 @@ capi 层处理流程:
|
|
|
3174
3876
|
async CreateDspmApplyOrder(req, cb) {
|
|
3175
3877
|
return this.request("CreateDspmApplyOrder", req, cb);
|
|
3176
3878
|
}
|
|
3879
|
+
/**
|
|
3880
|
+
* 修改命令沙箱文件访问规则
|
|
3881
|
+
*/
|
|
3882
|
+
async ModifySandboxFileRule(req, cb) {
|
|
3883
|
+
return this.request("ModifySandboxFileRule", req, cb);
|
|
3884
|
+
}
|
|
3177
3885
|
/**
|
|
3178
3886
|
* 查看调用记录关联的文件信息
|
|
3179
3887
|
*/
|
|
@@ -3187,10 +3895,16 @@ capi 层处理流程:
|
|
|
3187
3895
|
return this.request("DescribeBucketInvokeIpList", req, cb);
|
|
3188
3896
|
}
|
|
3189
3897
|
/**
|
|
3190
|
-
* 查询Dspm
|
|
3898
|
+
* 查询Dspm身份id列表
|
|
3191
3899
|
*/
|
|
3192
|
-
async
|
|
3193
|
-
return this.request("
|
|
3900
|
+
async DescribeDspmIdentifyIdList(req, cb) {
|
|
3901
|
+
return this.request("DescribeDspmIdentifyIdList", req, cb);
|
|
3902
|
+
}
|
|
3903
|
+
/**
|
|
3904
|
+
* 绑定 RASP / 旗舰版授权到指定订单。异步执行,返回TaskId供查询进度。LicenseType=rasp 绑 RASP,LicenseType=enterprise_hp 绑旗舰版主机授权;AssetType 区分主机/容器节点/EKS。
|
|
3905
|
+
*/
|
|
3906
|
+
async ModifyCSIPRaspLicenseBinds(req, cb) {
|
|
3907
|
+
return this.request("ModifyCSIPRaspLicenseBinds", req, cb);
|
|
3194
3908
|
}
|
|
3195
3909
|
/**
|
|
3196
3910
|
* 修改日志备份设置
|
|
@@ -3234,6 +3948,12 @@ capi 层处理流程:
|
|
|
3234
3948
|
async DescribeNFSScanHost(req, cb) {
|
|
3235
3949
|
return this.request("DescribeNFSScanHost", req, cb);
|
|
3236
3950
|
}
|
|
3951
|
+
/**
|
|
3952
|
+
* 查询Ckafka实例的路由信息
|
|
3953
|
+
*/
|
|
3954
|
+
async DescribeDspmCkafkaRouteList(req, cb) {
|
|
3955
|
+
return this.request("DescribeDspmCkafkaRouteList", req, cb);
|
|
3956
|
+
}
|
|
3237
3957
|
/**
|
|
3238
3958
|
* 获取漏洞忽略列表
|
|
3239
3959
|
*/
|
|
@@ -3276,6 +3996,12 @@ capi 层处理流程:
|
|
|
3276
3996
|
async DescribeBaselineMainTaskList(req, cb) {
|
|
3277
3997
|
return this.request("DescribeBaselineMainTaskList", req, cb);
|
|
3278
3998
|
}
|
|
3999
|
+
/**
|
|
4000
|
+
* 获取通知设置(云API风险治理)
|
|
4001
|
+
*/
|
|
4002
|
+
async DescribeNotifySettingAk(req, cb) {
|
|
4003
|
+
return this.request("DescribeNotifySettingAk", req, cb);
|
|
4004
|
+
}
|
|
3279
4005
|
/**
|
|
3280
4006
|
* 获取扫描预消耗配额
|
|
3281
4007
|
*/
|
|
@@ -3300,6 +4026,12 @@ capi 层处理流程:
|
|
|
3300
4026
|
async DescribeLicenseStatus(req, cb) {
|
|
3301
4027
|
return this.request("DescribeLicenseStatus", req, cb);
|
|
3302
4028
|
}
|
|
4029
|
+
/**
|
|
4030
|
+
* 查询镜像仓库组件关联的镜像列表
|
|
4031
|
+
*/
|
|
4032
|
+
async DescribeAssetComponentRelatedImageList(req, cb) {
|
|
4033
|
+
return this.request("DescribeAssetComponentRelatedImageList", req, cb);
|
|
4034
|
+
}
|
|
3303
4035
|
/**
|
|
3304
4036
|
* 批量删除自定义基线策略。仅支持删除 PolicyType=SELF 的策略;删除后历史风险记录保留,但不再产生新结果。
|
|
3305
4037
|
*/
|
|
@@ -3313,10 +4045,16 @@ capi 层处理流程:
|
|
|
3313
4045
|
return this.request("DescribeVulFixedList", req, cb);
|
|
3314
4046
|
}
|
|
3315
4047
|
/**
|
|
3316
|
-
*
|
|
4048
|
+
* 修改已有的 ACL 用户规则。未传字段保持原值,支持部分字段更新
|
|
3317
4049
|
*/
|
|
3318
|
-
async
|
|
3319
|
-
return this.request("
|
|
4050
|
+
async ModifySandboxACLRule(req, cb) {
|
|
4051
|
+
return this.request("ModifySandboxACLRule", req, cb);
|
|
4052
|
+
}
|
|
4053
|
+
/**
|
|
4054
|
+
* 创建容器镜像敏感信息白名单
|
|
4055
|
+
*/
|
|
4056
|
+
async CreateImageSensitiveWhitelist(req, cb) {
|
|
4057
|
+
return this.request("CreateImageSensitiveWhitelist", req, cb);
|
|
3320
4058
|
}
|
|
3321
4059
|
/**
|
|
3322
4060
|
* 获取资产标签属性
|
|
@@ -3342,6 +4080,24 @@ capi 层处理流程:
|
|
|
3342
4080
|
async DescribeBaselineSyncConf(req, cb) {
|
|
3343
4081
|
return this.request("DescribeBaselineSyncConf", req, cb);
|
|
3344
4082
|
}
|
|
4083
|
+
/**
|
|
4084
|
+
* 绑定主机授权或RASP授权到指定订单。异步执行,返回TaskId供查询进度。通过LicenseType指定授权版本(旗舰版/专业版/RASP)。
|
|
4085
|
+
*/
|
|
4086
|
+
async ModifyCSIPLicenseBinds(req, cb) {
|
|
4087
|
+
return this.request("ModifyCSIPLicenseBinds", req, cb);
|
|
4088
|
+
}
|
|
4089
|
+
/**
|
|
4090
|
+
* 查询集团账号详情
|
|
4091
|
+
*/
|
|
4092
|
+
async DescribeOrganizationInfo(req, cb) {
|
|
4093
|
+
return this.request("DescribeOrganizationInfo", req, cb);
|
|
4094
|
+
}
|
|
4095
|
+
/**
|
|
4096
|
+
* 日志投递开启
|
|
4097
|
+
*/
|
|
4098
|
+
async ModifyDspmCkafkaStart(req, cb) {
|
|
4099
|
+
return this.request("ModifyDspmCkafkaStart", req, cb);
|
|
4100
|
+
}
|
|
3345
4101
|
/**
|
|
3346
4102
|
* 对修复失败的漏洞修复任务进行重试,仅针对原任务中修复失败的主机重新下发修复指令。仅当任务状态为部分修复失败或全部修复失败时允许重试。
|
|
3347
4103
|
*/
|
|
@@ -3372,6 +4128,12 @@ capi 层处理流程:
|
|
|
3372
4128
|
async DeleteIaCAccessToken(req, cb) {
|
|
3373
4129
|
return this.request("DeleteIaCAccessToken", req, cb);
|
|
3374
4130
|
}
|
|
4131
|
+
/**
|
|
4132
|
+
* 批量启用或禁用命令沙箱文件访问规则
|
|
4133
|
+
*/
|
|
4134
|
+
async ModifySandboxFileRuleStatus(req, cb) {
|
|
4135
|
+
return this.request("ModifySandboxFileRuleStatus", req, cb);
|
|
4136
|
+
}
|
|
3375
4137
|
/**
|
|
3376
4138
|
* 删除EDR策略
|
|
3377
4139
|
*/
|
|
@@ -3390,6 +4152,12 @@ capi 层处理流程:
|
|
|
3390
4152
|
async DeleteDspmRestoreLogList(req, cb) {
|
|
3391
4153
|
return this.request("DeleteDspmRestoreLogList", req, cb);
|
|
3392
4154
|
}
|
|
4155
|
+
/**
|
|
4156
|
+
* 查询Dspm风险记录
|
|
4157
|
+
*/
|
|
4158
|
+
async DescribeDspmRisk(req, cb) {
|
|
4159
|
+
return this.request("DescribeDspmRisk", req, cb);
|
|
4160
|
+
}
|
|
3393
4161
|
/**
|
|
3394
4162
|
* 云防资产中心统计数据
|
|
3395
4163
|
*/
|
|
@@ -3409,10 +4177,10 @@ capi 层处理流程:
|
|
|
3409
4177
|
return this.request("RevertDspmAssetAccount", req, cb);
|
|
3410
4178
|
}
|
|
3411
4179
|
/**
|
|
3412
|
-
*
|
|
4180
|
+
* 获取阻断按钮状态
|
|
3413
4181
|
*/
|
|
3414
|
-
async
|
|
3415
|
-
return this.request("
|
|
4182
|
+
async DescribeBanStatus(req, cb) {
|
|
4183
|
+
return this.request("DescribeBanStatus", req, cb);
|
|
3416
4184
|
}
|
|
3417
4185
|
/**
|
|
3418
4186
|
* 修改漏洞扫描(周期扫描)
|
|
@@ -3444,6 +4212,12 @@ capi 层处理流程:
|
|
|
3444
4212
|
async DescribeCWPOrderList(req, cb) {
|
|
3445
4213
|
return this.request("DescribeCWPOrderList", req, cb);
|
|
3446
4214
|
}
|
|
4215
|
+
/**
|
|
4216
|
+
* 创建镜像漏洞概览列表导出任务
|
|
4217
|
+
*/
|
|
4218
|
+
async CreateImageVulSummaryListExportJob(req, cb) {
|
|
4219
|
+
return this.request("CreateImageVulSummaryListExportJob", req, cb);
|
|
4220
|
+
}
|
|
3447
4221
|
/**
|
|
3448
4222
|
* 打标策略生效资产列表
|
|
3449
4223
|
*/
|
|
@@ -3468,6 +4242,12 @@ capi 层处理流程:
|
|
|
3468
4242
|
async ScanBaselineItemList(req, cb) {
|
|
3469
4243
|
return this.request("ScanBaselineItemList", req, cb);
|
|
3470
4244
|
}
|
|
4245
|
+
/**
|
|
4246
|
+
* 取消日志投递配置
|
|
4247
|
+
*/
|
|
4248
|
+
async DeleteDspmCkafkaConfig(req, cb) {
|
|
4249
|
+
return this.request("DeleteDspmCkafkaConfig", req, cb);
|
|
4250
|
+
}
|
|
3471
4251
|
/**
|
|
3472
4252
|
* 查询漏洞风险高级配置
|
|
3473
4253
|
*/
|
|
@@ -3506,6 +4286,12 @@ capi 层处理流程:
|
|
|
3506
4286
|
async DescribeKBDetail(req, cb) {
|
|
3507
4287
|
return this.request("DescribeKBDetail", req, cb);
|
|
3508
4288
|
}
|
|
4289
|
+
/**
|
|
4290
|
+
* 获取系统内置基线分类树(父分类 → 子分类 → 内置检测项 ID 列表),用于策略编辑页选择基线检测项。
|
|
4291
|
+
*/
|
|
4292
|
+
async DescribeBaselineSystemCategoryList(req, cb) {
|
|
4293
|
+
return this.request("DescribeBaselineSystemCategoryList", req, cb);
|
|
4294
|
+
}
|
|
3509
4295
|
/**
|
|
3510
4296
|
* 获取防卸载主机列表
|
|
3511
4297
|
*/
|
|
@@ -3518,6 +4304,18 @@ capi 层处理流程:
|
|
|
3518
4304
|
async DescribeDspmAccessRecord(req, cb) {
|
|
3519
4305
|
return this.request("DescribeDspmAccessRecord", req, cb);
|
|
3520
4306
|
}
|
|
4307
|
+
/**
|
|
4308
|
+
* 查询流量沙箱访问控制(ACL)系统规则列表,系统规则由 CSIP 平台内置,可被用户规则引用
|
|
4309
|
+
*/
|
|
4310
|
+
async DescribeSandboxACLSystemRuleList(req, cb) {
|
|
4311
|
+
return this.request("DescribeSandboxACLSystemRuleList", req, cb);
|
|
4312
|
+
}
|
|
4313
|
+
/**
|
|
4314
|
+
* 批量删除 LLM 审计用户规则。任一 ID 不存在或属于其他租户时整体返回错误
|
|
4315
|
+
*/
|
|
4316
|
+
async DeleteSandboxLLMAuditRule(req, cb) {
|
|
4317
|
+
return this.request("DeleteSandboxLLMAuditRule", req, cb);
|
|
4318
|
+
}
|
|
3521
4319
|
/**
|
|
3522
4320
|
* 获取漏洞扫描任务记录
|
|
3523
4321
|
*/
|
|
@@ -3537,10 +4335,16 @@ capi 层处理流程:
|
|
|
3537
4335
|
return this.request("ExportEDRRules", req, cb);
|
|
3538
4336
|
}
|
|
3539
4337
|
/**
|
|
3540
|
-
*
|
|
4338
|
+
* 查询 LLM 审计系统规则列表,系统规则由 CSIP 平台内置(来源于 LLM 审计系统规则库),按 LLM 推理防护 / ToolCall 防护拆分为两个扁平规则数组返回,可被用户规则引用
|
|
3541
4339
|
*/
|
|
3542
|
-
async
|
|
3543
|
-
return this.request("
|
|
4340
|
+
async DescribeSandboxLLMAuditSystemRuleList(req, cb) {
|
|
4341
|
+
return this.request("DescribeSandboxLLMAuditSystemRuleList", req, cb);
|
|
4342
|
+
}
|
|
4343
|
+
/**
|
|
4344
|
+
* 删除Dspm自定义风险策略。仅支持删除自定义策略(rule_source=custom);内置策略不可删除,请通过 ModifyDspmRiskStrategy 的 IsEnabled 禁用。
|
|
4345
|
+
*/
|
|
4346
|
+
async DeleteDspmRiskStrategy(req, cb) {
|
|
4347
|
+
return this.request("DeleteDspmRiskStrategy", req, cb);
|
|
3544
4348
|
}
|
|
3545
4349
|
/**
|
|
3546
4350
|
* 修改暴力破解规则
|
|
@@ -3567,10 +4371,10 @@ capi 层处理流程:
|
|
|
3567
4371
|
return this.request("DescribeDspmIdentifyInfo", req, cb);
|
|
3568
4372
|
}
|
|
3569
4373
|
/**
|
|
3570
|
-
*
|
|
4374
|
+
* 检查镜像仓库实例名是否重复
|
|
3571
4375
|
*/
|
|
3572
|
-
async
|
|
3573
|
-
return this.request("
|
|
4376
|
+
async CheckImageRegistryInstanceNameDuplicate(req, cb) {
|
|
4377
|
+
return this.request("CheckImageRegistryInstanceNameDuplicate", req, cb);
|
|
3574
4378
|
}
|
|
3575
4379
|
/**
|
|
3576
4380
|
* 查询指定 SCF 函数下的别名列表。
|
|
@@ -3579,10 +4383,10 @@ capi 层处理流程:
|
|
|
3579
4383
|
return this.request("DescribeSCFAliasList", req, cb);
|
|
3580
4384
|
}
|
|
3581
4385
|
/**
|
|
3582
|
-
*
|
|
4386
|
+
* 查询Dspm资产支持的权限
|
|
3583
4387
|
*/
|
|
3584
|
-
async
|
|
3585
|
-
return this.request("
|
|
4388
|
+
async DescribeDspmAssetSupportedPrivileges(req, cb) {
|
|
4389
|
+
return this.request("DescribeDspmAssetSupportedPrivileges", req, cb);
|
|
3586
4390
|
}
|
|
3587
4391
|
/**
|
|
3588
4392
|
* 查询Dspm审批单列表
|
|
@@ -3590,6 +4394,12 @@ capi 层处理流程:
|
|
|
3590
4394
|
async DescribeDspmApproveOrderList(req, cb) {
|
|
3591
4395
|
return this.request("DescribeDspmApproveOrderList", req, cb);
|
|
3592
4396
|
}
|
|
4397
|
+
/**
|
|
4398
|
+
* 查询流量沙箱数据泄露防护(DLP)系统规则列表,系统规则由 CSIP 平台内置,可被用户规则引用
|
|
4399
|
+
*/
|
|
4400
|
+
async DescribeSandboxDLPSystemRuleList(req, cb) {
|
|
4401
|
+
return this.request("DescribeSandboxDLPSystemRuleList", req, cb);
|
|
4402
|
+
}
|
|
3593
4403
|
/**
|
|
3594
4404
|
* 获取资产视角的配置风险列表
|
|
3595
4405
|
*/
|
|
@@ -3597,10 +4407,16 @@ capi 层处理流程:
|
|
|
3597
4407
|
return this.request("DescribeRiskCenterAssetViewCFGRiskList", req, cb);
|
|
3598
4408
|
}
|
|
3599
4409
|
/**
|
|
3600
|
-
*
|
|
4410
|
+
* 删除镜像仓库扫描任务
|
|
3601
4411
|
*/
|
|
3602
|
-
async
|
|
3603
|
-
return this.request("
|
|
4412
|
+
async DeleteImageRegistryScanTask(req, cb) {
|
|
4413
|
+
return this.request("DeleteImageRegistryScanTask", req, cb);
|
|
4414
|
+
}
|
|
4415
|
+
/**
|
|
4416
|
+
* 验证Dspm资产登录验证码
|
|
4417
|
+
*/
|
|
4418
|
+
async VerifyDspmAssetLoginCode(req, cb) {
|
|
4419
|
+
return this.request("VerifyDspmAssetLoginCode", req, cb);
|
|
3604
4420
|
}
|
|
3605
4421
|
/**
|
|
3606
4422
|
* 操作资产编辑标签
|
|
@@ -3620,6 +4436,12 @@ capi 层处理流程:
|
|
|
3620
4436
|
async DescribeIpInvokeRecord(req, cb) {
|
|
3621
4437
|
return this.request("DescribeIpInvokeRecord", req, cb);
|
|
3622
4438
|
}
|
|
4439
|
+
/**
|
|
4440
|
+
* 修改已存在的 DLP 用户规则。未传字段保持原值,支持部分字段更新;不支持修改 BelongAssetType
|
|
4441
|
+
*/
|
|
4442
|
+
async ModifySandboxDLPRule(req, cb) {
|
|
4443
|
+
return this.request("ModifySandboxDLPRule", req, cb);
|
|
4444
|
+
}
|
|
3623
4445
|
/**
|
|
3624
4446
|
* 修改Dspm审批单状态
|
|
3625
4447
|
*/
|
|
@@ -3663,10 +4485,10 @@ capi 层处理流程:
|
|
|
3663
4485
|
return this.request("DescribeAssetInfo", req, cb);
|
|
3664
4486
|
}
|
|
3665
4487
|
/**
|
|
3666
|
-
*
|
|
4488
|
+
* 查询镜像漏洞概览列表
|
|
3667
4489
|
*/
|
|
3668
|
-
async
|
|
3669
|
-
return this.request("
|
|
4490
|
+
async DescribeImageVulSummaryList(req, cb) {
|
|
4491
|
+
return this.request("DescribeImageVulSummaryList", req, cb);
|
|
3670
4492
|
}
|
|
3671
4493
|
/**
|
|
3672
4494
|
* 修改Dspm身份信息
|
|
@@ -3680,6 +4502,12 @@ capi 层处理流程:
|
|
|
3680
4502
|
async DescribeDspmPersonalIdentifyList(req, cb) {
|
|
3681
4503
|
return this.request("DescribeDspmPersonalIdentifyList", req, cb);
|
|
3682
4504
|
}
|
|
4505
|
+
/**
|
|
4506
|
+
* 按凭据组行 ID 分页查询单个凭据的泄露位置列表。用于配合 DescribeAIAgentCredentialList 接口拆分后的展开场景,避免单接口在数据倾斜场景下一次拉取几十万行 location 导致性能问题。
|
|
4507
|
+
*/
|
|
4508
|
+
async DescribeAIAgentCredentialLocationList(req, cb) {
|
|
4509
|
+
return this.request("DescribeAIAgentCredentialLocationList", req, cb);
|
|
4510
|
+
}
|
|
3683
4511
|
/**
|
|
3684
4512
|
* 查询AI 定时任务执行详情。
|
|
3685
4513
|
|
|
@@ -3725,10 +4553,16 @@ capi 层处理流程:
|
|
|
3725
4553
|
return this.request("DescribeDspmAssetAccessTopology", req, cb);
|
|
3726
4554
|
}
|
|
3727
4555
|
/**
|
|
3728
|
-
*
|
|
4556
|
+
* 创建Dspm审计过滤策略
|
|
3729
4557
|
*/
|
|
3730
|
-
async
|
|
3731
|
-
return this.request("
|
|
4558
|
+
async CreateDspmAuditFilterStrategy(req, cb) {
|
|
4559
|
+
return this.request("CreateDspmAuditFilterStrategy", req, cb);
|
|
4560
|
+
}
|
|
4561
|
+
/**
|
|
4562
|
+
* 批量修改镜像仓库定时扫描任务配置
|
|
4563
|
+
*/
|
|
4564
|
+
async BatchModifyImageRegistryTimedScanTaskConfig(req, cb) {
|
|
4565
|
+
return this.request("BatchModifyImageRegistryTimedScanTaskConfig", req, cb);
|
|
3732
4566
|
}
|
|
3733
4567
|
/**
|
|
3734
4568
|
* 查询指定漏洞修复任务的详情信息,包含每台主机的修复状态、快照状态等明细数据,支持分页和筛选。
|