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