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
|
@@ -28,6 +28,26 @@ it("tcss.v20201101.DescribeImageAuthorizedInfo", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("tcss.v20201101.DescribeSupportDefenceVul", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.DescribeSupportDefenceVul({})
|
|
34
|
+
expect(data).to.be.ok
|
|
35
|
+
} catch(error) {
|
|
36
|
+
expect(error.requestId).to.be.ok
|
|
37
|
+
expect(error.code).to.be.ok
|
|
38
|
+
}
|
|
39
|
+
})
|
|
40
|
+
|
|
41
|
+
it("tcss.v20201101.ModifySecLogDeliveryClsSetting", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.ModifySecLogDeliveryClsSetting({})
|
|
44
|
+
expect(data).to.be.ok
|
|
45
|
+
} catch(error) {
|
|
46
|
+
expect(error.requestId).to.be.ok
|
|
47
|
+
expect(error.code).to.be.ok
|
|
48
|
+
}
|
|
49
|
+
})
|
|
50
|
+
|
|
31
51
|
it("tcss.v20201101.DescribeAbnormalProcessEventsExport", async function () {
|
|
32
52
|
try {
|
|
33
53
|
const data = await client.DescribeAbnormalProcessEventsExport({})
|
|
@@ -58,9 +78,9 @@ it("tcss.v20201101.DescribeVirusSummary", async function () {
|
|
|
58
78
|
}
|
|
59
79
|
})
|
|
60
80
|
|
|
61
|
-
it("tcss.v20201101.
|
|
81
|
+
it("tcss.v20201101.ModifyVulDefenceSetting", async function () {
|
|
62
82
|
try {
|
|
63
|
-
const data = await client.
|
|
83
|
+
const data = await client.ModifyVulDefenceSetting({})
|
|
64
84
|
expect(data).to.be.ok
|
|
65
85
|
} catch(error) {
|
|
66
86
|
expect(error.requestId).to.be.ok
|
|
@@ -68,9 +88,9 @@ it("tcss.v20201101.DescribeAssetHostList", async function () {
|
|
|
68
88
|
}
|
|
69
89
|
})
|
|
70
90
|
|
|
71
|
-
it("tcss.v20201101.
|
|
91
|
+
it("tcss.v20201101.DescribeVulTopRanking", async function () {
|
|
72
92
|
try {
|
|
73
|
-
const data = await client.
|
|
93
|
+
const data = await client.DescribeVulTopRanking({})
|
|
74
94
|
expect(data).to.be.ok
|
|
75
95
|
} catch(error) {
|
|
76
96
|
expect(error.requestId).to.be.ok
|
|
@@ -78,9 +98,9 @@ it("tcss.v20201101.ScanComplianceScanFailedAssets", async function () {
|
|
|
78
98
|
}
|
|
79
99
|
})
|
|
80
100
|
|
|
81
|
-
it("tcss.v20201101.
|
|
101
|
+
it("tcss.v20201101.DescribeAssetHostList", async function () {
|
|
82
102
|
try {
|
|
83
|
-
const data = await client.
|
|
103
|
+
const data = await client.DescribeAssetHostList({})
|
|
84
104
|
expect(data).to.be.ok
|
|
85
105
|
} catch(error) {
|
|
86
106
|
expect(error.requestId).to.be.ok
|
|
@@ -88,9 +108,9 @@ it("tcss.v20201101.ModifyAccessControlRuleStatus", async function () {
|
|
|
88
108
|
}
|
|
89
109
|
})
|
|
90
110
|
|
|
91
|
-
it("tcss.v20201101.
|
|
111
|
+
it("tcss.v20201101.ScanComplianceScanFailedAssets", async function () {
|
|
92
112
|
try {
|
|
93
|
-
const data = await client.
|
|
113
|
+
const data = await client.ScanComplianceScanFailedAssets({})
|
|
94
114
|
expect(data).to.be.ok
|
|
95
115
|
} catch(error) {
|
|
96
116
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +118,9 @@ it("tcss.v20201101.DescribeAbnormalProcessRulesExport", async function () {
|
|
|
98
118
|
}
|
|
99
119
|
})
|
|
100
120
|
|
|
101
|
-
it("tcss.v20201101.
|
|
121
|
+
it("tcss.v20201101.DescribeIndexList", async function () {
|
|
102
122
|
try {
|
|
103
|
-
const data = await client.
|
|
123
|
+
const data = await client.DescribeIndexList({})
|
|
104
124
|
expect(data).to.be.ok
|
|
105
125
|
} catch(error) {
|
|
106
126
|
expect(error.requestId).to.be.ok
|
|
@@ -108,9 +128,9 @@ it("tcss.v20201101.ModifyEscapeEventStatus", async function () {
|
|
|
108
128
|
}
|
|
109
129
|
})
|
|
110
130
|
|
|
111
|
-
it("tcss.v20201101.
|
|
131
|
+
it("tcss.v20201101.DescribePublicKey", async function () {
|
|
112
132
|
try {
|
|
113
|
-
const data = await client.
|
|
133
|
+
const data = await client.DescribePublicKey({})
|
|
114
134
|
expect(data).to.be.ok
|
|
115
135
|
} catch(error) {
|
|
116
136
|
expect(error.requestId).to.be.ok
|
|
@@ -118,9 +138,9 @@ it("tcss.v20201101.DescribeImageRegistryTimingScanTask", async function () {
|
|
|
118
138
|
}
|
|
119
139
|
})
|
|
120
140
|
|
|
121
|
-
it("tcss.v20201101.
|
|
141
|
+
it("tcss.v20201101.DescribeAccessControlDetail", async function () {
|
|
122
142
|
try {
|
|
123
|
-
const data = await client.
|
|
143
|
+
const data = await client.DescribeAccessControlDetail({})
|
|
124
144
|
expect(data).to.be.ok
|
|
125
145
|
} catch(error) {
|
|
126
146
|
expect(error.requestId).to.be.ok
|
|
@@ -128,9 +148,9 @@ it("tcss.v20201101.DescribeAssetAppServiceList", async function () {
|
|
|
128
148
|
}
|
|
129
149
|
})
|
|
130
150
|
|
|
131
|
-
it("tcss.v20201101.
|
|
151
|
+
it("tcss.v20201101.ModifyAccessControlRuleStatus", async function () {
|
|
132
152
|
try {
|
|
133
|
-
const data = await client.
|
|
153
|
+
const data = await client.ModifyAccessControlRuleStatus({})
|
|
134
154
|
expect(data).to.be.ok
|
|
135
155
|
} catch(error) {
|
|
136
156
|
expect(error.requestId).to.be.ok
|
|
@@ -138,9 +158,9 @@ it("tcss.v20201101.DescribeAssetContainerList", async function () {
|
|
|
138
158
|
}
|
|
139
159
|
})
|
|
140
160
|
|
|
141
|
-
it("tcss.v20201101.
|
|
161
|
+
it("tcss.v20201101.DescribeAbnormalProcessRulesExport", async function () {
|
|
142
162
|
try {
|
|
143
|
-
const data = await client.
|
|
163
|
+
const data = await client.DescribeAbnormalProcessRulesExport({})
|
|
144
164
|
expect(data).to.be.ok
|
|
145
165
|
} catch(error) {
|
|
146
166
|
expect(error.requestId).to.be.ok
|
|
@@ -148,9 +168,9 @@ it("tcss.v20201101.RemoveAssetImageRegistryRegistryDetail", async function () {
|
|
|
148
168
|
}
|
|
149
169
|
})
|
|
150
170
|
|
|
151
|
-
it("tcss.v20201101.
|
|
171
|
+
it("tcss.v20201101.DescribeNetworkFirewallPolicyStatus", async function () {
|
|
152
172
|
try {
|
|
153
|
-
const data = await client.
|
|
173
|
+
const data = await client.DescribeNetworkFirewallPolicyStatus({})
|
|
154
174
|
expect(data).to.be.ok
|
|
155
175
|
} catch(error) {
|
|
156
176
|
expect(error.requestId).to.be.ok
|
|
@@ -158,9 +178,9 @@ it("tcss.v20201101.CreateRefreshTask", async function () {
|
|
|
158
178
|
}
|
|
159
179
|
})
|
|
160
180
|
|
|
161
|
-
it("tcss.v20201101.
|
|
181
|
+
it("tcss.v20201101.UpdateAndPublishNetworkFirewallPolicyYamlDetail", async function () {
|
|
162
182
|
try {
|
|
163
|
-
const data = await client.
|
|
183
|
+
const data = await client.UpdateAndPublishNetworkFirewallPolicyYamlDetail({})
|
|
164
184
|
expect(data).to.be.ok
|
|
165
185
|
} catch(error) {
|
|
166
186
|
expect(error.requestId).to.be.ok
|
|
@@ -168,9 +188,9 @@ it("tcss.v20201101.DescribeReverseShellWhiteLists", async function () {
|
|
|
168
188
|
}
|
|
169
189
|
})
|
|
170
190
|
|
|
171
|
-
it("tcss.v20201101.
|
|
191
|
+
it("tcss.v20201101.CreateVulDefenceEventExportJob", async function () {
|
|
172
192
|
try {
|
|
173
|
-
const data = await client.
|
|
193
|
+
const data = await client.CreateVulDefenceEventExportJob({})
|
|
174
194
|
expect(data).to.be.ok
|
|
175
195
|
} catch(error) {
|
|
176
196
|
expect(error.requestId).to.be.ok
|
|
@@ -178,9 +198,9 @@ it("tcss.v20201101.DescribeAffectedWorkloadList", async function () {
|
|
|
178
198
|
}
|
|
179
199
|
})
|
|
180
200
|
|
|
181
|
-
it("tcss.v20201101.
|
|
201
|
+
it("tcss.v20201101.DescribeAssetAppServiceList", async function () {
|
|
182
202
|
try {
|
|
183
|
-
const data = await client.
|
|
203
|
+
const data = await client.DescribeAssetAppServiceList({})
|
|
184
204
|
expect(data).to.be.ok
|
|
185
205
|
} catch(error) {
|
|
186
206
|
expect(error.requestId).to.be.ok
|
|
@@ -188,9 +208,9 @@ it("tcss.v20201101.DescribeAssetComponentList", async function () {
|
|
|
188
208
|
}
|
|
189
209
|
})
|
|
190
210
|
|
|
191
|
-
it("tcss.v20201101.
|
|
211
|
+
it("tcss.v20201101.DeleteSearchTemplate", async function () {
|
|
192
212
|
try {
|
|
193
|
-
const data = await client.
|
|
213
|
+
const data = await client.DeleteSearchTemplate({})
|
|
194
214
|
expect(data).to.be.ok
|
|
195
215
|
} catch(error) {
|
|
196
216
|
expect(error.requestId).to.be.ok
|
|
@@ -198,9 +218,9 @@ it("tcss.v20201101.DescribeAssetImageScanStatus", async function () {
|
|
|
198
218
|
}
|
|
199
219
|
})
|
|
200
220
|
|
|
201
|
-
it("tcss.v20201101.
|
|
221
|
+
it("tcss.v20201101.CreateVulImageExportJob", async function () {
|
|
202
222
|
try {
|
|
203
|
-
const data = await client.
|
|
223
|
+
const data = await client.CreateVulImageExportJob({})
|
|
204
224
|
expect(data).to.be.ok
|
|
205
225
|
} catch(error) {
|
|
206
226
|
expect(error.requestId).to.be.ok
|
|
@@ -208,9 +228,9 @@ it("tcss.v20201101.DescribeVirusMonitorSetting", async function () {
|
|
|
208
228
|
}
|
|
209
229
|
})
|
|
210
230
|
|
|
211
|
-
it("tcss.v20201101.
|
|
231
|
+
it("tcss.v20201101.DescribeVulScanAuthorizedImageSummary", async function () {
|
|
212
232
|
try {
|
|
213
|
-
const data = await client.
|
|
233
|
+
const data = await client.DescribeVulScanAuthorizedImageSummary({})
|
|
214
234
|
expect(data).to.be.ok
|
|
215
235
|
} catch(error) {
|
|
216
236
|
expect(error.requestId).to.be.ok
|
|
@@ -218,9 +238,9 @@ it("tcss.v20201101.ModifyVirusScanTimeoutSetting", async function () {
|
|
|
218
238
|
}
|
|
219
239
|
})
|
|
220
240
|
|
|
221
|
-
it("tcss.v20201101.
|
|
241
|
+
it("tcss.v20201101.RemoveAssetImageRegistryRegistryDetail", async function () {
|
|
222
242
|
try {
|
|
223
|
-
const data = await client.
|
|
243
|
+
const data = await client.RemoveAssetImageRegistryRegistryDetail({})
|
|
224
244
|
expect(data).to.be.ok
|
|
225
245
|
} catch(error) {
|
|
226
246
|
expect(error.requestId).to.be.ok
|
|
@@ -228,9 +248,9 @@ it("tcss.v20201101.CreateClusterCheckTask", async function () {
|
|
|
228
248
|
}
|
|
229
249
|
})
|
|
230
250
|
|
|
231
|
-
it("tcss.v20201101.
|
|
251
|
+
it("tcss.v20201101.CreateRefreshTask", async function () {
|
|
232
252
|
try {
|
|
233
|
-
const data = await client.
|
|
253
|
+
const data = await client.CreateRefreshTask({})
|
|
234
254
|
expect(data).to.be.ok
|
|
235
255
|
} catch(error) {
|
|
236
256
|
expect(error.requestId).to.be.ok
|
|
@@ -238,9 +258,9 @@ it("tcss.v20201101.DescribeAccessControlEvents", async function () {
|
|
|
238
258
|
}
|
|
239
259
|
})
|
|
240
260
|
|
|
241
|
-
it("tcss.v20201101.
|
|
261
|
+
it("tcss.v20201101.DescribeSearchExportList", async function () {
|
|
242
262
|
try {
|
|
243
|
-
const data = await client.
|
|
263
|
+
const data = await client.DescribeSearchExportList({})
|
|
244
264
|
expect(data).to.be.ok
|
|
245
265
|
} catch(error) {
|
|
246
266
|
expect(error.requestId).to.be.ok
|
|
@@ -248,9 +268,9 @@ it("tcss.v20201101.ModifyVirusScanSetting", async function () {
|
|
|
248
268
|
}
|
|
249
269
|
})
|
|
250
270
|
|
|
251
|
-
it("tcss.v20201101.
|
|
271
|
+
it("tcss.v20201101.ModifySecLogKafkaUIN", async function () {
|
|
252
272
|
try {
|
|
253
|
-
const data = await client.
|
|
273
|
+
const data = await client.ModifySecLogKafkaUIN({})
|
|
254
274
|
expect(data).to.be.ok
|
|
255
275
|
} catch(error) {
|
|
256
276
|
expect(error.requestId).to.be.ok
|
|
@@ -258,9 +278,9 @@ it("tcss.v20201101.DescribeAssetImageRegistryVirusListExport", async function ()
|
|
|
258
278
|
}
|
|
259
279
|
})
|
|
260
280
|
|
|
261
|
-
it("tcss.v20201101.
|
|
281
|
+
it("tcss.v20201101.ModifyAssetImageRegistryScanStopOneKey", async function () {
|
|
262
282
|
try {
|
|
263
|
-
const data = await client.
|
|
283
|
+
const data = await client.ModifyAssetImageRegistryScanStopOneKey({})
|
|
264
284
|
expect(data).to.be.ok
|
|
265
285
|
} catch(error) {
|
|
266
286
|
expect(error.requestId).to.be.ok
|
|
@@ -268,9 +288,9 @@ it("tcss.v20201101.DescribeAffectedClusterCount", async function () {
|
|
|
268
288
|
}
|
|
269
289
|
})
|
|
270
290
|
|
|
271
|
-
it("tcss.v20201101.
|
|
291
|
+
it("tcss.v20201101.DescribeReverseShellWhiteLists", async function () {
|
|
272
292
|
try {
|
|
273
|
-
const data = await client.
|
|
293
|
+
const data = await client.DescribeReverseShellWhiteLists({})
|
|
274
294
|
expect(data).to.be.ok
|
|
275
295
|
} catch(error) {
|
|
276
296
|
expect(error.requestId).to.be.ok
|
|
@@ -278,9 +298,9 @@ it("tcss.v20201101.ModifyRiskSyscallStatus", async function () {
|
|
|
278
298
|
}
|
|
279
299
|
})
|
|
280
300
|
|
|
281
|
-
it("tcss.v20201101.
|
|
301
|
+
it("tcss.v20201101.CreateComponentExportJob", async function () {
|
|
282
302
|
try {
|
|
283
|
-
const data = await client.
|
|
303
|
+
const data = await client.CreateComponentExportJob({})
|
|
284
304
|
expect(data).to.be.ok
|
|
285
305
|
} catch(error) {
|
|
286
306
|
expect(error.requestId).to.be.ok
|
|
@@ -288,9 +308,9 @@ it("tcss.v20201101.DescribeEscapeEventInfo", async function () {
|
|
|
288
308
|
}
|
|
289
309
|
})
|
|
290
310
|
|
|
291
|
-
it("tcss.v20201101.
|
|
311
|
+
it("tcss.v20201101.DescribeVirusAutoIsolateSampleDownloadURL", async function () {
|
|
292
312
|
try {
|
|
293
|
-
const data = await client.
|
|
313
|
+
const data = await client.DescribeVirusAutoIsolateSampleDownloadURL({})
|
|
294
314
|
expect(data).to.be.ok
|
|
295
315
|
} catch(error) {
|
|
296
316
|
expect(error.requestId).to.be.ok
|
|
@@ -298,9 +318,9 @@ it("tcss.v20201101.DescribeAssetImageRegistryAssetStatus", async function () {
|
|
|
298
318
|
}
|
|
299
319
|
})
|
|
300
320
|
|
|
301
|
-
it("tcss.v20201101.
|
|
321
|
+
it("tcss.v20201101.DescribeImageRegistryNamespaceList", async function () {
|
|
302
322
|
try {
|
|
303
|
-
const data = await client.
|
|
323
|
+
const data = await client.DescribeImageRegistryNamespaceList({})
|
|
304
324
|
expect(data).to.be.ok
|
|
305
325
|
} catch(error) {
|
|
306
326
|
expect(error.requestId).to.be.ok
|
|
@@ -308,9 +328,9 @@ it("tcss.v20201101.DescribeAssetImageRegistryRegistryList", async function () {
|
|
|
308
328
|
}
|
|
309
329
|
})
|
|
310
330
|
|
|
311
|
-
it("tcss.v20201101.
|
|
331
|
+
it("tcss.v20201101.DescribeScanIgnoreVulList", async function () {
|
|
312
332
|
try {
|
|
313
|
-
const data = await client.
|
|
333
|
+
const data = await client.DescribeScanIgnoreVulList({})
|
|
314
334
|
expect(data).to.be.ok
|
|
315
335
|
} catch(error) {
|
|
316
336
|
expect(error.requestId).to.be.ok
|
|
@@ -318,9 +338,9 @@ it("tcss.v20201101.ModifyAssetImageRegistryScanStop", async function () {
|
|
|
318
338
|
}
|
|
319
339
|
})
|
|
320
340
|
|
|
321
|
-
it("tcss.v20201101.
|
|
341
|
+
it("tcss.v20201101.DescribeSecLogJoinObjectList", async function () {
|
|
322
342
|
try {
|
|
323
|
-
const data = await client.
|
|
343
|
+
const data = await client.DescribeSecLogJoinObjectList({})
|
|
324
344
|
expect(data).to.be.ok
|
|
325
345
|
} catch(error) {
|
|
326
346
|
expect(error.requestId).to.be.ok
|
|
@@ -328,9 +348,9 @@ it("tcss.v20201101.DescribeClusterDetail", async function () {
|
|
|
328
348
|
}
|
|
329
349
|
})
|
|
330
350
|
|
|
331
|
-
it("tcss.v20201101.
|
|
351
|
+
it("tcss.v20201101.DescribeAssetComponentList", async function () {
|
|
332
352
|
try {
|
|
333
|
-
const data = await client.
|
|
353
|
+
const data = await client.DescribeAssetComponentList({})
|
|
334
354
|
expect(data).to.be.ok
|
|
335
355
|
} catch(error) {
|
|
336
356
|
expect(error.requestId).to.be.ok
|
|
@@ -338,9 +358,9 @@ it("tcss.v20201101.DescribeAssetImageRegistryVirusList", async function () {
|
|
|
338
358
|
}
|
|
339
359
|
})
|
|
340
360
|
|
|
341
|
-
it("tcss.v20201101.
|
|
361
|
+
it("tcss.v20201101.DescribeAssetImageScanStatus", async function () {
|
|
342
362
|
try {
|
|
343
|
-
const data = await client.
|
|
363
|
+
const data = await client.DescribeAssetImageScanStatus({})
|
|
344
364
|
expect(data).to.be.ok
|
|
345
365
|
} catch(error) {
|
|
346
366
|
expect(error.requestId).to.be.ok
|
|
@@ -348,9 +368,9 @@ it("tcss.v20201101.UpdateImageRegistryTimingScanTask", async function () {
|
|
|
348
368
|
}
|
|
349
369
|
})
|
|
350
370
|
|
|
351
|
-
it("tcss.v20201101.
|
|
371
|
+
it("tcss.v20201101.DescribeAgentDaemonSetCmd", async function () {
|
|
352
372
|
try {
|
|
353
|
-
const data = await client.
|
|
373
|
+
const data = await client.DescribeAgentDaemonSetCmd({})
|
|
354
374
|
expect(data).to.be.ok
|
|
355
375
|
} catch(error) {
|
|
356
376
|
expect(error.requestId).to.be.ok
|
|
@@ -358,9 +378,9 @@ it("tcss.v20201101.CreateAssetImageRegistryScanTaskOneKey", async function () {
|
|
|
358
378
|
}
|
|
359
379
|
})
|
|
360
380
|
|
|
361
|
-
it("tcss.v20201101.
|
|
381
|
+
it("tcss.v20201101.ModifyVirusScanTimeoutSetting", async function () {
|
|
362
382
|
try {
|
|
363
|
-
const data = await client.
|
|
383
|
+
const data = await client.ModifyVirusScanTimeoutSetting({})
|
|
364
384
|
expect(data).to.be.ok
|
|
365
385
|
} catch(error) {
|
|
366
386
|
expect(error.requestId).to.be.ok
|
|
@@ -368,9 +388,9 @@ it("tcss.v20201101.ModifyAssetImageScanStop", async function () {
|
|
|
368
388
|
}
|
|
369
389
|
})
|
|
370
390
|
|
|
371
|
-
it("tcss.v20201101.
|
|
391
|
+
it("tcss.v20201101.CreateNetworkFirewallPolicyDiscover", async function () {
|
|
372
392
|
try {
|
|
373
|
-
const data = await client.
|
|
393
|
+
const data = await client.CreateNetworkFirewallPolicyDiscover({})
|
|
374
394
|
expect(data).to.be.ok
|
|
375
395
|
} catch(error) {
|
|
376
396
|
expect(error.requestId).to.be.ok
|
|
@@ -378,9 +398,9 @@ it("tcss.v20201101.DescribeEscapeEventsExport", async function () {
|
|
|
378
398
|
}
|
|
379
399
|
})
|
|
380
400
|
|
|
381
|
-
it("tcss.v20201101.
|
|
401
|
+
it("tcss.v20201101.CreateClusterCheckTask", async function () {
|
|
382
402
|
try {
|
|
383
|
-
const data = await client.
|
|
403
|
+
const data = await client.CreateClusterCheckTask({})
|
|
384
404
|
expect(data).to.be.ok
|
|
385
405
|
} catch(error) {
|
|
386
406
|
expect(error.requestId).to.be.ok
|
|
@@ -388,9 +408,9 @@ it("tcss.v20201101.DescribeAssetImageListExport", async function () {
|
|
|
388
408
|
}
|
|
389
409
|
})
|
|
390
410
|
|
|
391
|
-
it("tcss.v20201101.
|
|
411
|
+
it("tcss.v20201101.DescribeAccessControlEvents", async function () {
|
|
392
412
|
try {
|
|
393
|
-
const data = await client.
|
|
413
|
+
const data = await client.DescribeAccessControlEvents({})
|
|
394
414
|
expect(data).to.be.ok
|
|
395
415
|
} catch(error) {
|
|
396
416
|
expect(error.requestId).to.be.ok
|
|
@@ -398,9 +418,9 @@ it("tcss.v20201101.DescribeAssetImageScanSetting", async function () {
|
|
|
398
418
|
}
|
|
399
419
|
})
|
|
400
420
|
|
|
401
|
-
it("tcss.v20201101.
|
|
421
|
+
it("tcss.v20201101.SwitchImageAutoAuthorizedRule", async function () {
|
|
402
422
|
try {
|
|
403
|
-
const data = await client.
|
|
423
|
+
const data = await client.SwitchImageAutoAuthorizedRule({})
|
|
404
424
|
expect(data).to.be.ok
|
|
405
425
|
} catch(error) {
|
|
406
426
|
expect(error.requestId).to.be.ok
|
|
@@ -408,9 +428,9 @@ it("tcss.v20201101.CreateCheckComponent", async function () {
|
|
|
408
428
|
}
|
|
409
429
|
})
|
|
410
430
|
|
|
411
|
-
it("tcss.v20201101.
|
|
431
|
+
it("tcss.v20201101.ModifyVirusScanSetting", async function () {
|
|
412
432
|
try {
|
|
413
|
-
const data = await client.
|
|
433
|
+
const data = await client.ModifyVirusScanSetting({})
|
|
414
434
|
expect(data).to.be.ok
|
|
415
435
|
} catch(error) {
|
|
416
436
|
expect(error.requestId).to.be.ok
|
|
@@ -418,9 +438,9 @@ it("tcss.v20201101.DescribeRiskSyscallNames", async function () {
|
|
|
418
438
|
}
|
|
419
439
|
})
|
|
420
440
|
|
|
421
|
-
it("tcss.v20201101.
|
|
441
|
+
it("tcss.v20201101.DescribeSecLogDeliveryKafkaOptions", async function () {
|
|
422
442
|
try {
|
|
423
|
-
const data = await client.
|
|
443
|
+
const data = await client.DescribeSecLogDeliveryKafkaOptions({})
|
|
424
444
|
expect(data).to.be.ok
|
|
425
445
|
} catch(error) {
|
|
426
446
|
expect(error.requestId).to.be.ok
|
|
@@ -428,9 +448,9 @@ it("tcss.v20201101.DescribeCompliancePeriodTaskList", async function () {
|
|
|
428
448
|
}
|
|
429
449
|
})
|
|
430
450
|
|
|
431
|
-
it("tcss.v20201101.
|
|
451
|
+
it("tcss.v20201101.DescribeAssetImageRegistryVirusListExport", async function () {
|
|
432
452
|
try {
|
|
433
|
-
const data = await client.
|
|
453
|
+
const data = await client.DescribeAssetImageRegistryVirusListExport({})
|
|
434
454
|
expect(data).to.be.ok
|
|
435
455
|
} catch(error) {
|
|
436
456
|
expect(error.requestId).to.be.ok
|
|
@@ -438,9 +458,9 @@ it("tcss.v20201101.DeleteAccessControlRules", async function () {
|
|
|
438
458
|
}
|
|
439
459
|
})
|
|
440
460
|
|
|
441
|
-
it("tcss.v20201101.
|
|
461
|
+
it("tcss.v20201101.ConfirmNetworkFirewallPolicy", async function () {
|
|
442
462
|
try {
|
|
443
|
-
const data = await client.
|
|
463
|
+
const data = await client.ConfirmNetworkFirewallPolicy({})
|
|
444
464
|
expect(data).to.be.ok
|
|
445
465
|
} catch(error) {
|
|
446
466
|
expect(error.requestId).to.be.ok
|
|
@@ -448,9 +468,9 @@ it("tcss.v20201101.DescribePurchaseStateInfo", async function () {
|
|
|
448
468
|
}
|
|
449
469
|
})
|
|
450
470
|
|
|
451
|
-
it("tcss.v20201101.
|
|
471
|
+
it("tcss.v20201101.DeleteComplianceAssetPolicySetFromWhitelist", async function () {
|
|
452
472
|
try {
|
|
453
|
-
const data = await client.
|
|
473
|
+
const data = await client.DeleteComplianceAssetPolicySetFromWhitelist({})
|
|
454
474
|
expect(data).to.be.ok
|
|
455
475
|
} catch(error) {
|
|
456
476
|
expect(error.requestId).to.be.ok
|
|
@@ -458,9 +478,9 @@ it("tcss.v20201101.DescribeRiskSyscallWhiteListDetail", async function () {
|
|
|
458
478
|
}
|
|
459
479
|
})
|
|
460
480
|
|
|
461
|
-
it("tcss.v20201101.
|
|
481
|
+
it("tcss.v20201101.DescribeImageComponentList", async function () {
|
|
462
482
|
try {
|
|
463
|
-
const data = await client.
|
|
483
|
+
const data = await client.DescribeImageComponentList({})
|
|
464
484
|
expect(data).to.be.ok
|
|
465
485
|
} catch(error) {
|
|
466
486
|
expect(error.requestId).to.be.ok
|
|
@@ -468,9 +488,9 @@ it("tcss.v20201101.DescribeAssetImageRegistryDetail", async function () {
|
|
|
468
488
|
}
|
|
469
489
|
})
|
|
470
490
|
|
|
471
|
-
it("tcss.v20201101.
|
|
491
|
+
it("tcss.v20201101.DescribeAssetImageRegistrySummary", async function () {
|
|
472
492
|
try {
|
|
473
|
-
const data = await client.
|
|
493
|
+
const data = await client.DescribeAssetImageRegistrySummary({})
|
|
474
494
|
expect(data).to.be.ok
|
|
475
495
|
} catch(error) {
|
|
476
496
|
expect(error.requestId).to.be.ok
|
|
@@ -478,9 +498,9 @@ it("tcss.v20201101.DescribeRiskSyscallEventsExport", async function () {
|
|
|
478
498
|
}
|
|
479
499
|
})
|
|
480
500
|
|
|
481
|
-
it("tcss.v20201101.
|
|
501
|
+
it("tcss.v20201101.UpdateNetworkFirewallPolicyDetail", async function () {
|
|
482
502
|
try {
|
|
483
|
-
const data = await client.
|
|
503
|
+
const data = await client.UpdateNetworkFirewallPolicyDetail({})
|
|
484
504
|
expect(data).to.be.ok
|
|
485
505
|
} catch(error) {
|
|
486
506
|
expect(error.requestId).to.be.ok
|
|
@@ -488,9 +508,9 @@ it("tcss.v20201101.DescribeAbnormalProcessRuleDetail", async function () {
|
|
|
488
508
|
}
|
|
489
509
|
})
|
|
490
510
|
|
|
491
|
-
it("tcss.v20201101.
|
|
511
|
+
it("tcss.v20201101.DescribeAssetImageRegistryAssetStatus", async function () {
|
|
492
512
|
try {
|
|
493
|
-
const data = await client.
|
|
513
|
+
const data = await client.DescribeAssetImageRegistryAssetStatus({})
|
|
494
514
|
expect(data).to.be.ok
|
|
495
515
|
} catch(error) {
|
|
496
516
|
expect(error.requestId).to.be.ok
|
|
@@ -498,9 +518,9 @@ it("tcss.v20201101.DescribeAssetImageRegistryRegistryDetail", async function ()
|
|
|
498
518
|
}
|
|
499
519
|
})
|
|
500
520
|
|
|
501
|
-
it("tcss.v20201101.
|
|
521
|
+
it("tcss.v20201101.DescribeAssetImageRegistryRegistryList", async function () {
|
|
502
522
|
try {
|
|
503
|
-
const data = await client.
|
|
523
|
+
const data = await client.DescribeAssetImageRegistryRegistryList({})
|
|
504
524
|
expect(data).to.be.ok
|
|
505
525
|
} catch(error) {
|
|
506
526
|
expect(error.requestId).to.be.ok
|
|
@@ -508,9 +528,9 @@ it("tcss.v20201101.DescribeValueAddedSrvInfo", async function () {
|
|
|
508
528
|
}
|
|
509
529
|
})
|
|
510
530
|
|
|
511
|
-
it("tcss.v20201101.
|
|
531
|
+
it("tcss.v20201101.ModifyAssetImageRegistryScanStop", async function () {
|
|
512
532
|
try {
|
|
513
|
-
const data = await client.
|
|
533
|
+
const data = await client.ModifyAssetImageRegistryScanStop({})
|
|
514
534
|
expect(data).to.be.ok
|
|
515
535
|
} catch(error) {
|
|
516
536
|
expect(error.requestId).to.be.ok
|
|
@@ -518,9 +538,9 @@ it("tcss.v20201101.AddEditReverseShellWhiteList", async function () {
|
|
|
518
538
|
}
|
|
519
539
|
})
|
|
520
540
|
|
|
521
|
-
it("tcss.v20201101.
|
|
541
|
+
it("tcss.v20201101.DescribeClusterDetail", async function () {
|
|
522
542
|
try {
|
|
523
|
-
const data = await client.
|
|
543
|
+
const data = await client.DescribeClusterDetail({})
|
|
524
544
|
expect(data).to.be.ok
|
|
525
545
|
} catch(error) {
|
|
526
546
|
expect(error.requestId).to.be.ok
|
|
@@ -528,9 +548,9 @@ it("tcss.v20201101.DescribeReverseShellDetail", async function () {
|
|
|
528
548
|
}
|
|
529
549
|
})
|
|
530
550
|
|
|
531
|
-
it("tcss.v20201101.
|
|
551
|
+
it("tcss.v20201101.DescribeAssetImageRegistryVirusList", async function () {
|
|
532
552
|
try {
|
|
533
|
-
const data = await client.
|
|
553
|
+
const data = await client.DescribeAssetImageRegistryVirusList({})
|
|
534
554
|
expect(data).to.be.ok
|
|
535
555
|
} catch(error) {
|
|
536
556
|
expect(error.requestId).to.be.ok
|
|
@@ -538,9 +558,9 @@ it("tcss.v20201101.DescribeAssetImageBindRuleInfo", async function () {
|
|
|
538
558
|
}
|
|
539
559
|
})
|
|
540
560
|
|
|
541
|
-
it("tcss.v20201101.
|
|
561
|
+
it("tcss.v20201101.UpdateImageRegistryTimingScanTask", async function () {
|
|
542
562
|
try {
|
|
543
|
-
const data = await client.
|
|
563
|
+
const data = await client.UpdateImageRegistryTimingScanTask({})
|
|
544
564
|
expect(data).to.be.ok
|
|
545
565
|
} catch(error) {
|
|
546
566
|
expect(error.requestId).to.be.ok
|
|
@@ -548,9 +568,9 @@ it("tcss.v20201101.DescribeRiskSyscallDetail", async function () {
|
|
|
548
568
|
}
|
|
549
569
|
})
|
|
550
570
|
|
|
551
|
-
it("tcss.v20201101.
|
|
571
|
+
it("tcss.v20201101.CreateAssetImageRegistryScanTaskOneKey", async function () {
|
|
552
572
|
try {
|
|
553
|
-
const data = await client.
|
|
573
|
+
const data = await client.CreateAssetImageRegistryScanTaskOneKey({})
|
|
554
574
|
expect(data).to.be.ok
|
|
555
575
|
} catch(error) {
|
|
556
576
|
expect(error.requestId).to.be.ok
|
|
@@ -558,9 +578,9 @@ it("tcss.v20201101.DescribeRefreshTask", async function () {
|
|
|
558
578
|
}
|
|
559
579
|
})
|
|
560
580
|
|
|
561
|
-
it("tcss.v20201101.
|
|
581
|
+
it("tcss.v20201101.ModifyAssetImageScanStop", async function () {
|
|
562
582
|
try {
|
|
563
|
-
const data = await client.
|
|
583
|
+
const data = await client.ModifyAssetImageScanStop({})
|
|
564
584
|
expect(data).to.be.ok
|
|
565
585
|
} catch(error) {
|
|
566
586
|
expect(error.requestId).to.be.ok
|
|
@@ -568,9 +588,9 @@ it("tcss.v20201101.DescribeTaskResultSummary", async function () {
|
|
|
568
588
|
}
|
|
569
589
|
})
|
|
570
590
|
|
|
571
|
-
it("tcss.v20201101.
|
|
591
|
+
it("tcss.v20201101.DescribeNetworkFirewallPolicyYamlDetail", async function () {
|
|
572
592
|
try {
|
|
573
|
-
const data = await client.
|
|
593
|
+
const data = await client.DescribeNetworkFirewallPolicyYamlDetail({})
|
|
574
594
|
expect(data).to.be.ok
|
|
575
595
|
} catch(error) {
|
|
576
596
|
expect(error.requestId).to.be.ok
|
|
@@ -578,9 +598,9 @@ it("tcss.v20201101.DescribeAssetContainerDetail", async function () {
|
|
|
578
598
|
}
|
|
579
599
|
})
|
|
580
600
|
|
|
581
|
-
it("tcss.v20201101.
|
|
601
|
+
it("tcss.v20201101.DescribeEscapeEventsExport", async function () {
|
|
582
602
|
try {
|
|
583
|
-
const data = await client.
|
|
603
|
+
const data = await client.DescribeEscapeEventsExport({})
|
|
584
604
|
expect(data).to.be.ok
|
|
585
605
|
} catch(error) {
|
|
586
606
|
expect(error.requestId).to.be.ok
|
|
@@ -588,9 +608,9 @@ it("tcss.v20201101.DescribeAssetImageRegistryRiskInfoList", async function () {
|
|
|
588
608
|
}
|
|
589
609
|
})
|
|
590
610
|
|
|
591
|
-
it("tcss.v20201101.
|
|
611
|
+
it("tcss.v20201101.CheckNetworkFirewallPolicyYaml", async function () {
|
|
592
612
|
try {
|
|
593
|
-
const data = await client.
|
|
613
|
+
const data = await client.CheckNetworkFirewallPolicyYaml({})
|
|
594
614
|
expect(data).to.be.ok
|
|
595
615
|
} catch(error) {
|
|
596
616
|
expect(error.requestId).to.be.ok
|
|
@@ -598,9 +618,9 @@ it("tcss.v20201101.ModifyEscapeRule", async function () {
|
|
|
598
618
|
}
|
|
599
619
|
})
|
|
600
620
|
|
|
601
|
-
it("tcss.v20201101.
|
|
621
|
+
it("tcss.v20201101.UpdateNetworkFirewallPolicyYamlDetail", async function () {
|
|
602
622
|
try {
|
|
603
|
-
const data = await client.
|
|
623
|
+
const data = await client.UpdateNetworkFirewallPolicyYamlDetail({})
|
|
604
624
|
expect(data).to.be.ok
|
|
605
625
|
} catch(error) {
|
|
606
626
|
expect(error.requestId).to.be.ok
|
|
@@ -608,9 +628,9 @@ it("tcss.v20201101.DescribeCompliancePolicyItemAffectedSummary", async function
|
|
|
608
628
|
}
|
|
609
629
|
})
|
|
610
630
|
|
|
611
|
-
it("tcss.v20201101.
|
|
631
|
+
it("tcss.v20201101.DescribeNetworkFirewallNamespaceList", async function () {
|
|
612
632
|
try {
|
|
613
|
-
const data = await client.
|
|
633
|
+
const data = await client.DescribeNetworkFirewallNamespaceList({})
|
|
614
634
|
expect(data).to.be.ok
|
|
615
635
|
} catch(error) {
|
|
616
636
|
expect(error.requestId).to.be.ok
|
|
@@ -618,9 +638,9 @@ it("tcss.v20201101.DescribeContainerAssetSummary", async function () {
|
|
|
618
638
|
}
|
|
619
639
|
})
|
|
620
640
|
|
|
621
|
-
it("tcss.v20201101.
|
|
641
|
+
it("tcss.v20201101.DescribeAssetImageListExport", async function () {
|
|
622
642
|
try {
|
|
623
|
-
const data = await client.
|
|
643
|
+
const data = await client.DescribeAssetImageListExport({})
|
|
624
644
|
expect(data).to.be.ok
|
|
625
645
|
} catch(error) {
|
|
626
646
|
expect(error.requestId).to.be.ok
|
|
@@ -628,9 +648,9 @@ it("tcss.v20201101.DescribeReverseShellEventsExport", async function () {
|
|
|
628
648
|
}
|
|
629
649
|
})
|
|
630
650
|
|
|
631
|
-
it("tcss.v20201101.
|
|
651
|
+
it("tcss.v20201101.DescribeAssetImageScanSetting", async function () {
|
|
632
652
|
try {
|
|
633
|
-
const data = await client.
|
|
653
|
+
const data = await client.DescribeAssetImageScanSetting({})
|
|
634
654
|
expect(data).to.be.ok
|
|
635
655
|
} catch(error) {
|
|
636
656
|
expect(error.requestId).to.be.ok
|
|
@@ -638,9 +658,9 @@ it("tcss.v20201101.ModifyAbnormalProcessRuleStatus", async function () {
|
|
|
638
658
|
}
|
|
639
659
|
})
|
|
640
660
|
|
|
641
|
-
it("tcss.v20201101.
|
|
661
|
+
it("tcss.v20201101.CreateCheckComponent", async function () {
|
|
642
662
|
try {
|
|
643
|
-
const data = await client.
|
|
663
|
+
const data = await client.CreateCheckComponent({})
|
|
644
664
|
expect(data).to.be.ok
|
|
645
665
|
} catch(error) {
|
|
646
666
|
expect(error.requestId).to.be.ok
|
|
@@ -648,9 +668,9 @@ it("tcss.v20201101.DescribeImageRiskTendency", async function () {
|
|
|
648
668
|
}
|
|
649
669
|
})
|
|
650
670
|
|
|
651
|
-
it("tcss.v20201101.
|
|
671
|
+
it("tcss.v20201101.DescribeNewestVul", async function () {
|
|
652
672
|
try {
|
|
653
|
-
const data = await client.
|
|
673
|
+
const data = await client.DescribeNewestVul({})
|
|
654
674
|
expect(data).to.be.ok
|
|
655
675
|
} catch(error) {
|
|
656
676
|
expect(error.requestId).to.be.ok
|
|
@@ -658,9 +678,9 @@ it("tcss.v20201101.DescribeExportJobResult", async function () {
|
|
|
658
678
|
}
|
|
659
679
|
})
|
|
660
680
|
|
|
661
|
-
it("tcss.v20201101.
|
|
681
|
+
it("tcss.v20201101.DescribeRiskSyscallNames", async function () {
|
|
662
682
|
try {
|
|
663
|
-
const data = await client.
|
|
683
|
+
const data = await client.DescribeRiskSyscallNames({})
|
|
664
684
|
expect(data).to.be.ok
|
|
665
685
|
} catch(error) {
|
|
666
686
|
expect(error.requestId).to.be.ok
|
|
@@ -668,9 +688,9 @@ it("tcss.v20201101.CreateAssetImageScanTask", async function () {
|
|
|
668
688
|
}
|
|
669
689
|
})
|
|
670
690
|
|
|
671
|
-
it("tcss.v20201101.
|
|
691
|
+
it("tcss.v20201101.DescribeCompliancePeriodTaskList", async function () {
|
|
672
692
|
try {
|
|
673
|
-
const data = await client.
|
|
693
|
+
const data = await client.DescribeCompliancePeriodTaskList({})
|
|
674
694
|
expect(data).to.be.ok
|
|
675
695
|
} catch(error) {
|
|
676
696
|
expect(error.requestId).to.be.ok
|
|
@@ -678,9 +698,9 @@ it("tcss.v20201101.DescribeAssetImageScanTask", async function () {
|
|
|
678
698
|
}
|
|
679
699
|
})
|
|
680
700
|
|
|
681
|
-
it("tcss.v20201101.
|
|
701
|
+
it("tcss.v20201101.DeleteAccessControlRules", async function () {
|
|
682
702
|
try {
|
|
683
|
-
const data = await client.
|
|
703
|
+
const data = await client.DeleteAccessControlRules({})
|
|
684
704
|
expect(data).to.be.ok
|
|
685
705
|
} catch(error) {
|
|
686
706
|
expect(error.requestId).to.be.ok
|
|
@@ -688,9 +708,9 @@ it("tcss.v20201101.DescribeAssetImageRegistryListExport", async function () {
|
|
|
688
708
|
}
|
|
689
709
|
})
|
|
690
710
|
|
|
691
|
-
it("tcss.v20201101.
|
|
711
|
+
it("tcss.v20201101.CreateVulDefenceHostExportJob", async function () {
|
|
692
712
|
try {
|
|
693
|
-
const data = await client.
|
|
713
|
+
const data = await client.CreateVulDefenceHostExportJob({})
|
|
694
714
|
expect(data).to.be.ok
|
|
695
715
|
} catch(error) {
|
|
696
716
|
expect(error.requestId).to.be.ok
|
|
@@ -698,9 +718,9 @@ it("tcss.v20201101.DescribeComplianceTaskAssetSummary", async function () {
|
|
|
698
718
|
}
|
|
699
719
|
})
|
|
700
720
|
|
|
701
|
-
it("tcss.v20201101.
|
|
721
|
+
it("tcss.v20201101.ModifyEscapeEventStatus", async function () {
|
|
702
722
|
try {
|
|
703
|
-
const data = await client.
|
|
723
|
+
const data = await client.ModifyEscapeEventStatus({})
|
|
704
724
|
expect(data).to.be.ok
|
|
705
725
|
} catch(error) {
|
|
706
726
|
expect(error.requestId).to.be.ok
|
|
@@ -708,9 +728,9 @@ it("tcss.v20201101.DescribeAccessControlRules", async function () {
|
|
|
708
728
|
}
|
|
709
729
|
})
|
|
710
730
|
|
|
711
|
-
it("tcss.v20201101.
|
|
731
|
+
it("tcss.v20201101.DescribeAbnormalProcessLevelSummary", async function () {
|
|
712
732
|
try {
|
|
713
|
-
const data = await client.
|
|
733
|
+
const data = await client.DescribeAbnormalProcessLevelSummary({})
|
|
714
734
|
expect(data).to.be.ok
|
|
715
735
|
} catch(error) {
|
|
716
736
|
expect(error.requestId).to.be.ok
|
|
@@ -718,9 +738,9 @@ it("tcss.v20201101.DescribeAssetImageVirusListExport", async function () {
|
|
|
718
738
|
}
|
|
719
739
|
})
|
|
720
740
|
|
|
721
|
-
it("tcss.v20201101.
|
|
741
|
+
it("tcss.v20201101.DescribePurchaseStateInfo", async function () {
|
|
722
742
|
try {
|
|
723
|
-
const data = await client.
|
|
743
|
+
const data = await client.DescribePurchaseStateInfo({})
|
|
724
744
|
expect(data).to.be.ok
|
|
725
745
|
} catch(error) {
|
|
726
746
|
expect(error.requestId).to.be.ok
|
|
@@ -728,9 +748,9 @@ it("tcss.v20201101.ModifyVirusMonitorSetting", async function () {
|
|
|
728
748
|
}
|
|
729
749
|
})
|
|
730
750
|
|
|
731
|
-
it("tcss.v20201101.
|
|
751
|
+
it("tcss.v20201101.DescribeRiskSyscallWhiteListDetail", async function () {
|
|
732
752
|
try {
|
|
733
|
-
const data = await client.
|
|
753
|
+
const data = await client.DescribeRiskSyscallWhiteListDetail({})
|
|
734
754
|
expect(data).to.be.ok
|
|
735
755
|
} catch(error) {
|
|
736
756
|
expect(error.requestId).to.be.ok
|
|
@@ -738,9 +758,9 @@ it("tcss.v20201101.DescribePostPayDetail", async function () {
|
|
|
738
758
|
}
|
|
739
759
|
})
|
|
740
760
|
|
|
741
|
-
it("tcss.v20201101.
|
|
761
|
+
it("tcss.v20201101.DescribeAssetImageRegistryDetail", async function () {
|
|
742
762
|
try {
|
|
743
|
-
const data = await client.
|
|
763
|
+
const data = await client.DescribeAssetImageRegistryDetail({})
|
|
744
764
|
expect(data).to.be.ok
|
|
745
765
|
} catch(error) {
|
|
746
766
|
expect(error.requestId).to.be.ok
|
|
@@ -748,9 +768,9 @@ it("tcss.v20201101.ScanComplianceAssets", async function () {
|
|
|
748
768
|
}
|
|
749
769
|
})
|
|
750
770
|
|
|
751
|
-
it("tcss.v20201101.
|
|
771
|
+
it("tcss.v20201101.ModifyEscapeWhiteList", async function () {
|
|
752
772
|
try {
|
|
753
|
-
const data = await client.
|
|
773
|
+
const data = await client.ModifyEscapeWhiteList({})
|
|
754
774
|
expect(data).to.be.ok
|
|
755
775
|
} catch(error) {
|
|
756
776
|
expect(error.requestId).to.be.ok
|
|
@@ -758,9 +778,9 @@ it("tcss.v20201101.StopVirusScanTask", async function () {
|
|
|
758
778
|
}
|
|
759
779
|
})
|
|
760
780
|
|
|
761
|
-
it("tcss.v20201101.
|
|
781
|
+
it("tcss.v20201101.DescribeVirusManualScanEstimateTimeout", async function () {
|
|
762
782
|
try {
|
|
763
|
-
const data = await client.
|
|
783
|
+
const data = await client.DescribeVirusManualScanEstimateTimeout({})
|
|
764
784
|
expect(data).to.be.ok
|
|
765
785
|
} catch(error) {
|
|
766
786
|
expect(error.requestId).to.be.ok
|
|
@@ -768,9 +788,9 @@ it("tcss.v20201101.DescribeCheckItemList", async function () {
|
|
|
768
788
|
}
|
|
769
789
|
})
|
|
770
790
|
|
|
771
|
-
it("tcss.v20201101.
|
|
791
|
+
it("tcss.v20201101.DescribeRiskSyscallEventsExport", async function () {
|
|
772
792
|
try {
|
|
773
|
-
const data = await client.
|
|
793
|
+
const data = await client.DescribeRiskSyscallEventsExport({})
|
|
774
794
|
expect(data).to.be.ok
|
|
775
795
|
} catch(error) {
|
|
776
796
|
expect(error.requestId).to.be.ok
|
|
@@ -778,9 +798,9 @@ it("tcss.v20201101.DescribeVirusDetail", async function () {
|
|
|
778
798
|
}
|
|
779
799
|
})
|
|
780
800
|
|
|
781
|
-
it("tcss.v20201101.
|
|
801
|
+
it("tcss.v20201101.DescribeImageAutoAuthorizedRule", async function () {
|
|
782
802
|
try {
|
|
783
|
-
const data = await client.
|
|
803
|
+
const data = await client.DescribeImageAutoAuthorizedRule({})
|
|
784
804
|
expect(data).to.be.ok
|
|
785
805
|
} catch(error) {
|
|
786
806
|
expect(error.requestId).to.be.ok
|
|
@@ -788,9 +808,9 @@ it("tcss.v20201101.DescribeComplianceWhitelistItemList", async function () {
|
|
|
788
808
|
}
|
|
789
809
|
})
|
|
790
810
|
|
|
791
|
-
it("tcss.v20201101.
|
|
811
|
+
it("tcss.v20201101.DescribeAbnormalProcessRuleDetail", async function () {
|
|
792
812
|
try {
|
|
793
|
-
const data = await client.
|
|
813
|
+
const data = await client.DescribeAbnormalProcessRuleDetail({})
|
|
794
814
|
expect(data).to.be.ok
|
|
795
815
|
} catch(error) {
|
|
796
816
|
expect(error.requestId).to.be.ok
|
|
@@ -798,9 +818,9 @@ it("tcss.v20201101.CreateComplianceTask", async function () {
|
|
|
798
818
|
}
|
|
799
819
|
})
|
|
800
820
|
|
|
801
|
-
it("tcss.v20201101.
|
|
821
|
+
it("tcss.v20201101.CreateDefenceVulExportJob", async function () {
|
|
802
822
|
try {
|
|
803
|
-
const data = await client.
|
|
823
|
+
const data = await client.CreateDefenceVulExportJob({})
|
|
804
824
|
expect(data).to.be.ok
|
|
805
825
|
} catch(error) {
|
|
806
826
|
expect(error.requestId).to.be.ok
|
|
@@ -808,9 +828,9 @@ it("tcss.v20201101.DescribeComplianceScanFailedAssetList", async function () {
|
|
|
808
828
|
}
|
|
809
829
|
})
|
|
810
830
|
|
|
811
|
-
it("tcss.v20201101.
|
|
831
|
+
it("tcss.v20201101.DescribeValueAddedSrvInfo", async function () {
|
|
812
832
|
try {
|
|
813
|
-
const data = await client.
|
|
833
|
+
const data = await client.DescribeValueAddedSrvInfo({})
|
|
814
834
|
expect(data).to.be.ok
|
|
815
835
|
} catch(error) {
|
|
816
836
|
expect(error.requestId).to.be.ok
|
|
@@ -818,9 +838,9 @@ it("tcss.v20201101.DescribeAssetPortList", async function () {
|
|
|
818
838
|
}
|
|
819
839
|
})
|
|
820
840
|
|
|
821
|
-
it("tcss.v20201101.
|
|
841
|
+
it("tcss.v20201101.AddEditReverseShellWhiteList", async function () {
|
|
822
842
|
try {
|
|
823
|
-
const data = await client.
|
|
843
|
+
const data = await client.AddEditReverseShellWhiteList({})
|
|
824
844
|
expect(data).to.be.ok
|
|
825
845
|
} catch(error) {
|
|
826
846
|
expect(error.requestId).to.be.ok
|
|
@@ -828,9 +848,1429 @@ it("tcss.v20201101.DescribeAssetImageRegistryVulListExport", async function () {
|
|
|
828
848
|
}
|
|
829
849
|
})
|
|
830
850
|
|
|
831
|
-
it("tcss.v20201101.
|
|
851
|
+
it("tcss.v20201101.DescribeReverseShellDetail", async function () {
|
|
832
852
|
try {
|
|
833
|
-
const data = await client.
|
|
853
|
+
const data = await client.DescribeReverseShellDetail({})
|
|
854
|
+
expect(data).to.be.ok
|
|
855
|
+
} catch(error) {
|
|
856
|
+
expect(error.requestId).to.be.ok
|
|
857
|
+
expect(error.code).to.be.ok
|
|
858
|
+
}
|
|
859
|
+
})
|
|
860
|
+
|
|
861
|
+
it("tcss.v20201101.DescribeESAggregations", async function () {
|
|
862
|
+
try {
|
|
863
|
+
const data = await client.DescribeESAggregations({})
|
|
864
|
+
expect(data).to.be.ok
|
|
865
|
+
} catch(error) {
|
|
866
|
+
expect(error.requestId).to.be.ok
|
|
867
|
+
expect(error.code).to.be.ok
|
|
868
|
+
}
|
|
869
|
+
})
|
|
870
|
+
|
|
871
|
+
it("tcss.v20201101.DescribeAssetImageBindRuleInfo", async function () {
|
|
872
|
+
try {
|
|
873
|
+
const data = await client.DescribeAssetImageBindRuleInfo({})
|
|
874
|
+
expect(data).to.be.ok
|
|
875
|
+
} catch(error) {
|
|
876
|
+
expect(error.requestId).to.be.ok
|
|
877
|
+
expect(error.code).to.be.ok
|
|
878
|
+
}
|
|
879
|
+
})
|
|
880
|
+
|
|
881
|
+
it("tcss.v20201101.DeleteIgnoreVul", async function () {
|
|
882
|
+
try {
|
|
883
|
+
const data = await client.DeleteIgnoreVul({})
|
|
884
|
+
expect(data).to.be.ok
|
|
885
|
+
} catch(error) {
|
|
886
|
+
expect(error.requestId).to.be.ok
|
|
887
|
+
expect(error.code).to.be.ok
|
|
888
|
+
}
|
|
889
|
+
})
|
|
890
|
+
|
|
891
|
+
it("tcss.v20201101.CreateAssetImageVirusExportJob", async function () {
|
|
892
|
+
try {
|
|
893
|
+
const data = await client.CreateAssetImageVirusExportJob({})
|
|
894
|
+
expect(data).to.be.ok
|
|
895
|
+
} catch(error) {
|
|
896
|
+
expect(error.requestId).to.be.ok
|
|
897
|
+
expect(error.code).to.be.ok
|
|
898
|
+
}
|
|
899
|
+
})
|
|
900
|
+
|
|
901
|
+
it("tcss.v20201101.DescribeNetworkFirewallPolicyDiscover", async function () {
|
|
902
|
+
try {
|
|
903
|
+
const data = await client.DescribeNetworkFirewallPolicyDiscover({})
|
|
904
|
+
expect(data).to.be.ok
|
|
905
|
+
} catch(error) {
|
|
906
|
+
expect(error.requestId).to.be.ok
|
|
907
|
+
expect(error.code).to.be.ok
|
|
908
|
+
}
|
|
909
|
+
})
|
|
910
|
+
|
|
911
|
+
it("tcss.v20201101.DescribeSecLogDeliveryClsOptions", async function () {
|
|
912
|
+
try {
|
|
913
|
+
const data = await client.DescribeSecLogDeliveryClsOptions({})
|
|
914
|
+
expect(data).to.be.ok
|
|
915
|
+
} catch(error) {
|
|
916
|
+
expect(error.requestId).to.be.ok
|
|
917
|
+
expect(error.code).to.be.ok
|
|
918
|
+
}
|
|
919
|
+
})
|
|
920
|
+
|
|
921
|
+
it("tcss.v20201101.ResetSecLogTopicConfig", async function () {
|
|
922
|
+
try {
|
|
923
|
+
const data = await client.ResetSecLogTopicConfig({})
|
|
924
|
+
expect(data).to.be.ok
|
|
925
|
+
} catch(error) {
|
|
926
|
+
expect(error.requestId).to.be.ok
|
|
927
|
+
expect(error.code).to.be.ok
|
|
928
|
+
}
|
|
929
|
+
})
|
|
930
|
+
|
|
931
|
+
it("tcss.v20201101.DescribeTaskResultSummary", async function () {
|
|
932
|
+
try {
|
|
933
|
+
const data = await client.DescribeTaskResultSummary({})
|
|
934
|
+
expect(data).to.be.ok
|
|
935
|
+
} catch(error) {
|
|
936
|
+
expect(error.requestId).to.be.ok
|
|
937
|
+
expect(error.code).to.be.ok
|
|
938
|
+
}
|
|
939
|
+
})
|
|
940
|
+
|
|
941
|
+
it("tcss.v20201101.DescribeAssetContainerDetail", async function () {
|
|
942
|
+
try {
|
|
943
|
+
const data = await client.DescribeAssetContainerDetail({})
|
|
944
|
+
expect(data).to.be.ok
|
|
945
|
+
} catch(error) {
|
|
946
|
+
expect(error.requestId).to.be.ok
|
|
947
|
+
expect(error.code).to.be.ok
|
|
948
|
+
}
|
|
949
|
+
})
|
|
950
|
+
|
|
951
|
+
it("tcss.v20201101.DescribeAssetImageRegistryRiskInfoList", async function () {
|
|
952
|
+
try {
|
|
953
|
+
const data = await client.DescribeAssetImageRegistryRiskInfoList({})
|
|
954
|
+
expect(data).to.be.ok
|
|
955
|
+
} catch(error) {
|
|
956
|
+
expect(error.requestId).to.be.ok
|
|
957
|
+
expect(error.code).to.be.ok
|
|
958
|
+
}
|
|
959
|
+
})
|
|
960
|
+
|
|
961
|
+
it("tcss.v20201101.ModifyEscapeRule", async function () {
|
|
962
|
+
try {
|
|
963
|
+
const data = await client.ModifyEscapeRule({})
|
|
964
|
+
expect(data).to.be.ok
|
|
965
|
+
} catch(error) {
|
|
966
|
+
expect(error.requestId).to.be.ok
|
|
967
|
+
expect(error.code).to.be.ok
|
|
968
|
+
}
|
|
969
|
+
})
|
|
970
|
+
|
|
971
|
+
it("tcss.v20201101.DescribeCompliancePolicyItemAffectedSummary", async function () {
|
|
972
|
+
try {
|
|
973
|
+
const data = await client.DescribeCompliancePolicyItemAffectedSummary({})
|
|
974
|
+
expect(data).to.be.ok
|
|
975
|
+
} catch(error) {
|
|
976
|
+
expect(error.requestId).to.be.ok
|
|
977
|
+
expect(error.code).to.be.ok
|
|
978
|
+
}
|
|
979
|
+
})
|
|
980
|
+
|
|
981
|
+
it("tcss.v20201101.DescribeRefreshTask", async function () {
|
|
982
|
+
try {
|
|
983
|
+
const data = await client.DescribeRefreshTask({})
|
|
984
|
+
expect(data).to.be.ok
|
|
985
|
+
} catch(error) {
|
|
986
|
+
expect(error.requestId).to.be.ok
|
|
987
|
+
expect(error.code).to.be.ok
|
|
988
|
+
}
|
|
989
|
+
})
|
|
990
|
+
|
|
991
|
+
it("tcss.v20201101.CreateNetworkFirewallClusterRefresh", async function () {
|
|
992
|
+
try {
|
|
993
|
+
const data = await client.CreateNetworkFirewallClusterRefresh({})
|
|
994
|
+
expect(data).to.be.ok
|
|
995
|
+
} catch(error) {
|
|
996
|
+
expect(error.requestId).to.be.ok
|
|
997
|
+
expect(error.code).to.be.ok
|
|
998
|
+
}
|
|
999
|
+
})
|
|
1000
|
+
|
|
1001
|
+
it("tcss.v20201101.DescribeRiskSyscallEvents", async function () {
|
|
1002
|
+
try {
|
|
1003
|
+
const data = await client.DescribeRiskSyscallEvents({})
|
|
1004
|
+
expect(data).to.be.ok
|
|
1005
|
+
} catch(error) {
|
|
1006
|
+
expect(error.requestId).to.be.ok
|
|
1007
|
+
expect(error.code).to.be.ok
|
|
1008
|
+
}
|
|
1009
|
+
})
|
|
1010
|
+
|
|
1011
|
+
it("tcss.v20201101.AddComplianceAssetPolicySetToWhitelist", async function () {
|
|
1012
|
+
try {
|
|
1013
|
+
const data = await client.AddComplianceAssetPolicySetToWhitelist({})
|
|
1014
|
+
expect(data).to.be.ok
|
|
1015
|
+
} catch(error) {
|
|
1016
|
+
expect(error.requestId).to.be.ok
|
|
1017
|
+
expect(error.code).to.be.ok
|
|
1018
|
+
}
|
|
1019
|
+
})
|
|
1020
|
+
|
|
1021
|
+
it("tcss.v20201101.ModifySecLogJoinObjects", async function () {
|
|
1022
|
+
try {
|
|
1023
|
+
const data = await client.ModifySecLogJoinObjects({})
|
|
1024
|
+
expect(data).to.be.ok
|
|
1025
|
+
} catch(error) {
|
|
1026
|
+
expect(error.requestId).to.be.ok
|
|
1027
|
+
expect(error.code).to.be.ok
|
|
1028
|
+
}
|
|
1029
|
+
})
|
|
1030
|
+
|
|
1031
|
+
it("tcss.v20201101.DescribeContainerAssetSummary", async function () {
|
|
1032
|
+
try {
|
|
1033
|
+
const data = await client.DescribeContainerAssetSummary({})
|
|
1034
|
+
expect(data).to.be.ok
|
|
1035
|
+
} catch(error) {
|
|
1036
|
+
expect(error.requestId).to.be.ok
|
|
1037
|
+
expect(error.code).to.be.ok
|
|
1038
|
+
}
|
|
1039
|
+
})
|
|
1040
|
+
|
|
1041
|
+
it("tcss.v20201101.DescribeImageRegistryTimingScanTask", async function () {
|
|
1042
|
+
try {
|
|
1043
|
+
const data = await client.DescribeImageRegistryTimingScanTask({})
|
|
1044
|
+
expect(data).to.be.ok
|
|
1045
|
+
} catch(error) {
|
|
1046
|
+
expect(error.requestId).to.be.ok
|
|
1047
|
+
expect(error.code).to.be.ok
|
|
1048
|
+
}
|
|
1049
|
+
})
|
|
1050
|
+
|
|
1051
|
+
it("tcss.v20201101.DescribeReverseShellEventsExport", async function () {
|
|
1052
|
+
try {
|
|
1053
|
+
const data = await client.DescribeReverseShellEventsExport({})
|
|
1054
|
+
expect(data).to.be.ok
|
|
1055
|
+
} catch(error) {
|
|
1056
|
+
expect(error.requestId).to.be.ok
|
|
1057
|
+
expect(error.code).to.be.ok
|
|
1058
|
+
}
|
|
1059
|
+
})
|
|
1060
|
+
|
|
1061
|
+
it("tcss.v20201101.DescribeAssetDBServiceList", async function () {
|
|
1062
|
+
try {
|
|
1063
|
+
const data = await client.DescribeAssetDBServiceList({})
|
|
1064
|
+
expect(data).to.be.ok
|
|
1065
|
+
} catch(error) {
|
|
1066
|
+
expect(error.requestId).to.be.ok
|
|
1067
|
+
expect(error.code).to.be.ok
|
|
1068
|
+
}
|
|
1069
|
+
})
|
|
1070
|
+
|
|
1071
|
+
it("tcss.v20201101.DescribeVulImageList", async function () {
|
|
1072
|
+
try {
|
|
1073
|
+
const data = await client.DescribeVulImageList({})
|
|
1074
|
+
expect(data).to.be.ok
|
|
1075
|
+
} catch(error) {
|
|
1076
|
+
expect(error.requestId).to.be.ok
|
|
1077
|
+
expect(error.code).to.be.ok
|
|
1078
|
+
}
|
|
1079
|
+
})
|
|
1080
|
+
|
|
1081
|
+
it("tcss.v20201101.ModifyAbnormalProcessRuleStatus", async function () {
|
|
1082
|
+
try {
|
|
1083
|
+
const data = await client.ModifyAbnormalProcessRuleStatus({})
|
|
1084
|
+
expect(data).to.be.ok
|
|
1085
|
+
} catch(error) {
|
|
1086
|
+
expect(error.requestId).to.be.ok
|
|
1087
|
+
expect(error.code).to.be.ok
|
|
1088
|
+
}
|
|
1089
|
+
})
|
|
1090
|
+
|
|
1091
|
+
it("tcss.v20201101.DescribeVulDefenceEvent", async function () {
|
|
1092
|
+
try {
|
|
1093
|
+
const data = await client.DescribeVulDefenceEvent({})
|
|
1094
|
+
expect(data).to.be.ok
|
|
1095
|
+
} catch(error) {
|
|
1096
|
+
expect(error.requestId).to.be.ok
|
|
1097
|
+
expect(error.code).to.be.ok
|
|
1098
|
+
}
|
|
1099
|
+
})
|
|
1100
|
+
|
|
1101
|
+
it("tcss.v20201101.DescribeVulIgnoreRegistryImageList", async function () {
|
|
1102
|
+
try {
|
|
1103
|
+
const data = await client.DescribeVulIgnoreRegistryImageList({})
|
|
1104
|
+
expect(data).to.be.ok
|
|
1105
|
+
} catch(error) {
|
|
1106
|
+
expect(error.requestId).to.be.ok
|
|
1107
|
+
expect(error.code).to.be.ok
|
|
1108
|
+
}
|
|
1109
|
+
})
|
|
1110
|
+
|
|
1111
|
+
it("tcss.v20201101.DescribeVulScanInfo", async function () {
|
|
1112
|
+
try {
|
|
1113
|
+
const data = await client.DescribeVulScanInfo({})
|
|
1114
|
+
expect(data).to.be.ok
|
|
1115
|
+
} catch(error) {
|
|
1116
|
+
expect(error.requestId).to.be.ok
|
|
1117
|
+
expect(error.code).to.be.ok
|
|
1118
|
+
}
|
|
1119
|
+
})
|
|
1120
|
+
|
|
1121
|
+
it("tcss.v20201101.DescribeVulImageSummary", async function () {
|
|
1122
|
+
try {
|
|
1123
|
+
const data = await client.DescribeVulImageSummary({})
|
|
1124
|
+
expect(data).to.be.ok
|
|
1125
|
+
} catch(error) {
|
|
1126
|
+
expect(error.requestId).to.be.ok
|
|
1127
|
+
expect(error.code).to.be.ok
|
|
1128
|
+
}
|
|
1129
|
+
})
|
|
1130
|
+
|
|
1131
|
+
it("tcss.v20201101.CreateWebVulExportJob", async function () {
|
|
1132
|
+
try {
|
|
1133
|
+
const data = await client.CreateWebVulExportJob({})
|
|
1134
|
+
expect(data).to.be.ok
|
|
1135
|
+
} catch(error) {
|
|
1136
|
+
expect(error.requestId).to.be.ok
|
|
1137
|
+
expect(error.code).to.be.ok
|
|
1138
|
+
}
|
|
1139
|
+
})
|
|
1140
|
+
|
|
1141
|
+
it("tcss.v20201101.UpdateAndPublishNetworkFirewallPolicyDetail", async function () {
|
|
1142
|
+
try {
|
|
1143
|
+
const data = await client.UpdateAndPublishNetworkFirewallPolicyDetail({})
|
|
1144
|
+
expect(data).to.be.ok
|
|
1145
|
+
} catch(error) {
|
|
1146
|
+
expect(error.requestId).to.be.ok
|
|
1147
|
+
expect(error.code).to.be.ok
|
|
1148
|
+
}
|
|
1149
|
+
})
|
|
1150
|
+
|
|
1151
|
+
it("tcss.v20201101.ModifyContainerNetStatus", async function () {
|
|
1152
|
+
try {
|
|
1153
|
+
const data = await client.ModifyContainerNetStatus({})
|
|
1154
|
+
expect(data).to.be.ok
|
|
1155
|
+
} catch(error) {
|
|
1156
|
+
expect(error.requestId).to.be.ok
|
|
1157
|
+
expect(error.code).to.be.ok
|
|
1158
|
+
}
|
|
1159
|
+
})
|
|
1160
|
+
|
|
1161
|
+
it("tcss.v20201101.DescribeImageRiskTendency", async function () {
|
|
1162
|
+
try {
|
|
1163
|
+
const data = await client.DescribeImageRiskTendency({})
|
|
1164
|
+
expect(data).to.be.ok
|
|
1165
|
+
} catch(error) {
|
|
1166
|
+
expect(error.requestId).to.be.ok
|
|
1167
|
+
expect(error.code).to.be.ok
|
|
1168
|
+
}
|
|
1169
|
+
})
|
|
1170
|
+
|
|
1171
|
+
it("tcss.v20201101.DescribeAgentInstallCommand", async function () {
|
|
1172
|
+
try {
|
|
1173
|
+
const data = await client.DescribeAgentInstallCommand({})
|
|
1174
|
+
expect(data).to.be.ok
|
|
1175
|
+
} catch(error) {
|
|
1176
|
+
expect(error.requestId).to.be.ok
|
|
1177
|
+
expect(error.code).to.be.ok
|
|
1178
|
+
}
|
|
1179
|
+
})
|
|
1180
|
+
|
|
1181
|
+
it("tcss.v20201101.DescribeExportJobResult", async function () {
|
|
1182
|
+
try {
|
|
1183
|
+
const data = await client.DescribeExportJobResult({})
|
|
1184
|
+
expect(data).to.be.ok
|
|
1185
|
+
} catch(error) {
|
|
1186
|
+
expect(error.requestId).to.be.ok
|
|
1187
|
+
expect(error.code).to.be.ok
|
|
1188
|
+
}
|
|
1189
|
+
})
|
|
1190
|
+
|
|
1191
|
+
it("tcss.v20201101.CreateAssetImageScanTask", async function () {
|
|
1192
|
+
try {
|
|
1193
|
+
const data = await client.CreateAssetImageScanTask({})
|
|
1194
|
+
expect(data).to.be.ok
|
|
1195
|
+
} catch(error) {
|
|
1196
|
+
expect(error.requestId).to.be.ok
|
|
1197
|
+
expect(error.code).to.be.ok
|
|
1198
|
+
}
|
|
1199
|
+
})
|
|
1200
|
+
|
|
1201
|
+
it("tcss.v20201101.CreateEmergencyVulExportJob", async function () {
|
|
1202
|
+
try {
|
|
1203
|
+
const data = await client.CreateEmergencyVulExportJob({})
|
|
1204
|
+
expect(data).to.be.ok
|
|
1205
|
+
} catch(error) {
|
|
1206
|
+
expect(error.requestId).to.be.ok
|
|
1207
|
+
expect(error.code).to.be.ok
|
|
1208
|
+
}
|
|
1209
|
+
})
|
|
1210
|
+
|
|
1211
|
+
it("tcss.v20201101.DescribeAssetImageScanTask", async function () {
|
|
1212
|
+
try {
|
|
1213
|
+
const data = await client.DescribeAssetImageScanTask({})
|
|
1214
|
+
expect(data).to.be.ok
|
|
1215
|
+
} catch(error) {
|
|
1216
|
+
expect(error.requestId).to.be.ok
|
|
1217
|
+
expect(error.code).to.be.ok
|
|
1218
|
+
}
|
|
1219
|
+
})
|
|
1220
|
+
|
|
1221
|
+
it("tcss.v20201101.DescribeAssetImageRegistryListExport", async function () {
|
|
1222
|
+
try {
|
|
1223
|
+
const data = await client.DescribeAssetImageRegistryListExport({})
|
|
1224
|
+
expect(data).to.be.ok
|
|
1225
|
+
} catch(error) {
|
|
1226
|
+
expect(error.requestId).to.be.ok
|
|
1227
|
+
expect(error.code).to.be.ok
|
|
1228
|
+
}
|
|
1229
|
+
})
|
|
1230
|
+
|
|
1231
|
+
it("tcss.v20201101.DescribeVulDefencePlugin", async function () {
|
|
1232
|
+
try {
|
|
1233
|
+
const data = await client.DescribeVulDefencePlugin({})
|
|
1234
|
+
expect(data).to.be.ok
|
|
1235
|
+
} catch(error) {
|
|
1236
|
+
expect(error.requestId).to.be.ok
|
|
1237
|
+
expect(error.code).to.be.ok
|
|
1238
|
+
}
|
|
1239
|
+
})
|
|
1240
|
+
|
|
1241
|
+
it("tcss.v20201101.ModifyVirusFileStatus", async function () {
|
|
1242
|
+
try {
|
|
1243
|
+
const data = await client.ModifyVirusFileStatus({})
|
|
1244
|
+
expect(data).to.be.ok
|
|
1245
|
+
} catch(error) {
|
|
1246
|
+
expect(error.requestId).to.be.ok
|
|
1247
|
+
expect(error.code).to.be.ok
|
|
1248
|
+
}
|
|
1249
|
+
})
|
|
1250
|
+
|
|
1251
|
+
it("tcss.v20201101.DescribeComplianceTaskAssetSummary", async function () {
|
|
1252
|
+
try {
|
|
1253
|
+
const data = await client.DescribeComplianceTaskAssetSummary({})
|
|
1254
|
+
expect(data).to.be.ok
|
|
1255
|
+
} catch(error) {
|
|
1256
|
+
expect(error.requestId).to.be.ok
|
|
1257
|
+
expect(error.code).to.be.ok
|
|
1258
|
+
}
|
|
1259
|
+
})
|
|
1260
|
+
|
|
1261
|
+
it("tcss.v20201101.ModifyVirusMonitorSetting", async function () {
|
|
1262
|
+
try {
|
|
1263
|
+
const data = await client.ModifyVirusMonitorSetting({})
|
|
1264
|
+
expect(data).to.be.ok
|
|
1265
|
+
} catch(error) {
|
|
1266
|
+
expect(error.requestId).to.be.ok
|
|
1267
|
+
expect(error.code).to.be.ok
|
|
1268
|
+
}
|
|
1269
|
+
})
|
|
1270
|
+
|
|
1271
|
+
it("tcss.v20201101.DescribeAccessControlRules", async function () {
|
|
1272
|
+
try {
|
|
1273
|
+
const data = await client.DescribeAccessControlRules({})
|
|
1274
|
+
expect(data).to.be.ok
|
|
1275
|
+
} catch(error) {
|
|
1276
|
+
expect(error.requestId).to.be.ok
|
|
1277
|
+
expect(error.code).to.be.ok
|
|
1278
|
+
}
|
|
1279
|
+
})
|
|
1280
|
+
|
|
1281
|
+
it("tcss.v20201101.DescribeAssetImageVirusListExport", async function () {
|
|
1282
|
+
try {
|
|
1283
|
+
const data = await client.DescribeAssetImageVirusListExport({})
|
|
1284
|
+
expect(data).to.be.ok
|
|
1285
|
+
} catch(error) {
|
|
1286
|
+
expect(error.requestId).to.be.ok
|
|
1287
|
+
expect(error.code).to.be.ok
|
|
1288
|
+
}
|
|
1289
|
+
})
|
|
1290
|
+
|
|
1291
|
+
it("tcss.v20201101.DescribeAssetContainerList", async function () {
|
|
1292
|
+
try {
|
|
1293
|
+
const data = await client.DescribeAssetContainerList({})
|
|
1294
|
+
expect(data).to.be.ok
|
|
1295
|
+
} catch(error) {
|
|
1296
|
+
expect(error.requestId).to.be.ok
|
|
1297
|
+
expect(error.code).to.be.ok
|
|
1298
|
+
}
|
|
1299
|
+
})
|
|
1300
|
+
|
|
1301
|
+
it("tcss.v20201101.CreateSearchTemplate", async function () {
|
|
1302
|
+
try {
|
|
1303
|
+
const data = await client.CreateSearchTemplate({})
|
|
1304
|
+
expect(data).to.be.ok
|
|
1305
|
+
} catch(error) {
|
|
1306
|
+
expect(error.requestId).to.be.ok
|
|
1307
|
+
expect(error.code).to.be.ok
|
|
1308
|
+
}
|
|
1309
|
+
})
|
|
1310
|
+
|
|
1311
|
+
it("tcss.v20201101.DescribePostPayDetail", async function () {
|
|
1312
|
+
try {
|
|
1313
|
+
const data = await client.DescribePostPayDetail({})
|
|
1314
|
+
expect(data).to.be.ok
|
|
1315
|
+
} catch(error) {
|
|
1316
|
+
expect(error.requestId).to.be.ok
|
|
1317
|
+
expect(error.code).to.be.ok
|
|
1318
|
+
}
|
|
1319
|
+
})
|
|
1320
|
+
|
|
1321
|
+
it("tcss.v20201101.AddNetworkFirewallPolicyYamlDetail", async function () {
|
|
1322
|
+
try {
|
|
1323
|
+
const data = await client.AddNetworkFirewallPolicyYamlDetail({})
|
|
1324
|
+
expect(data).to.be.ok
|
|
1325
|
+
} catch(error) {
|
|
1326
|
+
expect(error.requestId).to.be.ok
|
|
1327
|
+
expect(error.code).to.be.ok
|
|
1328
|
+
}
|
|
1329
|
+
})
|
|
1330
|
+
|
|
1331
|
+
it("tcss.v20201101.DeleteReverseShellEvents", async function () {
|
|
1332
|
+
try {
|
|
1333
|
+
const data = await client.DeleteReverseShellEvents({})
|
|
1334
|
+
expect(data).to.be.ok
|
|
1335
|
+
} catch(error) {
|
|
1336
|
+
expect(error.requestId).to.be.ok
|
|
1337
|
+
expect(error.code).to.be.ok
|
|
1338
|
+
}
|
|
1339
|
+
})
|
|
1340
|
+
|
|
1341
|
+
it("tcss.v20201101.DescribeAssetImageRegistryRegistryDetail", async function () {
|
|
1342
|
+
try {
|
|
1343
|
+
const data = await client.DescribeAssetImageRegistryRegistryDetail({})
|
|
1344
|
+
expect(data).to.be.ok
|
|
1345
|
+
} catch(error) {
|
|
1346
|
+
expect(error.requestId).to.be.ok
|
|
1347
|
+
expect(error.code).to.be.ok
|
|
1348
|
+
}
|
|
1349
|
+
})
|
|
1350
|
+
|
|
1351
|
+
it("tcss.v20201101.AddEscapeWhiteList", async function () {
|
|
1352
|
+
try {
|
|
1353
|
+
const data = await client.AddEscapeWhiteList({})
|
|
1354
|
+
expect(data).to.be.ok
|
|
1355
|
+
} catch(error) {
|
|
1356
|
+
expect(error.requestId).to.be.ok
|
|
1357
|
+
expect(error.code).to.be.ok
|
|
1358
|
+
}
|
|
1359
|
+
})
|
|
1360
|
+
|
|
1361
|
+
it("tcss.v20201101.CreateImageExportJob", async function () {
|
|
1362
|
+
try {
|
|
1363
|
+
const data = await client.CreateImageExportJob({})
|
|
1364
|
+
expect(data).to.be.ok
|
|
1365
|
+
} catch(error) {
|
|
1366
|
+
expect(error.requestId).to.be.ok
|
|
1367
|
+
expect(error.code).to.be.ok
|
|
1368
|
+
}
|
|
1369
|
+
})
|
|
1370
|
+
|
|
1371
|
+
it("tcss.v20201101.DescribeVulSummary", async function () {
|
|
1372
|
+
try {
|
|
1373
|
+
const data = await client.DescribeVulSummary({})
|
|
1374
|
+
expect(data).to.be.ok
|
|
1375
|
+
} catch(error) {
|
|
1376
|
+
expect(error.requestId).to.be.ok
|
|
1377
|
+
expect(error.code).to.be.ok
|
|
1378
|
+
}
|
|
1379
|
+
})
|
|
1380
|
+
|
|
1381
|
+
it("tcss.v20201101.DescribeVirusList", async function () {
|
|
1382
|
+
try {
|
|
1383
|
+
const data = await client.DescribeVirusList({})
|
|
1384
|
+
expect(data).to.be.ok
|
|
1385
|
+
} catch(error) {
|
|
1386
|
+
expect(error.requestId).to.be.ok
|
|
1387
|
+
expect(error.code).to.be.ok
|
|
1388
|
+
}
|
|
1389
|
+
})
|
|
1390
|
+
|
|
1391
|
+
it("tcss.v20201101.ScanComplianceAssets", async function () {
|
|
1392
|
+
try {
|
|
1393
|
+
const data = await client.ScanComplianceAssets({})
|
|
1394
|
+
expect(data).to.be.ok
|
|
1395
|
+
} catch(error) {
|
|
1396
|
+
expect(error.requestId).to.be.ok
|
|
1397
|
+
expect(error.code).to.be.ok
|
|
1398
|
+
}
|
|
1399
|
+
})
|
|
1400
|
+
|
|
1401
|
+
it("tcss.v20201101.StopVirusScanTask", async function () {
|
|
1402
|
+
try {
|
|
1403
|
+
const data = await client.StopVirusScanTask({})
|
|
1404
|
+
expect(data).to.be.ok
|
|
1405
|
+
} catch(error) {
|
|
1406
|
+
expect(error.requestId).to.be.ok
|
|
1407
|
+
expect(error.code).to.be.ok
|
|
1408
|
+
}
|
|
1409
|
+
})
|
|
1410
|
+
|
|
1411
|
+
it("tcss.v20201101.AddIgnoreVul", async function () {
|
|
1412
|
+
try {
|
|
1413
|
+
const data = await client.AddIgnoreVul({})
|
|
1414
|
+
expect(data).to.be.ok
|
|
1415
|
+
} catch(error) {
|
|
1416
|
+
expect(error.requestId).to.be.ok
|
|
1417
|
+
expect(error.code).to.be.ok
|
|
1418
|
+
}
|
|
1419
|
+
})
|
|
1420
|
+
|
|
1421
|
+
it("tcss.v20201101.DescribeCheckItemList", async function () {
|
|
1422
|
+
try {
|
|
1423
|
+
const data = await client.DescribeCheckItemList({})
|
|
1424
|
+
expect(data).to.be.ok
|
|
1425
|
+
} catch(error) {
|
|
1426
|
+
expect(error.requestId).to.be.ok
|
|
1427
|
+
expect(error.code).to.be.ok
|
|
1428
|
+
}
|
|
1429
|
+
})
|
|
1430
|
+
|
|
1431
|
+
it("tcss.v20201101.CreateSystemVulExportJob", async function () {
|
|
1432
|
+
try {
|
|
1433
|
+
const data = await client.CreateSystemVulExportJob({})
|
|
1434
|
+
expect(data).to.be.ok
|
|
1435
|
+
} catch(error) {
|
|
1436
|
+
expect(error.requestId).to.be.ok
|
|
1437
|
+
expect(error.code).to.be.ok
|
|
1438
|
+
}
|
|
1439
|
+
})
|
|
1440
|
+
|
|
1441
|
+
it("tcss.v20201101.DescribeVirusDetail", async function () {
|
|
1442
|
+
try {
|
|
1443
|
+
const data = await client.DescribeVirusDetail({})
|
|
1444
|
+
expect(data).to.be.ok
|
|
1445
|
+
} catch(error) {
|
|
1446
|
+
expect(error.requestId).to.be.ok
|
|
1447
|
+
expect(error.code).to.be.ok
|
|
1448
|
+
}
|
|
1449
|
+
})
|
|
1450
|
+
|
|
1451
|
+
it("tcss.v20201101.CreateVulExportJob", async function () {
|
|
1452
|
+
try {
|
|
1453
|
+
const data = await client.CreateVulExportJob({})
|
|
1454
|
+
expect(data).to.be.ok
|
|
1455
|
+
} catch(error) {
|
|
1456
|
+
expect(error.requestId).to.be.ok
|
|
1457
|
+
expect(error.code).to.be.ok
|
|
1458
|
+
}
|
|
1459
|
+
})
|
|
1460
|
+
|
|
1461
|
+
it("tcss.v20201101.DescribeComplianceWhitelistItemList", async function () {
|
|
1462
|
+
try {
|
|
1463
|
+
const data = await client.DescribeComplianceWhitelistItemList({})
|
|
1464
|
+
expect(data).to.be.ok
|
|
1465
|
+
} catch(error) {
|
|
1466
|
+
expect(error.requestId).to.be.ok
|
|
1467
|
+
expect(error.code).to.be.ok
|
|
1468
|
+
}
|
|
1469
|
+
})
|
|
1470
|
+
|
|
1471
|
+
it("tcss.v20201101.DescribeNetworkFirewallPolicyList", async function () {
|
|
1472
|
+
try {
|
|
1473
|
+
const data = await client.DescribeNetworkFirewallPolicyList({})
|
|
1474
|
+
expect(data).to.be.ok
|
|
1475
|
+
} catch(error) {
|
|
1476
|
+
expect(error.requestId).to.be.ok
|
|
1477
|
+
expect(error.code).to.be.ok
|
|
1478
|
+
}
|
|
1479
|
+
})
|
|
1480
|
+
|
|
1481
|
+
it("tcss.v20201101.SyncAssetImageRegistryAsset", async function () {
|
|
1482
|
+
try {
|
|
1483
|
+
const data = await client.SyncAssetImageRegistryAsset({})
|
|
1484
|
+
expect(data).to.be.ok
|
|
1485
|
+
} catch(error) {
|
|
1486
|
+
expect(error.requestId).to.be.ok
|
|
1487
|
+
expect(error.code).to.be.ok
|
|
1488
|
+
}
|
|
1489
|
+
})
|
|
1490
|
+
|
|
1491
|
+
it("tcss.v20201101.CreateComplianceTask", async function () {
|
|
1492
|
+
try {
|
|
1493
|
+
const data = await client.CreateComplianceTask({})
|
|
1494
|
+
expect(data).to.be.ok
|
|
1495
|
+
} catch(error) {
|
|
1496
|
+
expect(error.requestId).to.be.ok
|
|
1497
|
+
expect(error.code).to.be.ok
|
|
1498
|
+
}
|
|
1499
|
+
})
|
|
1500
|
+
|
|
1501
|
+
it("tcss.v20201101.DescribeComplianceScanFailedAssetList", async function () {
|
|
1502
|
+
try {
|
|
1503
|
+
const data = await client.DescribeComplianceScanFailedAssetList({})
|
|
1504
|
+
expect(data).to.be.ok
|
|
1505
|
+
} catch(error) {
|
|
1506
|
+
expect(error.requestId).to.be.ok
|
|
1507
|
+
expect(error.code).to.be.ok
|
|
1508
|
+
}
|
|
1509
|
+
})
|
|
1510
|
+
|
|
1511
|
+
it("tcss.v20201101.DescribeAssetPortList", async function () {
|
|
1512
|
+
try {
|
|
1513
|
+
const data = await client.DescribeAssetPortList({})
|
|
1514
|
+
expect(data).to.be.ok
|
|
1515
|
+
} catch(error) {
|
|
1516
|
+
expect(error.requestId).to.be.ok
|
|
1517
|
+
expect(error.code).to.be.ok
|
|
1518
|
+
}
|
|
1519
|
+
})
|
|
1520
|
+
|
|
1521
|
+
it("tcss.v20201101.DeleteRiskSyscallEvents", async function () {
|
|
1522
|
+
try {
|
|
1523
|
+
const data = await client.DeleteRiskSyscallEvents({})
|
|
1524
|
+
expect(data).to.be.ok
|
|
1525
|
+
} catch(error) {
|
|
1526
|
+
expect(error.requestId).to.be.ok
|
|
1527
|
+
expect(error.code).to.be.ok
|
|
1528
|
+
}
|
|
1529
|
+
})
|
|
1530
|
+
|
|
1531
|
+
it("tcss.v20201101.DescribeAffectedWorkloadList", async function () {
|
|
1532
|
+
try {
|
|
1533
|
+
const data = await client.DescribeAffectedWorkloadList({})
|
|
1534
|
+
expect(data).to.be.ok
|
|
1535
|
+
} catch(error) {
|
|
1536
|
+
expect(error.requestId).to.be.ok
|
|
1537
|
+
expect(error.code).to.be.ok
|
|
1538
|
+
}
|
|
1539
|
+
})
|
|
1540
|
+
|
|
1541
|
+
it("tcss.v20201101.AddCompliancePolicyAssetSetToWhitelist", async function () {
|
|
1542
|
+
try {
|
|
1543
|
+
const data = await client.AddCompliancePolicyAssetSetToWhitelist({})
|
|
1544
|
+
expect(data).to.be.ok
|
|
1545
|
+
} catch(error) {
|
|
1546
|
+
expect(error.requestId).to.be.ok
|
|
1547
|
+
expect(error.code).to.be.ok
|
|
1548
|
+
}
|
|
1549
|
+
})
|
|
1550
|
+
|
|
1551
|
+
it("tcss.v20201101.DeleteAbnormalProcessRules", async function () {
|
|
1552
|
+
try {
|
|
1553
|
+
const data = await client.DeleteAbnormalProcessRules({})
|
|
1554
|
+
expect(data).to.be.ok
|
|
1555
|
+
} catch(error) {
|
|
1556
|
+
expect(error.requestId).to.be.ok
|
|
1557
|
+
expect(error.code).to.be.ok
|
|
1558
|
+
}
|
|
1559
|
+
})
|
|
1560
|
+
|
|
1561
|
+
it("tcss.v20201101.DescribeVulDetail", async function () {
|
|
1562
|
+
try {
|
|
1563
|
+
const data = await client.DescribeVulDetail({})
|
|
1564
|
+
expect(data).to.be.ok
|
|
1565
|
+
} catch(error) {
|
|
1566
|
+
expect(error.requestId).to.be.ok
|
|
1567
|
+
expect(error.code).to.be.ok
|
|
1568
|
+
}
|
|
1569
|
+
})
|
|
1570
|
+
|
|
1571
|
+
it("tcss.v20201101.CreateVulScanTask", async function () {
|
|
1572
|
+
try {
|
|
1573
|
+
const data = await client.CreateVulScanTask({})
|
|
1574
|
+
expect(data).to.be.ok
|
|
1575
|
+
} catch(error) {
|
|
1576
|
+
expect(error.requestId).to.be.ok
|
|
1577
|
+
expect(error.code).to.be.ok
|
|
1578
|
+
}
|
|
1579
|
+
})
|
|
1580
|
+
|
|
1581
|
+
it("tcss.v20201101.DescribeNetworkFirewallClusterList", async function () {
|
|
1582
|
+
try {
|
|
1583
|
+
const data = await client.DescribeNetworkFirewallClusterList({})
|
|
1584
|
+
expect(data).to.be.ok
|
|
1585
|
+
} catch(error) {
|
|
1586
|
+
expect(error.requestId).to.be.ok
|
|
1587
|
+
expect(error.code).to.be.ok
|
|
1588
|
+
}
|
|
1589
|
+
})
|
|
1590
|
+
|
|
1591
|
+
it("tcss.v20201101.StopVulScanTask", async function () {
|
|
1592
|
+
try {
|
|
1593
|
+
const data = await client.StopVulScanTask({})
|
|
1594
|
+
expect(data).to.be.ok
|
|
1595
|
+
} catch(error) {
|
|
1596
|
+
expect(error.requestId).to.be.ok
|
|
1597
|
+
expect(error.code).to.be.ok
|
|
1598
|
+
}
|
|
1599
|
+
})
|
|
1600
|
+
|
|
1601
|
+
it("tcss.v20201101.DescribeAssetImageRegistryRiskListExport", async function () {
|
|
1602
|
+
try {
|
|
1603
|
+
const data = await client.DescribeAssetImageRegistryRiskListExport({})
|
|
1604
|
+
expect(data).to.be.ok
|
|
1605
|
+
} catch(error) {
|
|
1606
|
+
expect(error.requestId).to.be.ok
|
|
1607
|
+
expect(error.code).to.be.ok
|
|
1608
|
+
}
|
|
1609
|
+
})
|
|
1610
|
+
|
|
1611
|
+
it("tcss.v20201101.CreateVirusScanTask", async function () {
|
|
1612
|
+
try {
|
|
1613
|
+
const data = await client.CreateVirusScanTask({})
|
|
1614
|
+
expect(data).to.be.ok
|
|
1615
|
+
} catch(error) {
|
|
1616
|
+
expect(error.requestId).to.be.ok
|
|
1617
|
+
expect(error.code).to.be.ok
|
|
1618
|
+
}
|
|
1619
|
+
})
|
|
1620
|
+
|
|
1621
|
+
it("tcss.v20201101.DescribeVulDefenceHost", async function () {
|
|
1622
|
+
try {
|
|
1623
|
+
const data = await client.DescribeVulDefenceHost({})
|
|
1624
|
+
expect(data).to.be.ok
|
|
1625
|
+
} catch(error) {
|
|
1626
|
+
expect(error.requestId).to.be.ok
|
|
1627
|
+
expect(error.code).to.be.ok
|
|
1628
|
+
}
|
|
1629
|
+
})
|
|
1630
|
+
|
|
1631
|
+
it("tcss.v20201101.DescribeVulIgnoreLocalImageList", async function () {
|
|
1632
|
+
try {
|
|
1633
|
+
const data = await client.DescribeVulIgnoreLocalImageList({})
|
|
1634
|
+
expect(data).to.be.ok
|
|
1635
|
+
} catch(error) {
|
|
1636
|
+
expect(error.requestId).to.be.ok
|
|
1637
|
+
expect(error.code).to.be.ok
|
|
1638
|
+
}
|
|
1639
|
+
})
|
|
1640
|
+
|
|
1641
|
+
it("tcss.v20201101.DescribeEscapeEventDetail", async function () {
|
|
1642
|
+
try {
|
|
1643
|
+
const data = await client.DescribeEscapeEventDetail({})
|
|
1644
|
+
expect(data).to.be.ok
|
|
1645
|
+
} catch(error) {
|
|
1646
|
+
expect(error.requestId).to.be.ok
|
|
1647
|
+
expect(error.code).to.be.ok
|
|
1648
|
+
}
|
|
1649
|
+
})
|
|
1650
|
+
|
|
1651
|
+
it("tcss.v20201101.ModifyRiskSyscallStatus", async function () {
|
|
1652
|
+
try {
|
|
1653
|
+
const data = await client.ModifyRiskSyscallStatus({})
|
|
1654
|
+
expect(data).to.be.ok
|
|
1655
|
+
} catch(error) {
|
|
1656
|
+
expect(error.requestId).to.be.ok
|
|
1657
|
+
expect(error.code).to.be.ok
|
|
1658
|
+
}
|
|
1659
|
+
})
|
|
1660
|
+
|
|
1661
|
+
it("tcss.v20201101.DescribeVulDefenceEventTendency", async function () {
|
|
1662
|
+
try {
|
|
1663
|
+
const data = await client.DescribeVulDefenceEventTendency({})
|
|
1664
|
+
expect(data).to.be.ok
|
|
1665
|
+
} catch(error) {
|
|
1666
|
+
expect(error.requestId).to.be.ok
|
|
1667
|
+
expect(error.code).to.be.ok
|
|
1668
|
+
}
|
|
1669
|
+
})
|
|
1670
|
+
|
|
1671
|
+
it("tcss.v20201101.DescribeEscapeWhiteList", async function () {
|
|
1672
|
+
try {
|
|
1673
|
+
const data = await client.DescribeEscapeWhiteList({})
|
|
1674
|
+
expect(data).to.be.ok
|
|
1675
|
+
} catch(error) {
|
|
1676
|
+
expect(error.requestId).to.be.ok
|
|
1677
|
+
expect(error.code).to.be.ok
|
|
1678
|
+
}
|
|
1679
|
+
})
|
|
1680
|
+
|
|
1681
|
+
it("tcss.v20201101.ScanCompliancePolicyItems", async function () {
|
|
1682
|
+
try {
|
|
1683
|
+
const data = await client.ScanCompliancePolicyItems({})
|
|
1684
|
+
expect(data).to.be.ok
|
|
1685
|
+
} catch(error) {
|
|
1686
|
+
expect(error.requestId).to.be.ok
|
|
1687
|
+
expect(error.code).to.be.ok
|
|
1688
|
+
}
|
|
1689
|
+
})
|
|
1690
|
+
|
|
1691
|
+
it("tcss.v20201101.DeleteReverseShellWhiteLists", async function () {
|
|
1692
|
+
try {
|
|
1693
|
+
const data = await client.DeleteReverseShellWhiteLists({})
|
|
1694
|
+
expect(data).to.be.ok
|
|
1695
|
+
} catch(error) {
|
|
1696
|
+
expect(error.requestId).to.be.ok
|
|
1697
|
+
expect(error.code).to.be.ok
|
|
1698
|
+
}
|
|
1699
|
+
})
|
|
1700
|
+
|
|
1701
|
+
it("tcss.v20201101.DescribeComplianceAssetDetailInfo", async function () {
|
|
1702
|
+
try {
|
|
1703
|
+
const data = await client.DescribeComplianceAssetDetailInfo({})
|
|
1704
|
+
expect(data).to.be.ok
|
|
1705
|
+
} catch(error) {
|
|
1706
|
+
expect(error.requestId).to.be.ok
|
|
1707
|
+
expect(error.code).to.be.ok
|
|
1708
|
+
}
|
|
1709
|
+
})
|
|
1710
|
+
|
|
1711
|
+
it("tcss.v20201101.DescribeAccessControlRuleDetail", async function () {
|
|
1712
|
+
try {
|
|
1713
|
+
const data = await client.DescribeAccessControlRuleDetail({})
|
|
1714
|
+
expect(data).to.be.ok
|
|
1715
|
+
} catch(error) {
|
|
1716
|
+
expect(error.requestId).to.be.ok
|
|
1717
|
+
expect(error.code).to.be.ok
|
|
1718
|
+
}
|
|
1719
|
+
})
|
|
1720
|
+
|
|
1721
|
+
it("tcss.v20201101.ModifyImageAuthorized", async function () {
|
|
1722
|
+
try {
|
|
1723
|
+
const data = await client.ModifyImageAuthorized({})
|
|
1724
|
+
expect(data).to.be.ok
|
|
1725
|
+
} catch(error) {
|
|
1726
|
+
expect(error.requestId).to.be.ok
|
|
1727
|
+
expect(error.code).to.be.ok
|
|
1728
|
+
}
|
|
1729
|
+
})
|
|
1730
|
+
|
|
1731
|
+
it("tcss.v20201101.ModifyAbnormalProcessStatus", async function () {
|
|
1732
|
+
try {
|
|
1733
|
+
const data = await client.ModifyAbnormalProcessStatus({})
|
|
1734
|
+
expect(data).to.be.ok
|
|
1735
|
+
} catch(error) {
|
|
1736
|
+
expect(error.requestId).to.be.ok
|
|
1737
|
+
expect(error.code).to.be.ok
|
|
1738
|
+
}
|
|
1739
|
+
})
|
|
1740
|
+
|
|
1741
|
+
it("tcss.v20201101.CreateExportComplianceStatusListJob", async function () {
|
|
1742
|
+
try {
|
|
1743
|
+
const data = await client.CreateExportComplianceStatusListJob({})
|
|
1744
|
+
expect(data).to.be.ok
|
|
1745
|
+
} catch(error) {
|
|
1746
|
+
expect(error.requestId).to.be.ok
|
|
1747
|
+
expect(error.code).to.be.ok
|
|
1748
|
+
}
|
|
1749
|
+
})
|
|
1750
|
+
|
|
1751
|
+
it("tcss.v20201101.DescribeAssetImageSimpleList", async function () {
|
|
1752
|
+
try {
|
|
1753
|
+
const data = await client.DescribeAssetImageSimpleList({})
|
|
1754
|
+
expect(data).to.be.ok
|
|
1755
|
+
} catch(error) {
|
|
1756
|
+
expect(error.requestId).to.be.ok
|
|
1757
|
+
expect(error.code).to.be.ok
|
|
1758
|
+
}
|
|
1759
|
+
})
|
|
1760
|
+
|
|
1761
|
+
it("tcss.v20201101.DescribeImageSimpleList", async function () {
|
|
1762
|
+
try {
|
|
1763
|
+
const data = await client.DescribeImageSimpleList({})
|
|
1764
|
+
expect(data).to.be.ok
|
|
1765
|
+
} catch(error) {
|
|
1766
|
+
expect(error.requestId).to.be.ok
|
|
1767
|
+
expect(error.code).to.be.ok
|
|
1768
|
+
}
|
|
1769
|
+
})
|
|
1770
|
+
|
|
1771
|
+
it("tcss.v20201101.ModifyAccessControlStatus", async function () {
|
|
1772
|
+
try {
|
|
1773
|
+
const data = await client.ModifyAccessControlStatus({})
|
|
1774
|
+
expect(data).to.be.ok
|
|
1775
|
+
} catch(error) {
|
|
1776
|
+
expect(error.requestId).to.be.ok
|
|
1777
|
+
expect(error.code).to.be.ok
|
|
1778
|
+
}
|
|
1779
|
+
})
|
|
1780
|
+
|
|
1781
|
+
it("tcss.v20201101.CreateEscapeWhiteListExportJob", async function () {
|
|
1782
|
+
try {
|
|
1783
|
+
const data = await client.CreateEscapeWhiteListExportJob({})
|
|
1784
|
+
expect(data).to.be.ok
|
|
1785
|
+
} catch(error) {
|
|
1786
|
+
expect(error.requestId).to.be.ok
|
|
1787
|
+
expect(error.code).to.be.ok
|
|
1788
|
+
}
|
|
1789
|
+
})
|
|
1790
|
+
|
|
1791
|
+
it("tcss.v20201101.DescribeEscapeRuleInfo", async function () {
|
|
1792
|
+
try {
|
|
1793
|
+
const data = await client.DescribeEscapeRuleInfo({})
|
|
1794
|
+
expect(data).to.be.ok
|
|
1795
|
+
} catch(error) {
|
|
1796
|
+
expect(error.requestId).to.be.ok
|
|
1797
|
+
expect(error.code).to.be.ok
|
|
1798
|
+
}
|
|
1799
|
+
})
|
|
1800
|
+
|
|
1801
|
+
it("tcss.v20201101.DescribeAssetImageRiskList", async function () {
|
|
1802
|
+
try {
|
|
1803
|
+
const data = await client.DescribeAssetImageRiskList({})
|
|
1804
|
+
expect(data).to.be.ok
|
|
1805
|
+
} catch(error) {
|
|
1806
|
+
expect(error.requestId).to.be.ok
|
|
1807
|
+
expect(error.code).to.be.ok
|
|
1808
|
+
}
|
|
1809
|
+
})
|
|
1810
|
+
|
|
1811
|
+
it("tcss.v20201101.DescribeAssetImageHostList", async function () {
|
|
1812
|
+
try {
|
|
1813
|
+
const data = await client.DescribeAssetImageHostList({})
|
|
1814
|
+
expect(data).to.be.ok
|
|
1815
|
+
} catch(error) {
|
|
1816
|
+
expect(error.requestId).to.be.ok
|
|
1817
|
+
expect(error.code).to.be.ok
|
|
1818
|
+
}
|
|
1819
|
+
})
|
|
1820
|
+
|
|
1821
|
+
it("tcss.v20201101.DescribeClusterSummary", async function () {
|
|
1822
|
+
try {
|
|
1823
|
+
const data = await client.DescribeClusterSummary({})
|
|
1824
|
+
expect(data).to.be.ok
|
|
1825
|
+
} catch(error) {
|
|
1826
|
+
expect(error.requestId).to.be.ok
|
|
1827
|
+
expect(error.code).to.be.ok
|
|
1828
|
+
}
|
|
1829
|
+
})
|
|
1830
|
+
|
|
1831
|
+
it("tcss.v20201101.DescribeVulDefenceEventDetail", async function () {
|
|
1832
|
+
try {
|
|
1833
|
+
const data = await client.DescribeVulDefenceEventDetail({})
|
|
1834
|
+
expect(data).to.be.ok
|
|
1835
|
+
} catch(error) {
|
|
1836
|
+
expect(error.requestId).to.be.ok
|
|
1837
|
+
expect(error.code).to.be.ok
|
|
1838
|
+
}
|
|
1839
|
+
})
|
|
1840
|
+
|
|
1841
|
+
it("tcss.v20201101.DescribeEscapeSafeState", async function () {
|
|
1842
|
+
try {
|
|
1843
|
+
const data = await client.DescribeEscapeSafeState({})
|
|
1844
|
+
expect(data).to.be.ok
|
|
1845
|
+
} catch(error) {
|
|
1846
|
+
expect(error.requestId).to.be.ok
|
|
1847
|
+
expect(error.code).to.be.ok
|
|
1848
|
+
}
|
|
1849
|
+
})
|
|
1850
|
+
|
|
1851
|
+
it("tcss.v20201101.DescribeVirusTaskList", async function () {
|
|
1852
|
+
try {
|
|
1853
|
+
const data = await client.DescribeVirusTaskList({})
|
|
1854
|
+
expect(data).to.be.ok
|
|
1855
|
+
} catch(error) {
|
|
1856
|
+
expect(error.requestId).to.be.ok
|
|
1857
|
+
expect(error.code).to.be.ok
|
|
1858
|
+
}
|
|
1859
|
+
})
|
|
1860
|
+
|
|
1861
|
+
it("tcss.v20201101.DescribeSearchLogs", async function () {
|
|
1862
|
+
try {
|
|
1863
|
+
const data = await client.DescribeSearchLogs({})
|
|
1864
|
+
expect(data).to.be.ok
|
|
1865
|
+
} catch(error) {
|
|
1866
|
+
expect(error.requestId).to.be.ok
|
|
1867
|
+
expect(error.code).to.be.ok
|
|
1868
|
+
}
|
|
1869
|
+
})
|
|
1870
|
+
|
|
1871
|
+
it("tcss.v20201101.AddAssetImageRegistryRegistryDetail", async function () {
|
|
1872
|
+
try {
|
|
1873
|
+
const data = await client.AddAssetImageRegistryRegistryDetail({})
|
|
1874
|
+
expect(data).to.be.ok
|
|
1875
|
+
} catch(error) {
|
|
1876
|
+
expect(error.requestId).to.be.ok
|
|
1877
|
+
expect(error.code).to.be.ok
|
|
1878
|
+
}
|
|
1879
|
+
})
|
|
1880
|
+
|
|
1881
|
+
it("tcss.v20201101.DescribeUnauthorizedCoresTendency", async function () {
|
|
1882
|
+
try {
|
|
1883
|
+
const data = await client.DescribeUnauthorizedCoresTendency({})
|
|
1884
|
+
expect(data).to.be.ok
|
|
1885
|
+
} catch(error) {
|
|
1886
|
+
expect(error.requestId).to.be.ok
|
|
1887
|
+
expect(error.code).to.be.ok
|
|
1888
|
+
}
|
|
1889
|
+
})
|
|
1890
|
+
|
|
1891
|
+
it("tcss.v20201101.AddEditImageAutoAuthorizedRule", async function () {
|
|
1892
|
+
try {
|
|
1893
|
+
const data = await client.AddEditImageAutoAuthorizedRule({})
|
|
1894
|
+
expect(data).to.be.ok
|
|
1895
|
+
} catch(error) {
|
|
1896
|
+
expect(error.requestId).to.be.ok
|
|
1897
|
+
expect(error.code).to.be.ok
|
|
1898
|
+
}
|
|
1899
|
+
})
|
|
1900
|
+
|
|
1901
|
+
it("tcss.v20201101.DescribeTcssSummary", async function () {
|
|
1902
|
+
try {
|
|
1903
|
+
const data = await client.DescribeTcssSummary({})
|
|
1904
|
+
expect(data).to.be.ok
|
|
1905
|
+
} catch(error) {
|
|
1906
|
+
expect(error.requestId).to.be.ok
|
|
1907
|
+
expect(error.code).to.be.ok
|
|
1908
|
+
}
|
|
1909
|
+
})
|
|
1910
|
+
|
|
1911
|
+
it("tcss.v20201101.DescribeImageRiskSummary", async function () {
|
|
1912
|
+
try {
|
|
1913
|
+
const data = await client.DescribeImageRiskSummary({})
|
|
1914
|
+
expect(data).to.be.ok
|
|
1915
|
+
} catch(error) {
|
|
1916
|
+
expect(error.requestId).to.be.ok
|
|
1917
|
+
expect(error.code).to.be.ok
|
|
1918
|
+
}
|
|
1919
|
+
})
|
|
1920
|
+
|
|
1921
|
+
it("tcss.v20201101.DescribeEmergencyVulList", async function () {
|
|
1922
|
+
try {
|
|
1923
|
+
const data = await client.DescribeEmergencyVulList({})
|
|
1924
|
+
expect(data).to.be.ok
|
|
1925
|
+
} catch(error) {
|
|
1926
|
+
expect(error.requestId).to.be.ok
|
|
1927
|
+
expect(error.code).to.be.ok
|
|
1928
|
+
}
|
|
1929
|
+
})
|
|
1930
|
+
|
|
1931
|
+
it("tcss.v20201101.DescribeVulLevelSummary", async function () {
|
|
1932
|
+
try {
|
|
1933
|
+
const data = await client.DescribeVulLevelSummary({})
|
|
1934
|
+
expect(data).to.be.ok
|
|
1935
|
+
} catch(error) {
|
|
1936
|
+
expect(error.requestId).to.be.ok
|
|
1937
|
+
expect(error.code).to.be.ok
|
|
1938
|
+
}
|
|
1939
|
+
})
|
|
1940
|
+
|
|
1941
|
+
it("tcss.v20201101.DescribeNetworkFirewallNamespaceLabelList", async function () {
|
|
1942
|
+
try {
|
|
1943
|
+
const data = await client.DescribeNetworkFirewallNamespaceLabelList({})
|
|
1944
|
+
expect(data).to.be.ok
|
|
1945
|
+
} catch(error) {
|
|
1946
|
+
expect(error.requestId).to.be.ok
|
|
1947
|
+
expect(error.code).to.be.ok
|
|
1948
|
+
}
|
|
1949
|
+
})
|
|
1950
|
+
|
|
1951
|
+
it("tcss.v20201101.ModifyVirusAutoIsolateExampleSwitch", async function () {
|
|
1952
|
+
try {
|
|
1953
|
+
const data = await client.ModifyVirusAutoIsolateExampleSwitch({})
|
|
1954
|
+
expect(data).to.be.ok
|
|
1955
|
+
} catch(error) {
|
|
1956
|
+
expect(error.requestId).to.be.ok
|
|
1957
|
+
expect(error.code).to.be.ok
|
|
1958
|
+
}
|
|
1959
|
+
})
|
|
1960
|
+
|
|
1961
|
+
it("tcss.v20201101.DescribeNetworkFirewallClusterRefreshStatus", async function () {
|
|
1962
|
+
try {
|
|
1963
|
+
const data = await client.DescribeNetworkFirewallClusterRefreshStatus({})
|
|
1964
|
+
expect(data).to.be.ok
|
|
1965
|
+
} catch(error) {
|
|
1966
|
+
expect(error.requestId).to.be.ok
|
|
1967
|
+
expect(error.code).to.be.ok
|
|
1968
|
+
}
|
|
1969
|
+
})
|
|
1970
|
+
|
|
1971
|
+
it("tcss.v20201101.DescribeVirusMonitorSetting", async function () {
|
|
1972
|
+
try {
|
|
1973
|
+
const data = await client.DescribeVirusMonitorSetting({})
|
|
1974
|
+
expect(data).to.be.ok
|
|
1975
|
+
} catch(error) {
|
|
1976
|
+
expect(error.requestId).to.be.ok
|
|
1977
|
+
expect(error.code).to.be.ok
|
|
1978
|
+
}
|
|
1979
|
+
})
|
|
1980
|
+
|
|
1981
|
+
it("tcss.v20201101.DescribeVirusAutoIsolateSetting", async function () {
|
|
1982
|
+
try {
|
|
1983
|
+
const data = await client.DescribeVirusAutoIsolateSetting({})
|
|
1984
|
+
expect(data).to.be.ok
|
|
1985
|
+
} catch(error) {
|
|
1986
|
+
expect(error.requestId).to.be.ok
|
|
1987
|
+
expect(error.code).to.be.ok
|
|
1988
|
+
}
|
|
1989
|
+
})
|
|
1990
|
+
|
|
1991
|
+
it("tcss.v20201101.DescribeEscapeEventTendency", async function () {
|
|
1992
|
+
try {
|
|
1993
|
+
const data = await client.DescribeEscapeEventTendency({})
|
|
1994
|
+
expect(data).to.be.ok
|
|
1995
|
+
} catch(error) {
|
|
1996
|
+
expect(error.requestId).to.be.ok
|
|
1997
|
+
expect(error.code).to.be.ok
|
|
1998
|
+
}
|
|
1999
|
+
})
|
|
2000
|
+
|
|
2001
|
+
it("tcss.v20201101.ModifyCompliancePeriodTask", async function () {
|
|
2002
|
+
try {
|
|
2003
|
+
const data = await client.ModifyCompliancePeriodTask({})
|
|
2004
|
+
expect(data).to.be.ok
|
|
2005
|
+
} catch(error) {
|
|
2006
|
+
expect(error.requestId).to.be.ok
|
|
2007
|
+
expect(error.code).to.be.ok
|
|
2008
|
+
}
|
|
2009
|
+
})
|
|
2010
|
+
|
|
2011
|
+
it("tcss.v20201101.DescribeSecLogCleanSettingInfo", async function () {
|
|
2012
|
+
try {
|
|
2013
|
+
const data = await client.DescribeSecLogCleanSettingInfo({})
|
|
2014
|
+
expect(data).to.be.ok
|
|
2015
|
+
} catch(error) {
|
|
2016
|
+
expect(error.requestId).to.be.ok
|
|
2017
|
+
expect(error.code).to.be.ok
|
|
2018
|
+
}
|
|
2019
|
+
})
|
|
2020
|
+
|
|
2021
|
+
it("tcss.v20201101.DescribeSystemVulList", async function () {
|
|
2022
|
+
try {
|
|
2023
|
+
const data = await client.DescribeSystemVulList({})
|
|
2024
|
+
expect(data).to.be.ok
|
|
2025
|
+
} catch(error) {
|
|
2026
|
+
expect(error.requestId).to.be.ok
|
|
2027
|
+
expect(error.code).to.be.ok
|
|
2028
|
+
}
|
|
2029
|
+
})
|
|
2030
|
+
|
|
2031
|
+
it("tcss.v20201101.DescribeVulScanLocalImageList", async function () {
|
|
2032
|
+
try {
|
|
2033
|
+
const data = await client.DescribeVulScanLocalImageList({})
|
|
2034
|
+
expect(data).to.be.ok
|
|
2035
|
+
} catch(error) {
|
|
2036
|
+
expect(error.requestId).to.be.ok
|
|
2037
|
+
expect(error.code).to.be.ok
|
|
2038
|
+
}
|
|
2039
|
+
})
|
|
2040
|
+
|
|
2041
|
+
it("tcss.v20201101.AddEditAbnormalProcessRule", async function () {
|
|
2042
|
+
try {
|
|
2043
|
+
const data = await client.AddEditAbnormalProcessRule({})
|
|
2044
|
+
expect(data).to.be.ok
|
|
2045
|
+
} catch(error) {
|
|
2046
|
+
expect(error.requestId).to.be.ok
|
|
2047
|
+
expect(error.code).to.be.ok
|
|
2048
|
+
}
|
|
2049
|
+
})
|
|
2050
|
+
|
|
2051
|
+
it("tcss.v20201101.CreateVirusScanAgain", async function () {
|
|
2052
|
+
try {
|
|
2053
|
+
const data = await client.CreateVirusScanAgain({})
|
|
2054
|
+
expect(data).to.be.ok
|
|
2055
|
+
} catch(error) {
|
|
2056
|
+
expect(error.requestId).to.be.ok
|
|
2057
|
+
expect(error.code).to.be.ok
|
|
2058
|
+
}
|
|
2059
|
+
})
|
|
2060
|
+
|
|
2061
|
+
it("tcss.v20201101.DescribeNetworkFirewallAuditRecord", async function () {
|
|
2062
|
+
try {
|
|
2063
|
+
const data = await client.DescribeNetworkFirewallAuditRecord({})
|
|
2064
|
+
expect(data).to.be.ok
|
|
2065
|
+
} catch(error) {
|
|
2066
|
+
expect(error.requestId).to.be.ok
|
|
2067
|
+
expect(error.code).to.be.ok
|
|
2068
|
+
}
|
|
2069
|
+
})
|
|
2070
|
+
|
|
2071
|
+
it("tcss.v20201101.ModifySecLogJoinState", async function () {
|
|
2072
|
+
try {
|
|
2073
|
+
const data = await client.ModifySecLogJoinState({})
|
|
2074
|
+
expect(data).to.be.ok
|
|
2075
|
+
} catch(error) {
|
|
2076
|
+
expect(error.requestId).to.be.ok
|
|
2077
|
+
expect(error.code).to.be.ok
|
|
2078
|
+
}
|
|
2079
|
+
})
|
|
2080
|
+
|
|
2081
|
+
it("tcss.v20201101.DescribeContainerSecEventSummary", async function () {
|
|
2082
|
+
try {
|
|
2083
|
+
const data = await client.DescribeContainerSecEventSummary({})
|
|
2084
|
+
expect(data).to.be.ok
|
|
2085
|
+
} catch(error) {
|
|
2086
|
+
expect(error.requestId).to.be.ok
|
|
2087
|
+
expect(error.code).to.be.ok
|
|
2088
|
+
}
|
|
2089
|
+
})
|
|
2090
|
+
|
|
2091
|
+
it("tcss.v20201101.DescribeImageAutoAuthorizedTaskList", async function () {
|
|
2092
|
+
try {
|
|
2093
|
+
const data = await client.DescribeImageAutoAuthorizedTaskList({})
|
|
2094
|
+
expect(data).to.be.ok
|
|
2095
|
+
} catch(error) {
|
|
2096
|
+
expect(error.requestId).to.be.ok
|
|
2097
|
+
expect(error.code).to.be.ok
|
|
2098
|
+
}
|
|
2099
|
+
})
|
|
2100
|
+
|
|
2101
|
+
it("tcss.v20201101.DescribeComplianceTaskPolicyItemSummaryList", async function () {
|
|
2102
|
+
try {
|
|
2103
|
+
const data = await client.DescribeComplianceTaskPolicyItemSummaryList({})
|
|
2104
|
+
expect(data).to.be.ok
|
|
2105
|
+
} catch(error) {
|
|
2106
|
+
expect(error.requestId).to.be.ok
|
|
2107
|
+
expect(error.code).to.be.ok
|
|
2108
|
+
}
|
|
2109
|
+
})
|
|
2110
|
+
|
|
2111
|
+
it("tcss.v20201101.DescribeAssetImageList", async function () {
|
|
2112
|
+
try {
|
|
2113
|
+
const data = await client.DescribeAssetImageList({})
|
|
2114
|
+
expect(data).to.be.ok
|
|
2115
|
+
} catch(error) {
|
|
2116
|
+
expect(error.requestId).to.be.ok
|
|
2117
|
+
expect(error.code).to.be.ok
|
|
2118
|
+
}
|
|
2119
|
+
})
|
|
2120
|
+
|
|
2121
|
+
it("tcss.v20201101.DescribeVirusAutoIsolateSampleDetail", async function () {
|
|
2122
|
+
try {
|
|
2123
|
+
const data = await client.DescribeVirusAutoIsolateSampleDetail({})
|
|
2124
|
+
expect(data).to.be.ok
|
|
2125
|
+
} catch(error) {
|
|
2126
|
+
expect(error.requestId).to.be.ok
|
|
2127
|
+
expect(error.code).to.be.ok
|
|
2128
|
+
}
|
|
2129
|
+
})
|
|
2130
|
+
|
|
2131
|
+
it("tcss.v20201101.DescribeReverseShellEvents", async function () {
|
|
2132
|
+
try {
|
|
2133
|
+
const data = await client.DescribeReverseShellEvents({})
|
|
2134
|
+
expect(data).to.be.ok
|
|
2135
|
+
} catch(error) {
|
|
2136
|
+
expect(error.requestId).to.be.ok
|
|
2137
|
+
expect(error.code).to.be.ok
|
|
2138
|
+
}
|
|
2139
|
+
})
|
|
2140
|
+
|
|
2141
|
+
it("tcss.v20201101.CreateProcessEventsExportJob", async function () {
|
|
2142
|
+
try {
|
|
2143
|
+
const data = await client.CreateProcessEventsExportJob({})
|
|
2144
|
+
expect(data).to.be.ok
|
|
2145
|
+
} catch(error) {
|
|
2146
|
+
expect(error.requestId).to.be.ok
|
|
2147
|
+
expect(error.code).to.be.ok
|
|
2148
|
+
}
|
|
2149
|
+
})
|
|
2150
|
+
|
|
2151
|
+
it("tcss.v20201101.DescribeNetworkFirewallPolicyDetail", async function () {
|
|
2152
|
+
try {
|
|
2153
|
+
const data = await client.DescribeNetworkFirewallPolicyDetail({})
|
|
2154
|
+
expect(data).to.be.ok
|
|
2155
|
+
} catch(error) {
|
|
2156
|
+
expect(error.requestId).to.be.ok
|
|
2157
|
+
expect(error.code).to.be.ok
|
|
2158
|
+
}
|
|
2159
|
+
})
|
|
2160
|
+
|
|
2161
|
+
it("tcss.v20201101.CreateAssetImageRegistryScanTask", async function () {
|
|
2162
|
+
try {
|
|
2163
|
+
const data = await client.CreateAssetImageRegistryScanTask({})
|
|
2164
|
+
expect(data).to.be.ok
|
|
2165
|
+
} catch(error) {
|
|
2166
|
+
expect(error.requestId).to.be.ok
|
|
2167
|
+
expect(error.code).to.be.ok
|
|
2168
|
+
}
|
|
2169
|
+
})
|
|
2170
|
+
|
|
2171
|
+
it("tcss.v20201101.DescribeSecLogAlertMsg", async function () {
|
|
2172
|
+
try {
|
|
2173
|
+
const data = await client.DescribeSecLogAlertMsg({})
|
|
2174
|
+
expect(data).to.be.ok
|
|
2175
|
+
} catch(error) {
|
|
2176
|
+
expect(error.requestId).to.be.ok
|
|
2177
|
+
expect(error.code).to.be.ok
|
|
2178
|
+
}
|
|
2179
|
+
})
|
|
2180
|
+
|
|
2181
|
+
it("tcss.v20201101.DescribeUnfinishRefreshTask", async function () {
|
|
2182
|
+
try {
|
|
2183
|
+
const data = await client.DescribeUnfinishRefreshTask({})
|
|
2184
|
+
expect(data).to.be.ok
|
|
2185
|
+
} catch(error) {
|
|
2186
|
+
expect(error.requestId).to.be.ok
|
|
2187
|
+
expect(error.code).to.be.ok
|
|
2188
|
+
}
|
|
2189
|
+
})
|
|
2190
|
+
|
|
2191
|
+
it("tcss.v20201101.AddEditRiskSyscallWhiteList", async function () {
|
|
2192
|
+
try {
|
|
2193
|
+
const data = await client.AddEditRiskSyscallWhiteList({})
|
|
2194
|
+
expect(data).to.be.ok
|
|
2195
|
+
} catch(error) {
|
|
2196
|
+
expect(error.requestId).to.be.ok
|
|
2197
|
+
expect(error.code).to.be.ok
|
|
2198
|
+
}
|
|
2199
|
+
})
|
|
2200
|
+
|
|
2201
|
+
it("tcss.v20201101.DescribeAssetImageRegistryScanStatusOneKey", async function () {
|
|
2202
|
+
try {
|
|
2203
|
+
const data = await client.DescribeAssetImageRegistryScanStatusOneKey({})
|
|
2204
|
+
expect(data).to.be.ok
|
|
2205
|
+
} catch(error) {
|
|
2206
|
+
expect(error.requestId).to.be.ok
|
|
2207
|
+
expect(error.code).to.be.ok
|
|
2208
|
+
}
|
|
2209
|
+
})
|
|
2210
|
+
|
|
2211
|
+
it("tcss.v20201101.AddAndPublishNetworkFirewallPolicyDetail", async function () {
|
|
2212
|
+
try {
|
|
2213
|
+
const data = await client.AddAndPublishNetworkFirewallPolicyDetail({})
|
|
2214
|
+
expect(data).to.be.ok
|
|
2215
|
+
} catch(error) {
|
|
2216
|
+
expect(error.requestId).to.be.ok
|
|
2217
|
+
expect(error.code).to.be.ok
|
|
2218
|
+
}
|
|
2219
|
+
})
|
|
2220
|
+
|
|
2221
|
+
it("tcss.v20201101.DescribeAssetImageVulListExport", async function () {
|
|
2222
|
+
try {
|
|
2223
|
+
const data = await client.DescribeAssetImageVulListExport({})
|
|
2224
|
+
expect(data).to.be.ok
|
|
2225
|
+
} catch(error) {
|
|
2226
|
+
expect(error.requestId).to.be.ok
|
|
2227
|
+
expect(error.code).to.be.ok
|
|
2228
|
+
}
|
|
2229
|
+
})
|
|
2230
|
+
|
|
2231
|
+
it("tcss.v20201101.DescribeAssetImageRegistryList", async function () {
|
|
2232
|
+
try {
|
|
2233
|
+
const data = await client.DescribeAssetImageRegistryList({})
|
|
2234
|
+
expect(data).to.be.ok
|
|
2235
|
+
} catch(error) {
|
|
2236
|
+
expect(error.requestId).to.be.ok
|
|
2237
|
+
expect(error.code).to.be.ok
|
|
2238
|
+
}
|
|
2239
|
+
})
|
|
2240
|
+
|
|
2241
|
+
it("tcss.v20201101.DescribeAssetProcessList", async function () {
|
|
2242
|
+
try {
|
|
2243
|
+
const data = await client.DescribeAssetProcessList({})
|
|
2244
|
+
expect(data).to.be.ok
|
|
2245
|
+
} catch(error) {
|
|
2246
|
+
expect(error.requestId).to.be.ok
|
|
2247
|
+
expect(error.code).to.be.ok
|
|
2248
|
+
}
|
|
2249
|
+
})
|
|
2250
|
+
|
|
2251
|
+
it("tcss.v20201101.DescribeNetworkFirewallPodLabelsList", async function () {
|
|
2252
|
+
try {
|
|
2253
|
+
const data = await client.DescribeNetworkFirewallPodLabelsList({})
|
|
2254
|
+
expect(data).to.be.ok
|
|
2255
|
+
} catch(error) {
|
|
2256
|
+
expect(error.requestId).to.be.ok
|
|
2257
|
+
expect(error.code).to.be.ok
|
|
2258
|
+
}
|
|
2259
|
+
})
|
|
2260
|
+
|
|
2261
|
+
it("tcss.v20201101.DescribeAbnormalProcessEvents", async function () {
|
|
2262
|
+
try {
|
|
2263
|
+
const data = await client.DescribeAbnormalProcessEvents({})
|
|
2264
|
+
expect(data).to.be.ok
|
|
2265
|
+
} catch(error) {
|
|
2266
|
+
expect(error.requestId).to.be.ok
|
|
2267
|
+
expect(error.code).to.be.ok
|
|
2268
|
+
}
|
|
2269
|
+
})
|
|
2270
|
+
|
|
2271
|
+
it("tcss.v20201101.UpdateAssetImageRegistryRegistryDetail", async function () {
|
|
2272
|
+
try {
|
|
2273
|
+
const data = await client.UpdateAssetImageRegistryRegistryDetail({})
|
|
834
2274
|
expect(data).to.be.ok
|
|
835
2275
|
} catch(error) {
|
|
836
2276
|
expect(error.requestId).to.be.ok
|
|
@@ -838,9 +2278,9 @@ it("tcss.v20201101.DeleteAbnormalProcessRules", async function () {
|
|
|
838
2278
|
}
|
|
839
2279
|
})
|
|
840
2280
|
|
|
841
|
-
it("tcss.v20201101.
|
|
2281
|
+
it("tcss.v20201101.DescribeProVersionInfo", async function () {
|
|
842
2282
|
try {
|
|
843
|
-
const data = await client.
|
|
2283
|
+
const data = await client.DescribeProVersionInfo({})
|
|
844
2284
|
expect(data).to.be.ok
|
|
845
2285
|
} catch(error) {
|
|
846
2286
|
expect(error.requestId).to.be.ok
|
|
@@ -848,9 +2288,9 @@ it("tcss.v20201101.DescribeAssetImageRegistryRiskListExport", async function ()
|
|
|
848
2288
|
}
|
|
849
2289
|
})
|
|
850
2290
|
|
|
851
|
-
it("tcss.v20201101.
|
|
2291
|
+
it("tcss.v20201101.DescribeComplianceAssetPolicyItemList", async function () {
|
|
852
2292
|
try {
|
|
853
|
-
const data = await client.
|
|
2293
|
+
const data = await client.DescribeComplianceAssetPolicyItemList({})
|
|
854
2294
|
expect(data).to.be.ok
|
|
855
2295
|
} catch(error) {
|
|
856
2296
|
expect(error.requestId).to.be.ok
|
|
@@ -858,9 +2298,9 @@ it("tcss.v20201101.CreateVirusScanTask", async function () {
|
|
|
858
2298
|
}
|
|
859
2299
|
})
|
|
860
2300
|
|
|
861
|
-
it("tcss.v20201101.
|
|
2301
|
+
it("tcss.v20201101.SetCheckMode", async function () {
|
|
862
2302
|
try {
|
|
863
|
-
const data = await client.
|
|
2303
|
+
const data = await client.SetCheckMode({})
|
|
864
2304
|
expect(data).to.be.ok
|
|
865
2305
|
} catch(error) {
|
|
866
2306
|
expect(error.requestId).to.be.ok
|
|
@@ -868,9 +2308,9 @@ it("tcss.v20201101.DescribeEscapeEventDetail", async function () {
|
|
|
868
2308
|
}
|
|
869
2309
|
})
|
|
870
2310
|
|
|
871
|
-
it("tcss.v20201101.
|
|
2311
|
+
it("tcss.v20201101.DescribeESHits", async function () {
|
|
872
2312
|
try {
|
|
873
|
-
const data = await client.
|
|
2313
|
+
const data = await client.DescribeESHits({})
|
|
874
2314
|
expect(data).to.be.ok
|
|
875
2315
|
} catch(error) {
|
|
876
2316
|
expect(error.requestId).to.be.ok
|
|
@@ -878,9 +2318,9 @@ it("tcss.v20201101.DeleteReverseShellWhiteLists", async function () {
|
|
|
878
2318
|
}
|
|
879
2319
|
})
|
|
880
2320
|
|
|
881
|
-
it("tcss.v20201101.
|
|
2321
|
+
it("tcss.v20201101.DescribeAssetSyncLastTime", async function () {
|
|
882
2322
|
try {
|
|
883
|
-
const data = await client.
|
|
2323
|
+
const data = await client.DescribeAssetSyncLastTime({})
|
|
884
2324
|
expect(data).to.be.ok
|
|
885
2325
|
} catch(error) {
|
|
886
2326
|
expect(error.requestId).to.be.ok
|
|
@@ -888,9 +2328,9 @@ it("tcss.v20201101.DescribeComplianceAssetDetailInfo", async function () {
|
|
|
888
2328
|
}
|
|
889
2329
|
})
|
|
890
2330
|
|
|
891
|
-
it("tcss.v20201101.
|
|
2331
|
+
it("tcss.v20201101.DeleteCompliancePolicyItemFromWhitelist", async function () {
|
|
892
2332
|
try {
|
|
893
|
-
const data = await client.
|
|
2333
|
+
const data = await client.DeleteCompliancePolicyItemFromWhitelist({})
|
|
894
2334
|
expect(data).to.be.ok
|
|
895
2335
|
} catch(error) {
|
|
896
2336
|
expect(error.requestId).to.be.ok
|
|
@@ -898,9 +2338,9 @@ it("tcss.v20201101.DescribeWarningRules", async function () {
|
|
|
898
2338
|
}
|
|
899
2339
|
})
|
|
900
2340
|
|
|
901
|
-
it("tcss.v20201101.
|
|
2341
|
+
it("tcss.v20201101.DescribeVirusScanSetting", async function () {
|
|
902
2342
|
try {
|
|
903
|
-
const data = await client.
|
|
2343
|
+
const data = await client.DescribeVirusScanSetting({})
|
|
904
2344
|
expect(data).to.be.ok
|
|
905
2345
|
} catch(error) {
|
|
906
2346
|
expect(error.requestId).to.be.ok
|
|
@@ -908,9 +2348,9 @@ it("tcss.v20201101.ModifyAbnormalProcessStatus", async function () {
|
|
|
908
2348
|
}
|
|
909
2349
|
})
|
|
910
2350
|
|
|
911
|
-
it("tcss.v20201101.
|
|
2351
|
+
it("tcss.v20201101.DescribePromotionActivity", async function () {
|
|
912
2352
|
try {
|
|
913
|
-
const data = await client.
|
|
2353
|
+
const data = await client.DescribePromotionActivity({})
|
|
914
2354
|
expect(data).to.be.ok
|
|
915
2355
|
} catch(error) {
|
|
916
2356
|
expect(error.requestId).to.be.ok
|
|
@@ -918,9 +2358,9 @@ it("tcss.v20201101.CreateExportComplianceStatusListJob", async function () {
|
|
|
918
2358
|
}
|
|
919
2359
|
})
|
|
920
2360
|
|
|
921
|
-
it("tcss.v20201101.
|
|
2361
|
+
it("tcss.v20201101.DescribeComplianceAssetList", async function () {
|
|
922
2362
|
try {
|
|
923
|
-
const data = await client.
|
|
2363
|
+
const data = await client.DescribeComplianceAssetList({})
|
|
924
2364
|
expect(data).to.be.ok
|
|
925
2365
|
} catch(error) {
|
|
926
2366
|
expect(error.requestId).to.be.ok
|
|
@@ -928,9 +2368,9 @@ it("tcss.v20201101.DescribeAssetImageSimpleList", async function () {
|
|
|
928
2368
|
}
|
|
929
2369
|
})
|
|
930
2370
|
|
|
931
|
-
it("tcss.v20201101.
|
|
2371
|
+
it("tcss.v20201101.DescribeCompliancePolicyItemAffectedAssetList", async function () {
|
|
932
2372
|
try {
|
|
933
|
-
const data = await client.
|
|
2373
|
+
const data = await client.DescribeCompliancePolicyItemAffectedAssetList({})
|
|
934
2374
|
expect(data).to.be.ok
|
|
935
2375
|
} catch(error) {
|
|
936
2376
|
expect(error.requestId).to.be.ok
|
|
@@ -938,9 +2378,9 @@ it("tcss.v20201101.DescribeImageSimpleList", async function () {
|
|
|
938
2378
|
}
|
|
939
2379
|
})
|
|
940
2380
|
|
|
941
|
-
it("tcss.v20201101.
|
|
2381
|
+
it("tcss.v20201101.DescribeLogStorageStatistic", async function () {
|
|
942
2382
|
try {
|
|
943
|
-
const data = await client.
|
|
2383
|
+
const data = await client.DescribeLogStorageStatistic({})
|
|
944
2384
|
expect(data).to.be.ok
|
|
945
2385
|
} catch(error) {
|
|
946
2386
|
expect(error.requestId).to.be.ok
|
|
@@ -948,9 +2388,9 @@ it("tcss.v20201101.ModifyAccessControlStatus", async function () {
|
|
|
948
2388
|
}
|
|
949
2389
|
})
|
|
950
2390
|
|
|
951
|
-
it("tcss.v20201101.
|
|
2391
|
+
it("tcss.v20201101.ModifyAsset", async function () {
|
|
952
2392
|
try {
|
|
953
|
-
const data = await client.
|
|
2393
|
+
const data = await client.ModifyAsset({})
|
|
954
2394
|
expect(data).to.be.ok
|
|
955
2395
|
} catch(error) {
|
|
956
2396
|
expect(error.requestId).to.be.ok
|
|
@@ -958,9 +2398,9 @@ it("tcss.v20201101.DescribeEscapeRuleInfo", async function () {
|
|
|
958
2398
|
}
|
|
959
2399
|
})
|
|
960
2400
|
|
|
961
|
-
it("tcss.v20201101.
|
|
2401
|
+
it("tcss.v20201101.CreateOrModifyPostPayCores", async function () {
|
|
962
2402
|
try {
|
|
963
|
-
const data = await client.
|
|
2403
|
+
const data = await client.CreateOrModifyPostPayCores({})
|
|
964
2404
|
expect(data).to.be.ok
|
|
965
2405
|
} catch(error) {
|
|
966
2406
|
expect(error.requestId).to.be.ok
|
|
@@ -968,9 +2408,9 @@ it("tcss.v20201101.DescribeAssetImageRiskList", async function () {
|
|
|
968
2408
|
}
|
|
969
2409
|
})
|
|
970
2410
|
|
|
971
|
-
it("tcss.v20201101.
|
|
2411
|
+
it("tcss.v20201101.ModifyVirusAutoIsolateSetting", async function () {
|
|
972
2412
|
try {
|
|
973
|
-
const data = await client.
|
|
2413
|
+
const data = await client.ModifyVirusAutoIsolateSetting({})
|
|
974
2414
|
expect(data).to.be.ok
|
|
975
2415
|
} catch(error) {
|
|
976
2416
|
expect(error.requestId).to.be.ok
|
|
@@ -978,9 +2418,9 @@ it("tcss.v20201101.DescribeAssetImageVulListExport", async function () {
|
|
|
978
2418
|
}
|
|
979
2419
|
})
|
|
980
2420
|
|
|
981
|
-
it("tcss.v20201101.
|
|
2421
|
+
it("tcss.v20201101.DescribeSecLogKafkaUIN", async function () {
|
|
982
2422
|
try {
|
|
983
|
-
const data = await client.
|
|
2423
|
+
const data = await client.DescribeSecLogKafkaUIN({})
|
|
984
2424
|
expect(data).to.be.ok
|
|
985
2425
|
} catch(error) {
|
|
986
2426
|
expect(error.requestId).to.be.ok
|
|
@@ -988,9 +2428,9 @@ it("tcss.v20201101.DescribeClusterSummary", async function () {
|
|
|
988
2428
|
}
|
|
989
2429
|
})
|
|
990
2430
|
|
|
991
|
-
it("tcss.v20201101.
|
|
2431
|
+
it("tcss.v20201101.DescribeAbnormalProcessDetail", async function () {
|
|
992
2432
|
try {
|
|
993
|
-
const data = await client.
|
|
2433
|
+
const data = await client.DescribeAbnormalProcessDetail({})
|
|
994
2434
|
expect(data).to.be.ok
|
|
995
2435
|
} catch(error) {
|
|
996
2436
|
expect(error.requestId).to.be.ok
|
|
@@ -998,9 +2438,9 @@ it("tcss.v20201101.DescribeEscapeSafeState", async function () {
|
|
|
998
2438
|
}
|
|
999
2439
|
})
|
|
1000
2440
|
|
|
1001
|
-
it("tcss.v20201101.
|
|
2441
|
+
it("tcss.v20201101.RenewImageAuthorizeState", async function () {
|
|
1002
2442
|
try {
|
|
1003
|
-
const data = await client.
|
|
2443
|
+
const data = await client.RenewImageAuthorizeState({})
|
|
1004
2444
|
expect(data).to.be.ok
|
|
1005
2445
|
} catch(error) {
|
|
1006
2446
|
expect(error.requestId).to.be.ok
|
|
@@ -1008,9 +2448,9 @@ it("tcss.v20201101.DescribeVirusTaskList", async function () {
|
|
|
1008
2448
|
}
|
|
1009
2449
|
})
|
|
1010
2450
|
|
|
1011
|
-
it("tcss.v20201101.
|
|
2451
|
+
it("tcss.v20201101.DescribeAffectedClusterCount", async function () {
|
|
1012
2452
|
try {
|
|
1013
|
-
const data = await client.
|
|
2453
|
+
const data = await client.DescribeAffectedClusterCount({})
|
|
1014
2454
|
expect(data).to.be.ok
|
|
1015
2455
|
} catch(error) {
|
|
1016
2456
|
expect(error.requestId).to.be.ok
|
|
@@ -1018,9 +2458,9 @@ it("tcss.v20201101.AddAssetImageRegistryRegistryDetail", async function () {
|
|
|
1018
2458
|
}
|
|
1019
2459
|
})
|
|
1020
2460
|
|
|
1021
|
-
it("tcss.v20201101.
|
|
2461
|
+
it("tcss.v20201101.CreateVulContainerExportJob", async function () {
|
|
1022
2462
|
try {
|
|
1023
|
-
const data = await client.
|
|
2463
|
+
const data = await client.CreateVulContainerExportJob({})
|
|
1024
2464
|
expect(data).to.be.ok
|
|
1025
2465
|
} catch(error) {
|
|
1026
2466
|
expect(error.requestId).to.be.ok
|
|
@@ -1028,9 +2468,9 @@ it("tcss.v20201101.DescribeVirusList", async function () {
|
|
|
1028
2468
|
}
|
|
1029
2469
|
})
|
|
1030
2470
|
|
|
1031
|
-
it("tcss.v20201101.
|
|
2471
|
+
it("tcss.v20201101.DescribeAffectedNodeList", async function () {
|
|
1032
2472
|
try {
|
|
1033
|
-
const data = await client.
|
|
2473
|
+
const data = await client.DescribeAffectedNodeList({})
|
|
1034
2474
|
expect(data).to.be.ok
|
|
1035
2475
|
} catch(error) {
|
|
1036
2476
|
expect(error.requestId).to.be.ok
|
|
@@ -1038,9 +2478,9 @@ it("tcss.v20201101.SyncAssetImageRegistryAsset", async function () {
|
|
|
1038
2478
|
}
|
|
1039
2479
|
})
|
|
1040
2480
|
|
|
1041
|
-
it("tcss.v20201101.
|
|
2481
|
+
it("tcss.v20201101.DescribeAccessControlEventsExport", async function () {
|
|
1042
2482
|
try {
|
|
1043
|
-
const data = await client.
|
|
2483
|
+
const data = await client.DescribeAccessControlEventsExport({})
|
|
1044
2484
|
expect(data).to.be.ok
|
|
1045
2485
|
} catch(error) {
|
|
1046
2486
|
expect(error.requestId).to.be.ok
|
|
@@ -1048,9 +2488,9 @@ it("tcss.v20201101.DescribeImageRiskSummary", async function () {
|
|
|
1048
2488
|
}
|
|
1049
2489
|
})
|
|
1050
2490
|
|
|
1051
|
-
it("tcss.v20201101.
|
|
2491
|
+
it("tcss.v20201101.DescribeVirusEventTendency", async function () {
|
|
1052
2492
|
try {
|
|
1053
|
-
const data = await client.
|
|
2493
|
+
const data = await client.DescribeVirusEventTendency({})
|
|
1054
2494
|
expect(data).to.be.ok
|
|
1055
2495
|
} catch(error) {
|
|
1056
2496
|
expect(error.requestId).to.be.ok
|
|
@@ -1058,9 +2498,9 @@ it("tcss.v20201101.ScanCompliancePolicyItems", async function () {
|
|
|
1058
2498
|
}
|
|
1059
2499
|
})
|
|
1060
2500
|
|
|
1061
|
-
it("tcss.v20201101.
|
|
2501
|
+
it("tcss.v20201101.DescribeImageAutoAuthorizedLogList", async function () {
|
|
1062
2502
|
try {
|
|
1063
|
-
const data = await client.
|
|
2503
|
+
const data = await client.DescribeImageAutoAuthorizedLogList({})
|
|
1064
2504
|
expect(data).to.be.ok
|
|
1065
2505
|
} catch(error) {
|
|
1066
2506
|
expect(error.requestId).to.be.ok
|
|
@@ -1068,9 +2508,9 @@ it("tcss.v20201101.CreateVirusScanAgain", async function () {
|
|
|
1068
2508
|
}
|
|
1069
2509
|
})
|
|
1070
2510
|
|
|
1071
|
-
it("tcss.v20201101.
|
|
2511
|
+
it("tcss.v20201101.DescribeVulLevelImageSummary", async function () {
|
|
1072
2512
|
try {
|
|
1073
|
-
const data = await client.
|
|
2513
|
+
const data = await client.DescribeVulLevelImageSummary({})
|
|
1074
2514
|
expect(data).to.be.ok
|
|
1075
2515
|
} catch(error) {
|
|
1076
2516
|
expect(error.requestId).to.be.ok
|
|
@@ -1078,9 +2518,9 @@ it("tcss.v20201101.DescribeContainerSecEventSummary", async function () {
|
|
|
1078
2518
|
}
|
|
1079
2519
|
})
|
|
1080
2520
|
|
|
1081
|
-
it("tcss.v20201101.
|
|
2521
|
+
it("tcss.v20201101.ModifyReverseShellStatus", async function () {
|
|
1082
2522
|
try {
|
|
1083
|
-
const data = await client.
|
|
2523
|
+
const data = await client.ModifyReverseShellStatus({})
|
|
1084
2524
|
expect(data).to.be.ok
|
|
1085
2525
|
} catch(error) {
|
|
1086
2526
|
expect(error.requestId).to.be.ok
|
|
@@ -1088,9 +2528,9 @@ it("tcss.v20201101.DescribeComplianceTaskPolicyItemSummaryList", async function
|
|
|
1088
2528
|
}
|
|
1089
2529
|
})
|
|
1090
2530
|
|
|
1091
|
-
it("tcss.v20201101.
|
|
2531
|
+
it("tcss.v20201101.DescribeSecLogJoinTypeList", async function () {
|
|
1092
2532
|
try {
|
|
1093
|
-
const data = await client.
|
|
2533
|
+
const data = await client.DescribeSecLogJoinTypeList({})
|
|
1094
2534
|
expect(data).to.be.ok
|
|
1095
2535
|
} catch(error) {
|
|
1096
2536
|
expect(error.requestId).to.be.ok
|
|
@@ -1098,9 +2538,9 @@ it("tcss.v20201101.DescribeAssetImageList", async function () {
|
|
|
1098
2538
|
}
|
|
1099
2539
|
})
|
|
1100
2540
|
|
|
1101
|
-
it("tcss.v20201101.
|
|
2541
|
+
it("tcss.v20201101.AddEditWarningRules", async function () {
|
|
1102
2542
|
try {
|
|
1103
|
-
const data = await client.
|
|
2543
|
+
const data = await client.AddEditWarningRules({})
|
|
1104
2544
|
expect(data).to.be.ok
|
|
1105
2545
|
} catch(error) {
|
|
1106
2546
|
expect(error.requestId).to.be.ok
|
|
@@ -1108,9 +2548,9 @@ it("tcss.v20201101.DescribeReverseShellEvents", async function () {
|
|
|
1108
2548
|
}
|
|
1109
2549
|
})
|
|
1110
2550
|
|
|
1111
|
-
it("tcss.v20201101.
|
|
2551
|
+
it("tcss.v20201101.DescribeABTestConfig", async function () {
|
|
1112
2552
|
try {
|
|
1113
|
-
const data = await client.
|
|
2553
|
+
const data = await client.DescribeABTestConfig({})
|
|
1114
2554
|
expect(data).to.be.ok
|
|
1115
2555
|
} catch(error) {
|
|
1116
2556
|
expect(error.requestId).to.be.ok
|
|
@@ -1118,9 +2558,9 @@ it("tcss.v20201101.ModifyVirusFileStatus", async function () {
|
|
|
1118
2558
|
}
|
|
1119
2559
|
})
|
|
1120
2560
|
|
|
1121
|
-
it("tcss.v20201101.
|
|
2561
|
+
it("tcss.v20201101.DescribeAssetImageRiskListExport", async function () {
|
|
1122
2562
|
try {
|
|
1123
|
-
const data = await client.
|
|
2563
|
+
const data = await client.DescribeAssetImageRiskListExport({})
|
|
1124
2564
|
expect(data).to.be.ok
|
|
1125
2565
|
} catch(error) {
|
|
1126
2566
|
expect(error.requestId).to.be.ok
|
|
@@ -1128,9 +2568,9 @@ it("tcss.v20201101.CreateAssetImageRegistryScanTask", async function () {
|
|
|
1128
2568
|
}
|
|
1129
2569
|
})
|
|
1130
2570
|
|
|
1131
|
-
it("tcss.v20201101.
|
|
2571
|
+
it("tcss.v20201101.ModifySecLogCleanSettingInfo", async function () {
|
|
1132
2572
|
try {
|
|
1133
|
-
const data = await client.
|
|
2573
|
+
const data = await client.ModifySecLogCleanSettingInfo({})
|
|
1134
2574
|
expect(data).to.be.ok
|
|
1135
2575
|
} catch(error) {
|
|
1136
2576
|
expect(error.requestId).to.be.ok
|
|
@@ -1138,9 +2578,9 @@ it("tcss.v20201101.DescribeUnfinishRefreshTask", async function () {
|
|
|
1138
2578
|
}
|
|
1139
2579
|
})
|
|
1140
2580
|
|
|
1141
|
-
it("tcss.v20201101.
|
|
2581
|
+
it("tcss.v20201101.DescribeSecLogDeliveryClsSetting", async function () {
|
|
1142
2582
|
try {
|
|
1143
|
-
const data = await client.
|
|
2583
|
+
const data = await client.DescribeSecLogDeliveryClsSetting({})
|
|
1144
2584
|
expect(data).to.be.ok
|
|
1145
2585
|
} catch(error) {
|
|
1146
2586
|
expect(error.requestId).to.be.ok
|
|
@@ -1148,9 +2588,9 @@ it("tcss.v20201101.AddEditRiskSyscallWhiteList", async function () {
|
|
|
1148
2588
|
}
|
|
1149
2589
|
})
|
|
1150
2590
|
|
|
1151
|
-
it("tcss.v20201101.
|
|
2591
|
+
it("tcss.v20201101.DescribeAssetImageRegistryVulList", async function () {
|
|
1152
2592
|
try {
|
|
1153
|
-
const data = await client.
|
|
2593
|
+
const data = await client.DescribeAssetImageRegistryVulList({})
|
|
1154
2594
|
expect(data).to.be.ok
|
|
1155
2595
|
} catch(error) {
|
|
1156
2596
|
expect(error.requestId).to.be.ok
|
|
@@ -1158,9 +2598,9 @@ it("tcss.v20201101.DescribeAssetImageRegistryScanStatusOneKey", async function (
|
|
|
1158
2598
|
}
|
|
1159
2599
|
})
|
|
1160
2600
|
|
|
1161
|
-
it("tcss.v20201101.
|
|
2601
|
+
it("tcss.v20201101.DescribeRiskList", async function () {
|
|
1162
2602
|
try {
|
|
1163
|
-
const data = await client.
|
|
2603
|
+
const data = await client.DescribeRiskList({})
|
|
1164
2604
|
expect(data).to.be.ok
|
|
1165
2605
|
} catch(error) {
|
|
1166
2606
|
expect(error.requestId).to.be.ok
|
|
@@ -1168,9 +2608,9 @@ it("tcss.v20201101.DescribeAccessControlDetail", async function () {
|
|
|
1168
2608
|
}
|
|
1169
2609
|
})
|
|
1170
2610
|
|
|
1171
|
-
it("tcss.v20201101.
|
|
2611
|
+
it("tcss.v20201101.DescribeEscapeEventInfo", async function () {
|
|
1172
2612
|
try {
|
|
1173
|
-
const data = await client.
|
|
2613
|
+
const data = await client.DescribeEscapeEventInfo({})
|
|
1174
2614
|
expect(data).to.be.ok
|
|
1175
2615
|
} catch(error) {
|
|
1176
2616
|
expect(error.requestId).to.be.ok
|
|
@@ -1178,9 +2618,9 @@ it("tcss.v20201101.DescribeAssetImageRegistryList", async function () {
|
|
|
1178
2618
|
}
|
|
1179
2619
|
})
|
|
1180
2620
|
|
|
1181
|
-
it("tcss.v20201101.
|
|
2621
|
+
it("tcss.v20201101.DescribeAutoAuthorizedRuleHost", async function () {
|
|
1182
2622
|
try {
|
|
1183
|
-
const data = await client.
|
|
2623
|
+
const data = await client.DescribeAutoAuthorizedRuleHost({})
|
|
1184
2624
|
expect(data).to.be.ok
|
|
1185
2625
|
} catch(error) {
|
|
1186
2626
|
expect(error.requestId).to.be.ok
|
|
@@ -1188,9 +2628,9 @@ it("tcss.v20201101.DescribeAssetProcessList", async function () {
|
|
|
1188
2628
|
}
|
|
1189
2629
|
})
|
|
1190
2630
|
|
|
1191
|
-
it("tcss.v20201101.
|
|
2631
|
+
it("tcss.v20201101.AddAndPublishNetworkFirewallPolicyYamlDetail", async function () {
|
|
1192
2632
|
try {
|
|
1193
|
-
const data = await client.
|
|
2633
|
+
const data = await client.AddAndPublishNetworkFirewallPolicyYamlDetail({})
|
|
1194
2634
|
expect(data).to.be.ok
|
|
1195
2635
|
} catch(error) {
|
|
1196
2636
|
expect(error.requestId).to.be.ok
|
|
@@ -1198,9 +2638,9 @@ it("tcss.v20201101.DescribeAbnormalProcessEvents", async function () {
|
|
|
1198
2638
|
}
|
|
1199
2639
|
})
|
|
1200
2640
|
|
|
1201
|
-
it("tcss.v20201101.
|
|
2641
|
+
it("tcss.v20201101.DescribeEscapeEventTypeSummary", async function () {
|
|
1202
2642
|
try {
|
|
1203
|
-
const data = await client.
|
|
2643
|
+
const data = await client.DescribeEscapeEventTypeSummary({})
|
|
1204
2644
|
expect(data).to.be.ok
|
|
1205
2645
|
} catch(error) {
|
|
1206
2646
|
expect(error.requestId).to.be.ok
|
|
@@ -1208,9 +2648,9 @@ it("tcss.v20201101.UpdateAssetImageRegistryRegistryDetail", async function () {
|
|
|
1208
2648
|
}
|
|
1209
2649
|
})
|
|
1210
2650
|
|
|
1211
|
-
it("tcss.v20201101.
|
|
2651
|
+
it("tcss.v20201101.CreateEscapeEventsExportJob", async function () {
|
|
1212
2652
|
try {
|
|
1213
|
-
const data = await client.
|
|
2653
|
+
const data = await client.CreateEscapeEventsExportJob({})
|
|
1214
2654
|
expect(data).to.be.ok
|
|
1215
2655
|
} catch(error) {
|
|
1216
2656
|
expect(error.requestId).to.be.ok
|
|
@@ -1218,9 +2658,9 @@ it("tcss.v20201101.DescribeProVersionInfo", async function () {
|
|
|
1218
2658
|
}
|
|
1219
2659
|
})
|
|
1220
2660
|
|
|
1221
|
-
it("tcss.v20201101.
|
|
2661
|
+
it("tcss.v20201101.DescribeAssetImageVulList", async function () {
|
|
1222
2662
|
try {
|
|
1223
|
-
const data = await client.
|
|
2663
|
+
const data = await client.DescribeAssetImageVulList({})
|
|
1224
2664
|
expect(data).to.be.ok
|
|
1225
2665
|
} catch(error) {
|
|
1226
2666
|
expect(error.requestId).to.be.ok
|
|
@@ -1228,9 +2668,9 @@ it("tcss.v20201101.DescribeComplianceAssetPolicyItemList", async function () {
|
|
|
1228
2668
|
}
|
|
1229
2669
|
})
|
|
1230
2670
|
|
|
1231
|
-
it("tcss.v20201101.
|
|
2671
|
+
it("tcss.v20201101.DescribeWarningRules", async function () {
|
|
1232
2672
|
try {
|
|
1233
|
-
const data = await client.
|
|
2673
|
+
const data = await client.DescribeWarningRules({})
|
|
1234
2674
|
expect(data).to.be.ok
|
|
1235
2675
|
} catch(error) {
|
|
1236
2676
|
expect(error.requestId).to.be.ok
|
|
@@ -1238,9 +2678,9 @@ it("tcss.v20201101.SetCheckMode", async function () {
|
|
|
1238
2678
|
}
|
|
1239
2679
|
})
|
|
1240
2680
|
|
|
1241
|
-
it("tcss.v20201101.
|
|
2681
|
+
it("tcss.v20201101.DescribeSearchTemplates", async function () {
|
|
1242
2682
|
try {
|
|
1243
|
-
const data = await client.
|
|
2683
|
+
const data = await client.DescribeSearchTemplates({})
|
|
1244
2684
|
expect(data).to.be.ok
|
|
1245
2685
|
} catch(error) {
|
|
1246
2686
|
expect(error.requestId).to.be.ok
|
|
@@ -1248,9 +2688,9 @@ it("tcss.v20201101.DeleteCompliancePolicyItemFromWhitelist", async function () {
|
|
|
1248
2688
|
}
|
|
1249
2689
|
})
|
|
1250
2690
|
|
|
1251
|
-
it("tcss.v20201101.
|
|
2691
|
+
it("tcss.v20201101.AddCompliancePolicyItemToWhitelist", async function () {
|
|
1252
2692
|
try {
|
|
1253
|
-
const data = await client.
|
|
2693
|
+
const data = await client.AddCompliancePolicyItemToWhitelist({})
|
|
1254
2694
|
expect(data).to.be.ok
|
|
1255
2695
|
} catch(error) {
|
|
1256
2696
|
expect(error.requestId).to.be.ok
|
|
@@ -1258,9 +2698,9 @@ it("tcss.v20201101.DescribeVirusScanSetting", async function () {
|
|
|
1258
2698
|
}
|
|
1259
2699
|
})
|
|
1260
2700
|
|
|
1261
|
-
it("tcss.v20201101.
|
|
2701
|
+
it("tcss.v20201101.InitializeUserComplianceEnvironment", async function () {
|
|
1262
2702
|
try {
|
|
1263
|
-
const data = await client.
|
|
2703
|
+
const data = await client.InitializeUserComplianceEnvironment({})
|
|
1264
2704
|
expect(data).to.be.ok
|
|
1265
2705
|
} catch(error) {
|
|
1266
2706
|
expect(error.requestId).to.be.ok
|
|
@@ -1268,9 +2708,9 @@ it("tcss.v20201101.DescribeComplianceAssetList", async function () {
|
|
|
1268
2708
|
}
|
|
1269
2709
|
})
|
|
1270
2710
|
|
|
1271
|
-
it("tcss.v20201101.
|
|
2711
|
+
it("tcss.v20201101.DescribeUserCluster", async function () {
|
|
1272
2712
|
try {
|
|
1273
|
-
const data = await client.
|
|
2713
|
+
const data = await client.DescribeUserCluster({})
|
|
1274
2714
|
expect(data).to.be.ok
|
|
1275
2715
|
} catch(error) {
|
|
1276
2716
|
expect(error.requestId).to.be.ok
|
|
@@ -1278,9 +2718,9 @@ it("tcss.v20201101.DescribeCompliancePolicyItemAffectedAssetList", async functio
|
|
|
1278
2718
|
}
|
|
1279
2719
|
})
|
|
1280
2720
|
|
|
1281
|
-
it("tcss.v20201101.
|
|
2721
|
+
it("tcss.v20201101.DeleteMachine", async function () {
|
|
1282
2722
|
try {
|
|
1283
|
-
const data = await client.
|
|
2723
|
+
const data = await client.DeleteMachine({})
|
|
1284
2724
|
expect(data).to.be.ok
|
|
1285
2725
|
} catch(error) {
|
|
1286
2726
|
expect(error.requestId).to.be.ok
|
|
@@ -1288,9 +2728,9 @@ it("tcss.v20201101.ModifyAsset", async function () {
|
|
|
1288
2728
|
}
|
|
1289
2729
|
})
|
|
1290
2730
|
|
|
1291
|
-
it("tcss.v20201101.
|
|
2731
|
+
it("tcss.v20201101.CreateHostExportJob", async function () {
|
|
1292
2732
|
try {
|
|
1293
|
-
const data = await client.
|
|
2733
|
+
const data = await client.CreateHostExportJob({})
|
|
1294
2734
|
expect(data).to.be.ok
|
|
1295
2735
|
} catch(error) {
|
|
1296
2736
|
expect(error.requestId).to.be.ok
|
|
@@ -1298,9 +2738,9 @@ it("tcss.v20201101.CreateOrModifyPostPayCores", async function () {
|
|
|
1298
2738
|
}
|
|
1299
2739
|
})
|
|
1300
2740
|
|
|
1301
|
-
it("tcss.v20201101.
|
|
2741
|
+
it("tcss.v20201101.OpenTcssTrial", async function () {
|
|
1302
2742
|
try {
|
|
1303
|
-
const data = await client.
|
|
2743
|
+
const data = await client.OpenTcssTrial({})
|
|
1304
2744
|
expect(data).to.be.ok
|
|
1305
2745
|
} catch(error) {
|
|
1306
2746
|
expect(error.requestId).to.be.ok
|
|
@@ -1308,9 +2748,9 @@ it("tcss.v20201101.DescribeAbnormalProcessDetail", async function () {
|
|
|
1308
2748
|
}
|
|
1309
2749
|
})
|
|
1310
2750
|
|
|
1311
|
-
it("tcss.v20201101.
|
|
2751
|
+
it("tcss.v20201101.DescribeAbnormalProcessRules", async function () {
|
|
1312
2752
|
try {
|
|
1313
|
-
const data = await client.
|
|
2753
|
+
const data = await client.DescribeAbnormalProcessRules({})
|
|
1314
2754
|
expect(data).to.be.ok
|
|
1315
2755
|
} catch(error) {
|
|
1316
2756
|
expect(error.requestId).to.be.ok
|
|
@@ -1318,9 +2758,9 @@ it("tcss.v20201101.RenewImageAuthorizeState", async function () {
|
|
|
1318
2758
|
}
|
|
1319
2759
|
})
|
|
1320
2760
|
|
|
1321
|
-
it("tcss.v20201101.
|
|
2761
|
+
it("tcss.v20201101.ScanComplianceAssetsByPolicyItem", async function () {
|
|
1322
2762
|
try {
|
|
1323
|
-
const data = await client.
|
|
2763
|
+
const data = await client.ScanComplianceAssetsByPolicyItem({})
|
|
1324
2764
|
expect(data).to.be.ok
|
|
1325
2765
|
} catch(error) {
|
|
1326
2766
|
expect(error.requestId).to.be.ok
|
|
@@ -1328,9 +2768,9 @@ it("tcss.v20201101.ModifyAssetImageRegistryScanStopOneKey", async function () {
|
|
|
1328
2768
|
}
|
|
1329
2769
|
})
|
|
1330
2770
|
|
|
1331
|
-
it("tcss.v20201101.
|
|
2771
|
+
it("tcss.v20201101.DeleteEscapeWhiteList", async function () {
|
|
1332
2772
|
try {
|
|
1333
|
-
const data = await client.
|
|
2773
|
+
const data = await client.DeleteEscapeWhiteList({})
|
|
1334
2774
|
expect(data).to.be.ok
|
|
1335
2775
|
} catch(error) {
|
|
1336
2776
|
expect(error.requestId).to.be.ok
|
|
@@ -1338,9 +2778,9 @@ it("tcss.v20201101.DescribeAccessControlRuleDetail", async function () {
|
|
|
1338
2778
|
}
|
|
1339
2779
|
})
|
|
1340
2780
|
|
|
1341
|
-
it("tcss.v20201101.
|
|
2781
|
+
it("tcss.v20201101.CreateNetworkFirewallPublish", async function () {
|
|
1342
2782
|
try {
|
|
1343
|
-
const data = await client.
|
|
2783
|
+
const data = await client.CreateNetworkFirewallPublish({})
|
|
1344
2784
|
expect(data).to.be.ok
|
|
1345
2785
|
} catch(error) {
|
|
1346
2786
|
expect(error.requestId).to.be.ok
|
|
@@ -1348,9 +2788,9 @@ it("tcss.v20201101.DescribeAffectedNodeList", async function () {
|
|
|
1348
2788
|
}
|
|
1349
2789
|
})
|
|
1350
2790
|
|
|
1351
|
-
it("tcss.v20201101.
|
|
2791
|
+
it("tcss.v20201101.CreateNetworkFirewallUndoPublish", async function () {
|
|
1352
2792
|
try {
|
|
1353
|
-
const data = await client.
|
|
2793
|
+
const data = await client.CreateNetworkFirewallUndoPublish({})
|
|
1354
2794
|
expect(data).to.be.ok
|
|
1355
2795
|
} catch(error) {
|
|
1356
2796
|
expect(error.requestId).to.be.ok
|
|
@@ -1358,9 +2798,9 @@ it("tcss.v20201101.DescribeAccessControlEventsExport", async function () {
|
|
|
1358
2798
|
}
|
|
1359
2799
|
})
|
|
1360
2800
|
|
|
1361
|
-
it("tcss.v20201101.
|
|
2801
|
+
it("tcss.v20201101.DeleteRiskSyscallWhiteLists", async function () {
|
|
1362
2802
|
try {
|
|
1363
|
-
const data = await client.
|
|
2803
|
+
const data = await client.DeleteRiskSyscallWhiteLists({})
|
|
1364
2804
|
expect(data).to.be.ok
|
|
1365
2805
|
} catch(error) {
|
|
1366
2806
|
expect(error.requestId).to.be.ok
|
|
@@ -1368,9 +2808,9 @@ it("tcss.v20201101.ModifyReverseShellStatus", async function () {
|
|
|
1368
2808
|
}
|
|
1369
2809
|
})
|
|
1370
2810
|
|
|
1371
|
-
it("tcss.v20201101.
|
|
2811
|
+
it("tcss.v20201101.AddEditAccessControlRule", async function () {
|
|
1372
2812
|
try {
|
|
1373
|
-
const data = await client.
|
|
2813
|
+
const data = await client.AddEditAccessControlRule({})
|
|
1374
2814
|
expect(data).to.be.ok
|
|
1375
2815
|
} catch(error) {
|
|
1376
2816
|
expect(error.requestId).to.be.ok
|
|
@@ -1378,9 +2818,9 @@ it("tcss.v20201101.AddEditWarningRules", async function () {
|
|
|
1378
2818
|
}
|
|
1379
2819
|
})
|
|
1380
2820
|
|
|
1381
|
-
it("tcss.v20201101.
|
|
2821
|
+
it("tcss.v20201101.DescribeVulTendency", async function () {
|
|
1382
2822
|
try {
|
|
1383
|
-
const data = await client.
|
|
2823
|
+
const data = await client.DescribeVulTendency({})
|
|
1384
2824
|
expect(data).to.be.ok
|
|
1385
2825
|
} catch(error) {
|
|
1386
2826
|
expect(error.requestId).to.be.ok
|
|
@@ -1388,9 +2828,9 @@ it("tcss.v20201101.DescribeAssetImageRiskListExport", async function () {
|
|
|
1388
2828
|
}
|
|
1389
2829
|
})
|
|
1390
2830
|
|
|
1391
|
-
it("tcss.v20201101.
|
|
2831
|
+
it("tcss.v20201101.DescribeReverseShellWhiteListDetail", async function () {
|
|
1392
2832
|
try {
|
|
1393
|
-
const data = await client.
|
|
2833
|
+
const data = await client.DescribeReverseShellWhiteListDetail({})
|
|
1394
2834
|
expect(data).to.be.ok
|
|
1395
2835
|
} catch(error) {
|
|
1396
2836
|
expect(error.requestId).to.be.ok
|
|
@@ -1398,9 +2838,9 @@ it("tcss.v20201101.DescribeAccessControlRulesExport", async function () {
|
|
|
1398
2838
|
}
|
|
1399
2839
|
})
|
|
1400
2840
|
|
|
1401
|
-
it("tcss.v20201101.
|
|
2841
|
+
it("tcss.v20201101.CreateAssetImageScanSetting", async function () {
|
|
1402
2842
|
try {
|
|
1403
|
-
const data = await client.
|
|
2843
|
+
const data = await client.CreateAssetImageScanSetting({})
|
|
1404
2844
|
expect(data).to.be.ok
|
|
1405
2845
|
} catch(error) {
|
|
1406
2846
|
expect(error.requestId).to.be.ok
|
|
@@ -1408,9 +2848,9 @@ it("tcss.v20201101.DescribeRiskList", async function () {
|
|
|
1408
2848
|
}
|
|
1409
2849
|
})
|
|
1410
2850
|
|
|
1411
|
-
it("tcss.v20201101.
|
|
2851
|
+
it("tcss.v20201101.DescribeAssetImageVirusList", async function () {
|
|
1412
2852
|
try {
|
|
1413
|
-
const data = await client.
|
|
2853
|
+
const data = await client.DescribeAssetImageVirusList({})
|
|
1414
2854
|
expect(data).to.be.ok
|
|
1415
2855
|
} catch(error) {
|
|
1416
2856
|
expect(error.requestId).to.be.ok
|
|
@@ -1418,9 +2858,9 @@ it("tcss.v20201101.DescribeAssetImageVulList", async function () {
|
|
|
1418
2858
|
}
|
|
1419
2859
|
})
|
|
1420
2860
|
|
|
1421
|
-
it("tcss.v20201101.
|
|
2861
|
+
it("tcss.v20201101.DescribeAssetSummary", async function () {
|
|
1422
2862
|
try {
|
|
1423
|
-
const data = await client.
|
|
2863
|
+
const data = await client.DescribeAssetSummary({})
|
|
1424
2864
|
expect(data).to.be.ok
|
|
1425
2865
|
} catch(error) {
|
|
1426
2866
|
expect(error.requestId).to.be.ok
|
|
@@ -1428,9 +2868,9 @@ it("tcss.v20201101.AddCompliancePolicyItemToWhitelist", async function () {
|
|
|
1428
2868
|
}
|
|
1429
2869
|
})
|
|
1430
2870
|
|
|
1431
|
-
it("tcss.v20201101.
|
|
2871
|
+
it("tcss.v20201101.DescribeSecLogDeliveryKafkaSetting", async function () {
|
|
1432
2872
|
try {
|
|
1433
|
-
const data = await client.
|
|
2873
|
+
const data = await client.DescribeSecLogDeliveryKafkaSetting({})
|
|
1434
2874
|
expect(data).to.be.ok
|
|
1435
2875
|
} catch(error) {
|
|
1436
2876
|
expect(error.requestId).to.be.ok
|
|
@@ -1438,9 +2878,9 @@ it("tcss.v20201101.InitializeUserComplianceEnvironment", async function () {
|
|
|
1438
2878
|
}
|
|
1439
2879
|
})
|
|
1440
2880
|
|
|
1441
|
-
it("tcss.v20201101.
|
|
2881
|
+
it("tcss.v20201101.DescribeInspectionReport", async function () {
|
|
1442
2882
|
try {
|
|
1443
|
-
const data = await client.
|
|
2883
|
+
const data = await client.DescribeInspectionReport({})
|
|
1444
2884
|
expect(data).to.be.ok
|
|
1445
2885
|
} catch(error) {
|
|
1446
2886
|
expect(error.requestId).to.be.ok
|
|
@@ -1448,9 +2888,9 @@ it("tcss.v20201101.DescribeUserCluster", async function () {
|
|
|
1448
2888
|
}
|
|
1449
2889
|
})
|
|
1450
2890
|
|
|
1451
|
-
it("tcss.v20201101.
|
|
2891
|
+
it("tcss.v20201101.DeleteNetworkFirewallPolicyDetail", async function () {
|
|
1452
2892
|
try {
|
|
1453
|
-
const data = await client.
|
|
2893
|
+
const data = await client.DeleteNetworkFirewallPolicyDetail({})
|
|
1454
2894
|
expect(data).to.be.ok
|
|
1455
2895
|
} catch(error) {
|
|
1456
2896
|
expect(error.requestId).to.be.ok
|
|
@@ -1458,9 +2898,9 @@ it("tcss.v20201101.ModifyCompliancePeriodTask", async function () {
|
|
|
1458
2898
|
}
|
|
1459
2899
|
})
|
|
1460
2900
|
|
|
1461
|
-
it("tcss.v20201101.
|
|
2901
|
+
it("tcss.v20201101.DescribeAssetWebServiceList", async function () {
|
|
1462
2902
|
try {
|
|
1463
|
-
const data = await client.
|
|
2903
|
+
const data = await client.DescribeAssetWebServiceList({})
|
|
1464
2904
|
expect(data).to.be.ok
|
|
1465
2905
|
} catch(error) {
|
|
1466
2906
|
expect(error.requestId).to.be.ok
|
|
@@ -1468,9 +2908,9 @@ it("tcss.v20201101.DescribeAssetImageRegistrySummary", async function () {
|
|
|
1468
2908
|
}
|
|
1469
2909
|
})
|
|
1470
2910
|
|
|
1471
|
-
it("tcss.v20201101.
|
|
2911
|
+
it("tcss.v20201101.CheckRepeatAssetImageRegistry", async function () {
|
|
1472
2912
|
try {
|
|
1473
|
-
const data = await client.
|
|
2913
|
+
const data = await client.CheckRepeatAssetImageRegistry({})
|
|
1474
2914
|
expect(data).to.be.ok
|
|
1475
2915
|
} catch(error) {
|
|
1476
2916
|
expect(error.requestId).to.be.ok
|
|
@@ -1478,9 +2918,9 @@ it("tcss.v20201101.DescribeAbnormalProcessRules", async function () {
|
|
|
1478
2918
|
}
|
|
1479
2919
|
})
|
|
1480
2920
|
|
|
1481
|
-
it("tcss.v20201101.
|
|
2921
|
+
it("tcss.v20201101.AddNetworkFirewallPolicyDetail", async function () {
|
|
1482
2922
|
try {
|
|
1483
|
-
const data = await client.
|
|
2923
|
+
const data = await client.AddNetworkFirewallPolicyDetail({})
|
|
1484
2924
|
expect(data).to.be.ok
|
|
1485
2925
|
} catch(error) {
|
|
1486
2926
|
expect(error.requestId).to.be.ok
|
|
@@ -1488,9 +2928,9 @@ it("tcss.v20201101.DescribeAssetDBServiceList", async function () {
|
|
|
1488
2928
|
}
|
|
1489
2929
|
})
|
|
1490
2930
|
|
|
1491
|
-
it("tcss.v20201101.
|
|
2931
|
+
it("tcss.v20201101.ModifyVulDefenceEventStatus", async function () {
|
|
1492
2932
|
try {
|
|
1493
|
-
const data = await client.
|
|
2933
|
+
const data = await client.ModifyVulDefenceEventStatus({})
|
|
1494
2934
|
expect(data).to.be.ok
|
|
1495
2935
|
} catch(error) {
|
|
1496
2936
|
expect(error.requestId).to.be.ok
|
|
@@ -1498,9 +2938,9 @@ it("tcss.v20201101.DescribeRiskSyscallEvents", async function () {
|
|
|
1498
2938
|
}
|
|
1499
2939
|
})
|
|
1500
2940
|
|
|
1501
|
-
it("tcss.v20201101.
|
|
2941
|
+
it("tcss.v20201101.DescribeAbnormalProcessEventTendency", async function () {
|
|
1502
2942
|
try {
|
|
1503
|
-
const data = await client.
|
|
2943
|
+
const data = await client.DescribeAbnormalProcessEventTendency({})
|
|
1504
2944
|
expect(data).to.be.ok
|
|
1505
2945
|
} catch(error) {
|
|
1506
2946
|
expect(error.requestId).to.be.ok
|
|
@@ -1508,9 +2948,9 @@ it("tcss.v20201101.DeleteRiskSyscallWhiteLists", async function () {
|
|
|
1508
2948
|
}
|
|
1509
2949
|
})
|
|
1510
2950
|
|
|
1511
|
-
it("tcss.v20201101.
|
|
2951
|
+
it("tcss.v20201101.DescribeVulContainerList", async function () {
|
|
1512
2952
|
try {
|
|
1513
|
-
const data = await client.
|
|
2953
|
+
const data = await client.DescribeVulContainerList({})
|
|
1514
2954
|
expect(data).to.be.ok
|
|
1515
2955
|
} catch(error) {
|
|
1516
2956
|
expect(error.requestId).to.be.ok
|
|
@@ -1518,9 +2958,9 @@ it("tcss.v20201101.AddEditAccessControlRule", async function () {
|
|
|
1518
2958
|
}
|
|
1519
2959
|
})
|
|
1520
2960
|
|
|
1521
|
-
it("tcss.v20201101.
|
|
2961
|
+
it("tcss.v20201101.DescribeSecLogVasInfo", async function () {
|
|
1522
2962
|
try {
|
|
1523
|
-
const data = await client.
|
|
2963
|
+
const data = await client.DescribeSecLogVasInfo({})
|
|
1524
2964
|
expect(data).to.be.ok
|
|
1525
2965
|
} catch(error) {
|
|
1526
2966
|
expect(error.requestId).to.be.ok
|
|
@@ -1528,9 +2968,9 @@ it("tcss.v20201101.DescribeReverseShellWhiteListDetail", async function () {
|
|
|
1528
2968
|
}
|
|
1529
2969
|
})
|
|
1530
2970
|
|
|
1531
|
-
it("tcss.v20201101.
|
|
2971
|
+
it("tcss.v20201101.ExportVirusList", async function () {
|
|
1532
2972
|
try {
|
|
1533
|
-
const data = await client.
|
|
2973
|
+
const data = await client.ExportVirusList({})
|
|
1534
2974
|
expect(data).to.be.ok
|
|
1535
2975
|
} catch(error) {
|
|
1536
2976
|
expect(error.requestId).to.be.ok
|
|
@@ -1538,9 +2978,9 @@ it("tcss.v20201101.CreateAssetImageScanSetting", async function () {
|
|
|
1538
2978
|
}
|
|
1539
2979
|
})
|
|
1540
2980
|
|
|
1541
|
-
it("tcss.v20201101.
|
|
2981
|
+
it("tcss.v20201101.DescribeVirusSampleDownloadUrl", async function () {
|
|
1542
2982
|
try {
|
|
1543
|
-
const data = await client.
|
|
2983
|
+
const data = await client.DescribeVirusSampleDownloadUrl({})
|
|
1544
2984
|
expect(data).to.be.ok
|
|
1545
2985
|
} catch(error) {
|
|
1546
2986
|
expect(error.requestId).to.be.ok
|
|
@@ -1548,9 +2988,9 @@ it("tcss.v20201101.DescribeAssetImageVirusList", async function () {
|
|
|
1548
2988
|
}
|
|
1549
2989
|
})
|
|
1550
2990
|
|
|
1551
|
-
it("tcss.v20201101.
|
|
2991
|
+
it("tcss.v20201101.DescribeAssetHostDetail", async function () {
|
|
1552
2992
|
try {
|
|
1553
|
-
const data = await client.
|
|
2993
|
+
const data = await client.DescribeAssetHostDetail({})
|
|
1554
2994
|
expect(data).to.be.ok
|
|
1555
2995
|
} catch(error) {
|
|
1556
2996
|
expect(error.requestId).to.be.ok
|
|
@@ -1558,9 +2998,9 @@ it("tcss.v20201101.DescribeAssetSummary", async function () {
|
|
|
1558
2998
|
}
|
|
1559
2999
|
})
|
|
1560
3000
|
|
|
1561
|
-
it("tcss.v20201101.
|
|
3001
|
+
it("tcss.v20201101.DescribeAssetImageRegistryVulListExport", async function () {
|
|
1562
3002
|
try {
|
|
1563
|
-
const data = await client.
|
|
3003
|
+
const data = await client.DescribeAssetImageRegistryVulListExport({})
|
|
1564
3004
|
expect(data).to.be.ok
|
|
1565
3005
|
} catch(error) {
|
|
1566
3006
|
expect(error.requestId).to.be.ok
|
|
@@ -1568,9 +3008,9 @@ it("tcss.v20201101.ExportVirusList", async function () {
|
|
|
1568
3008
|
}
|
|
1569
3009
|
})
|
|
1570
3010
|
|
|
1571
|
-
it("tcss.v20201101.
|
|
3011
|
+
it("tcss.v20201101.DescribeWebVulList", async function () {
|
|
1572
3012
|
try {
|
|
1573
|
-
const data = await client.
|
|
3013
|
+
const data = await client.DescribeWebVulList({})
|
|
1574
3014
|
expect(data).to.be.ok
|
|
1575
3015
|
} catch(error) {
|
|
1576
3016
|
expect(error.requestId).to.be.ok
|
|
@@ -1578,9 +3018,9 @@ it("tcss.v20201101.DescribeAssetWebServiceList", async function () {
|
|
|
1578
3018
|
}
|
|
1579
3019
|
})
|
|
1580
3020
|
|
|
1581
|
-
it("tcss.v20201101.
|
|
3021
|
+
it("tcss.v20201101.DescribeRiskSyscallWhiteLists", async function () {
|
|
1582
3022
|
try {
|
|
1583
|
-
const data = await client.
|
|
3023
|
+
const data = await client.DescribeRiskSyscallWhiteLists({})
|
|
1584
3024
|
expect(data).to.be.ok
|
|
1585
3025
|
} catch(error) {
|
|
1586
3026
|
expect(error.requestId).to.be.ok
|
|
@@ -1588,9 +3028,9 @@ it("tcss.v20201101.CheckRepeatAssetImageRegistry", async function () {
|
|
|
1588
3028
|
}
|
|
1589
3029
|
})
|
|
1590
3030
|
|
|
1591
|
-
it("tcss.v20201101.
|
|
3031
|
+
it("tcss.v20201101.DescribeAccessControlRulesExport", async function () {
|
|
1592
3032
|
try {
|
|
1593
|
-
const data = await client.
|
|
3033
|
+
const data = await client.DescribeAccessControlRulesExport({})
|
|
1594
3034
|
expect(data).to.be.ok
|
|
1595
3035
|
} catch(error) {
|
|
1596
3036
|
expect(error.requestId).to.be.ok
|
|
@@ -1598,9 +3038,9 @@ it("tcss.v20201101.AddEditAbnormalProcessRule", async function () {
|
|
|
1598
3038
|
}
|
|
1599
3039
|
})
|
|
1600
3040
|
|
|
1601
|
-
it("tcss.v20201101.
|
|
3041
|
+
it("tcss.v20201101.DescribeRiskSyscallDetail", async function () {
|
|
1602
3042
|
try {
|
|
1603
|
-
const data = await client.
|
|
3043
|
+
const data = await client.DescribeRiskSyscallDetail({})
|
|
1604
3044
|
expect(data).to.be.ok
|
|
1605
3045
|
} catch(error) {
|
|
1606
3046
|
expect(error.requestId).to.be.ok
|
|
@@ -1608,9 +3048,9 @@ it("tcss.v20201101.DescribeAssetHostDetail", async function () {
|
|
|
1608
3048
|
}
|
|
1609
3049
|
})
|
|
1610
3050
|
|
|
1611
|
-
it("tcss.v20201101.
|
|
3051
|
+
it("tcss.v20201101.DescribeVirusAutoIsolateSampleList", async function () {
|
|
1612
3052
|
try {
|
|
1613
|
-
const data = await client.
|
|
3053
|
+
const data = await client.DescribeVirusAutoIsolateSampleList({})
|
|
1614
3054
|
expect(data).to.be.ok
|
|
1615
3055
|
} catch(error) {
|
|
1616
3056
|
expect(error.requestId).to.be.ok
|
|
@@ -1618,9 +3058,9 @@ it("tcss.v20201101.DescribeAssetImageHostList", async function () {
|
|
|
1618
3058
|
}
|
|
1619
3059
|
})
|
|
1620
3060
|
|
|
1621
|
-
it("tcss.v20201101.
|
|
3061
|
+
it("tcss.v20201101.DescribeVirusScanTaskStatus", async function () {
|
|
1622
3062
|
try {
|
|
1623
|
-
const data = await client.
|
|
3063
|
+
const data = await client.DescribeVirusScanTaskStatus({})
|
|
1624
3064
|
expect(data).to.be.ok
|
|
1625
3065
|
} catch(error) {
|
|
1626
3066
|
expect(error.requestId).to.be.ok
|
|
@@ -1628,9 +3068,9 @@ it("tcss.v20201101.DescribeRiskSyscallWhiteLists", async function () {
|
|
|
1628
3068
|
}
|
|
1629
3069
|
})
|
|
1630
3070
|
|
|
1631
|
-
it("tcss.v20201101.
|
|
3071
|
+
it("tcss.v20201101.DescribeSecEventsTendency", async function () {
|
|
1632
3072
|
try {
|
|
1633
|
-
const data = await client.
|
|
3073
|
+
const data = await client.DescribeSecEventsTendency({})
|
|
1634
3074
|
expect(data).to.be.ok
|
|
1635
3075
|
} catch(error) {
|
|
1636
3076
|
expect(error.requestId).to.be.ok
|
|
@@ -1638,9 +3078,9 @@ it("tcss.v20201101.DescribeAssetImageRegistryVulList", async function () {
|
|
|
1638
3078
|
}
|
|
1639
3079
|
})
|
|
1640
3080
|
|
|
1641
|
-
it("tcss.v20201101.
|
|
3081
|
+
it("tcss.v20201101.DescribeAssetImageDetail", async function () {
|
|
1642
3082
|
try {
|
|
1643
|
-
const data = await client.
|
|
3083
|
+
const data = await client.DescribeAssetImageDetail({})
|
|
1644
3084
|
expect(data).to.be.ok
|
|
1645
3085
|
} catch(error) {
|
|
1646
3086
|
expect(error.requestId).to.be.ok
|
|
@@ -1648,9 +3088,9 @@ it("tcss.v20201101.DescribeVirusScanTaskStatus", async function () {
|
|
|
1648
3088
|
}
|
|
1649
3089
|
})
|
|
1650
3090
|
|
|
1651
|
-
it("tcss.v20201101.
|
|
3091
|
+
it("tcss.v20201101.ModifySecLogDeliveryKafkaSetting", async function () {
|
|
1652
3092
|
try {
|
|
1653
|
-
const data = await client.
|
|
3093
|
+
const data = await client.ModifySecLogDeliveryKafkaSetting({})
|
|
1654
3094
|
expect(data).to.be.ok
|
|
1655
3095
|
} catch(error) {
|
|
1656
3096
|
expect(error.requestId).to.be.ok
|
|
@@ -1658,9 +3098,9 @@ it("tcss.v20201101.ScanComplianceAssetsByPolicyItem", async function () {
|
|
|
1658
3098
|
}
|
|
1659
3099
|
})
|
|
1660
3100
|
|
|
1661
|
-
it("tcss.v20201101.
|
|
3101
|
+
it("tcss.v20201101.DeleteCompliancePolicyAssetSetFromWhitelist", async function () {
|
|
1662
3102
|
try {
|
|
1663
|
-
const data = await client.
|
|
3103
|
+
const data = await client.DeleteCompliancePolicyAssetSetFromWhitelist({})
|
|
1664
3104
|
expect(data).to.be.ok
|
|
1665
3105
|
} catch(error) {
|
|
1666
3106
|
expect(error.requestId).to.be.ok
|
|
@@ -1668,9 +3108,9 @@ it("tcss.v20201101.DescribeAssetImageDetail", async function () {
|
|
|
1668
3108
|
}
|
|
1669
3109
|
})
|
|
1670
3110
|
|
|
1671
|
-
it("tcss.v20201101.
|
|
3111
|
+
it("tcss.v20201101.DescribeVulDefenceSetting", async function () {
|
|
1672
3112
|
try {
|
|
1673
|
-
const data = await client.
|
|
3113
|
+
const data = await client.DescribeVulDefenceSetting({})
|
|
1674
3114
|
expect(data).to.be.ok
|
|
1675
3115
|
} catch(error) {
|
|
1676
3116
|
expect(error.requestId).to.be.ok
|