tencentcloud-sdk-nodejs 4.0.463 → 4.0.465
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/CHANGELOG.md +509 -0
- package/README.md +6 -4
- package/SERVICE_CHANGELOG.md +622 -171
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/v20210624/bma_client.ts +13 -1
- package/src/services/bma/v20210624/bma_models.ts +41 -16
- package/src/services/ckafka/v20190819/ckafka_models.ts +5 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +8 -0
- package/src/services/cwp/v20180228/cwp_client.ts +106 -19
- package/src/services/cwp/v20180228/cwp_models.ts +633 -199
- package/src/services/ess/v20201111/ess_models.ts +24 -18
- package/src/services/essbasic/v20210526/essbasic_client.ts +25 -8
- package/src/services/essbasic/v20210526/essbasic_models.ts +40 -14
- package/src/services/monitor/v20180724/monitor_client.ts +2 -1
- package/src/services/monitor/v20180724/monitor_models.ts +32 -5
- package/src/services/pts/v20210728/pts_models.ts +36 -0
- package/src/services/ssm/v20190923/ssm_models.ts +1 -1
- package/src/services/tcb/v20180608/tcb_models.ts +7 -0
- package/src/services/tcm/v20210413/tcm_client.ts +41 -16
- package/src/services/tcm/v20210413/tcm_models.ts +95 -0
- package/src/services/tcss/v20201101/tcss_client.ts +2064 -278
- package/src/services/tcss/v20201101/tcss_models.ts +12415 -4071
- package/src/services/tdcpg/v20211118/tdcpg_models.ts +13 -0
- package/src/services/teo/v20220901/teo_client.ts +2 -0
- package/src/services/teo/v20220901/teo_models.ts +68 -4
- package/src/services/thpc/v20220401/thpc_client.ts +16 -2
- package/src/services/thpc/v20220401/thpc_models.ts +145 -15
- package/src/services/tke/v20180525/tke_client.ts +4 -4
- package/src/services/tke/v20180525/tke_models.ts +62 -2
- package/src/services/trp/v20210515/trp_models.ts +5 -5
- package/src/services/trtc/v20190722/trtc_client.ts +8 -81
- package/src/services/trtc/v20190722/trtc_models.ts +107 -692
- package/src/services/wedata/v20210820/wedata_client.ts +79 -41
- package/src/services/wedata/v20210820/wedata_models.ts +417 -64
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/v20210624/bma_client.d.ts +5 -1
- package/tencentcloud/services/bma/v20210624/bma_client.js +6 -0
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +36 -14
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +4 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +7 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +33 -5
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +48 -6
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +514 -147
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +20 -15
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +23 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +23 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +38 -13
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +27 -4
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +30 -0
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +1 -1
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +6 -0
- package/tencentcloud/services/tcm/v20210413/tcm_client.d.ts +15 -7
- package/tencentcloud/services/tcm/v20210413/tcm_client.js +21 -9
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +81 -0
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +646 -67
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +976 -109
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +9730 -2639
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +11 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +58 -4
- package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +5 -1
- package/tencentcloud/services/thpc/v20220401/thpc_client.js +6 -0
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +124 -15
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +4 -4
- package/tencentcloud/services/tke/v20180525/tke_client.js +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +54 -2
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +5 -5
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -33
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +2 -38
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +60 -556
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +25 -13
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +35 -17
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +352 -54
- package/test/bma.v20210624.test.js +10 -0
- package/test/cwp.v20180228.test.js +74 -4
- package/test/tcm.v20210413.test.js +26 -6
- package/test/tcss.v20201101.test.js +1764 -324
- package/test/thpc.v20220401.test.js +10 -0
- package/test/trtc.v20190722.test.js +0 -30
- package/test/wedata.v20210820.test.js +40 -10
|
@@ -33,6 +33,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
33
33
|
async DescribeImageAuthorizedInfo(req, cb) {
|
|
34
34
|
return this.request("DescribeImageAuthorizedInfo", req, cb);
|
|
35
35
|
}
|
|
36
|
+
/**
|
|
37
|
+
* 查询支持防御的漏洞列表
|
|
38
|
+
*/
|
|
39
|
+
async DescribeSupportDefenceVul(req, cb) {
|
|
40
|
+
return this.request("DescribeSupportDefenceVul", req, cb);
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* 更新安全日志-日志投递cls配置
|
|
44
|
+
*/
|
|
45
|
+
async ModifySecLogDeliveryClsSetting(req, cb) {
|
|
46
|
+
return this.request("ModifySecLogDeliveryClsSetting", req, cb);
|
|
47
|
+
}
|
|
36
48
|
/**
|
|
37
49
|
* 查询运行时异常进程事件列表信息导出
|
|
38
50
|
*/
|
|
@@ -51,6 +63,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
51
63
|
async DescribeVirusSummary(req, cb) {
|
|
52
64
|
return this.request("DescribeVirusSummary", req, cb);
|
|
53
65
|
}
|
|
66
|
+
/**
|
|
67
|
+
* 编辑漏洞防御设置
|
|
68
|
+
*/
|
|
69
|
+
async ModifyVulDefenceSetting(req, cb) {
|
|
70
|
+
return this.request("ModifyVulDefenceSetting", req, cb);
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* 查询漏洞Top排名列表
|
|
74
|
+
*/
|
|
75
|
+
async DescribeVulTopRanking(req, cb) {
|
|
76
|
+
return this.request("DescribeVulTopRanking", req, cb);
|
|
77
|
+
}
|
|
54
78
|
/**
|
|
55
79
|
* 容器安全搜索查询主机列表
|
|
56
80
|
*/
|
|
@@ -63,6 +87,24 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
63
87
|
async ScanComplianceScanFailedAssets(req, cb) {
|
|
64
88
|
return this.request("ScanComplianceScanFailedAssets", req, cb);
|
|
65
89
|
}
|
|
90
|
+
/**
|
|
91
|
+
* 获取索引列表
|
|
92
|
+
*/
|
|
93
|
+
async DescribeIndexList(req, cb) {
|
|
94
|
+
return this.request("DescribeIndexList", req, cb);
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* 获取公钥
|
|
98
|
+
*/
|
|
99
|
+
async DescribePublicKey(req, cb) {
|
|
100
|
+
return this.request("DescribePublicKey", req, cb);
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* 查询运行时访问控制事件的详细信息
|
|
104
|
+
*/
|
|
105
|
+
async DescribeAccessControlDetail(req, cb) {
|
|
106
|
+
return this.request("DescribeAccessControlDetail", req, cb);
|
|
107
|
+
}
|
|
66
108
|
/**
|
|
67
109
|
* 修改运行时访问控制策略的状态,启用或者禁用
|
|
68
110
|
*/
|
|
@@ -76,16 +118,22 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
76
118
|
return this.request("DescribeAbnormalProcessRulesExport", req, cb);
|
|
77
119
|
}
|
|
78
120
|
/**
|
|
79
|
-
*
|
|
121
|
+
* 容器网络查询网络策略策略执行状态
|
|
80
122
|
*/
|
|
81
|
-
async
|
|
82
|
-
return this.request("
|
|
123
|
+
async DescribeNetworkFirewallPolicyStatus(req, cb) {
|
|
124
|
+
return this.request("DescribeNetworkFirewallPolicyStatus", req, cb);
|
|
83
125
|
}
|
|
84
126
|
/**
|
|
85
|
-
*
|
|
127
|
+
* 容器网络更新Yaml网络策略并发布任务
|
|
86
128
|
*/
|
|
87
|
-
async
|
|
88
|
-
return this.request("
|
|
129
|
+
async UpdateAndPublishNetworkFirewallPolicyYamlDetail(req, cb) {
|
|
130
|
+
return this.request("UpdateAndPublishNetworkFirewallPolicyYamlDetail", req, cb);
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* 创建漏洞防御导出任务
|
|
134
|
+
*/
|
|
135
|
+
async CreateVulDefenceEventExportJob(req, cb) {
|
|
136
|
+
return this.request("CreateVulDefenceEventExportJob", req, cb);
|
|
89
137
|
}
|
|
90
138
|
/**
|
|
91
139
|
* 容器安全查询app服务列表
|
|
@@ -94,10 +142,22 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
94
142
|
return this.request("DescribeAssetAppServiceList", req, cb);
|
|
95
143
|
}
|
|
96
144
|
/**
|
|
97
|
-
*
|
|
145
|
+
* 删除检索模板
|
|
98
146
|
*/
|
|
99
|
-
async
|
|
100
|
-
return this.request("
|
|
147
|
+
async DeleteSearchTemplate(req, cb) {
|
|
148
|
+
return this.request("DeleteSearchTemplate", req, cb);
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* 创建受漏洞影响的镜像导出任务
|
|
152
|
+
*/
|
|
153
|
+
async CreateVulImageExportJob(req, cb) {
|
|
154
|
+
return this.request("CreateVulImageExportJob", req, cb);
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* 统计漏洞扫描页已授权和未扫描镜像数
|
|
158
|
+
*/
|
|
159
|
+
async DescribeVulScanAuthorizedImageSummary(req, cb) {
|
|
160
|
+
return this.request("DescribeVulScanAuthorizedImageSummary", req, cb);
|
|
101
161
|
}
|
|
102
162
|
/**
|
|
103
163
|
* 删除单个镜像仓库详细信息
|
|
@@ -111,6 +171,24 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
111
171
|
async CreateRefreshTask(req, cb) {
|
|
112
172
|
return this.request("CreateRefreshTask", req, cb);
|
|
113
173
|
}
|
|
174
|
+
/**
|
|
175
|
+
* 导出ES查询文档列表
|
|
176
|
+
*/
|
|
177
|
+
async DescribeSearchExportList(req, cb) {
|
|
178
|
+
return this.request("DescribeSearchExportList", req, cb);
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* 修改安全日志kafkaUIN
|
|
182
|
+
*/
|
|
183
|
+
async ModifySecLogKafkaUIN(req, cb) {
|
|
184
|
+
return this.request("ModifySecLogKafkaUIN", req, cb);
|
|
185
|
+
}
|
|
186
|
+
/**
|
|
187
|
+
* 镜像仓库停止镜像一键扫描任务
|
|
188
|
+
*/
|
|
189
|
+
async ModifyAssetImageRegistryScanStopOneKey(req, cb) {
|
|
190
|
+
return this.request("ModifyAssetImageRegistryScanStopOneKey", req, cb);
|
|
191
|
+
}
|
|
114
192
|
/**
|
|
115
193
|
* 查询运行时运行时反弹shell白名单列表信息
|
|
116
194
|
*/
|
|
@@ -118,10 +196,34 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
118
196
|
return this.request("DescribeReverseShellWhiteLists", req, cb);
|
|
119
197
|
}
|
|
120
198
|
/**
|
|
121
|
-
*
|
|
199
|
+
* 查询本地镜像组件列表导出
|
|
122
200
|
*/
|
|
123
|
-
async
|
|
124
|
-
return this.request("
|
|
201
|
+
async CreateComponentExportJob(req, cb) {
|
|
202
|
+
return this.request("CreateComponentExportJob", req, cb);
|
|
203
|
+
}
|
|
204
|
+
/**
|
|
205
|
+
* 查询木马自动隔离样本下载链接
|
|
206
|
+
*/
|
|
207
|
+
async DescribeVirusAutoIsolateSampleDownloadURL(req, cb) {
|
|
208
|
+
return this.request("DescribeVirusAutoIsolateSampleDownloadURL", req, cb);
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* 查询用户镜像仓库下的项目名称列表
|
|
212
|
+
*/
|
|
213
|
+
async DescribeImageRegistryNamespaceList(req, cb) {
|
|
214
|
+
return this.request("DescribeImageRegistryNamespaceList", req, cb);
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* 查询扫描忽略的漏洞列表
|
|
218
|
+
*/
|
|
219
|
+
async DescribeScanIgnoreVulList(req, cb) {
|
|
220
|
+
return this.request("DescribeScanIgnoreVulList", req, cb);
|
|
221
|
+
}
|
|
222
|
+
/**
|
|
223
|
+
* 查询安全日志接入对象列表
|
|
224
|
+
*/
|
|
225
|
+
async DescribeSecLogJoinObjectList(req, cb) {
|
|
226
|
+
return this.request("DescribeSecLogJoinObjectList", req, cb);
|
|
125
227
|
}
|
|
126
228
|
/**
|
|
127
229
|
* 容器安全搜索查询容器组件列表
|
|
@@ -136,10 +238,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
136
238
|
return this.request("DescribeAssetImageScanStatus", req, cb);
|
|
137
239
|
}
|
|
138
240
|
/**
|
|
139
|
-
*
|
|
241
|
+
* 查询平行容器安装命令
|
|
140
242
|
*/
|
|
141
|
-
async
|
|
142
|
-
return this.request("
|
|
243
|
+
async DescribeAgentDaemonSetCmd(req, cb) {
|
|
244
|
+
return this.request("DescribeAgentDaemonSetCmd", req, cb);
|
|
143
245
|
}
|
|
144
246
|
/**
|
|
145
247
|
* 运行时文件扫描超时设置
|
|
@@ -147,6 +249,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
147
249
|
async ModifyVirusScanTimeoutSetting(req, cb) {
|
|
148
250
|
return this.request("ModifyVirusScanTimeoutSetting", req, cb);
|
|
149
251
|
}
|
|
252
|
+
/**
|
|
253
|
+
* 容器网络集群网络策略创建自动发现任务
|
|
254
|
+
*/
|
|
255
|
+
async CreateNetworkFirewallPolicyDiscover(req, cb) {
|
|
256
|
+
return this.request("CreateNetworkFirewallPolicyDiscover", req, cb);
|
|
257
|
+
}
|
|
150
258
|
/**
|
|
151
259
|
* 创建集群检查任务,用户检查用户的集群相关风险项
|
|
152
260
|
*/
|
|
@@ -159,12 +267,24 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
159
267
|
async DescribeAccessControlEvents(req, cb) {
|
|
160
268
|
return this.request("DescribeAccessControlEvents", req, cb);
|
|
161
269
|
}
|
|
270
|
+
/**
|
|
271
|
+
* 编辑本地镜像自动授权开关
|
|
272
|
+
*/
|
|
273
|
+
async SwitchImageAutoAuthorizedRule(req, cb) {
|
|
274
|
+
return this.request("SwitchImageAutoAuthorizedRule", req, cb);
|
|
275
|
+
}
|
|
162
276
|
/**
|
|
163
277
|
* 运行时更新文件查杀设置
|
|
164
278
|
*/
|
|
165
279
|
async ModifyVirusScanSetting(req, cb) {
|
|
166
280
|
return this.request("ModifyVirusScanSetting", req, cb);
|
|
167
281
|
}
|
|
282
|
+
/**
|
|
283
|
+
* 查询安全日志投递kafka可选项
|
|
284
|
+
*/
|
|
285
|
+
async DescribeSecLogDeliveryKafkaOptions(req, cb) {
|
|
286
|
+
return this.request("DescribeSecLogDeliveryKafkaOptions", req, cb);
|
|
287
|
+
}
|
|
168
288
|
/**
|
|
169
289
|
* 镜像仓库木马信息列表导出
|
|
170
290
|
*/
|
|
@@ -172,22 +292,35 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
172
292
|
return this.request("DescribeAssetImageRegistryVirusListExport", req, cb);
|
|
173
293
|
}
|
|
174
294
|
/**
|
|
175
|
-
*
|
|
295
|
+
* 容器网络创建网络策略确认任务
|
|
176
296
|
*/
|
|
177
|
-
async
|
|
178
|
-
return this.request("
|
|
297
|
+
async ConfirmNetworkFirewallPolicy(req, cb) {
|
|
298
|
+
return this.request("ConfirmNetworkFirewallPolicy", req, cb);
|
|
179
299
|
}
|
|
180
300
|
/**
|
|
181
|
-
*
|
|
301
|
+
* 移除安全合规忽略(资产+检测项)列表,不显示指定的检查项包含的资产内容
|
|
302
|
+
参考的AddCompliancePolicyAssetSetToWhitelist,除输入字段外,其它应该是一致的,如果有不同可能是定义的不对
|
|
182
303
|
*/
|
|
183
|
-
async
|
|
184
|
-
return this.request("
|
|
304
|
+
async DeleteComplianceAssetPolicySetFromWhitelist(req, cb) {
|
|
305
|
+
return this.request("DeleteComplianceAssetPolicySetFromWhitelist", req, cb);
|
|
185
306
|
}
|
|
186
307
|
/**
|
|
187
|
-
*
|
|
308
|
+
* 查询本地镜像组件列表
|
|
188
309
|
*/
|
|
189
|
-
async
|
|
190
|
-
return this.request("
|
|
310
|
+
async DescribeImageComponentList(req, cb) {
|
|
311
|
+
return this.request("DescribeImageComponentList", req, cb);
|
|
312
|
+
}
|
|
313
|
+
/**
|
|
314
|
+
* 镜像仓库查询镜像统计信息
|
|
315
|
+
*/
|
|
316
|
+
async DescribeAssetImageRegistrySummary(req, cb) {
|
|
317
|
+
return this.request("DescribeAssetImageRegistrySummary", req, cb);
|
|
318
|
+
}
|
|
319
|
+
/**
|
|
320
|
+
* 容器网络创建网络策略更新任务
|
|
321
|
+
*/
|
|
322
|
+
async UpdateNetworkFirewallPolicyDetail(req, cb) {
|
|
323
|
+
return this.request("UpdateNetworkFirewallPolicyDetail", req, cb);
|
|
191
324
|
}
|
|
192
325
|
/**
|
|
193
326
|
* 查看镜像仓库资产更新进度状态
|
|
@@ -237,12 +370,36 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
237
370
|
async ModifyAssetImageScanStop(req, cb) {
|
|
238
371
|
return this.request("ModifyAssetImageScanStop", req, cb);
|
|
239
372
|
}
|
|
373
|
+
/**
|
|
374
|
+
* 容器网络集群查看Yaml网络策略详情
|
|
375
|
+
*/
|
|
376
|
+
async DescribeNetworkFirewallPolicyYamlDetail(req, cb) {
|
|
377
|
+
return this.request("DescribeNetworkFirewallPolicyYamlDetail", req, cb);
|
|
378
|
+
}
|
|
240
379
|
/**
|
|
241
380
|
* DescribeEscapeEventsExport 查询容器逃逸事件列表导出
|
|
242
381
|
*/
|
|
243
382
|
async DescribeEscapeEventsExport(req, cb) {
|
|
244
383
|
return this.request("DescribeEscapeEventsExport", req, cb);
|
|
245
384
|
}
|
|
385
|
+
/**
|
|
386
|
+
* 容器网络创建检查Yaml网络策略任务
|
|
387
|
+
*/
|
|
388
|
+
async CheckNetworkFirewallPolicyYaml(req, cb) {
|
|
389
|
+
return this.request("CheckNetworkFirewallPolicyYaml", req, cb);
|
|
390
|
+
}
|
|
391
|
+
/**
|
|
392
|
+
* 容器网络更新Yaml网络策略任务
|
|
393
|
+
*/
|
|
394
|
+
async UpdateNetworkFirewallPolicyYamlDetail(req, cb) {
|
|
395
|
+
return this.request("UpdateNetworkFirewallPolicyYamlDetail", req, cb);
|
|
396
|
+
}
|
|
397
|
+
/**
|
|
398
|
+
* 查询集群网络空间列表
|
|
399
|
+
*/
|
|
400
|
+
async DescribeNetworkFirewallNamespaceList(req, cb) {
|
|
401
|
+
return this.request("DescribeNetworkFirewallNamespaceList", req, cb);
|
|
402
|
+
}
|
|
246
403
|
/**
|
|
247
404
|
* 容器安全搜索查询镜像列表导出
|
|
248
405
|
*/
|
|
@@ -261,6 +418,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
261
418
|
async CreateCheckComponent(req, cb) {
|
|
262
419
|
return this.request("CreateCheckComponent", req, cb);
|
|
263
420
|
}
|
|
421
|
+
/**
|
|
422
|
+
* 查询最新披露漏洞列表
|
|
423
|
+
*/
|
|
424
|
+
async DescribeNewestVul(req, cb) {
|
|
425
|
+
return this.request("DescribeNewestVul", req, cb);
|
|
426
|
+
}
|
|
264
427
|
/**
|
|
265
428
|
* 查询运行时高危系统调用系统名称列表
|
|
266
429
|
*/
|
|
@@ -279,6 +442,24 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
279
442
|
async DeleteAccessControlRules(req, cb) {
|
|
280
443
|
return this.request("DeleteAccessControlRules", req, cb);
|
|
281
444
|
}
|
|
445
|
+
/**
|
|
446
|
+
* 创建漏洞防御主机导出任务
|
|
447
|
+
*/
|
|
448
|
+
async CreateVulDefenceHostExportJob(req, cb) {
|
|
449
|
+
return this.request("CreateVulDefenceHostExportJob", req, cb);
|
|
450
|
+
}
|
|
451
|
+
/**
|
|
452
|
+
* ModifyEscapeEventStatus 修改容器逃逸扫描事件状态
|
|
453
|
+
*/
|
|
454
|
+
async ModifyEscapeEventStatus(req, cb) {
|
|
455
|
+
return this.request("ModifyEscapeEventStatus", req, cb);
|
|
456
|
+
}
|
|
457
|
+
/**
|
|
458
|
+
* 统计异常进程各威胁等级待处理事件数
|
|
459
|
+
*/
|
|
460
|
+
async DescribeAbnormalProcessLevelSummary(req, cb) {
|
|
461
|
+
return this.request("DescribeAbnormalProcessLevelSummary", req, cb);
|
|
462
|
+
}
|
|
282
463
|
/**
|
|
283
464
|
* DescribePurchaseStateInfo 查询容器安全服务已购买信息
|
|
284
465
|
*/
|
|
@@ -297,12 +478,30 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
297
478
|
async DescribeAssetImageRegistryDetail(req, cb) {
|
|
298
479
|
return this.request("DescribeAssetImageRegistryDetail", req, cb);
|
|
299
480
|
}
|
|
481
|
+
/**
|
|
482
|
+
* 修改逃逸白名单
|
|
483
|
+
*/
|
|
484
|
+
async ModifyEscapeWhiteList(req, cb) {
|
|
485
|
+
return this.request("ModifyEscapeWhiteList", req, cb);
|
|
486
|
+
}
|
|
487
|
+
/**
|
|
488
|
+
* 查询木马一键检测预估超时时间
|
|
489
|
+
*/
|
|
490
|
+
async DescribeVirusManualScanEstimateTimeout(req, cb) {
|
|
491
|
+
return this.request("DescribeVirusManualScanEstimateTimeout", req, cb);
|
|
492
|
+
}
|
|
300
493
|
/**
|
|
301
494
|
* 运行时高危系统调用列表导出
|
|
302
495
|
*/
|
|
303
496
|
async DescribeRiskSyscallEventsExport(req, cb) {
|
|
304
497
|
return this.request("DescribeRiskSyscallEventsExport", req, cb);
|
|
305
498
|
}
|
|
499
|
+
/**
|
|
500
|
+
* 查询本地镜像自动授权规则
|
|
501
|
+
*/
|
|
502
|
+
async DescribeImageAutoAuthorizedRule(req, cb) {
|
|
503
|
+
return this.request("DescribeImageAutoAuthorizedRule", req, cb);
|
|
504
|
+
}
|
|
306
505
|
/**
|
|
307
506
|
* 查询运行时异常策略详细信息
|
|
308
507
|
*/
|
|
@@ -310,10 +509,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
310
509
|
return this.request("DescribeAbnormalProcessRuleDetail", req, cb);
|
|
311
510
|
}
|
|
312
511
|
/**
|
|
313
|
-
*
|
|
512
|
+
* 创建支持防御的漏洞导出任务
|
|
314
513
|
*/
|
|
315
|
-
async
|
|
316
|
-
return this.request("
|
|
514
|
+
async CreateDefenceVulExportJob(req, cb) {
|
|
515
|
+
return this.request("CreateDefenceVulExportJob", req, cb);
|
|
317
516
|
}
|
|
318
517
|
/**
|
|
319
518
|
* DescribeValueAddedSrvInfo查询增值服务需购买信息
|
|
@@ -333,6 +532,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
333
532
|
async DescribeReverseShellDetail(req, cb) {
|
|
334
533
|
return this.request("DescribeReverseShellDetail", req, cb);
|
|
335
534
|
}
|
|
535
|
+
/**
|
|
536
|
+
* 获取ES字段聚合结果
|
|
537
|
+
*/
|
|
538
|
+
async DescribeESAggregations(req, cb) {
|
|
539
|
+
return this.request("DescribeESAggregations", req, cb);
|
|
540
|
+
}
|
|
336
541
|
/**
|
|
337
542
|
* 镜像绑定规则列表信息,包含运行时访问控制和异常进程公用
|
|
338
543
|
*/
|
|
@@ -340,16 +545,34 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
340
545
|
return this.request("DescribeAssetImageBindRuleInfo", req, cb);
|
|
341
546
|
}
|
|
342
547
|
/**
|
|
343
|
-
*
|
|
548
|
+
* 取消漏洞扫描忽略漏洞
|
|
344
549
|
*/
|
|
345
|
-
async
|
|
346
|
-
return this.request("
|
|
550
|
+
async DeleteIgnoreVul(req, cb) {
|
|
551
|
+
return this.request("DeleteIgnoreVul", req, cb);
|
|
347
552
|
}
|
|
348
553
|
/**
|
|
349
|
-
*
|
|
554
|
+
* 创建本地镜像木马列表导出任务
|
|
350
555
|
*/
|
|
351
|
-
async
|
|
352
|
-
return this.request("
|
|
556
|
+
async CreateAssetImageVirusExportJob(req, cb) {
|
|
557
|
+
return this.request("CreateAssetImageVirusExportJob", req, cb);
|
|
558
|
+
}
|
|
559
|
+
/**
|
|
560
|
+
* 容器网络查询网络策略自动发现任务进度
|
|
561
|
+
*/
|
|
562
|
+
async DescribeNetworkFirewallPolicyDiscover(req, cb) {
|
|
563
|
+
return this.request("DescribeNetworkFirewallPolicyDiscover", req, cb);
|
|
564
|
+
}
|
|
565
|
+
/**
|
|
566
|
+
* 查询安全日志投递cls可选项
|
|
567
|
+
*/
|
|
568
|
+
async DescribeSecLogDeliveryClsOptions(req, cb) {
|
|
569
|
+
return this.request("DescribeSecLogDeliveryClsOptions", req, cb);
|
|
570
|
+
}
|
|
571
|
+
/**
|
|
572
|
+
* 重置安全日志主题设置
|
|
573
|
+
*/
|
|
574
|
+
async ResetSecLogTopicConfig(req, cb) {
|
|
575
|
+
return this.request("ResetSecLogTopicConfig", req, cb);
|
|
353
576
|
}
|
|
354
577
|
/**
|
|
355
578
|
* 查询检查结果总览,返回受影响的节点数量,返回7天的数据,总共7个
|
|
@@ -381,30 +604,127 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
381
604
|
async DescribeCompliancePolicyItemAffectedSummary(req, cb) {
|
|
382
605
|
return this.request("DescribeCompliancePolicyItemAffectedSummary", req, cb);
|
|
383
606
|
}
|
|
607
|
+
/**
|
|
608
|
+
* 查询刷新任务
|
|
609
|
+
*/
|
|
610
|
+
async DescribeRefreshTask(req, cb) {
|
|
611
|
+
return this.request("DescribeRefreshTask", req, cb);
|
|
612
|
+
}
|
|
613
|
+
/**
|
|
614
|
+
* 容器网络集群下发刷新任务
|
|
615
|
+
*/
|
|
616
|
+
async CreateNetworkFirewallClusterRefresh(req, cb) {
|
|
617
|
+
return this.request("CreateNetworkFirewallClusterRefresh", req, cb);
|
|
618
|
+
}
|
|
619
|
+
/**
|
|
620
|
+
* 查询运行时运行时高危系统调用列表信息
|
|
621
|
+
*/
|
|
622
|
+
async DescribeRiskSyscallEvents(req, cb) {
|
|
623
|
+
return this.request("DescribeRiskSyscallEvents", req, cb);
|
|
624
|
+
}
|
|
625
|
+
/**
|
|
626
|
+
* 新增安全合规忽略(资产+检测项列表)列表,不显示指定的检查项包含的资产内容
|
|
627
|
+
参考的AddCompliancePolicyItemToWhitelist,除输入字段外,其它应该是一致的,如果有不同可能是定义的不对
|
|
628
|
+
*/
|
|
629
|
+
async AddComplianceAssetPolicySetToWhitelist(req, cb) {
|
|
630
|
+
return this.request("AddComplianceAssetPolicySetToWhitelist", req, cb);
|
|
631
|
+
}
|
|
632
|
+
/**
|
|
633
|
+
* 修改安全日志接入对象
|
|
634
|
+
*/
|
|
635
|
+
async ModifySecLogJoinObjects(req, cb) {
|
|
636
|
+
return this.request("ModifySecLogJoinObjects", req, cb);
|
|
637
|
+
}
|
|
384
638
|
/**
|
|
385
639
|
* 查询容器资产概览信息
|
|
386
640
|
*/
|
|
387
641
|
async DescribeContainerAssetSummary(req, cb) {
|
|
388
642
|
return this.request("DescribeContainerAssetSummary", req, cb);
|
|
389
643
|
}
|
|
644
|
+
/**
|
|
645
|
+
* 镜像仓库查看定时任务
|
|
646
|
+
*/
|
|
647
|
+
async DescribeImageRegistryTimingScanTask(req, cb) {
|
|
648
|
+
return this.request("DescribeImageRegistryTimingScanTask", req, cb);
|
|
649
|
+
}
|
|
390
650
|
/**
|
|
391
651
|
* 查询运行时反弹shell事件列表信息导出
|
|
392
652
|
*/
|
|
393
653
|
async DescribeReverseShellEventsExport(req, cb) {
|
|
394
654
|
return this.request("DescribeReverseShellEventsExport", req, cb);
|
|
395
655
|
}
|
|
656
|
+
/**
|
|
657
|
+
* 容器安全查询db服务列表
|
|
658
|
+
*/
|
|
659
|
+
async DescribeAssetDBServiceList(req, cb) {
|
|
660
|
+
return this.request("DescribeAssetDBServiceList", req, cb);
|
|
661
|
+
}
|
|
662
|
+
/**
|
|
663
|
+
* 查询漏洞影响的镜像列表
|
|
664
|
+
*/
|
|
665
|
+
async DescribeVulImageList(req, cb) {
|
|
666
|
+
return this.request("DescribeVulImageList", req, cb);
|
|
667
|
+
}
|
|
396
668
|
/**
|
|
397
669
|
* 修改运行时异常进程策略的开启关闭状态
|
|
398
670
|
*/
|
|
399
671
|
async ModifyAbnormalProcessRuleStatus(req, cb) {
|
|
400
672
|
return this.request("ModifyAbnormalProcessRuleStatus", req, cb);
|
|
401
673
|
}
|
|
674
|
+
/**
|
|
675
|
+
* 查询漏洞防御事件列表
|
|
676
|
+
*/
|
|
677
|
+
async DescribeVulDefenceEvent(req, cb) {
|
|
678
|
+
return this.request("DescribeVulDefenceEvent", req, cb);
|
|
679
|
+
}
|
|
680
|
+
/**
|
|
681
|
+
* 查询漏洞扫描忽略的仓库镜像列表
|
|
682
|
+
*/
|
|
683
|
+
async DescribeVulIgnoreRegistryImageList(req, cb) {
|
|
684
|
+
return this.request("DescribeVulIgnoreRegistryImageList", req, cb);
|
|
685
|
+
}
|
|
686
|
+
/**
|
|
687
|
+
* 查询漏洞扫描任务信息
|
|
688
|
+
*/
|
|
689
|
+
async DescribeVulScanInfo(req, cb) {
|
|
690
|
+
return this.request("DescribeVulScanInfo", req, cb);
|
|
691
|
+
}
|
|
692
|
+
/**
|
|
693
|
+
* 查询漏洞镜像统计
|
|
694
|
+
*/
|
|
695
|
+
async DescribeVulImageSummary(req, cb) {
|
|
696
|
+
return this.request("DescribeVulImageSummary", req, cb);
|
|
697
|
+
}
|
|
698
|
+
/**
|
|
699
|
+
* 创建web漏洞导出任务
|
|
700
|
+
*/
|
|
701
|
+
async CreateWebVulExportJob(req, cb) {
|
|
702
|
+
return this.request("CreateWebVulExportJob", req, cb);
|
|
703
|
+
}
|
|
704
|
+
/**
|
|
705
|
+
* 容器网络创建网络策略更新并发布任务
|
|
706
|
+
*/
|
|
707
|
+
async UpdateAndPublishNetworkFirewallPolicyDetail(req, cb) {
|
|
708
|
+
return this.request("UpdateAndPublishNetworkFirewallPolicyDetail", req, cb);
|
|
709
|
+
}
|
|
710
|
+
/**
|
|
711
|
+
* 隔离容器网络状态
|
|
712
|
+
*/
|
|
713
|
+
async ModifyContainerNetStatus(req, cb) {
|
|
714
|
+
return this.request("ModifyContainerNetStatus", req, cb);
|
|
715
|
+
}
|
|
402
716
|
/**
|
|
403
717
|
* 查询容器安全本地镜像风险趋势
|
|
404
718
|
*/
|
|
405
719
|
async DescribeImageRiskTendency(req, cb) {
|
|
406
720
|
return this.request("DescribeImageRiskTendency", req, cb);
|
|
407
721
|
}
|
|
722
|
+
/**
|
|
723
|
+
* 查询agent安装命令
|
|
724
|
+
*/
|
|
725
|
+
async DescribeAgentInstallCommand(req, cb) {
|
|
726
|
+
return this.request("DescribeAgentInstallCommand", req, cb);
|
|
727
|
+
}
|
|
408
728
|
/**
|
|
409
729
|
* 查询导出任务的结果
|
|
410
730
|
*/
|
|
@@ -417,6 +737,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
417
737
|
async CreateAssetImageScanTask(req, cb) {
|
|
418
738
|
return this.request("CreateAssetImageScanTask", req, cb);
|
|
419
739
|
}
|
|
740
|
+
/**
|
|
741
|
+
* 创建应急漏洞导出任务
|
|
742
|
+
*/
|
|
743
|
+
async CreateEmergencyVulExportJob(req, cb) {
|
|
744
|
+
return this.request("CreateEmergencyVulExportJob", req, cb);
|
|
745
|
+
}
|
|
420
746
|
/**
|
|
421
747
|
* 查询正在一键扫描的镜像扫描taskid
|
|
422
748
|
*/
|
|
@@ -429,12 +755,30 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
429
755
|
async DescribeAssetImageRegistryListExport(req, cb) {
|
|
430
756
|
return this.request("DescribeAssetImageRegistryListExport", req, cb);
|
|
431
757
|
}
|
|
758
|
+
/**
|
|
759
|
+
* 查询漏洞防御插件列表
|
|
760
|
+
*/
|
|
761
|
+
async DescribeVulDefencePlugin(req, cb) {
|
|
762
|
+
return this.request("DescribeVulDefencePlugin", req, cb);
|
|
763
|
+
}
|
|
764
|
+
/**
|
|
765
|
+
* 运行时更新木马文件事件状态
|
|
766
|
+
*/
|
|
767
|
+
async ModifyVirusFileStatus(req, cb) {
|
|
768
|
+
return this.request("ModifyVirusFileStatus", req, cb);
|
|
769
|
+
}
|
|
432
770
|
/**
|
|
433
771
|
* 查询上次任务的资产通过率汇总信息
|
|
434
772
|
*/
|
|
435
773
|
async DescribeComplianceTaskAssetSummary(req, cb) {
|
|
436
774
|
return this.request("DescribeComplianceTaskAssetSummary", req, cb);
|
|
437
775
|
}
|
|
776
|
+
/**
|
|
777
|
+
* 运行时更新文件查杀实时监控设置
|
|
778
|
+
*/
|
|
779
|
+
async ModifyVirusMonitorSetting(req, cb) {
|
|
780
|
+
return this.request("ModifyVirusMonitorSetting", req, cb);
|
|
781
|
+
}
|
|
438
782
|
/**
|
|
439
783
|
* 查询运行访问控制策略列表信息
|
|
440
784
|
*/
|
|
@@ -448,10 +792,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
448
792
|
return this.request("DescribeAssetImageVirusListExport", req, cb);
|
|
449
793
|
}
|
|
450
794
|
/**
|
|
451
|
-
*
|
|
795
|
+
* 搜索查询容器列表
|
|
452
796
|
*/
|
|
453
|
-
async
|
|
454
|
-
return this.request("
|
|
797
|
+
async DescribeAssetContainerList(req, cb) {
|
|
798
|
+
return this.request("DescribeAssetContainerList", req, cb);
|
|
799
|
+
}
|
|
800
|
+
/**
|
|
801
|
+
* 添加检索模板
|
|
802
|
+
*/
|
|
803
|
+
async CreateSearchTemplate(req, cb) {
|
|
804
|
+
return this.request("CreateSearchTemplate", req, cb);
|
|
455
805
|
}
|
|
456
806
|
/**
|
|
457
807
|
* DescribePostPayDetail 查询后付费详情
|
|
@@ -460,35 +810,107 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
460
810
|
return this.request("DescribePostPayDetail", req, cb);
|
|
461
811
|
}
|
|
462
812
|
/**
|
|
463
|
-
*
|
|
813
|
+
* 容器网络创建Yaml网络策略添加任务
|
|
464
814
|
*/
|
|
465
|
-
async
|
|
466
|
-
return this.request("
|
|
815
|
+
async AddNetworkFirewallPolicyYamlDetail(req, cb) {
|
|
816
|
+
return this.request("AddNetworkFirewallPolicyYamlDetail", req, cb);
|
|
467
817
|
}
|
|
468
818
|
/**
|
|
469
|
-
*
|
|
819
|
+
* 删除运行时反弹shell事件
|
|
470
820
|
*/
|
|
471
|
-
async
|
|
472
|
-
return this.request("
|
|
821
|
+
async DeleteReverseShellEvents(req, cb) {
|
|
822
|
+
return this.request("DeleteReverseShellEvents", req, cb);
|
|
473
823
|
}
|
|
474
824
|
/**
|
|
475
|
-
*
|
|
825
|
+
* 查看单个镜像仓库详细信息
|
|
476
826
|
*/
|
|
477
|
-
async
|
|
478
|
-
return this.request("
|
|
827
|
+
async DescribeAssetImageRegistryRegistryDetail(req, cb) {
|
|
828
|
+
return this.request("DescribeAssetImageRegistryRegistryDetail", req, cb);
|
|
479
829
|
}
|
|
480
830
|
/**
|
|
481
|
-
*
|
|
831
|
+
* 新增逃逸白名单
|
|
832
|
+
*/
|
|
833
|
+
async AddEscapeWhiteList(req, cb) {
|
|
834
|
+
return this.request("AddEscapeWhiteList", req, cb);
|
|
835
|
+
}
|
|
836
|
+
/**
|
|
837
|
+
* 创建镜像导出任务
|
|
838
|
+
*/
|
|
839
|
+
async CreateImageExportJob(req, cb) {
|
|
840
|
+
return this.request("CreateImageExportJob", req, cb);
|
|
841
|
+
}
|
|
842
|
+
/**
|
|
843
|
+
* 查询漏洞风险统计概览
|
|
844
|
+
*/
|
|
845
|
+
async DescribeVulSummary(req, cb) {
|
|
846
|
+
return this.request("DescribeVulSummary", req, cb);
|
|
847
|
+
}
|
|
848
|
+
/**
|
|
849
|
+
* 查询运行时文件查杀事件列表
|
|
850
|
+
*/
|
|
851
|
+
async DescribeVirusList(req, cb) {
|
|
852
|
+
return this.request("DescribeVirusList", req, cb);
|
|
853
|
+
}
|
|
854
|
+
/**
|
|
855
|
+
* 重新检测选定的资产
|
|
856
|
+
*/
|
|
857
|
+
async ScanComplianceAssets(req, cb) {
|
|
858
|
+
return this.request("ScanComplianceAssets", req, cb);
|
|
859
|
+
}
|
|
860
|
+
/**
|
|
861
|
+
* 运行时停止木马查杀任务
|
|
862
|
+
*/
|
|
863
|
+
async StopVirusScanTask(req, cb) {
|
|
864
|
+
return this.request("StopVirusScanTask", req, cb);
|
|
865
|
+
}
|
|
866
|
+
/**
|
|
867
|
+
* 新增漏洞扫描忽略漏洞
|
|
868
|
+
*/
|
|
869
|
+
async AddIgnoreVul(req, cb) {
|
|
870
|
+
return this.request("AddIgnoreVul", req, cb);
|
|
871
|
+
}
|
|
872
|
+
/**
|
|
873
|
+
* 查询所有检查项接口,返回总数和检查项列表
|
|
874
|
+
*/
|
|
875
|
+
async DescribeCheckItemList(req, cb) {
|
|
876
|
+
return this.request("DescribeCheckItemList", req, cb);
|
|
877
|
+
}
|
|
878
|
+
/**
|
|
879
|
+
* 创建系统漏洞导出任务
|
|
880
|
+
*/
|
|
881
|
+
async CreateSystemVulExportJob(req, cb) {
|
|
882
|
+
return this.request("CreateSystemVulExportJob", req, cb);
|
|
883
|
+
}
|
|
884
|
+
/**
|
|
885
|
+
* 运行时查询木马文件信息
|
|
482
886
|
*/
|
|
483
887
|
async DescribeVirusDetail(req, cb) {
|
|
484
888
|
return this.request("DescribeVirusDetail", req, cb);
|
|
485
889
|
}
|
|
890
|
+
/**
|
|
891
|
+
* 查询本地镜像漏洞列表导出
|
|
892
|
+
*/
|
|
893
|
+
async CreateVulExportJob(req, cb) {
|
|
894
|
+
return this.request("CreateVulExportJob", req, cb);
|
|
895
|
+
}
|
|
486
896
|
/**
|
|
487
897
|
* 查询白名单列表
|
|
488
898
|
*/
|
|
489
899
|
async DescribeComplianceWhitelistItemList(req, cb) {
|
|
490
900
|
return this.request("DescribeComplianceWhitelistItemList", req, cb);
|
|
491
901
|
}
|
|
902
|
+
/**
|
|
903
|
+
* 查询集群网络策略列表
|
|
904
|
+
*/
|
|
905
|
+
async DescribeNetworkFirewallPolicyList(req, cb) {
|
|
906
|
+
return this.request("DescribeNetworkFirewallPolicyList", req, cb);
|
|
907
|
+
}
|
|
908
|
+
/**
|
|
909
|
+
* 镜像仓库资产刷新
|
|
910
|
+
*/
|
|
911
|
+
async SyncAssetImageRegistryAsset(req, cb) {
|
|
912
|
+
return this.request("SyncAssetImageRegistryAsset", req, cb);
|
|
913
|
+
}
|
|
492
914
|
/**
|
|
493
915
|
* 创建合规检查任务,在资产级别触发重新检测时使用。
|
|
494
916
|
*/
|
|
@@ -508,10 +930,23 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
508
930
|
return this.request("DescribeAssetPortList", req, cb);
|
|
509
931
|
}
|
|
510
932
|
/**
|
|
511
|
-
*
|
|
933
|
+
* 删除运行时高危系统调用事件
|
|
512
934
|
*/
|
|
513
|
-
async
|
|
514
|
-
return this.request("
|
|
935
|
+
async DeleteRiskSyscallEvents(req, cb) {
|
|
936
|
+
return this.request("DeleteRiskSyscallEvents", req, cb);
|
|
937
|
+
}
|
|
938
|
+
/**
|
|
939
|
+
* 查询workload类型的影响范围,返回workload列表
|
|
940
|
+
*/
|
|
941
|
+
async DescribeAffectedWorkloadList(req, cb) {
|
|
942
|
+
return this.request("DescribeAffectedWorkloadList", req, cb);
|
|
943
|
+
}
|
|
944
|
+
/**
|
|
945
|
+
* 新增安全合规忽略(检测项+资产)列表,不显示指定的检查项包含的资产内容
|
|
946
|
+
参考的AddCompliancePolicyItemToWhitelist,除输入字段外,其它应该是一致的,如果有不同可能是定义的不对
|
|
947
|
+
*/
|
|
948
|
+
async AddCompliancePolicyAssetSetToWhitelist(req, cb) {
|
|
949
|
+
return this.request("AddCompliancePolicyAssetSetToWhitelist", req, cb);
|
|
515
950
|
}
|
|
516
951
|
/**
|
|
517
952
|
* 删除运行异常进程策略
|
|
@@ -519,6 +954,30 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
519
954
|
async DeleteAbnormalProcessRules(req, cb) {
|
|
520
955
|
return this.request("DeleteAbnormalProcessRules", req, cb);
|
|
521
956
|
}
|
|
957
|
+
/**
|
|
958
|
+
* 查询漏洞详情
|
|
959
|
+
*/
|
|
960
|
+
async DescribeVulDetail(req, cb) {
|
|
961
|
+
return this.request("DescribeVulDetail", req, cb);
|
|
962
|
+
}
|
|
963
|
+
/**
|
|
964
|
+
* 创建漏洞扫描任务
|
|
965
|
+
*/
|
|
966
|
+
async CreateVulScanTask(req, cb) {
|
|
967
|
+
return this.request("CreateVulScanTask", req, cb);
|
|
968
|
+
}
|
|
969
|
+
/**
|
|
970
|
+
* 查询集群策略列表
|
|
971
|
+
*/
|
|
972
|
+
async DescribeNetworkFirewallClusterList(req, cb) {
|
|
973
|
+
return this.request("DescribeNetworkFirewallClusterList", req, cb);
|
|
974
|
+
}
|
|
975
|
+
/**
|
|
976
|
+
* 停止漏洞扫描任务
|
|
977
|
+
*/
|
|
978
|
+
async StopVulScanTask(req, cb) {
|
|
979
|
+
return this.request("StopVulScanTask", req, cb);
|
|
980
|
+
}
|
|
522
981
|
/**
|
|
523
982
|
* 镜像仓库敏感信息列表导出
|
|
524
983
|
*/
|
|
@@ -531,12 +990,48 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
531
990
|
async CreateVirusScanTask(req, cb) {
|
|
532
991
|
return this.request("CreateVirusScanTask", req, cb);
|
|
533
992
|
}
|
|
993
|
+
/**
|
|
994
|
+
* 查询漏洞防御的主机列表
|
|
995
|
+
*/
|
|
996
|
+
async DescribeVulDefenceHost(req, cb) {
|
|
997
|
+
return this.request("DescribeVulDefenceHost", req, cb);
|
|
998
|
+
}
|
|
999
|
+
/**
|
|
1000
|
+
* 查询漏洞扫描忽略的本地镜像列表
|
|
1001
|
+
*/
|
|
1002
|
+
async DescribeVulIgnoreLocalImageList(req, cb) {
|
|
1003
|
+
return this.request("DescribeVulIgnoreLocalImageList", req, cb);
|
|
1004
|
+
}
|
|
534
1005
|
/**
|
|
535
1006
|
* DescribeEscapeEventDetail 查询容器逃逸事件详情
|
|
536
1007
|
*/
|
|
537
1008
|
async DescribeEscapeEventDetail(req, cb) {
|
|
538
1009
|
return this.request("DescribeEscapeEventDetail", req, cb);
|
|
539
1010
|
}
|
|
1011
|
+
/**
|
|
1012
|
+
* 修改高危系统调用事件的状态信息
|
|
1013
|
+
*/
|
|
1014
|
+
async ModifyRiskSyscallStatus(req, cb) {
|
|
1015
|
+
return this.request("ModifyRiskSyscallStatus", req, cb);
|
|
1016
|
+
}
|
|
1017
|
+
/**
|
|
1018
|
+
* 查询漏洞防御攻击事件趋势
|
|
1019
|
+
*/
|
|
1020
|
+
async DescribeVulDefenceEventTendency(req, cb) {
|
|
1021
|
+
return this.request("DescribeVulDefenceEventTendency", req, cb);
|
|
1022
|
+
}
|
|
1023
|
+
/**
|
|
1024
|
+
* 查询逃逸白名单
|
|
1025
|
+
*/
|
|
1026
|
+
async DescribeEscapeWhiteList(req, cb) {
|
|
1027
|
+
return this.request("DescribeEscapeWhiteList", req, cb);
|
|
1028
|
+
}
|
|
1029
|
+
/**
|
|
1030
|
+
* 重新检测选的检测项下的所有资产,返回创建的合规检查任务的ID。
|
|
1031
|
+
*/
|
|
1032
|
+
async ScanCompliancePolicyItems(req, cb) {
|
|
1033
|
+
return this.request("ScanCompliancePolicyItems", req, cb);
|
|
1034
|
+
}
|
|
540
1035
|
/**
|
|
541
1036
|
* 删除运行时反弹shell白名单
|
|
542
1037
|
*/
|
|
@@ -550,10 +1045,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
550
1045
|
return this.request("DescribeComplianceAssetDetailInfo", req, cb);
|
|
551
1046
|
}
|
|
552
1047
|
/**
|
|
553
|
-
*
|
|
1048
|
+
* 查询运行时访问控制策略详细信息
|
|
554
1049
|
*/
|
|
555
|
-
async
|
|
556
|
-
return this.request("
|
|
1050
|
+
async DescribeAccessControlRuleDetail(req, cb) {
|
|
1051
|
+
return this.request("DescribeAccessControlRuleDetail", req, cb);
|
|
1052
|
+
}
|
|
1053
|
+
/**
|
|
1054
|
+
* 批量授权镜像扫描V2.0
|
|
1055
|
+
*/
|
|
1056
|
+
async ModifyImageAuthorized(req, cb) {
|
|
1057
|
+
return this.request("ModifyImageAuthorized", req, cb);
|
|
557
1058
|
}
|
|
558
1059
|
/**
|
|
559
1060
|
* 修改异常进程事件的状态信息
|
|
@@ -585,6 +1086,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
585
1086
|
async ModifyAccessControlStatus(req, cb) {
|
|
586
1087
|
return this.request("ModifyAccessControlStatus", req, cb);
|
|
587
1088
|
}
|
|
1089
|
+
/**
|
|
1090
|
+
* 创建逃逸白名单导出任务
|
|
1091
|
+
*/
|
|
1092
|
+
async CreateEscapeWhiteListExportJob(req, cb) {
|
|
1093
|
+
return this.request("CreateEscapeWhiteListExportJob", req, cb);
|
|
1094
|
+
}
|
|
588
1095
|
/**
|
|
589
1096
|
* DescribeEscapeRuleInfo 查询容器逃逸扫描规则信息
|
|
590
1097
|
*/
|
|
@@ -598,10 +1105,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
598
1105
|
return this.request("DescribeAssetImageRiskList", req, cb);
|
|
599
1106
|
}
|
|
600
1107
|
/**
|
|
601
|
-
*
|
|
1108
|
+
* 容器安全查询镜像关联主机
|
|
602
1109
|
*/
|
|
603
|
-
async
|
|
604
|
-
return this.request("
|
|
1110
|
+
async DescribeAssetImageHostList(req, cb) {
|
|
1111
|
+
return this.request("DescribeAssetImageHostList", req, cb);
|
|
605
1112
|
}
|
|
606
1113
|
/**
|
|
607
1114
|
* 查询用户集群资产总览
|
|
@@ -609,6 +1116,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
609
1116
|
async DescribeClusterSummary(req, cb) {
|
|
610
1117
|
return this.request("DescribeClusterSummary", req, cb);
|
|
611
1118
|
}
|
|
1119
|
+
/**
|
|
1120
|
+
* 查询漏洞防御事件详情
|
|
1121
|
+
*/
|
|
1122
|
+
async DescribeVulDefenceEventDetail(req, cb) {
|
|
1123
|
+
return this.request("DescribeVulDefenceEventDetail", req, cb);
|
|
1124
|
+
}
|
|
612
1125
|
/**
|
|
613
1126
|
* DescribeEscapeSafeState 查询容器逃逸安全状态
|
|
614
1127
|
*/
|
|
@@ -621,6 +1134,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
621
1134
|
async DescribeVirusTaskList(req, cb) {
|
|
622
1135
|
return this.request("DescribeVirusTaskList", req, cb);
|
|
623
1136
|
}
|
|
1137
|
+
/**
|
|
1138
|
+
* 获取历史搜索记录
|
|
1139
|
+
*/
|
|
1140
|
+
async DescribeSearchLogs(req, cb) {
|
|
1141
|
+
return this.request("DescribeSearchLogs", req, cb);
|
|
1142
|
+
}
|
|
624
1143
|
/**
|
|
625
1144
|
* 新增单个镜像仓库详细信息
|
|
626
1145
|
*/
|
|
@@ -628,16 +1147,22 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
628
1147
|
return this.request("AddAssetImageRegistryRegistryDetail", req, cb);
|
|
629
1148
|
}
|
|
630
1149
|
/**
|
|
631
|
-
*
|
|
1150
|
+
* 查询当天未授权核数趋势
|
|
632
1151
|
*/
|
|
633
|
-
async
|
|
634
|
-
return this.request("
|
|
1152
|
+
async DescribeUnauthorizedCoresTendency(req, cb) {
|
|
1153
|
+
return this.request("DescribeUnauthorizedCoresTendency", req, cb);
|
|
635
1154
|
}
|
|
636
1155
|
/**
|
|
637
|
-
*
|
|
1156
|
+
* 新增或编辑本地镜像自动授权规则
|
|
638
1157
|
*/
|
|
639
|
-
async
|
|
640
|
-
return this.request("
|
|
1158
|
+
async AddEditImageAutoAuthorizedRule(req, cb) {
|
|
1159
|
+
return this.request("AddEditImageAutoAuthorizedRule", req, cb);
|
|
1160
|
+
}
|
|
1161
|
+
/**
|
|
1162
|
+
* 查询容器安全概览信息
|
|
1163
|
+
*/
|
|
1164
|
+
async DescribeTcssSummary(req, cb) {
|
|
1165
|
+
return this.request("DescribeTcssSummary", req, cb);
|
|
641
1166
|
}
|
|
642
1167
|
/**
|
|
643
1168
|
* 查询本地镜像风险概览
|
|
@@ -646,10 +1171,82 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
646
1171
|
return this.request("DescribeImageRiskSummary", req, cb);
|
|
647
1172
|
}
|
|
648
1173
|
/**
|
|
649
|
-
*
|
|
1174
|
+
* 查询应急漏洞列表
|
|
650
1175
|
*/
|
|
651
|
-
async
|
|
652
|
-
return this.request("
|
|
1176
|
+
async DescribeEmergencyVulList(req, cb) {
|
|
1177
|
+
return this.request("DescribeEmergencyVulList", req, cb);
|
|
1178
|
+
}
|
|
1179
|
+
/**
|
|
1180
|
+
* 查询漏洞各威胁等级统计数
|
|
1181
|
+
*/
|
|
1182
|
+
async DescribeVulLevelSummary(req, cb) {
|
|
1183
|
+
return this.request("DescribeVulLevelSummary", req, cb);
|
|
1184
|
+
}
|
|
1185
|
+
/**
|
|
1186
|
+
* 查询集群网络空间标签列表
|
|
1187
|
+
*/
|
|
1188
|
+
async DescribeNetworkFirewallNamespaceLabelList(req, cb) {
|
|
1189
|
+
return this.request("DescribeNetworkFirewallNamespaceLabelList", req, cb);
|
|
1190
|
+
}
|
|
1191
|
+
/**
|
|
1192
|
+
* 修改木马自动隔离样本开关
|
|
1193
|
+
*/
|
|
1194
|
+
async ModifyVirusAutoIsolateExampleSwitch(req, cb) {
|
|
1195
|
+
return this.request("ModifyVirusAutoIsolateExampleSwitch", req, cb);
|
|
1196
|
+
}
|
|
1197
|
+
/**
|
|
1198
|
+
* 容器网络查询资产任务进度
|
|
1199
|
+
*/
|
|
1200
|
+
async DescribeNetworkFirewallClusterRefreshStatus(req, cb) {
|
|
1201
|
+
return this.request("DescribeNetworkFirewallClusterRefreshStatus", req, cb);
|
|
1202
|
+
}
|
|
1203
|
+
/**
|
|
1204
|
+
* 运行时查询文件查杀实时监控设置
|
|
1205
|
+
*/
|
|
1206
|
+
async DescribeVirusMonitorSetting(req, cb) {
|
|
1207
|
+
return this.request("DescribeVirusMonitorSetting", req, cb);
|
|
1208
|
+
}
|
|
1209
|
+
/**
|
|
1210
|
+
* 查询木马自动隔离设置
|
|
1211
|
+
*/
|
|
1212
|
+
async DescribeVirusAutoIsolateSetting(req, cb) {
|
|
1213
|
+
return this.request("DescribeVirusAutoIsolateSetting", req, cb);
|
|
1214
|
+
}
|
|
1215
|
+
/**
|
|
1216
|
+
* 查询待处理逃逸事件趋势
|
|
1217
|
+
*/
|
|
1218
|
+
async DescribeEscapeEventTendency(req, cb) {
|
|
1219
|
+
return this.request("DescribeEscapeEventTendency", req, cb);
|
|
1220
|
+
}
|
|
1221
|
+
/**
|
|
1222
|
+
* 修改定时任务的设置,包括检测周期、开启/禁用合规基准。
|
|
1223
|
+
*/
|
|
1224
|
+
async ModifyCompliancePeriodTask(req, cb) {
|
|
1225
|
+
return this.request("ModifyCompliancePeriodTask", req, cb);
|
|
1226
|
+
}
|
|
1227
|
+
/**
|
|
1228
|
+
* 查询安全日志清理设置详情
|
|
1229
|
+
*/
|
|
1230
|
+
async DescribeSecLogCleanSettingInfo(req, cb) {
|
|
1231
|
+
return this.request("DescribeSecLogCleanSettingInfo", req, cb);
|
|
1232
|
+
}
|
|
1233
|
+
/**
|
|
1234
|
+
* 查询系统漏洞列表
|
|
1235
|
+
*/
|
|
1236
|
+
async DescribeSystemVulList(req, cb) {
|
|
1237
|
+
return this.request("DescribeSystemVulList", req, cb);
|
|
1238
|
+
}
|
|
1239
|
+
/**
|
|
1240
|
+
* 查询漏洞扫描任务的本地镜像列表
|
|
1241
|
+
*/
|
|
1242
|
+
async DescribeVulScanLocalImageList(req, cb) {
|
|
1243
|
+
return this.request("DescribeVulScanLocalImageList", req, cb);
|
|
1244
|
+
}
|
|
1245
|
+
/**
|
|
1246
|
+
* 添加编辑运行时异常进程策略
|
|
1247
|
+
*/
|
|
1248
|
+
async AddEditAbnormalProcessRule(req, cb) {
|
|
1249
|
+
return this.request("AddEditAbnormalProcessRule", req, cb);
|
|
653
1250
|
}
|
|
654
1251
|
/**
|
|
655
1252
|
* 运行时文件查杀重新检测
|
|
@@ -657,12 +1254,30 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
657
1254
|
async CreateVirusScanAgain(req, cb) {
|
|
658
1255
|
return this.request("CreateVirusScanAgain", req, cb);
|
|
659
1256
|
}
|
|
1257
|
+
/**
|
|
1258
|
+
* 查询集群策略审计列表
|
|
1259
|
+
*/
|
|
1260
|
+
async DescribeNetworkFirewallAuditRecord(req, cb) {
|
|
1261
|
+
return this.request("DescribeNetworkFirewallAuditRecord", req, cb);
|
|
1262
|
+
}
|
|
1263
|
+
/**
|
|
1264
|
+
* 修改安全日志接入状态
|
|
1265
|
+
*/
|
|
1266
|
+
async ModifySecLogJoinState(req, cb) {
|
|
1267
|
+
return this.request("ModifySecLogJoinState", req, cb);
|
|
1268
|
+
}
|
|
660
1269
|
/**
|
|
661
1270
|
* 查询容器安全未处理事件信息
|
|
662
1271
|
*/
|
|
663
1272
|
async DescribeContainerSecEventSummary(req, cb) {
|
|
664
1273
|
return this.request("DescribeContainerSecEventSummary", req, cb);
|
|
665
1274
|
}
|
|
1275
|
+
/**
|
|
1276
|
+
* 查询镜像自动授权任务列表
|
|
1277
|
+
*/
|
|
1278
|
+
async DescribeImageAutoAuthorizedTaskList(req, cb) {
|
|
1279
|
+
return this.request("DescribeImageAutoAuthorizedTaskList", req, cb);
|
|
1280
|
+
}
|
|
666
1281
|
/**
|
|
667
1282
|
* 查询最近一次任务发现的检测项的汇总信息列表,按照 检测项 → 资产 的两级层次展开。
|
|
668
1283
|
*/
|
|
@@ -675,6 +1290,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
675
1290
|
async DescribeAssetImageList(req, cb) {
|
|
676
1291
|
return this.request("DescribeAssetImageList", req, cb);
|
|
677
1292
|
}
|
|
1293
|
+
/**
|
|
1294
|
+
* 查询木马自动隔离样本详情
|
|
1295
|
+
*/
|
|
1296
|
+
async DescribeVirusAutoIsolateSampleDetail(req, cb) {
|
|
1297
|
+
return this.request("DescribeVirusAutoIsolateSampleDetail", req, cb);
|
|
1298
|
+
}
|
|
678
1299
|
/**
|
|
679
1300
|
* 查询运行时反弹shell事件列表信息
|
|
680
1301
|
*/
|
|
@@ -682,10 +1303,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
682
1303
|
return this.request("DescribeReverseShellEvents", req, cb);
|
|
683
1304
|
}
|
|
684
1305
|
/**
|
|
685
|
-
*
|
|
1306
|
+
* 创建异常进程事件导出异步任务
|
|
686
1307
|
*/
|
|
687
|
-
async
|
|
688
|
-
return this.request("
|
|
1308
|
+
async CreateProcessEventsExportJob(req, cb) {
|
|
1309
|
+
return this.request("CreateProcessEventsExportJob", req, cb);
|
|
1310
|
+
}
|
|
1311
|
+
/**
|
|
1312
|
+
* 容器网络集群查看策略详情
|
|
1313
|
+
*/
|
|
1314
|
+
async DescribeNetworkFirewallPolicyDetail(req, cb) {
|
|
1315
|
+
return this.request("DescribeNetworkFirewallPolicyDetail", req, cb);
|
|
689
1316
|
}
|
|
690
1317
|
/**
|
|
691
1318
|
* 镜像仓库创建镜像扫描任务
|
|
@@ -693,6 +1320,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
693
1320
|
async CreateAssetImageRegistryScanTask(req, cb) {
|
|
694
1321
|
return this.request("CreateAssetImageRegistryScanTask", req, cb);
|
|
695
1322
|
}
|
|
1323
|
+
/**
|
|
1324
|
+
* 查询安全日志告警信息
|
|
1325
|
+
*/
|
|
1326
|
+
async DescribeSecLogAlertMsg(req, cb) {
|
|
1327
|
+
return this.request("DescribeSecLogAlertMsg", req, cb);
|
|
1328
|
+
}
|
|
696
1329
|
/**
|
|
697
1330
|
* 查询未完成的刷新资产任务信息
|
|
698
1331
|
*/
|
|
@@ -712,10 +1345,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
712
1345
|
return this.request("DescribeAssetImageRegistryScanStatusOneKey", req, cb);
|
|
713
1346
|
}
|
|
714
1347
|
/**
|
|
715
|
-
*
|
|
1348
|
+
* 容器网络创建网络策略添加并发布任务
|
|
716
1349
|
*/
|
|
717
|
-
async
|
|
718
|
-
return this.request("
|
|
1350
|
+
async AddAndPublishNetworkFirewallPolicyDetail(req, cb) {
|
|
1351
|
+
return this.request("AddAndPublishNetworkFirewallPolicyDetail", req, cb);
|
|
1352
|
+
}
|
|
1353
|
+
/**
|
|
1354
|
+
* 容器安全搜索查询镜像漏洞列表导出
|
|
1355
|
+
*/
|
|
1356
|
+
async DescribeAssetImageVulListExport(req, cb) {
|
|
1357
|
+
return this.request("DescribeAssetImageVulListExport", req, cb);
|
|
719
1358
|
}
|
|
720
1359
|
/**
|
|
721
1360
|
* 镜像仓库镜像仓库列表
|
|
@@ -729,6 +1368,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
729
1368
|
async DescribeAssetProcessList(req, cb) {
|
|
730
1369
|
return this.request("DescribeAssetProcessList", req, cb);
|
|
731
1370
|
}
|
|
1371
|
+
/**
|
|
1372
|
+
* 查询集群网络pod标签
|
|
1373
|
+
*/
|
|
1374
|
+
async DescribeNetworkFirewallPodLabelsList(req, cb) {
|
|
1375
|
+
return this.request("DescribeNetworkFirewallPodLabelsList", req, cb);
|
|
1376
|
+
}
|
|
732
1377
|
/**
|
|
733
1378
|
* 查询运行时异常进程事件列表信息
|
|
734
1379
|
*/
|
|
@@ -759,6 +1404,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
759
1404
|
async SetCheckMode(req, cb) {
|
|
760
1405
|
return this.request("SetCheckMode", req, cb);
|
|
761
1406
|
}
|
|
1407
|
+
/**
|
|
1408
|
+
* 获取ES查询文档列表
|
|
1409
|
+
*/
|
|
1410
|
+
async DescribeESHits(req, cb) {
|
|
1411
|
+
return this.request("DescribeESHits", req, cb);
|
|
1412
|
+
}
|
|
1413
|
+
/**
|
|
1414
|
+
* 查询资产同步最近时间
|
|
1415
|
+
*/
|
|
1416
|
+
async DescribeAssetSyncLastTime(req, cb) {
|
|
1417
|
+
return this.request("DescribeAssetSyncLastTime", req, cb);
|
|
1418
|
+
}
|
|
762
1419
|
/**
|
|
763
1420
|
* 从白名单中删除将指定的检测项。
|
|
764
1421
|
*/
|
|
@@ -771,6 +1428,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
771
1428
|
async DescribeVirusScanSetting(req, cb) {
|
|
772
1429
|
return this.request("DescribeVirusScanSetting", req, cb);
|
|
773
1430
|
}
|
|
1431
|
+
/**
|
|
1432
|
+
* 查询促销活动
|
|
1433
|
+
*/
|
|
1434
|
+
async DescribePromotionActivity(req, cb) {
|
|
1435
|
+
return this.request("DescribePromotionActivity", req, cb);
|
|
1436
|
+
}
|
|
774
1437
|
/**
|
|
775
1438
|
* 查询某类资产的列表
|
|
776
1439
|
*/
|
|
@@ -783,6 +1446,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
783
1446
|
async DescribeCompliancePolicyItemAffectedAssetList(req, cb) {
|
|
784
1447
|
return this.request("DescribeCompliancePolicyItemAffectedAssetList", req, cb);
|
|
785
1448
|
}
|
|
1449
|
+
/**
|
|
1450
|
+
* 获取日志检索容量使用统计
|
|
1451
|
+
*/
|
|
1452
|
+
async DescribeLogStorageStatistic(req, cb) {
|
|
1453
|
+
return this.request("DescribeLogStorageStatistic", req, cb);
|
|
1454
|
+
}
|
|
786
1455
|
/**
|
|
787
1456
|
* 容器安全主机资产刷新
|
|
788
1457
|
*/
|
|
@@ -795,6 +1464,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
795
1464
|
async CreateOrModifyPostPayCores(req, cb) {
|
|
796
1465
|
return this.request("CreateOrModifyPostPayCores", req, cb);
|
|
797
1466
|
}
|
|
1467
|
+
/**
|
|
1468
|
+
* 修改木马自动隔离设置
|
|
1469
|
+
*/
|
|
1470
|
+
async ModifyVirusAutoIsolateSetting(req, cb) {
|
|
1471
|
+
return this.request("ModifyVirusAutoIsolateSetting", req, cb);
|
|
1472
|
+
}
|
|
1473
|
+
/**
|
|
1474
|
+
* 查询安全日志KafkaUIN
|
|
1475
|
+
*/
|
|
1476
|
+
async DescribeSecLogKafkaUIN(req, cb) {
|
|
1477
|
+
return this.request("DescribeSecLogKafkaUIN", req, cb);
|
|
1478
|
+
}
|
|
798
1479
|
/**
|
|
799
1480
|
* 查询运行时异常进程事件详细信息
|
|
800
1481
|
*/
|
|
@@ -808,16 +1489,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
808
1489
|
return this.request("RenewImageAuthorizeState", req, cb);
|
|
809
1490
|
}
|
|
810
1491
|
/**
|
|
811
|
-
*
|
|
1492
|
+
* 获取受影响的集群数量,返回数量
|
|
812
1493
|
*/
|
|
813
|
-
async
|
|
814
|
-
return this.request("
|
|
1494
|
+
async DescribeAffectedClusterCount(req, cb) {
|
|
1495
|
+
return this.request("DescribeAffectedClusterCount", req, cb);
|
|
815
1496
|
}
|
|
816
1497
|
/**
|
|
817
|
-
*
|
|
1498
|
+
* 创建受漏洞影响的容器导出任务
|
|
818
1499
|
*/
|
|
819
|
-
async
|
|
820
|
-
return this.request("
|
|
1500
|
+
async CreateVulContainerExportJob(req, cb) {
|
|
1501
|
+
return this.request("CreateVulContainerExportJob", req, cb);
|
|
821
1502
|
}
|
|
822
1503
|
/**
|
|
823
1504
|
* 查询节点类型的影响范围,返回节点列表
|
|
@@ -831,18 +1512,48 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
831
1512
|
async DescribeAccessControlEventsExport(req, cb) {
|
|
832
1513
|
return this.request("DescribeAccessControlEventsExport", req, cb);
|
|
833
1514
|
}
|
|
1515
|
+
/**
|
|
1516
|
+
* 查询木马事件趋势
|
|
1517
|
+
*/
|
|
1518
|
+
async DescribeVirusEventTendency(req, cb) {
|
|
1519
|
+
return this.request("DescribeVirusEventTendency", req, cb);
|
|
1520
|
+
}
|
|
1521
|
+
/**
|
|
1522
|
+
* 查询镜像自动授权结果列表
|
|
1523
|
+
*/
|
|
1524
|
+
async DescribeImageAutoAuthorizedLogList(req, cb) {
|
|
1525
|
+
return this.request("DescribeImageAutoAuthorizedLogList", req, cb);
|
|
1526
|
+
}
|
|
1527
|
+
/**
|
|
1528
|
+
* 查询应急漏洞各威胁等级统计镜像数
|
|
1529
|
+
*/
|
|
1530
|
+
async DescribeVulLevelImageSummary(req, cb) {
|
|
1531
|
+
return this.request("DescribeVulLevelImageSummary", req, cb);
|
|
1532
|
+
}
|
|
834
1533
|
/**
|
|
835
1534
|
* 修改反弹shell事件的状态信息
|
|
836
1535
|
*/
|
|
837
1536
|
async ModifyReverseShellStatus(req, cb) {
|
|
838
1537
|
return this.request("ModifyReverseShellStatus", req, cb);
|
|
839
1538
|
}
|
|
1539
|
+
/**
|
|
1540
|
+
* 查询安全日志接入列表
|
|
1541
|
+
*/
|
|
1542
|
+
async DescribeSecLogJoinTypeList(req, cb) {
|
|
1543
|
+
return this.request("DescribeSecLogJoinTypeList", req, cb);
|
|
1544
|
+
}
|
|
840
1545
|
/**
|
|
841
1546
|
* 添加编辑告警策略
|
|
842
1547
|
*/
|
|
843
1548
|
async AddEditWarningRules(req, cb) {
|
|
844
1549
|
return this.request("AddEditWarningRules", req, cb);
|
|
845
1550
|
}
|
|
1551
|
+
/**
|
|
1552
|
+
* 获取用户当前灰度配置
|
|
1553
|
+
*/
|
|
1554
|
+
async DescribeABTestConfig(req, cb) {
|
|
1555
|
+
return this.request("DescribeABTestConfig", req, cb);
|
|
1556
|
+
}
|
|
846
1557
|
/**
|
|
847
1558
|
* 容器安全搜索查询镜像风险列表导出
|
|
848
1559
|
*/
|
|
@@ -850,10 +1561,22 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
850
1561
|
return this.request("DescribeAssetImageRiskListExport", req, cb);
|
|
851
1562
|
}
|
|
852
1563
|
/**
|
|
853
|
-
*
|
|
1564
|
+
* 修改安全日志清理设置信息
|
|
854
1565
|
*/
|
|
855
|
-
async
|
|
856
|
-
return this.request("
|
|
1566
|
+
async ModifySecLogCleanSettingInfo(req, cb) {
|
|
1567
|
+
return this.request("ModifySecLogCleanSettingInfo", req, cb);
|
|
1568
|
+
}
|
|
1569
|
+
/**
|
|
1570
|
+
* 查询安全日志投递Cls配置
|
|
1571
|
+
*/
|
|
1572
|
+
async DescribeSecLogDeliveryClsSetting(req, cb) {
|
|
1573
|
+
return this.request("DescribeSecLogDeliveryClsSetting", req, cb);
|
|
1574
|
+
}
|
|
1575
|
+
/**
|
|
1576
|
+
* 镜像仓库查询镜像漏洞列表
|
|
1577
|
+
*/
|
|
1578
|
+
async DescribeAssetImageRegistryVulList(req, cb) {
|
|
1579
|
+
return this.request("DescribeAssetImageRegistryVulList", req, cb);
|
|
857
1580
|
}
|
|
858
1581
|
/**
|
|
859
1582
|
* 查询最近一次任务发现的风险项的信息列表,支持根据特殊字段进行过滤
|
|
@@ -861,12 +1584,54 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
861
1584
|
async DescribeRiskList(req, cb) {
|
|
862
1585
|
return this.request("DescribeRiskList", req, cb);
|
|
863
1586
|
}
|
|
1587
|
+
/**
|
|
1588
|
+
* DescribeEscapeEventInfo 查询容器逃逸事件列表
|
|
1589
|
+
*/
|
|
1590
|
+
async DescribeEscapeEventInfo(req, cb) {
|
|
1591
|
+
return this.request("DescribeEscapeEventInfo", req, cb);
|
|
1592
|
+
}
|
|
1593
|
+
/**
|
|
1594
|
+
* 查询自动授权规则授权范围主机信息
|
|
1595
|
+
*/
|
|
1596
|
+
async DescribeAutoAuthorizedRuleHost(req, cb) {
|
|
1597
|
+
return this.request("DescribeAutoAuthorizedRuleHost", req, cb);
|
|
1598
|
+
}
|
|
1599
|
+
/**
|
|
1600
|
+
* 容器网络创建Yaml网络策略并发布任务
|
|
1601
|
+
*/
|
|
1602
|
+
async AddAndPublishNetworkFirewallPolicyYamlDetail(req, cb) {
|
|
1603
|
+
return this.request("AddAndPublishNetworkFirewallPolicyYamlDetail", req, cb);
|
|
1604
|
+
}
|
|
1605
|
+
/**
|
|
1606
|
+
* 统计容器逃逸各事件类型和待处理事件数
|
|
1607
|
+
*/
|
|
1608
|
+
async DescribeEscapeEventTypeSummary(req, cb) {
|
|
1609
|
+
return this.request("DescribeEscapeEventTypeSummary", req, cb);
|
|
1610
|
+
}
|
|
1611
|
+
/**
|
|
1612
|
+
* 创建逃逸事件导出异步任务
|
|
1613
|
+
*/
|
|
1614
|
+
async CreateEscapeEventsExportJob(req, cb) {
|
|
1615
|
+
return this.request("CreateEscapeEventsExportJob", req, cb);
|
|
1616
|
+
}
|
|
864
1617
|
/**
|
|
865
1618
|
* 容器安全查询镜像漏洞列表
|
|
866
1619
|
*/
|
|
867
1620
|
async DescribeAssetImageVulList(req, cb) {
|
|
868
1621
|
return this.request("DescribeAssetImageVulList", req, cb);
|
|
869
1622
|
}
|
|
1623
|
+
/**
|
|
1624
|
+
* 获取告警策略列表
|
|
1625
|
+
*/
|
|
1626
|
+
async DescribeWarningRules(req, cb) {
|
|
1627
|
+
return this.request("DescribeWarningRules", req, cb);
|
|
1628
|
+
}
|
|
1629
|
+
/**
|
|
1630
|
+
* 获取快速检索列表
|
|
1631
|
+
*/
|
|
1632
|
+
async DescribeSearchTemplates(req, cb) {
|
|
1633
|
+
return this.request("DescribeSearchTemplates", req, cb);
|
|
1634
|
+
}
|
|
870
1635
|
/**
|
|
871
1636
|
* 将指定的检测项添加到白名单中,不显示未通过结果。
|
|
872
1637
|
*/
|
|
@@ -886,16 +1651,22 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
886
1651
|
return this.request("DescribeUserCluster", req, cb);
|
|
887
1652
|
}
|
|
888
1653
|
/**
|
|
889
|
-
*
|
|
1654
|
+
* 卸载Agent客户端
|
|
890
1655
|
*/
|
|
891
|
-
async
|
|
892
|
-
return this.request("
|
|
1656
|
+
async DeleteMachine(req, cb) {
|
|
1657
|
+
return this.request("DeleteMachine", req, cb);
|
|
893
1658
|
}
|
|
894
1659
|
/**
|
|
895
|
-
*
|
|
1660
|
+
* 创建主机列表导出任务
|
|
896
1661
|
*/
|
|
897
|
-
async
|
|
898
|
-
return this.request("
|
|
1662
|
+
async CreateHostExportJob(req, cb) {
|
|
1663
|
+
return this.request("CreateHostExportJob", req, cb);
|
|
1664
|
+
}
|
|
1665
|
+
/**
|
|
1666
|
+
* 开通容器安全服务试用
|
|
1667
|
+
*/
|
|
1668
|
+
async OpenTcssTrial(req, cb) {
|
|
1669
|
+
return this.request("OpenTcssTrial", req, cb);
|
|
899
1670
|
}
|
|
900
1671
|
/**
|
|
901
1672
|
* 查询运行时异常进程策略列表信息
|
|
@@ -904,16 +1675,28 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
904
1675
|
return this.request("DescribeAbnormalProcessRules", req, cb);
|
|
905
1676
|
}
|
|
906
1677
|
/**
|
|
907
|
-
*
|
|
1678
|
+
* 用指定的检测项重新检测选定的资产,返回创建的合规检查任务的ID。
|
|
908
1679
|
*/
|
|
909
|
-
async
|
|
910
|
-
return this.request("
|
|
1680
|
+
async ScanComplianceAssetsByPolicyItem(req, cb) {
|
|
1681
|
+
return this.request("ScanComplianceAssetsByPolicyItem", req, cb);
|
|
911
1682
|
}
|
|
912
1683
|
/**
|
|
913
|
-
*
|
|
1684
|
+
* 删除逃逸白名单
|
|
914
1685
|
*/
|
|
915
|
-
async
|
|
916
|
-
return this.request("
|
|
1686
|
+
async DeleteEscapeWhiteList(req, cb) {
|
|
1687
|
+
return this.request("DeleteEscapeWhiteList", req, cb);
|
|
1688
|
+
}
|
|
1689
|
+
/**
|
|
1690
|
+
* 容器网络创建网络策略发布任务
|
|
1691
|
+
*/
|
|
1692
|
+
async CreateNetworkFirewallPublish(req, cb) {
|
|
1693
|
+
return this.request("CreateNetworkFirewallPublish", req, cb);
|
|
1694
|
+
}
|
|
1695
|
+
/**
|
|
1696
|
+
* 容器网络创建网络策略撤销任务
|
|
1697
|
+
*/
|
|
1698
|
+
async CreateNetworkFirewallUndoPublish(req, cb) {
|
|
1699
|
+
return this.request("CreateNetworkFirewallUndoPublish", req, cb);
|
|
917
1700
|
}
|
|
918
1701
|
/**
|
|
919
1702
|
* 删除运行时高危系统调用白名单
|
|
@@ -927,6 +1710,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
927
1710
|
async AddEditAccessControlRule(req, cb) {
|
|
928
1711
|
return this.request("AddEditAccessControlRule", req, cb);
|
|
929
1712
|
}
|
|
1713
|
+
/**
|
|
1714
|
+
* 查询本地镜像、仓库镜像中严重&高危的漏洞趋势
|
|
1715
|
+
*/
|
|
1716
|
+
async DescribeVulTendency(req, cb) {
|
|
1717
|
+
return this.request("DescribeVulTendency", req, cb);
|
|
1718
|
+
}
|
|
930
1719
|
/**
|
|
931
1720
|
* 查询运行时反弹shell白名单详细信息
|
|
932
1721
|
*/
|
|
@@ -952,10 +1741,22 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
952
1741
|
return this.request("DescribeAssetSummary", req, cb);
|
|
953
1742
|
}
|
|
954
1743
|
/**
|
|
955
|
-
*
|
|
1744
|
+
* 查询安全日志投递kafka配置
|
|
956
1745
|
*/
|
|
957
|
-
async
|
|
958
|
-
return this.request("
|
|
1746
|
+
async DescribeSecLogDeliveryKafkaSetting(req, cb) {
|
|
1747
|
+
return this.request("DescribeSecLogDeliveryKafkaSetting", req, cb);
|
|
1748
|
+
}
|
|
1749
|
+
/**
|
|
1750
|
+
* 查询检查报告
|
|
1751
|
+
*/
|
|
1752
|
+
async DescribeInspectionReport(req, cb) {
|
|
1753
|
+
return this.request("DescribeInspectionReport", req, cb);
|
|
1754
|
+
}
|
|
1755
|
+
/**
|
|
1756
|
+
* 容器网络创建网络策略删除任务
|
|
1757
|
+
*/
|
|
1758
|
+
async DeleteNetworkFirewallPolicyDetail(req, cb) {
|
|
1759
|
+
return this.request("DeleteNetworkFirewallPolicyDetail", req, cb);
|
|
959
1760
|
}
|
|
960
1761
|
/**
|
|
961
1762
|
* 容器安全查询web服务列表
|
|
@@ -970,10 +1771,46 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
970
1771
|
return this.request("CheckRepeatAssetImageRegistry", req, cb);
|
|
971
1772
|
}
|
|
972
1773
|
/**
|
|
973
|
-
*
|
|
1774
|
+
* 容器网络创建网络策略添加任务
|
|
974
1775
|
*/
|
|
975
|
-
async
|
|
976
|
-
return this.request("
|
|
1776
|
+
async AddNetworkFirewallPolicyDetail(req, cb) {
|
|
1777
|
+
return this.request("AddNetworkFirewallPolicyDetail", req, cb);
|
|
1778
|
+
}
|
|
1779
|
+
/**
|
|
1780
|
+
* 修改漏洞防御事件状态
|
|
1781
|
+
*/
|
|
1782
|
+
async ModifyVulDefenceEventStatus(req, cb) {
|
|
1783
|
+
return this.request("ModifyVulDefenceEventStatus", req, cb);
|
|
1784
|
+
}
|
|
1785
|
+
/**
|
|
1786
|
+
* 查询待处理异常进程事件趋势
|
|
1787
|
+
*/
|
|
1788
|
+
async DescribeAbnormalProcessEventTendency(req, cb) {
|
|
1789
|
+
return this.request("DescribeAbnormalProcessEventTendency", req, cb);
|
|
1790
|
+
}
|
|
1791
|
+
/**
|
|
1792
|
+
* 查询受漏洞的容器列表
|
|
1793
|
+
*/
|
|
1794
|
+
async DescribeVulContainerList(req, cb) {
|
|
1795
|
+
return this.request("DescribeVulContainerList", req, cb);
|
|
1796
|
+
}
|
|
1797
|
+
/**
|
|
1798
|
+
* 查询安全日志商品信息
|
|
1799
|
+
*/
|
|
1800
|
+
async DescribeSecLogVasInfo(req, cb) {
|
|
1801
|
+
return this.request("DescribeSecLogVasInfo", req, cb);
|
|
1802
|
+
}
|
|
1803
|
+
/**
|
|
1804
|
+
* 运行时文件查杀事件列表导出
|
|
1805
|
+
*/
|
|
1806
|
+
async ExportVirusList(req, cb) {
|
|
1807
|
+
return this.request("ExportVirusList", req, cb);
|
|
1808
|
+
}
|
|
1809
|
+
/**
|
|
1810
|
+
* 查询木马样本下载url
|
|
1811
|
+
*/
|
|
1812
|
+
async DescribeVirusSampleDownloadUrl(req, cb) {
|
|
1813
|
+
return this.request("DescribeVirusSampleDownloadUrl", req, cb);
|
|
977
1814
|
}
|
|
978
1815
|
/**
|
|
979
1816
|
* 查询主机详细信息
|
|
@@ -982,10 +1819,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
982
1819
|
return this.request("DescribeAssetHostDetail", req, cb);
|
|
983
1820
|
}
|
|
984
1821
|
/**
|
|
985
|
-
*
|
|
1822
|
+
* 镜像仓库漏洞列表导出
|
|
986
1823
|
*/
|
|
987
|
-
async
|
|
988
|
-
return this.request("
|
|
1824
|
+
async DescribeAssetImageRegistryVulListExport(req, cb) {
|
|
1825
|
+
return this.request("DescribeAssetImageRegistryVulListExport", req, cb);
|
|
1826
|
+
}
|
|
1827
|
+
/**
|
|
1828
|
+
* 查询web应用漏洞列表
|
|
1829
|
+
*/
|
|
1830
|
+
async DescribeWebVulList(req, cb) {
|
|
1831
|
+
return this.request("DescribeWebVulList", req, cb);
|
|
989
1832
|
}
|
|
990
1833
|
/**
|
|
991
1834
|
* 查询运行时高危系统调用白名单列表信息
|
|
@@ -994,10 +1837,22 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
994
1837
|
return this.request("DescribeRiskSyscallWhiteLists", req, cb);
|
|
995
1838
|
}
|
|
996
1839
|
/**
|
|
997
|
-
*
|
|
1840
|
+
* 查询运行时访问控制策略列表导出
|
|
998
1841
|
*/
|
|
999
|
-
async
|
|
1000
|
-
return this.request("
|
|
1842
|
+
async DescribeAccessControlRulesExport(req, cb) {
|
|
1843
|
+
return this.request("DescribeAccessControlRulesExport", req, cb);
|
|
1844
|
+
}
|
|
1845
|
+
/**
|
|
1846
|
+
* 查询高危系统调用事件详细信息
|
|
1847
|
+
*/
|
|
1848
|
+
async DescribeRiskSyscallDetail(req, cb) {
|
|
1849
|
+
return this.request("DescribeRiskSyscallDetail", req, cb);
|
|
1850
|
+
}
|
|
1851
|
+
/**
|
|
1852
|
+
* 查询木马自动隔离样本列表
|
|
1853
|
+
*/
|
|
1854
|
+
async DescribeVirusAutoIsolateSampleList(req, cb) {
|
|
1855
|
+
return this.request("DescribeVirusAutoIsolateSampleList", req, cb);
|
|
1001
1856
|
}
|
|
1002
1857
|
/**
|
|
1003
1858
|
* 运行时查询文件查杀任务状态
|
|
@@ -1006,10 +1861,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1006
1861
|
return this.request("DescribeVirusScanTaskStatus", req, cb);
|
|
1007
1862
|
}
|
|
1008
1863
|
/**
|
|
1009
|
-
*
|
|
1864
|
+
* 查询容器运行时安全事件趋势
|
|
1010
1865
|
*/
|
|
1011
|
-
async
|
|
1012
|
-
return this.request("
|
|
1866
|
+
async DescribeSecEventsTendency(req, cb) {
|
|
1867
|
+
return this.request("DescribeSecEventsTendency", req, cb);
|
|
1013
1868
|
}
|
|
1014
1869
|
/**
|
|
1015
1870
|
* 查询镜像详细信息
|
|
@@ -1018,10 +1873,22 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1018
1873
|
return this.request("DescribeAssetImageDetail", req, cb);
|
|
1019
1874
|
}
|
|
1020
1875
|
/**
|
|
1021
|
-
*
|
|
1876
|
+
* 更新安全日志投递kafka设置
|
|
1022
1877
|
*/
|
|
1023
|
-
async
|
|
1024
|
-
return this.request("
|
|
1878
|
+
async ModifySecLogDeliveryKafkaSetting(req, cb) {
|
|
1879
|
+
return this.request("ModifySecLogDeliveryKafkaSetting", req, cb);
|
|
1880
|
+
}
|
|
1881
|
+
/**
|
|
1882
|
+
* 新增安全合规忽略(检测项+资产)列表,不显示指定的检查项包含的资产内容
|
|
1883
|
+
*/
|
|
1884
|
+
async DeleteCompliancePolicyAssetSetFromWhitelist(req, cb) {
|
|
1885
|
+
return this.request("DeleteCompliancePolicyAssetSetFromWhitelist", req, cb);
|
|
1886
|
+
}
|
|
1887
|
+
/**
|
|
1888
|
+
* 查询漏洞防御设置信息
|
|
1889
|
+
*/
|
|
1890
|
+
async DescribeVulDefenceSetting(req, cb) {
|
|
1891
|
+
return this.request("DescribeVulDefenceSetting", req, cb);
|
|
1025
1892
|
}
|
|
1026
1893
|
}
|
|
1027
1894
|
exports.Client = Client;
|