tencentcloud-sdk-nodejs-csip 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.
|
@@ -3,18 +3,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
3
3
|
constructor(clientConfig) {
|
|
4
4
|
super("csip.tencentcloudapi.com", "2022-11-21", clientConfig);
|
|
5
5
|
}
|
|
6
|
-
async DescribeUebaRule(req, cb) {
|
|
7
|
-
return this.request("DescribeUebaRule", req, cb);
|
|
8
|
-
}
|
|
9
|
-
async DescribeTaskLogList(req, cb) {
|
|
10
|
-
return this.request("DescribeTaskLogList", req, cb);
|
|
11
|
-
}
|
|
12
6
|
async DeleteDomainAndIp(req, cb) {
|
|
13
7
|
return this.request("DeleteDomainAndIp", req, cb);
|
|
14
8
|
}
|
|
15
|
-
async DescribeVulRiskList(req, cb) {
|
|
16
|
-
return this.request("DescribeVulRiskList", req, cb);
|
|
17
|
-
}
|
|
18
9
|
async DescribeRiskRuleDetail(req, cb) {
|
|
19
10
|
return this.request("DescribeRiskRuleDetail", req, cb);
|
|
20
11
|
}
|
|
@@ -24,116 +15,131 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
24
15
|
async DescribeNICAssets(req, cb) {
|
|
25
16
|
return this.request("DescribeNICAssets", req, cb);
|
|
26
17
|
}
|
|
27
|
-
async DescribeAbnormalCallRecord(req, cb) {
|
|
28
|
-
return this.request("DescribeAbnormalCallRecord", req, cb);
|
|
29
|
-
}
|
|
30
|
-
async DescribeRiskCenterVULViewVULRiskList(req, cb) {
|
|
31
|
-
return this.request("DescribeRiskCenterVULViewVULRiskList", req, cb);
|
|
32
|
-
}
|
|
33
18
|
async DescribeDomainAssets(req, cb) {
|
|
34
19
|
return this.request("DescribeDomainAssets", req, cb);
|
|
35
20
|
}
|
|
36
|
-
async UpdateAccessKeyRemark(req, cb) {
|
|
37
|
-
return this.request("UpdateAccessKeyRemark", req, cb);
|
|
38
|
-
}
|
|
39
|
-
async DescribePublicIpAssets(req, cb) {
|
|
40
|
-
return this.request("DescribePublicIpAssets", req, cb);
|
|
41
|
-
}
|
|
42
|
-
async AddNewBindRoleUser(req, cb) {
|
|
43
|
-
return this.request("AddNewBindRoleUser", req, cb);
|
|
44
|
-
}
|
|
45
21
|
async DescribeAIAgentAssetList(req, cb) {
|
|
46
22
|
return this.request("DescribeAIAgentAssetList", req, cb);
|
|
47
23
|
}
|
|
48
|
-
async DescribeVULList(req, cb) {
|
|
49
|
-
return this.request("DescribeVULList", req, cb);
|
|
50
|
-
}
|
|
51
|
-
async DescribeCallRecord(req, cb) {
|
|
52
|
-
return this.request("DescribeCallRecord", req, cb);
|
|
53
|
-
}
|
|
54
24
|
async DescribeAccessKeyUserList(req, cb) {
|
|
55
25
|
return this.request("DescribeAccessKeyUserList", req, cb);
|
|
56
26
|
}
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
27
|
+
async DescribeConfigCheckRules(req, cb) {
|
|
28
|
+
return this.request("DescribeConfigCheckRules", req, cb);
|
|
29
|
+
}
|
|
30
|
+
async DescribeVpcAssets(req, cb) {
|
|
31
|
+
return this.request("DescribeVpcAssets", req, cb);
|
|
32
|
+
}
|
|
33
|
+
async DescribeAssetViewVulRiskList(req, cb) {
|
|
34
|
+
return this.request("DescribeAssetViewVulRiskList", req, cb);
|
|
35
|
+
}
|
|
36
|
+
async DescribeVULRiskDetail(req, cb) {
|
|
37
|
+
return this.request("DescribeVULRiskDetail", req, cb);
|
|
38
|
+
}
|
|
39
|
+
async DescribeRiskCenterWebsiteRiskList(req, cb) {
|
|
40
|
+
return this.request("DescribeRiskCenterWebsiteRiskList", req, cb);
|
|
59
41
|
}
|
|
60
42
|
async StopRiskCenterTask(req, cb) {
|
|
61
43
|
return this.request("StopRiskCenterTask", req, cb);
|
|
62
44
|
}
|
|
63
|
-
async
|
|
64
|
-
return this.request("
|
|
45
|
+
async DescribeRiskRules(req, cb) {
|
|
46
|
+
return this.request("DescribeRiskRules", req, cb);
|
|
65
47
|
}
|
|
66
|
-
async
|
|
67
|
-
return this.request("
|
|
48
|
+
async DescribeTopAttackInfo(req, cb) {
|
|
49
|
+
return this.request("DescribeTopAttackInfo", req, cb);
|
|
68
50
|
}
|
|
69
|
-
async
|
|
70
|
-
return this.request("
|
|
51
|
+
async DescribeAssetRiskList(req, cb) {
|
|
52
|
+
return this.request("DescribeAssetRiskList", req, cb);
|
|
71
53
|
}
|
|
72
|
-
async
|
|
73
|
-
return this.request("
|
|
54
|
+
async DescribeScanReportList(req, cb) {
|
|
55
|
+
return this.request("DescribeScanReportList", req, cb);
|
|
74
56
|
}
|
|
75
|
-
async
|
|
76
|
-
return this.request("
|
|
57
|
+
async DescribeSubUserInfo(req, cb) {
|
|
58
|
+
return this.request("DescribeSubUserInfo", req, cb);
|
|
77
59
|
}
|
|
78
|
-
async
|
|
79
|
-
return this.request("
|
|
60
|
+
async DescribeScanTaskList(req, cb) {
|
|
61
|
+
return this.request("DescribeScanTaskList", req, cb);
|
|
80
62
|
}
|
|
81
|
-
async
|
|
82
|
-
return this.request("
|
|
63
|
+
async DescribeAccessKeyAlarmDetail(req, cb) {
|
|
64
|
+
return this.request("DescribeAccessKeyAlarmDetail", req, cb);
|
|
83
65
|
}
|
|
84
|
-
async
|
|
85
|
-
return this.request("
|
|
66
|
+
async DescribeOrganizationUserInfo(req, cb) {
|
|
67
|
+
return this.request("DescribeOrganizationUserInfo", req, cb);
|
|
86
68
|
}
|
|
87
|
-
async
|
|
88
|
-
return this.request("
|
|
69
|
+
async CreateAccessKeyCheckTask(req, cb) {
|
|
70
|
+
return this.request("CreateAccessKeyCheckTask", req, cb);
|
|
89
71
|
}
|
|
90
|
-
async
|
|
91
|
-
return this.request("
|
|
72
|
+
async DescribeSubnetAssets(req, cb) {
|
|
73
|
+
return this.request("DescribeSubnetAssets", req, cb);
|
|
92
74
|
}
|
|
93
|
-
async
|
|
94
|
-
return this.request("
|
|
75
|
+
async DescribeAccessKeyAsset(req, cb) {
|
|
76
|
+
return this.request("DescribeAccessKeyAsset", req, cb);
|
|
95
77
|
}
|
|
96
|
-
async
|
|
97
|
-
return this.request("
|
|
78
|
+
async DescribeAbnormalCallRecord(req, cb) {
|
|
79
|
+
return this.request("DescribeAbnormalCallRecord", req, cb);
|
|
98
80
|
}
|
|
99
|
-
async
|
|
100
|
-
return this.request("
|
|
81
|
+
async DescribeRiskCenterVULViewVULRiskList(req, cb) {
|
|
82
|
+
return this.request("DescribeRiskCenterVULViewVULRiskList", req, cb);
|
|
83
|
+
}
|
|
84
|
+
async AddNewBindRoleUser(req, cb) {
|
|
85
|
+
return this.request("AddNewBindRoleUser", req, cb);
|
|
86
|
+
}
|
|
87
|
+
async DescribeKeySandboxCredentialList(req, cb) {
|
|
88
|
+
return this.request("DescribeKeySandboxCredentialList", req, cb);
|
|
101
89
|
}
|
|
102
90
|
async DescribeCVMAssets(req, cb) {
|
|
103
91
|
return this.request("DescribeCVMAssets", req, cb);
|
|
104
92
|
}
|
|
105
|
-
async
|
|
106
|
-
return this.request("
|
|
93
|
+
async DescribeOrganizationInfo(req, cb) {
|
|
94
|
+
return this.request("DescribeOrganizationInfo", req, cb);
|
|
107
95
|
}
|
|
108
|
-
async
|
|
109
|
-
return this.request("
|
|
96
|
+
async DescribeUserCallRecord(req, cb) {
|
|
97
|
+
return this.request("DescribeUserCallRecord", req, cb);
|
|
110
98
|
}
|
|
111
|
-
async
|
|
112
|
-
return this.request("
|
|
99
|
+
async DescribeAlertList(req, cb) {
|
|
100
|
+
return this.request("DescribeAlertList", req, cb);
|
|
113
101
|
}
|
|
114
|
-
async
|
|
115
|
-
return this.request("
|
|
102
|
+
async DescribeRiskDetailList(req, cb) {
|
|
103
|
+
return this.request("DescribeRiskDetailList", req, cb);
|
|
116
104
|
}
|
|
117
|
-
async
|
|
118
|
-
return this.request("
|
|
105
|
+
async DescribeRiskCenterAssetViewPortRiskList(req, cb) {
|
|
106
|
+
return this.request("DescribeRiskCenterAssetViewPortRiskList", req, cb);
|
|
119
107
|
}
|
|
120
|
-
async
|
|
121
|
-
return this.request("
|
|
108
|
+
async DescribeExposures(req, cb) {
|
|
109
|
+
return this.request("DescribeExposures", req, cb);
|
|
122
110
|
}
|
|
123
|
-
async
|
|
124
|
-
return this.request("
|
|
111
|
+
async DescribeRiskCenterCFGViewCFGRiskList(req, cb) {
|
|
112
|
+
return this.request("DescribeRiskCenterCFGViewCFGRiskList", req, cb);
|
|
125
113
|
}
|
|
126
|
-
async
|
|
127
|
-
return this.request("
|
|
114
|
+
async UpdateAccessKeyRemark(req, cb) {
|
|
115
|
+
return this.request("UpdateAccessKeyRemark", req, cb);
|
|
128
116
|
}
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
117
|
+
async DescribeAccessKeyRisk(req, cb) {
|
|
118
|
+
return this.request("DescribeAccessKeyRisk", req, cb);
|
|
131
119
|
}
|
|
132
120
|
async DescribeRepositoryImageAssets(req, cb) {
|
|
133
121
|
return this.request("DescribeRepositoryImageAssets", req, cb);
|
|
134
122
|
}
|
|
135
|
-
async
|
|
136
|
-
return this.request("
|
|
123
|
+
async DescribeCVMAssetInfo(req, cb) {
|
|
124
|
+
return this.request("DescribeCVMAssetInfo", req, cb);
|
|
125
|
+
}
|
|
126
|
+
async DescribeOtherCloudAssets(req, cb) {
|
|
127
|
+
return this.request("DescribeOtherCloudAssets", req, cb);
|
|
128
|
+
}
|
|
129
|
+
async DescribeListenerList(req, cb) {
|
|
130
|
+
return this.request("DescribeListenerList", req, cb);
|
|
131
|
+
}
|
|
132
|
+
async DescribeClusterPodAssets(req, cb) {
|
|
133
|
+
return this.request("DescribeClusterPodAssets", req, cb);
|
|
134
|
+
}
|
|
135
|
+
async DescribeRiskCenterServerRiskList(req, cb) {
|
|
136
|
+
return this.request("DescribeRiskCenterServerRiskList", req, cb);
|
|
137
|
+
}
|
|
138
|
+
async DescribeCallRecord(req, cb) {
|
|
139
|
+
return this.request("DescribeCallRecord", req, cb);
|
|
140
|
+
}
|
|
141
|
+
async DescribeCFWAssetStatistics(req, cb) {
|
|
142
|
+
return this.request("DescribeCFWAssetStatistics", req, cb);
|
|
137
143
|
}
|
|
138
144
|
async DescribeExposePath(req, cb) {
|
|
139
145
|
return this.request("DescribeExposePath", req, cb);
|
|
@@ -141,104 +147,110 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
141
147
|
async DescribeGatewayAssets(req, cb) {
|
|
142
148
|
return this.request("DescribeGatewayAssets", req, cb);
|
|
143
149
|
}
|
|
144
|
-
async DescribeTopAttackInfo(req, cb) {
|
|
145
|
-
return this.request("DescribeTopAttackInfo", req, cb);
|
|
146
|
-
}
|
|
147
|
-
async DescribeSearchBugInfo(req, cb) {
|
|
148
|
-
return this.request("DescribeSearchBugInfo", req, cb);
|
|
149
|
-
}
|
|
150
|
-
async DescribeVULRiskDetail(req, cb) {
|
|
151
|
-
return this.request("DescribeVULRiskDetail", req, cb);
|
|
152
|
-
}
|
|
153
150
|
async DescribeAccessKeyAlarm(req, cb) {
|
|
154
151
|
return this.request("DescribeAccessKeyAlarm", req, cb);
|
|
155
152
|
}
|
|
156
|
-
async DescribeVulViewVulRiskList(req, cb) {
|
|
157
|
-
return this.request("DescribeVulViewVulRiskList", req, cb);
|
|
158
|
-
}
|
|
159
|
-
async DescribeUserCallRecord(req, cb) {
|
|
160
|
-
return this.request("DescribeUserCallRecord", req, cb);
|
|
161
|
-
}
|
|
162
153
|
async DescribeHighBaseLineRiskList(req, cb) {
|
|
163
154
|
return this.request("DescribeHighBaseLineRiskList", req, cb);
|
|
164
155
|
}
|
|
165
|
-
async
|
|
166
|
-
return this.request("
|
|
167
|
-
}
|
|
168
|
-
async CreateDomainAndIp(req, cb) {
|
|
169
|
-
return this.request("CreateDomainAndIp", req, cb);
|
|
170
|
-
}
|
|
171
|
-
async DescribeAlertList(req, cb) {
|
|
172
|
-
return this.request("DescribeAlertList", req, cb);
|
|
173
|
-
}
|
|
174
|
-
async DescribeScanTaskList(req, cb) {
|
|
175
|
-
return this.request("DescribeScanTaskList", req, cb);
|
|
156
|
+
async ModifyRiskCenterRiskStatus(req, cb) {
|
|
157
|
+
return this.request("ModifyRiskCenterRiskStatus", req, cb);
|
|
176
158
|
}
|
|
177
159
|
async UpdateAccessKeyAlarmStatus(req, cb) {
|
|
178
160
|
return this.request("UpdateAccessKeyAlarmStatus", req, cb);
|
|
179
161
|
}
|
|
180
|
-
async ModifyUebaRuleSwitch(req, cb) {
|
|
181
|
-
return this.request("ModifyUebaRuleSwitch", req, cb);
|
|
182
|
-
}
|
|
183
|
-
async UpdateAlertStatusList(req, cb) {
|
|
184
|
-
return this.request("UpdateAlertStatusList", req, cb);
|
|
185
|
-
}
|
|
186
|
-
async DescribeScanStatistic(req, cb) {
|
|
187
|
-
return this.request("DescribeScanStatistic", req, cb);
|
|
188
|
-
}
|
|
189
162
|
async DescribeExposeAssetCategory(req, cb) {
|
|
190
163
|
return this.request("DescribeExposeAssetCategory", req, cb);
|
|
191
164
|
}
|
|
192
|
-
async DescribeOrganizationUserInfo(req, cb) {
|
|
193
|
-
return this.request("DescribeOrganizationUserInfo", req, cb);
|
|
194
|
-
}
|
|
195
165
|
async DescribeAssetProcessList(req, cb) {
|
|
196
166
|
return this.request("DescribeAssetProcessList", req, cb);
|
|
197
167
|
}
|
|
168
|
+
async CreateRiskCenterScanTask(req, cb) {
|
|
169
|
+
return this.request("CreateRiskCenterScanTask", req, cb);
|
|
170
|
+
}
|
|
171
|
+
async DescribeVULRiskAdvanceCFGList(req, cb) {
|
|
172
|
+
return this.request("DescribeVULRiskAdvanceCFGList", req, cb);
|
|
173
|
+
}
|
|
174
|
+
async DescribeClusterAssets(req, cb) {
|
|
175
|
+
return this.request("DescribeClusterAssets", req, cb);
|
|
176
|
+
}
|
|
177
|
+
async DescribeUebaRule(req, cb) {
|
|
178
|
+
return this.request("DescribeUebaRule", req, cb);
|
|
179
|
+
}
|
|
198
180
|
async CreateAccessKeySyncTask(req, cb) {
|
|
199
181
|
return this.request("CreateAccessKeySyncTask", req, cb);
|
|
200
182
|
}
|
|
201
|
-
async
|
|
202
|
-
return this.request("
|
|
183
|
+
async DescribeKeySandboxCredential(req, cb) {
|
|
184
|
+
return this.request("DescribeKeySandboxCredential", req, cb);
|
|
203
185
|
}
|
|
204
|
-
async
|
|
205
|
-
return this.request("
|
|
186
|
+
async DescribeScanStatistic(req, cb) {
|
|
187
|
+
return this.request("DescribeScanStatistic", req, cb);
|
|
206
188
|
}
|
|
207
|
-
async
|
|
208
|
-
return this.request("
|
|
189
|
+
async DescribeVULList(req, cb) {
|
|
190
|
+
return this.request("DescribeVULList", req, cb);
|
|
209
191
|
}
|
|
210
|
-
async
|
|
211
|
-
return this.request("
|
|
192
|
+
async DescribeAKAnalysisDetail(req, cb) {
|
|
193
|
+
return this.request("DescribeAKAnalysisDetail", req, cb);
|
|
212
194
|
}
|
|
213
|
-
async
|
|
214
|
-
return this.request("
|
|
195
|
+
async DescribeAccessKeyUserDetail(req, cb) {
|
|
196
|
+
return this.request("DescribeAccessKeyUserDetail", req, cb);
|
|
215
197
|
}
|
|
216
|
-
async
|
|
217
|
-
return this.request("
|
|
198
|
+
async DescribeVulRiskList(req, cb) {
|
|
199
|
+
return this.request("DescribeVulRiskList", req, cb);
|
|
218
200
|
}
|
|
219
|
-
async
|
|
220
|
-
return this.request("
|
|
201
|
+
async DescribeTaskLogList(req, cb) {
|
|
202
|
+
return this.request("DescribeTaskLogList", req, cb);
|
|
221
203
|
}
|
|
222
|
-
async
|
|
223
|
-
return this.request("
|
|
204
|
+
async DescribeRiskCenterAssetViewVULRiskList(req, cb) {
|
|
205
|
+
return this.request("DescribeRiskCenterAssetViewVULRiskList", req, cb);
|
|
224
206
|
}
|
|
225
|
-
async
|
|
226
|
-
return this.request("
|
|
207
|
+
async DescribeRiskCenterAssetViewCFGRiskList(req, cb) {
|
|
208
|
+
return this.request("DescribeRiskCenterAssetViewCFGRiskList", req, cb);
|
|
227
209
|
}
|
|
228
|
-
async
|
|
229
|
-
return this.request("
|
|
210
|
+
async ModifyRiskCenterScanTask(req, cb) {
|
|
211
|
+
return this.request("ModifyRiskCenterScanTask", req, cb);
|
|
212
|
+
}
|
|
213
|
+
async DescribeCheckViewRisks(req, cb) {
|
|
214
|
+
return this.request("DescribeCheckViewRisks", req, cb);
|
|
215
|
+
}
|
|
216
|
+
async DeleteRiskScanTask(req, cb) {
|
|
217
|
+
return this.request("DeleteRiskScanTask", req, cb);
|
|
218
|
+
}
|
|
219
|
+
async ModifyUebaRuleSwitch(req, cb) {
|
|
220
|
+
return this.request("ModifyUebaRuleSwitch", req, cb);
|
|
230
221
|
}
|
|
231
222
|
async DescribeDbAssets(req, cb) {
|
|
232
223
|
return this.request("DescribeDbAssets", req, cb);
|
|
233
224
|
}
|
|
234
|
-
async
|
|
235
|
-
return this.request("
|
|
225
|
+
async DescribeSearchBugInfo(req, cb) {
|
|
226
|
+
return this.request("DescribeSearchBugInfo", req, cb);
|
|
236
227
|
}
|
|
237
|
-
async
|
|
238
|
-
return this.request("
|
|
228
|
+
async DescribePublicIpAssets(req, cb) {
|
|
229
|
+
return this.request("DescribePublicIpAssets", req, cb);
|
|
239
230
|
}
|
|
240
|
-
async
|
|
241
|
-
return this.request("
|
|
231
|
+
async DescribeRiskCenterAssetViewWeakPasswordRiskList(req, cb) {
|
|
232
|
+
return this.request("DescribeRiskCenterAssetViewWeakPasswordRiskList", req, cb);
|
|
233
|
+
}
|
|
234
|
+
async DescribeVulViewVulRiskList(req, cb) {
|
|
235
|
+
return this.request("DescribeVulViewVulRiskList", req, cb);
|
|
236
|
+
}
|
|
237
|
+
async CreateDomainAndIp(req, cb) {
|
|
238
|
+
return this.request("CreateDomainAndIp", req, cb);
|
|
239
|
+
}
|
|
240
|
+
async UpdateAlertStatusList(req, cb) {
|
|
241
|
+
return this.request("UpdateAlertStatusList", req, cb);
|
|
242
|
+
}
|
|
243
|
+
async DescribeSourceIPAsset(req, cb) {
|
|
244
|
+
return this.request("DescribeSourceIPAsset", req, cb);
|
|
245
|
+
}
|
|
246
|
+
async DescribeRiskCenterPortViewPortRiskList(req, cb) {
|
|
247
|
+
return this.request("DescribeRiskCenterPortViewPortRiskList", req, cb);
|
|
248
|
+
}
|
|
249
|
+
async ModifyOrganizationAccountStatus(req, cb) {
|
|
250
|
+
return this.request("ModifyOrganizationAccountStatus", req, cb);
|
|
251
|
+
}
|
|
252
|
+
async DescribeTaskLogURL(req, cb) {
|
|
253
|
+
return this.request("DescribeTaskLogURL", req, cb);
|
|
242
254
|
}
|
|
243
255
|
async DescribeCSIPRiskStatistics(req, cb) {
|
|
244
256
|
return this.request("DescribeCSIPRiskStatistics", req, cb);
|
|
@@ -246,13 +258,7 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
246
258
|
async DescribeAccessKeyRiskDetail(req, cb) {
|
|
247
259
|
return this.request("DescribeAccessKeyRiskDetail", req, cb);
|
|
248
260
|
}
|
|
249
|
-
async DescribeAccessKeyAsset(req, cb) {
|
|
250
|
-
return this.request("DescribeAccessKeyAsset", req, cb);
|
|
251
|
-
}
|
|
252
261
|
async DescribeRiskCallRecord(req, cb) {
|
|
253
262
|
return this.request("DescribeRiskCallRecord", req, cb);
|
|
254
263
|
}
|
|
255
|
-
async DescribeCVMAssetInfo(req, cb) {
|
|
256
|
-
return this.request("DescribeCVMAssetInfo", req, cb);
|
|
257
|
-
}
|
|
258
264
|
}
|