tencentcloud-sdk-nodejs 4.0.645 → 4.0.646
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 +384 -0
- package/SERVICE_CHANGELOG.md +603 -171
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +10 -8
- package/src/services/cdb/v20170320/cdb_client.ts +0 -14
- package/src/services/cdb/v20170320/cdb_models.ts +1 -29
- package/src/services/cdwch/v20200915/cdwch_models.ts +66 -41
- package/src/services/cloudstudio/v20230508/cloudstudio_client.ts +1 -1
- package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +11 -11
- package/src/services/dlc/v20210125/dlc_models.ts +39 -34
- package/src/services/iai/v20200303/iai_models.ts +32 -32
- package/src/services/mps/v20190612/mps_models.ts +3 -1
- package/src/services/omics/v20221128/omics_models.ts +4 -0
- package/src/services/scf/v20180416/scf_client.ts +6 -2
- package/src/services/scf/v20180416/scf_models.ts +114 -16
- package/src/services/tbaas/v20180416/tbaas_client.ts +103 -220
- package/src/services/tbaas/v20180416/tbaas_models.ts +117 -615
- package/src/services/tcb/v20180608/tcb_models.ts +5 -5
- package/src/services/trtc/v20190722/trtc_client.ts +96 -22
- package/src/services/vod/v20180717/vod_models.ts +17 -17
- package/src/services/vpc/v20170312/vpc_client.ts +2 -3
- package/src/services/vpc/v20170312/vpc_models.ts +2 -2
- package/src/services/wedata/v20210820/wedata_client.ts +1516 -385
- package/src/services/wedata/v20210820/wedata_models.ts +15224 -7440
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +10 -8
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -7
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -8
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -27
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +66 -41
- package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_client.d.ts +1 -1
- package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_client.js +1 -1
- package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +11 -11
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +39 -34
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +32 -32
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +3 -1
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +4 -0
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +110 -16
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +35 -83
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +51 -115
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +107 -584
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +5 -5
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +94 -20
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +94 -20
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +17 -17
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +0 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +0 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +452 -100
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +670 -142
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +13937 -6404
- package/test/cdb.v20170320.test.js +0 -10
- package/test/tbaas.v20180416.test.js +34 -114
- package/test/wedata.v20210820.test.js +1220 -340
|
@@ -28,6 +28,16 @@ it("wedata.v20210820.CreateTask", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("wedata.v20210820.DescribeBaselineAllTaskDag", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.DescribeBaselineAllTaskDag({})
|
|
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
|
+
|
|
31
41
|
it("wedata.v20210820.CreateTaskAlarmRegular", async function () {
|
|
32
42
|
try {
|
|
33
43
|
const data = await client.CreateTaskAlarmRegular({})
|
|
@@ -38,6 +48,16 @@ it("wedata.v20210820.CreateTaskAlarmRegular", async function () {
|
|
|
38
48
|
}
|
|
39
49
|
})
|
|
40
50
|
|
|
51
|
+
it("wedata.v20210820.DescribeIntegrationStatisticsRecordsTrend", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.DescribeIntegrationStatisticsRecordsTrend({})
|
|
54
|
+
expect(data).to.be.ok
|
|
55
|
+
} catch(error) {
|
|
56
|
+
expect(error.requestId).to.be.ok
|
|
57
|
+
expect(error.code).to.be.ok
|
|
58
|
+
}
|
|
59
|
+
})
|
|
60
|
+
|
|
41
61
|
it("wedata.v20210820.DeleteIntegrationTask", async function () {
|
|
42
62
|
try {
|
|
43
63
|
const data = await client.DeleteIntegrationTask({})
|
|
@@ -48,6 +68,16 @@ it("wedata.v20210820.DeleteIntegrationTask", async function () {
|
|
|
48
68
|
}
|
|
49
69
|
})
|
|
50
70
|
|
|
71
|
+
it("wedata.v20210820.KillScheduleInstances", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.KillScheduleInstances({})
|
|
74
|
+
expect(data).to.be.ok
|
|
75
|
+
} catch(error) {
|
|
76
|
+
expect(error.requestId).to.be.ok
|
|
77
|
+
expect(error.code).to.be.ok
|
|
78
|
+
}
|
|
79
|
+
})
|
|
80
|
+
|
|
51
81
|
it("wedata.v20210820.CheckDuplicateRuleName", async function () {
|
|
52
82
|
try {
|
|
53
83
|
const data = await client.CheckDuplicateRuleName({})
|
|
@@ -58,9 +88,9 @@ it("wedata.v20210820.CheckDuplicateRuleName", async function () {
|
|
|
58
88
|
}
|
|
59
89
|
})
|
|
60
90
|
|
|
61
|
-
it("wedata.v20210820.
|
|
91
|
+
it("wedata.v20210820.ModifyDataSource", async function () {
|
|
62
92
|
try {
|
|
63
|
-
const data = await client.
|
|
93
|
+
const data = await client.ModifyDataSource({})
|
|
64
94
|
expect(data).to.be.ok
|
|
65
95
|
} catch(error) {
|
|
66
96
|
expect(error.requestId).to.be.ok
|
|
@@ -88,9 +118,29 @@ it("wedata.v20210820.DescribeRealTimeTaskMetricOverview", async function () {
|
|
|
88
118
|
}
|
|
89
119
|
})
|
|
90
120
|
|
|
91
|
-
it("wedata.v20210820.
|
|
121
|
+
it("wedata.v20210820.DescribeScheduleInstances", async function () {
|
|
92
122
|
try {
|
|
93
|
-
const data = await client.
|
|
123
|
+
const data = await client.DescribeScheduleInstances({})
|
|
124
|
+
expect(data).to.be.ok
|
|
125
|
+
} catch(error) {
|
|
126
|
+
expect(error.requestId).to.be.ok
|
|
127
|
+
expect(error.code).to.be.ok
|
|
128
|
+
}
|
|
129
|
+
})
|
|
130
|
+
|
|
131
|
+
it("wedata.v20210820.BatchStopOpsTasks", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.BatchStopOpsTasks({})
|
|
134
|
+
expect(data).to.be.ok
|
|
135
|
+
} catch(error) {
|
|
136
|
+
expect(error.requestId).to.be.ok
|
|
137
|
+
expect(error.code).to.be.ok
|
|
138
|
+
}
|
|
139
|
+
})
|
|
140
|
+
|
|
141
|
+
it("wedata.v20210820.DescribeTaskByCycleReport", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.DescribeTaskByCycleReport({})
|
|
94
144
|
expect(data).to.be.ok
|
|
95
145
|
} catch(error) {
|
|
96
146
|
expect(error.requestId).to.be.ok
|
|
@@ -128,9 +178,9 @@ it("wedata.v20210820.DescribeInLongAgentVpcList", async function () {
|
|
|
128
178
|
}
|
|
129
179
|
})
|
|
130
180
|
|
|
131
|
-
it("wedata.v20210820.
|
|
181
|
+
it("wedata.v20210820.DescribeWorkflowOpsCanvasInfo", async function () {
|
|
132
182
|
try {
|
|
133
|
-
const data = await client.
|
|
183
|
+
const data = await client.DescribeWorkflowOpsCanvasInfo({})
|
|
134
184
|
expect(data).to.be.ok
|
|
135
185
|
} catch(error) {
|
|
136
186
|
expect(error.requestId).to.be.ok
|
|
@@ -188,9 +238,9 @@ it("wedata.v20210820.DescribeClusterNamespaceList", async function () {
|
|
|
188
238
|
}
|
|
189
239
|
})
|
|
190
240
|
|
|
191
|
-
it("wedata.v20210820.
|
|
241
|
+
it("wedata.v20210820.DescribeOperateOpsTasks", async function () {
|
|
192
242
|
try {
|
|
193
|
-
const data = await client.
|
|
243
|
+
const data = await client.DescribeOperateOpsTasks({})
|
|
194
244
|
expect(data).to.be.ok
|
|
195
245
|
} catch(error) {
|
|
196
246
|
expect(error.requestId).to.be.ok
|
|
@@ -198,9 +248,9 @@ it("wedata.v20210820.DescribeTaskDetail", async function () {
|
|
|
198
248
|
}
|
|
199
249
|
})
|
|
200
250
|
|
|
201
|
-
it("wedata.v20210820.
|
|
251
|
+
it("wedata.v20210820.DescribeInstanceByCycle", async function () {
|
|
202
252
|
try {
|
|
203
|
-
const data = await client.
|
|
253
|
+
const data = await client.DescribeInstanceByCycle({})
|
|
204
254
|
expect(data).to.be.ok
|
|
205
255
|
} catch(error) {
|
|
206
256
|
expect(error.requestId).to.be.ok
|
|
@@ -208,9 +258,9 @@ it("wedata.v20210820.DescribeIntegrationNode", async function () {
|
|
|
208
258
|
}
|
|
209
259
|
})
|
|
210
260
|
|
|
211
|
-
it("wedata.v20210820.
|
|
261
|
+
it("wedata.v20210820.DescribeIntegrationNode", async function () {
|
|
212
262
|
try {
|
|
213
|
-
const data = await client.
|
|
263
|
+
const data = await client.DescribeIntegrationNode({})
|
|
214
264
|
expect(data).to.be.ok
|
|
215
265
|
} catch(error) {
|
|
216
266
|
expect(error.requestId).to.be.ok
|
|
@@ -218,9 +268,9 @@ it("wedata.v20210820.DescribeStandardRuleDetailInfoList", async function () {
|
|
|
218
268
|
}
|
|
219
269
|
})
|
|
220
270
|
|
|
221
|
-
it("wedata.v20210820.
|
|
271
|
+
it("wedata.v20210820.DescribeScheduleInstance", async function () {
|
|
222
272
|
try {
|
|
223
|
-
const data = await client.
|
|
273
|
+
const data = await client.DescribeScheduleInstance({})
|
|
224
274
|
expect(data).to.be.ok
|
|
225
275
|
} catch(error) {
|
|
226
276
|
expect(error.requestId).to.be.ok
|
|
@@ -228,9 +278,9 @@ it("wedata.v20210820.FreezeTasksByMultiWorkflow", async function () {
|
|
|
228
278
|
}
|
|
229
279
|
})
|
|
230
280
|
|
|
231
|
-
it("wedata.v20210820.
|
|
281
|
+
it("wedata.v20210820.DescribeTaskByCycle", async function () {
|
|
232
282
|
try {
|
|
233
|
-
const data = await client.
|
|
283
|
+
const data = await client.DescribeTaskByCycle({})
|
|
234
284
|
expect(data).to.be.ok
|
|
235
285
|
} catch(error) {
|
|
236
286
|
expect(error.requestId).to.be.ok
|
|
@@ -238,9 +288,9 @@ it("wedata.v20210820.DescribeInLongAgentList", async function () {
|
|
|
238
288
|
}
|
|
239
289
|
})
|
|
240
290
|
|
|
241
|
-
it("wedata.v20210820.
|
|
291
|
+
it("wedata.v20210820.BatchDeleteOpsTasks", async function () {
|
|
242
292
|
try {
|
|
243
|
-
const data = await client.
|
|
293
|
+
const data = await client.BatchDeleteOpsTasks({})
|
|
244
294
|
expect(data).to.be.ok
|
|
245
295
|
} catch(error) {
|
|
246
296
|
expect(error.requestId).to.be.ok
|
|
@@ -248,9 +298,9 @@ it("wedata.v20210820.RemoveWorkflowDs", async function () {
|
|
|
248
298
|
}
|
|
249
299
|
})
|
|
250
300
|
|
|
251
|
-
it("wedata.v20210820.
|
|
301
|
+
it("wedata.v20210820.ModifyRule", async function () {
|
|
252
302
|
try {
|
|
253
|
-
const data = await client.
|
|
303
|
+
const data = await client.ModifyRule({})
|
|
254
304
|
expect(data).to.be.ok
|
|
255
305
|
} catch(error) {
|
|
256
306
|
expect(error.requestId).to.be.ok
|
|
@@ -258,9 +308,9 @@ it("wedata.v20210820.BatchDeleteTasksNew", async function () {
|
|
|
258
308
|
}
|
|
259
309
|
})
|
|
260
310
|
|
|
261
|
-
it("wedata.v20210820.
|
|
311
|
+
it("wedata.v20210820.SubmitCustomFunction", async function () {
|
|
262
312
|
try {
|
|
263
|
-
const data = await client.
|
|
313
|
+
const data = await client.SubmitCustomFunction({})
|
|
264
314
|
expect(data).to.be.ok
|
|
265
315
|
} catch(error) {
|
|
266
316
|
expect(error.requestId).to.be.ok
|
|
@@ -268,9 +318,9 @@ it("wedata.v20210820.ResumeIntegrationTask", async function () {
|
|
|
268
318
|
}
|
|
269
319
|
})
|
|
270
320
|
|
|
271
|
-
it("wedata.v20210820.
|
|
321
|
+
it("wedata.v20210820.DescribeRuleGroupExecResultsByPageWithoutAuth", async function () {
|
|
272
322
|
try {
|
|
273
|
-
const data = await client.
|
|
323
|
+
const data = await client.DescribeRuleGroupExecResultsByPageWithoutAuth({})
|
|
274
324
|
expect(data).to.be.ok
|
|
275
325
|
} catch(error) {
|
|
276
326
|
expect(error.requestId).to.be.ok
|
|
@@ -278,9 +328,9 @@ it("wedata.v20210820.DeleteWorkflowNew", async function () {
|
|
|
278
328
|
}
|
|
279
329
|
})
|
|
280
330
|
|
|
281
|
-
it("wedata.v20210820.
|
|
331
|
+
it("wedata.v20210820.RemoveWorkflowDs", async function () {
|
|
282
332
|
try {
|
|
283
|
-
const data = await client.
|
|
333
|
+
const data = await client.RemoveWorkflowDs({})
|
|
284
334
|
expect(data).to.be.ok
|
|
285
335
|
} catch(error) {
|
|
286
336
|
expect(error.requestId).to.be.ok
|
|
@@ -288,9 +338,9 @@ it("wedata.v20210820.DescribeIntegrationStatisticsAgentStatus", async function (
|
|
|
288
338
|
}
|
|
289
339
|
})
|
|
290
340
|
|
|
291
|
-
it("wedata.v20210820.
|
|
341
|
+
it("wedata.v20210820.DescribeThirdTaskRunLog", async function () {
|
|
292
342
|
try {
|
|
293
|
-
const data = await client.
|
|
343
|
+
const data = await client.DescribeThirdTaskRunLog({})
|
|
294
344
|
expect(data).to.be.ok
|
|
295
345
|
} catch(error) {
|
|
296
346
|
expect(error.requestId).to.be.ok
|
|
@@ -298,9 +348,9 @@ it("wedata.v20210820.DescribeInstanceLogList", async function () {
|
|
|
298
348
|
}
|
|
299
349
|
})
|
|
300
350
|
|
|
301
|
-
it("wedata.v20210820.
|
|
351
|
+
it("wedata.v20210820.BatchDeleteTasksNew", async function () {
|
|
302
352
|
try {
|
|
303
|
-
const data = await client.
|
|
353
|
+
const data = await client.BatchDeleteTasksNew({})
|
|
304
354
|
expect(data).to.be.ok
|
|
305
355
|
} catch(error) {
|
|
306
356
|
expect(error.requestId).to.be.ok
|
|
@@ -308,9 +358,9 @@ it("wedata.v20210820.CreateCustomFunction", async function () {
|
|
|
308
358
|
}
|
|
309
359
|
})
|
|
310
360
|
|
|
311
|
-
it("wedata.v20210820.
|
|
361
|
+
it("wedata.v20210820.ResumeIntegrationTask", async function () {
|
|
312
362
|
try {
|
|
313
|
-
const data = await client.
|
|
363
|
+
const data = await client.ResumeIntegrationTask({})
|
|
314
364
|
expect(data).to.be.ok
|
|
315
365
|
} catch(error) {
|
|
316
366
|
expect(error.requestId).to.be.ok
|
|
@@ -318,9 +368,9 @@ it("wedata.v20210820.UnlockIntegrationTask", async function () {
|
|
|
318
368
|
}
|
|
319
369
|
})
|
|
320
370
|
|
|
321
|
-
it("wedata.v20210820.
|
|
371
|
+
it("wedata.v20210820.DeleteWorkflowNew", async function () {
|
|
322
372
|
try {
|
|
323
|
-
const data = await client.
|
|
373
|
+
const data = await client.DeleteWorkflowNew({})
|
|
324
374
|
expect(data).to.be.ok
|
|
325
375
|
} catch(error) {
|
|
326
376
|
expect(error.requestId).to.be.ok
|
|
@@ -328,9 +378,9 @@ it("wedata.v20210820.BatchStopTasksNew", async function () {
|
|
|
328
378
|
}
|
|
329
379
|
})
|
|
330
380
|
|
|
331
|
-
it("wedata.v20210820.
|
|
381
|
+
it("wedata.v20210820.DescribeIntegrationStatisticsAgentStatus", async function () {
|
|
332
382
|
try {
|
|
333
|
-
const data = await client.
|
|
383
|
+
const data = await client.DescribeIntegrationStatisticsAgentStatus({})
|
|
334
384
|
expect(data).to.be.ok
|
|
335
385
|
} catch(error) {
|
|
336
386
|
expect(error.requestId).to.be.ok
|
|
@@ -338,9 +388,9 @@ it("wedata.v20210820.DeleteFolder", async function () {
|
|
|
338
388
|
}
|
|
339
389
|
})
|
|
340
390
|
|
|
341
|
-
it("wedata.v20210820.
|
|
391
|
+
it("wedata.v20210820.StopBaseline", async function () {
|
|
342
392
|
try {
|
|
343
|
-
const data = await client.
|
|
393
|
+
const data = await client.StopBaseline({})
|
|
344
394
|
expect(data).to.be.ok
|
|
345
395
|
} catch(error) {
|
|
346
396
|
expect(error.requestId).to.be.ok
|
|
@@ -348,9 +398,9 @@ it("wedata.v20210820.DeleteProjectParamDs", async function () {
|
|
|
348
398
|
}
|
|
349
399
|
})
|
|
350
400
|
|
|
351
|
-
it("wedata.v20210820.
|
|
401
|
+
it("wedata.v20210820.DescribeInstanceLastLog", async function () {
|
|
352
402
|
try {
|
|
353
|
-
const data = await client.
|
|
403
|
+
const data = await client.DescribeInstanceLastLog({})
|
|
354
404
|
expect(data).to.be.ok
|
|
355
405
|
} catch(error) {
|
|
356
406
|
expect(error.requestId).to.be.ok
|
|
@@ -358,9 +408,9 @@ it("wedata.v20210820.CreateDataSource", async function () {
|
|
|
358
408
|
}
|
|
359
409
|
})
|
|
360
410
|
|
|
361
|
-
it("wedata.v20210820.
|
|
411
|
+
it("wedata.v20210820.BatchModifyOpsOwners", async function () {
|
|
362
412
|
try {
|
|
363
|
-
const data = await client.
|
|
413
|
+
const data = await client.BatchModifyOpsOwners({})
|
|
364
414
|
expect(data).to.be.ok
|
|
365
415
|
} catch(error) {
|
|
366
416
|
expect(error.requestId).to.be.ok
|
|
@@ -368,9 +418,9 @@ it("wedata.v20210820.SetTaskAlarmNew", async function () {
|
|
|
368
418
|
}
|
|
369
419
|
})
|
|
370
420
|
|
|
371
|
-
it("wedata.v20210820.
|
|
421
|
+
it("wedata.v20210820.CreateCustomFunction", async function () {
|
|
372
422
|
try {
|
|
373
|
-
const data = await client.
|
|
423
|
+
const data = await client.CreateCustomFunction({})
|
|
374
424
|
expect(data).to.be.ok
|
|
375
425
|
} catch(error) {
|
|
376
426
|
expect(error.requestId).to.be.ok
|
|
@@ -378,9 +428,9 @@ it("wedata.v20210820.DescribeOfflineTaskToken", async function () {
|
|
|
378
428
|
}
|
|
379
429
|
})
|
|
380
430
|
|
|
381
|
-
it("wedata.v20210820.
|
|
431
|
+
it("wedata.v20210820.EditBaseline", async function () {
|
|
382
432
|
try {
|
|
383
|
-
const data = await client.
|
|
433
|
+
const data = await client.EditBaseline({})
|
|
384
434
|
expect(data).to.be.ok
|
|
385
435
|
} catch(error) {
|
|
386
436
|
expect(error.requestId).to.be.ok
|
|
@@ -388,9 +438,9 @@ it("wedata.v20210820.DeleteRuleTemplate", async function () {
|
|
|
388
438
|
}
|
|
389
439
|
})
|
|
390
440
|
|
|
391
|
-
it("wedata.v20210820.
|
|
441
|
+
it("wedata.v20210820.BatchStopTasksNew", async function () {
|
|
392
442
|
try {
|
|
393
|
-
const data = await client.
|
|
443
|
+
const data = await client.BatchStopTasksNew({})
|
|
394
444
|
expect(data).to.be.ok
|
|
395
445
|
} catch(error) {
|
|
396
446
|
expect(error.requestId).to.be.ok
|
|
@@ -398,9 +448,9 @@ it("wedata.v20210820.RobAndLockIntegrationTask", async function () {
|
|
|
398
448
|
}
|
|
399
449
|
})
|
|
400
450
|
|
|
401
|
-
it("wedata.v20210820.
|
|
451
|
+
it("wedata.v20210820.DeleteFolder", async function () {
|
|
402
452
|
try {
|
|
403
|
-
const data = await client.
|
|
453
|
+
const data = await client.DeleteFolder({})
|
|
404
454
|
expect(data).to.be.ok
|
|
405
455
|
} catch(error) {
|
|
406
456
|
expect(error.requestId).to.be.ok
|
|
@@ -408,9 +458,9 @@ it("wedata.v20210820.CheckIntegrationNodeNameExists", async function () {
|
|
|
408
458
|
}
|
|
409
459
|
})
|
|
410
460
|
|
|
411
|
-
it("wedata.v20210820.
|
|
461
|
+
it("wedata.v20210820.DescribeSchedulerTaskTypeCnt", async function () {
|
|
412
462
|
try {
|
|
413
|
-
const data = await client.
|
|
463
|
+
const data = await client.DescribeSchedulerTaskTypeCnt({})
|
|
414
464
|
expect(data).to.be.ok
|
|
415
465
|
} catch(error) {
|
|
416
466
|
expect(error.requestId).to.be.ok
|
|
@@ -418,9 +468,9 @@ it("wedata.v20210820.DescribeAlarmEvents", async function () {
|
|
|
418
468
|
}
|
|
419
469
|
})
|
|
420
470
|
|
|
421
|
-
it("wedata.v20210820.
|
|
471
|
+
it("wedata.v20210820.DeleteProjectParamDs", async function () {
|
|
422
472
|
try {
|
|
423
|
-
const data = await client.
|
|
473
|
+
const data = await client.DeleteProjectParamDs({})
|
|
424
474
|
expect(data).to.be.ok
|
|
425
475
|
} catch(error) {
|
|
426
476
|
expect(error.requestId).to.be.ok
|
|
@@ -428,9 +478,9 @@ it("wedata.v20210820.ForceSucInstances", async function () {
|
|
|
428
478
|
}
|
|
429
479
|
})
|
|
430
480
|
|
|
431
|
-
it("wedata.v20210820.
|
|
481
|
+
it("wedata.v20210820.DescribeWorkflowListByProjectId", async function () {
|
|
432
482
|
try {
|
|
433
|
-
const data = await client.
|
|
483
|
+
const data = await client.DescribeWorkflowListByProjectId({})
|
|
434
484
|
expect(data).to.be.ok
|
|
435
485
|
} catch(error) {
|
|
436
486
|
expect(error.requestId).to.be.ok
|
|
@@ -438,9 +488,9 @@ it("wedata.v20210820.DescribeQualityScore", async function () {
|
|
|
438
488
|
}
|
|
439
489
|
})
|
|
440
490
|
|
|
441
|
-
it("wedata.v20210820.
|
|
491
|
+
it("wedata.v20210820.CreateDataSource", async function () {
|
|
442
492
|
try {
|
|
443
|
-
const data = await client.
|
|
493
|
+
const data = await client.CreateDataSource({})
|
|
444
494
|
expect(data).to.be.ok
|
|
445
495
|
} catch(error) {
|
|
446
496
|
expect(error.requestId).to.be.ok
|
|
@@ -448,9 +498,9 @@ it("wedata.v20210820.CreateResourcePath", async function () {
|
|
|
448
498
|
}
|
|
449
499
|
})
|
|
450
500
|
|
|
451
|
-
it("wedata.v20210820.
|
|
501
|
+
it("wedata.v20210820.DescribeOpsInstanceLogList", async function () {
|
|
452
502
|
try {
|
|
453
|
-
const data = await client.
|
|
503
|
+
const data = await client.DescribeOpsInstanceLogList({})
|
|
454
504
|
expect(data).to.be.ok
|
|
455
505
|
} catch(error) {
|
|
456
506
|
expect(error.requestId).to.be.ok
|
|
@@ -458,9 +508,9 @@ it("wedata.v20210820.DescribeRuleDimStat", async function () {
|
|
|
458
508
|
}
|
|
459
509
|
})
|
|
460
510
|
|
|
461
|
-
it("wedata.v20210820.
|
|
511
|
+
it("wedata.v20210820.SetTaskAlarmNew", async function () {
|
|
462
512
|
try {
|
|
463
|
-
const data = await client.
|
|
513
|
+
const data = await client.SetTaskAlarmNew({})
|
|
464
514
|
expect(data).to.be.ok
|
|
465
515
|
} catch(error) {
|
|
466
516
|
expect(error.requestId).to.be.ok
|
|
@@ -468,9 +518,9 @@ it("wedata.v20210820.GenHiveTableDDLSql", async function () {
|
|
|
468
518
|
}
|
|
469
519
|
})
|
|
470
520
|
|
|
471
|
-
it("wedata.v20210820.
|
|
521
|
+
it("wedata.v20210820.DescribeEventConsumeTasks", async function () {
|
|
472
522
|
try {
|
|
473
|
-
const data = await client.
|
|
523
|
+
const data = await client.DescribeEventConsumeTasks({})
|
|
474
524
|
expect(data).to.be.ok
|
|
475
525
|
} catch(error) {
|
|
476
526
|
expect(error.requestId).to.be.ok
|
|
@@ -478,9 +528,9 @@ it("wedata.v20210820.DescribeTaskScript", async function () {
|
|
|
478
528
|
}
|
|
479
529
|
})
|
|
480
530
|
|
|
481
|
-
it("wedata.v20210820.
|
|
531
|
+
it("wedata.v20210820.DescribeDiagnosticInfoByBaselineId", async function () {
|
|
482
532
|
try {
|
|
483
|
-
const data = await client.
|
|
533
|
+
const data = await client.DescribeDiagnosticInfoByBaselineId({})
|
|
484
534
|
expect(data).to.be.ok
|
|
485
535
|
} catch(error) {
|
|
486
536
|
expect(error.requestId).to.be.ok
|
|
@@ -488,9 +538,9 @@ it("wedata.v20210820.SaveCustomFunction", async function () {
|
|
|
488
538
|
}
|
|
489
539
|
})
|
|
490
540
|
|
|
491
|
-
it("wedata.v20210820.
|
|
541
|
+
it("wedata.v20210820.DescribeOfflineTaskToken", async function () {
|
|
492
542
|
try {
|
|
493
|
-
const data = await client.
|
|
543
|
+
const data = await client.DescribeOfflineTaskToken({})
|
|
494
544
|
expect(data).to.be.ok
|
|
495
545
|
} catch(error) {
|
|
496
546
|
expect(error.requestId).to.be.ok
|
|
@@ -498,9 +548,9 @@ it("wedata.v20210820.DescribeTopTableStat", async function () {
|
|
|
498
548
|
}
|
|
499
549
|
})
|
|
500
550
|
|
|
501
|
-
it("wedata.v20210820.
|
|
551
|
+
it("wedata.v20210820.DeleteRuleTemplate", async function () {
|
|
502
552
|
try {
|
|
503
|
-
const data = await client.
|
|
553
|
+
const data = await client.DeleteRuleTemplate({})
|
|
504
554
|
expect(data).to.be.ok
|
|
505
555
|
} catch(error) {
|
|
506
556
|
expect(error.requestId).to.be.ok
|
|
@@ -508,9 +558,9 @@ it("wedata.v20210820.DescribeOrganizationalFunctions", async function () {
|
|
|
508
558
|
}
|
|
509
559
|
})
|
|
510
560
|
|
|
511
|
-
it("wedata.v20210820.
|
|
561
|
+
it("wedata.v20210820.KillInstances", async function () {
|
|
512
562
|
try {
|
|
513
|
-
const data = await client.
|
|
563
|
+
const data = await client.KillInstances({})
|
|
514
564
|
expect(data).to.be.ok
|
|
515
565
|
} catch(error) {
|
|
516
566
|
expect(error.requestId).to.be.ok
|
|
@@ -518,9 +568,9 @@ it("wedata.v20210820.DeleteInLongAgent", async function () {
|
|
|
518
568
|
}
|
|
519
569
|
})
|
|
520
570
|
|
|
521
|
-
it("wedata.v20210820.
|
|
571
|
+
it("wedata.v20210820.ModifyIntegrationNode", async function () {
|
|
522
572
|
try {
|
|
523
|
-
const data = await client.
|
|
573
|
+
const data = await client.ModifyIntegrationNode({})
|
|
524
574
|
expect(data).to.be.ok
|
|
525
575
|
} catch(error) {
|
|
526
576
|
expect(error.requestId).to.be.ok
|
|
@@ -528,9 +578,9 @@ it("wedata.v20210820.SubmitTaskTestRun", async function () {
|
|
|
528
578
|
}
|
|
529
579
|
})
|
|
530
580
|
|
|
531
|
-
it("wedata.v20210820.
|
|
581
|
+
it("wedata.v20210820.RobAndLockIntegrationTask", async function () {
|
|
532
582
|
try {
|
|
533
|
-
const data = await client.
|
|
583
|
+
const data = await client.RobAndLockIntegrationTask({})
|
|
534
584
|
expect(data).to.be.ok
|
|
535
585
|
} catch(error) {
|
|
536
586
|
expect(error.requestId).to.be.ok
|
|
@@ -538,9 +588,9 @@ it("wedata.v20210820.CommitRuleGroupExecResult", async function () {
|
|
|
538
588
|
}
|
|
539
589
|
})
|
|
540
590
|
|
|
541
|
-
it("wedata.v20210820.
|
|
591
|
+
it("wedata.v20210820.CheckIntegrationNodeNameExists", async function () {
|
|
542
592
|
try {
|
|
543
|
-
const data = await client.
|
|
593
|
+
const data = await client.CheckIntegrationNodeNameExists({})
|
|
544
594
|
expect(data).to.be.ok
|
|
545
595
|
} catch(error) {
|
|
546
596
|
expect(error.requestId).to.be.ok
|
|
@@ -548,9 +598,9 @@ it("wedata.v20210820.DeleteFilePath", async function () {
|
|
|
548
598
|
}
|
|
549
599
|
})
|
|
550
600
|
|
|
551
|
-
it("wedata.v20210820.
|
|
601
|
+
it("wedata.v20210820.DescribeAlarmEvents", async function () {
|
|
552
602
|
try {
|
|
553
|
-
const data = await client.
|
|
603
|
+
const data = await client.DescribeAlarmEvents({})
|
|
554
604
|
expect(data).to.be.ok
|
|
555
605
|
} catch(error) {
|
|
556
606
|
expect(error.requestId).to.be.ok
|
|
@@ -558,9 +608,9 @@ it("wedata.v20210820.DryRunDIOfflineTask", async function () {
|
|
|
558
608
|
}
|
|
559
609
|
})
|
|
560
610
|
|
|
561
|
-
it("wedata.v20210820.
|
|
611
|
+
it("wedata.v20210820.DescribeRuleTablesByPage", async function () {
|
|
562
612
|
try {
|
|
563
|
-
const data = await client.
|
|
613
|
+
const data = await client.DescribeRuleTablesByPage({})
|
|
564
614
|
expect(data).to.be.ok
|
|
565
615
|
} catch(error) {
|
|
566
616
|
expect(error.requestId).to.be.ok
|
|
@@ -568,9 +618,9 @@ it("wedata.v20210820.DescribeDimensionScore", async function () {
|
|
|
568
618
|
}
|
|
569
619
|
})
|
|
570
620
|
|
|
571
|
-
it("wedata.v20210820.
|
|
621
|
+
it("wedata.v20210820.DescribeQualityScore", async function () {
|
|
572
622
|
try {
|
|
573
|
-
const data = await client.
|
|
623
|
+
const data = await client.DescribeQualityScore({})
|
|
574
624
|
expect(data).to.be.ok
|
|
575
625
|
} catch(error) {
|
|
576
626
|
expect(error.requestId).to.be.ok
|
|
@@ -578,9 +628,9 @@ it("wedata.v20210820.DescribeRuleGroupTable", async function () {
|
|
|
578
628
|
}
|
|
579
629
|
})
|
|
580
630
|
|
|
581
|
-
it("wedata.v20210820.
|
|
631
|
+
it("wedata.v20210820.CreateResourcePath", async function () {
|
|
582
632
|
try {
|
|
583
|
-
const data = await client.
|
|
633
|
+
const data = await client.CreateResourcePath({})
|
|
584
634
|
expect(data).to.be.ok
|
|
585
635
|
} catch(error) {
|
|
586
636
|
expect(error.requestId).to.be.ok
|
|
@@ -588,9 +638,9 @@ it("wedata.v20210820.DescribeInLongTkeClusterList", async function () {
|
|
|
588
638
|
}
|
|
589
639
|
})
|
|
590
640
|
|
|
591
|
-
it("wedata.v20210820.
|
|
641
|
+
it("wedata.v20210820.DescribeRuleDimStat", async function () {
|
|
592
642
|
try {
|
|
593
|
-
const data = await client.
|
|
643
|
+
const data = await client.DescribeRuleDimStat({})
|
|
594
644
|
expect(data).to.be.ok
|
|
595
645
|
} catch(error) {
|
|
596
646
|
expect(error.requestId).to.be.ok
|
|
@@ -598,9 +648,9 @@ it("wedata.v20210820.CreateIntegrationTask", async function () {
|
|
|
598
648
|
}
|
|
599
649
|
})
|
|
600
650
|
|
|
601
|
-
it("wedata.v20210820.
|
|
651
|
+
it("wedata.v20210820.GenHiveTableDDLSql", async function () {
|
|
602
652
|
try {
|
|
603
|
-
const data = await client.
|
|
653
|
+
const data = await client.GenHiveTableDDLSql({})
|
|
604
654
|
expect(data).to.be.ok
|
|
605
655
|
} catch(error) {
|
|
606
656
|
expect(error.requestId).to.be.ok
|
|
@@ -608,9 +658,9 @@ it("wedata.v20210820.CommitExportTask", async function () {
|
|
|
608
658
|
}
|
|
609
659
|
})
|
|
610
660
|
|
|
611
|
-
it("wedata.v20210820.
|
|
661
|
+
it("wedata.v20210820.DescribeTaskRunHistory", async function () {
|
|
612
662
|
try {
|
|
613
|
-
const data = await client.
|
|
663
|
+
const data = await client.DescribeTaskRunHistory({})
|
|
614
664
|
expect(data).to.be.ok
|
|
615
665
|
} catch(error) {
|
|
616
666
|
expect(error.requestId).to.be.ok
|
|
@@ -618,9 +668,9 @@ it("wedata.v20210820.DescribeRuleHistoryByPage", async function () {
|
|
|
618
668
|
}
|
|
619
669
|
})
|
|
620
670
|
|
|
621
|
-
it("wedata.v20210820.
|
|
671
|
+
it("wedata.v20210820.DescribeOpsMakePlanTasks", async function () {
|
|
622
672
|
try {
|
|
623
|
-
const data = await client.
|
|
673
|
+
const data = await client.DescribeOpsMakePlanTasks({})
|
|
624
674
|
expect(data).to.be.ok
|
|
625
675
|
} catch(error) {
|
|
626
676
|
expect(error.requestId).to.be.ok
|
|
@@ -628,9 +678,9 @@ it("wedata.v20210820.DescribeDataSourceList", async function () {
|
|
|
628
678
|
}
|
|
629
679
|
})
|
|
630
680
|
|
|
631
|
-
it("wedata.v20210820.
|
|
681
|
+
it("wedata.v20210820.DescribeAllUsedVersionSon", async function () {
|
|
632
682
|
try {
|
|
633
|
-
const data = await client.
|
|
683
|
+
const data = await client.DescribeAllUsedVersionSon({})
|
|
634
684
|
expect(data).to.be.ok
|
|
635
685
|
} catch(error) {
|
|
636
686
|
expect(error.requestId).to.be.ok
|
|
@@ -638,9 +688,9 @@ it("wedata.v20210820.ModifyTaskInfo", async function () {
|
|
|
638
688
|
}
|
|
639
689
|
})
|
|
640
690
|
|
|
641
|
-
it("wedata.v20210820.
|
|
691
|
+
it("wedata.v20210820.DescribeOrganizationalFunctions", async function () {
|
|
642
692
|
try {
|
|
643
|
-
const data = await client.
|
|
693
|
+
const data = await client.DescribeOrganizationalFunctions({})
|
|
644
694
|
expect(data).to.be.ok
|
|
645
695
|
} catch(error) {
|
|
646
696
|
expect(error.requestId).to.be.ok
|
|
@@ -648,9 +698,9 @@ it("wedata.v20210820.DescribeRuleTablesByPage", async function () {
|
|
|
648
698
|
}
|
|
649
699
|
})
|
|
650
700
|
|
|
651
|
-
it("wedata.v20210820.
|
|
701
|
+
it("wedata.v20210820.DeleteInLongAgent", async function () {
|
|
652
702
|
try {
|
|
653
|
-
const data = await client.
|
|
703
|
+
const data = await client.DeleteInLongAgent({})
|
|
654
704
|
expect(data).to.be.ok
|
|
655
705
|
} catch(error) {
|
|
656
706
|
expect(error.requestId).to.be.ok
|
|
@@ -658,9 +708,9 @@ it("wedata.v20210820.ModifyIntegrationTask", async function () {
|
|
|
658
708
|
}
|
|
659
709
|
})
|
|
660
710
|
|
|
661
|
-
it("wedata.v20210820.
|
|
711
|
+
it("wedata.v20210820.SubmitTaskTestRun", async function () {
|
|
662
712
|
try {
|
|
663
|
-
const data = await client.
|
|
713
|
+
const data = await client.SubmitTaskTestRun({})
|
|
664
714
|
expect(data).to.be.ok
|
|
665
715
|
} catch(error) {
|
|
666
716
|
expect(error.requestId).to.be.ok
|
|
@@ -668,9 +718,9 @@ it("wedata.v20210820.DescribeIntegrationStatisticsTaskStatus", async function ()
|
|
|
668
718
|
}
|
|
669
719
|
})
|
|
670
720
|
|
|
671
|
-
it("wedata.v20210820.
|
|
721
|
+
it("wedata.v20210820.ModifyBaselineTaskAlarmStatus", async function () {
|
|
672
722
|
try {
|
|
673
|
-
const data = await client.
|
|
723
|
+
const data = await client.ModifyBaselineTaskAlarmStatus({})
|
|
674
724
|
expect(data).to.be.ok
|
|
675
725
|
} catch(error) {
|
|
676
726
|
expect(error.requestId).to.be.ok
|
|
@@ -678,9 +728,9 @@ it("wedata.v20210820.BatchStartIntegrationTasks", async function () {
|
|
|
678
728
|
}
|
|
679
729
|
})
|
|
680
730
|
|
|
681
|
-
it("wedata.v20210820.
|
|
731
|
+
it("wedata.v20210820.CommitRuleGroupExecResult", async function () {
|
|
682
732
|
try {
|
|
683
|
-
const data = await client.
|
|
733
|
+
const data = await client.CommitRuleGroupExecResult({})
|
|
684
734
|
expect(data).to.be.ok
|
|
685
735
|
} catch(error) {
|
|
686
736
|
expect(error.requestId).to.be.ok
|
|
@@ -688,9 +738,9 @@ it("wedata.v20210820.DescribeMonitorsByPage", async function () {
|
|
|
688
738
|
}
|
|
689
739
|
})
|
|
690
740
|
|
|
691
|
-
it("wedata.v20210820.
|
|
741
|
+
it("wedata.v20210820.DeleteFilePath", async function () {
|
|
692
742
|
try {
|
|
693
|
-
const data = await client.
|
|
743
|
+
const data = await client.DeleteFilePath({})
|
|
694
744
|
expect(data).to.be.ok
|
|
695
745
|
} catch(error) {
|
|
696
746
|
expect(error.requestId).to.be.ok
|
|
@@ -698,9 +748,9 @@ it("wedata.v20210820.ModifyTaskName", async function () {
|
|
|
698
748
|
}
|
|
699
749
|
})
|
|
700
750
|
|
|
701
|
-
it("wedata.v20210820.
|
|
751
|
+
it("wedata.v20210820.MakeUpOpsTasks", async function () {
|
|
702
752
|
try {
|
|
703
|
-
const data = await client.
|
|
753
|
+
const data = await client.MakeUpOpsTasks({})
|
|
704
754
|
expect(data).to.be.ok
|
|
705
755
|
} catch(error) {
|
|
706
756
|
expect(error.requestId).to.be.ok
|
|
@@ -708,9 +758,9 @@ it("wedata.v20210820.DescribeRuleExecDetail", async function () {
|
|
|
708
758
|
}
|
|
709
759
|
})
|
|
710
760
|
|
|
711
|
-
it("wedata.v20210820.
|
|
761
|
+
it("wedata.v20210820.SubmitWorkflow", async function () {
|
|
712
762
|
try {
|
|
713
|
-
const data = await client.
|
|
763
|
+
const data = await client.SubmitWorkflow({})
|
|
714
764
|
expect(data).to.be.ok
|
|
715
765
|
} catch(error) {
|
|
716
766
|
expect(error.requestId).to.be.ok
|
|
@@ -718,9 +768,9 @@ it("wedata.v20210820.CheckTaskNameExist", async function () {
|
|
|
718
768
|
}
|
|
719
769
|
})
|
|
720
770
|
|
|
721
|
-
it("wedata.v20210820.
|
|
771
|
+
it("wedata.v20210820.DescribeSuccessorOpsTaskInfos", async function () {
|
|
722
772
|
try {
|
|
723
|
-
const data = await client.
|
|
773
|
+
const data = await client.DescribeSuccessorOpsTaskInfos({})
|
|
724
774
|
expect(data).to.be.ok
|
|
725
775
|
} catch(error) {
|
|
726
776
|
expect(error.requestId).to.be.ok
|
|
@@ -728,9 +778,9 @@ it("wedata.v20210820.DescribeRelatedInstances", async function () {
|
|
|
728
778
|
}
|
|
729
779
|
})
|
|
730
780
|
|
|
731
|
-
it("wedata.v20210820.
|
|
781
|
+
it("wedata.v20210820.DescribeSonInstances", async function () {
|
|
732
782
|
try {
|
|
733
|
-
const data = await client.
|
|
783
|
+
const data = await client.DescribeSonInstances({})
|
|
734
784
|
expect(data).to.be.ok
|
|
735
785
|
} catch(error) {
|
|
736
786
|
expect(error.requestId).to.be.ok
|
|
@@ -738,9 +788,9 @@ it("wedata.v20210820.DescribeDatasource", async function () {
|
|
|
738
788
|
}
|
|
739
789
|
})
|
|
740
790
|
|
|
741
|
-
it("wedata.v20210820.
|
|
791
|
+
it("wedata.v20210820.DryRunDIOfflineTask", async function () {
|
|
742
792
|
try {
|
|
743
|
-
const data = await client.
|
|
793
|
+
const data = await client.DryRunDIOfflineTask({})
|
|
744
794
|
expect(data).to.be.ok
|
|
745
795
|
} catch(error) {
|
|
746
796
|
expect(error.requestId).to.be.ok
|
|
@@ -748,9 +798,9 @@ it("wedata.v20210820.CreateInLongAgent", async function () {
|
|
|
748
798
|
}
|
|
749
799
|
})
|
|
750
800
|
|
|
751
|
-
it("wedata.v20210820.
|
|
801
|
+
it("wedata.v20210820.DescribeDimensionScore", async function () {
|
|
752
802
|
try {
|
|
753
|
-
const data = await client.
|
|
803
|
+
const data = await client.DescribeDimensionScore({})
|
|
754
804
|
expect(data).to.be.ok
|
|
755
805
|
} catch(error) {
|
|
756
806
|
expect(error.requestId).to.be.ok
|
|
@@ -758,9 +808,9 @@ it("wedata.v20210820.UpdateInLongAgent", async function () {
|
|
|
758
808
|
}
|
|
759
809
|
})
|
|
760
810
|
|
|
761
|
-
it("wedata.v20210820.
|
|
811
|
+
it("wedata.v20210820.DescribeRuleGroupTable", async function () {
|
|
762
812
|
try {
|
|
763
|
-
const data = await client.
|
|
813
|
+
const data = await client.DescribeRuleGroupTable({})
|
|
764
814
|
expect(data).to.be.ok
|
|
765
815
|
} catch(error) {
|
|
766
816
|
expect(error.requestId).to.be.ok
|
|
@@ -768,9 +818,9 @@ it("wedata.v20210820.CreateOfflineTask", async function () {
|
|
|
768
818
|
}
|
|
769
819
|
})
|
|
770
820
|
|
|
771
|
-
it("wedata.v20210820.
|
|
821
|
+
it("wedata.v20210820.DeleteBaseline", async function () {
|
|
772
822
|
try {
|
|
773
|
-
const data = await client.
|
|
823
|
+
const data = await client.DeleteBaseline({})
|
|
774
824
|
expect(data).to.be.ok
|
|
775
825
|
} catch(error) {
|
|
776
826
|
expect(error.requestId).to.be.ok
|
|
@@ -778,9 +828,9 @@ it("wedata.v20210820.ModifyWorkflowSchedule", async function () {
|
|
|
778
828
|
}
|
|
779
829
|
})
|
|
780
830
|
|
|
781
|
-
it("wedata.v20210820.
|
|
831
|
+
it("wedata.v20210820.CreateIntegrationTask", async function () {
|
|
782
832
|
try {
|
|
783
|
-
const data = await client.
|
|
833
|
+
const data = await client.CreateIntegrationTask({})
|
|
784
834
|
expect(data).to.be.ok
|
|
785
835
|
} catch(error) {
|
|
786
836
|
expect(error.requestId).to.be.ok
|
|
@@ -788,9 +838,9 @@ it("wedata.v20210820.DescribeTasksByPage", async function () {
|
|
|
788
838
|
}
|
|
789
839
|
})
|
|
790
840
|
|
|
791
|
-
it("wedata.v20210820.
|
|
841
|
+
it("wedata.v20210820.ModifyTaskScript", async function () {
|
|
792
842
|
try {
|
|
793
|
-
const data = await client.
|
|
843
|
+
const data = await client.ModifyTaskScript({})
|
|
794
844
|
expect(data).to.be.ok
|
|
795
845
|
} catch(error) {
|
|
796
846
|
expect(error.requestId).to.be.ok
|
|
@@ -798,9 +848,9 @@ it("wedata.v20210820.CreateFolder", async function () {
|
|
|
798
848
|
}
|
|
799
849
|
})
|
|
800
850
|
|
|
801
|
-
it("wedata.v20210820.
|
|
851
|
+
it("wedata.v20210820.CommitExportTask", async function () {
|
|
802
852
|
try {
|
|
803
|
-
const data = await client.
|
|
853
|
+
const data = await client.CommitExportTask({})
|
|
804
854
|
expect(data).to.be.ok
|
|
805
855
|
} catch(error) {
|
|
806
856
|
expect(error.requestId).to.be.ok
|
|
@@ -808,9 +858,659 @@ it("wedata.v20210820.DescribeTableSchemaInfo", async function () {
|
|
|
808
858
|
}
|
|
809
859
|
})
|
|
810
860
|
|
|
811
|
-
it("wedata.v20210820.
|
|
861
|
+
it("wedata.v20210820.DescribeRuleHistoryByPage", async function () {
|
|
812
862
|
try {
|
|
813
|
-
const data = await client.
|
|
863
|
+
const data = await client.DescribeRuleHistoryByPage({})
|
|
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("wedata.v20210820.KillOpsMakePlanInstances", async function () {
|
|
872
|
+
try {
|
|
873
|
+
const data = await client.KillOpsMakePlanInstances({})
|
|
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("wedata.v20210820.DescribeDataSourceList", async function () {
|
|
882
|
+
try {
|
|
883
|
+
const data = await client.DescribeDataSourceList({})
|
|
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("wedata.v20210820.ModifyTaskInfo", async function () {
|
|
892
|
+
try {
|
|
893
|
+
const data = await client.ModifyTaskInfo({})
|
|
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("wedata.v20210820.DescribeIntegrationVersionNodesInfo", async function () {
|
|
902
|
+
try {
|
|
903
|
+
const data = await client.DescribeIntegrationVersionNodesInfo({})
|
|
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("wedata.v20210820.DescribeEventTypes", async function () {
|
|
912
|
+
try {
|
|
913
|
+
const data = await client.DescribeEventTypes({})
|
|
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("wedata.v20210820.DescribeSchedulerTaskCntByStatus", async function () {
|
|
922
|
+
try {
|
|
923
|
+
const data = await client.DescribeSchedulerTaskCntByStatus({})
|
|
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("wedata.v20210820.ModifyIntegrationTask", async function () {
|
|
932
|
+
try {
|
|
933
|
+
const data = await client.ModifyIntegrationTask({})
|
|
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("wedata.v20210820.DescribeTableScoreTrend", async function () {
|
|
942
|
+
try {
|
|
943
|
+
const data = await client.DescribeTableScoreTrend({})
|
|
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("wedata.v20210820.DescribeIntegrationStatisticsTaskStatus", async function () {
|
|
952
|
+
try {
|
|
953
|
+
const data = await client.DescribeIntegrationStatisticsTaskStatus({})
|
|
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("wedata.v20210820.BatchStartIntegrationTasks", async function () {
|
|
962
|
+
try {
|
|
963
|
+
const data = await client.BatchStartIntegrationTasks({})
|
|
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("wedata.v20210820.DescribeMonitorsByPage", async function () {
|
|
972
|
+
try {
|
|
973
|
+
const data = await client.DescribeMonitorsByPage({})
|
|
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("wedata.v20210820.ModifyTaskName", async function () {
|
|
982
|
+
try {
|
|
983
|
+
const data = await client.ModifyTaskName({})
|
|
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("wedata.v20210820.DescribeRuleExecDetail", async function () {
|
|
992
|
+
try {
|
|
993
|
+
const data = await client.DescribeRuleExecDetail({})
|
|
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("wedata.v20210820.CheckTaskNameExist", async function () {
|
|
1002
|
+
try {
|
|
1003
|
+
const data = await client.CheckTaskNameExist({})
|
|
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("wedata.v20210820.DescribeOpsMakePlanInstances", async function () {
|
|
1012
|
+
try {
|
|
1013
|
+
const data = await client.DescribeOpsMakePlanInstances({})
|
|
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("wedata.v20210820.DescribeRelatedInstances", async function () {
|
|
1022
|
+
try {
|
|
1023
|
+
const data = await client.DescribeRelatedInstances({})
|
|
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("wedata.v20210820.DescribeDatasource", async function () {
|
|
1032
|
+
try {
|
|
1033
|
+
const data = await client.DescribeDatasource({})
|
|
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("wedata.v20210820.DescribeOperateOpsTaskDatasource", async function () {
|
|
1042
|
+
try {
|
|
1043
|
+
const data = await client.DescribeOperateOpsTaskDatasource({})
|
|
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("wedata.v20210820.DescribeWorkflowInfoById", async function () {
|
|
1052
|
+
try {
|
|
1053
|
+
const data = await client.DescribeWorkflowInfoById({})
|
|
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("wedata.v20210820.DescribeTaskByStatusReport", async function () {
|
|
1062
|
+
try {
|
|
1063
|
+
const data = await client.DescribeTaskByStatusReport({})
|
|
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("wedata.v20210820.CreateInLongAgent", async function () {
|
|
1072
|
+
try {
|
|
1073
|
+
const data = await client.CreateInLongAgent({})
|
|
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("wedata.v20210820.RunTask", async function () {
|
|
1082
|
+
try {
|
|
1083
|
+
const data = await client.RunTask({})
|
|
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("wedata.v20210820.GetOfflineInstanceList", async function () {
|
|
1092
|
+
try {
|
|
1093
|
+
const data = await client.GetOfflineInstanceList({})
|
|
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("wedata.v20210820.UpdateInLongAgent", async function () {
|
|
1102
|
+
try {
|
|
1103
|
+
const data = await client.UpdateInLongAgent({})
|
|
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("wedata.v20210820.CreateOfflineTask", async function () {
|
|
1112
|
+
try {
|
|
1113
|
+
const data = await client.CreateOfflineTask({})
|
|
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("wedata.v20210820.ModifyWorkflowSchedule", async function () {
|
|
1122
|
+
try {
|
|
1123
|
+
const data = await client.ModifyWorkflowSchedule({})
|
|
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("wedata.v20210820.DescribeTasksByPage", async function () {
|
|
1132
|
+
try {
|
|
1133
|
+
const data = await client.DescribeTasksByPage({})
|
|
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("wedata.v20210820.CreateFolder", async function () {
|
|
1142
|
+
try {
|
|
1143
|
+
const data = await client.CreateFolder({})
|
|
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("wedata.v20210820.DescribeTableSchemaInfo", async function () {
|
|
1152
|
+
try {
|
|
1153
|
+
const data = await client.DescribeTableSchemaInfo({})
|
|
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("wedata.v20210820.ForceSucInstances", async function () {
|
|
1162
|
+
try {
|
|
1163
|
+
const data = await client.ForceSucInstances({})
|
|
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("wedata.v20210820.DescribeFunctionTypes", async function () {
|
|
1172
|
+
try {
|
|
1173
|
+
const data = await client.DescribeFunctionTypes({})
|
|
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("wedata.v20210820.DescribeTaskReportDetailList", async function () {
|
|
1182
|
+
try {
|
|
1183
|
+
const data = await client.DescribeTaskReportDetailList({})
|
|
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("wedata.v20210820.UnlockIntegrationTask", async function () {
|
|
1192
|
+
try {
|
|
1193
|
+
const data = await client.UnlockIntegrationTask({})
|
|
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("wedata.v20210820.CreateBaseline", async function () {
|
|
1202
|
+
try {
|
|
1203
|
+
const data = await client.CreateBaseline({})
|
|
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("wedata.v20210820.DiagnosePlus", async function () {
|
|
1212
|
+
try {
|
|
1213
|
+
const data = await client.DiagnosePlus({})
|
|
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("wedata.v20210820.DeleteIntegrationNode", async function () {
|
|
1222
|
+
try {
|
|
1223
|
+
const data = await client.DeleteIntegrationNode({})
|
|
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("wedata.v20210820.StopIntegrationTask", async function () {
|
|
1232
|
+
try {
|
|
1233
|
+
const data = await client.StopIntegrationTask({})
|
|
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("wedata.v20210820.DescribeInstancesInfoWithTaskInfo", async function () {
|
|
1242
|
+
try {
|
|
1243
|
+
const data = await client.DescribeInstancesInfoWithTaskInfo({})
|
|
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("wedata.v20210820.DescribeRealTimeTaskSpeed", async function () {
|
|
1252
|
+
try {
|
|
1253
|
+
const data = await client.DescribeRealTimeTaskSpeed({})
|
|
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("wedata.v20210820.DescribeInstanceList", async function () {
|
|
1262
|
+
try {
|
|
1263
|
+
const data = await client.DescribeInstanceList({})
|
|
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("wedata.v20210820.DescribeTaskScript", async function () {
|
|
1272
|
+
try {
|
|
1273
|
+
const data = await client.DescribeTaskScript({})
|
|
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("wedata.v20210820.DescribeAlarmReceiver", async function () {
|
|
1282
|
+
try {
|
|
1283
|
+
const data = await client.DescribeAlarmReceiver({})
|
|
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("wedata.v20210820.DescribeTaskLockStatus", async function () {
|
|
1292
|
+
try {
|
|
1293
|
+
const data = await client.DescribeTaskLockStatus({})
|
|
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("wedata.v20210820.DescribeSchedulerInstanceStatus", async function () {
|
|
1302
|
+
try {
|
|
1303
|
+
const data = await client.DescribeSchedulerInstanceStatus({})
|
|
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("wedata.v20210820.DescribeInstanceLog", async function () {
|
|
1312
|
+
try {
|
|
1313
|
+
const data = await client.DescribeInstanceLog({})
|
|
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("wedata.v20210820.BatchUpdateIntegrationTasks", async function () {
|
|
1322
|
+
try {
|
|
1323
|
+
const data = await client.BatchUpdateIntegrationTasks({})
|
|
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("wedata.v20210820.DeleteResourceFiles", async function () {
|
|
1332
|
+
try {
|
|
1333
|
+
const data = await client.DeleteResourceFiles({})
|
|
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("wedata.v20210820.CreateOpsMakePlan", async function () {
|
|
1342
|
+
try {
|
|
1343
|
+
const data = await client.CreateOpsMakePlan({})
|
|
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("wedata.v20210820.SubmitBaseline", async function () {
|
|
1352
|
+
try {
|
|
1353
|
+
const data = await client.SubmitBaseline({})
|
|
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("wedata.v20210820.DescribeOperateTasks", async function () {
|
|
1362
|
+
try {
|
|
1363
|
+
const data = await client.DescribeOperateTasks({})
|
|
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("wedata.v20210820.FreezeOpsTasks", async function () {
|
|
1372
|
+
try {
|
|
1373
|
+
const data = await client.FreezeOpsTasks({})
|
|
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("wedata.v20210820.DescribeRuleGroup", async function () {
|
|
1382
|
+
try {
|
|
1383
|
+
const data = await client.DescribeRuleGroup({})
|
|
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("wedata.v20210820.DescribeRuleExecLog", async function () {
|
|
1392
|
+
try {
|
|
1393
|
+
const data = await client.DescribeRuleExecLog({})
|
|
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("wedata.v20210820.DescribeTopTableStat", async function () {
|
|
1402
|
+
try {
|
|
1403
|
+
const data = await client.DescribeTopTableStat({})
|
|
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("wedata.v20210820.DescribeInstanceLogDetail", async function () {
|
|
1412
|
+
try {
|
|
1413
|
+
const data = await client.DescribeInstanceLogDetail({})
|
|
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("wedata.v20210820.DescribeOperateOpsTaskDatasourceType", async function () {
|
|
1422
|
+
try {
|
|
1423
|
+
const data = await client.DescribeOperateOpsTaskDatasourceType({})
|
|
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("wedata.v20210820.DescribeDatabaseInfoList", async function () {
|
|
1432
|
+
try {
|
|
1433
|
+
const data = await client.DescribeDatabaseInfoList({})
|
|
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("wedata.v20210820.DescribeTemplateHistory", async function () {
|
|
1442
|
+
try {
|
|
1443
|
+
const data = await client.DescribeTemplateHistory({})
|
|
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("wedata.v20210820.DescribeDependOpsTasks", async function () {
|
|
1452
|
+
try {
|
|
1453
|
+
const data = await client.DescribeDependOpsTasks({})
|
|
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("wedata.v20210820.SubmitTask", async function () {
|
|
1462
|
+
try {
|
|
1463
|
+
const data = await client.SubmitTask({})
|
|
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("wedata.v20210820.CommitIntegrationTask", async function () {
|
|
1472
|
+
try {
|
|
1473
|
+
const data = await client.CommitIntegrationTask({})
|
|
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("wedata.v20210820.DeleteOfflineTask", async function () {
|
|
1482
|
+
try {
|
|
1483
|
+
const data = await client.DeleteOfflineTask({})
|
|
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("wedata.v20210820.DescribeRuleDataSources", async function () {
|
|
1492
|
+
try {
|
|
1493
|
+
const data = await client.DescribeRuleDataSources({})
|
|
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("wedata.v20210820.CreateHiveTableByDDL", async function () {
|
|
1502
|
+
try {
|
|
1503
|
+
const data = await client.CreateHiveTableByDDL({})
|
|
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("wedata.v20210820.ForceSucScheduleInstances", async function () {
|
|
1512
|
+
try {
|
|
1513
|
+
const data = await client.ForceSucScheduleInstances({})
|
|
814
1514
|
expect(data).to.be.ok
|
|
815
1515
|
} catch(error) {
|
|
816
1516
|
expect(error.requestId).to.be.ok
|
|
@@ -818,9 +1518,9 @@ it("wedata.v20210820.ModifyRule", async function () {
|
|
|
818
1518
|
}
|
|
819
1519
|
})
|
|
820
1520
|
|
|
821
|
-
it("wedata.v20210820.
|
|
1521
|
+
it("wedata.v20210820.DescribeBaselineInstanceGantt", async function () {
|
|
822
1522
|
try {
|
|
823
|
-
const data = await client.
|
|
1523
|
+
const data = await client.DescribeBaselineInstanceGantt({})
|
|
824
1524
|
expect(data).to.be.ok
|
|
825
1525
|
} catch(error) {
|
|
826
1526
|
expect(error.requestId).to.be.ok
|
|
@@ -828,9 +1528,9 @@ it("wedata.v20210820.DescribeFunctionTypes", async function () {
|
|
|
828
1528
|
}
|
|
829
1529
|
})
|
|
830
1530
|
|
|
831
|
-
it("wedata.v20210820.
|
|
1531
|
+
it("wedata.v20210820.DescribeEvents", async function () {
|
|
832
1532
|
try {
|
|
833
|
-
const data = await client.
|
|
1533
|
+
const data = await client.DescribeEvents({})
|
|
834
1534
|
expect(data).to.be.ok
|
|
835
1535
|
} catch(error) {
|
|
836
1536
|
expect(error.requestId).to.be.ok
|
|
@@ -838,9 +1538,9 @@ it("wedata.v20210820.DescribeTaskReportDetailList", async function () {
|
|
|
838
1538
|
}
|
|
839
1539
|
})
|
|
840
1540
|
|
|
841
|
-
it("wedata.v20210820.
|
|
1541
|
+
it("wedata.v20210820.DescribeResourceManagePathTrees", async function () {
|
|
842
1542
|
try {
|
|
843
|
-
const data = await client.
|
|
1543
|
+
const data = await client.DescribeResourceManagePathTrees({})
|
|
844
1544
|
expect(data).to.be.ok
|
|
845
1545
|
} catch(error) {
|
|
846
1546
|
expect(error.requestId).to.be.ok
|
|
@@ -848,9 +1548,9 @@ it("wedata.v20210820.SubmitWorkflow", async function () {
|
|
|
848
1548
|
}
|
|
849
1549
|
})
|
|
850
1550
|
|
|
851
|
-
it("wedata.v20210820.
|
|
1551
|
+
it("wedata.v20210820.BatchForceSuccessIntegrationTaskInstances", async function () {
|
|
852
1552
|
try {
|
|
853
|
-
const data = await client.
|
|
1553
|
+
const data = await client.BatchForceSuccessIntegrationTaskInstances({})
|
|
854
1554
|
expect(data).to.be.ok
|
|
855
1555
|
} catch(error) {
|
|
856
1556
|
expect(error.requestId).to.be.ok
|
|
@@ -858,9 +1558,9 @@ it("wedata.v20210820.DeleteIntegrationNode", async function () {
|
|
|
858
1558
|
}
|
|
859
1559
|
})
|
|
860
1560
|
|
|
861
|
-
it("wedata.v20210820.
|
|
1561
|
+
it("wedata.v20210820.FreezeTasks", async function () {
|
|
862
1562
|
try {
|
|
863
|
-
const data = await client.
|
|
1563
|
+
const data = await client.FreezeTasks({})
|
|
864
1564
|
expect(data).to.be.ok
|
|
865
1565
|
} catch(error) {
|
|
866
1566
|
expect(error.requestId).to.be.ok
|
|
@@ -868,9 +1568,9 @@ it("wedata.v20210820.StopIntegrationTask", async function () {
|
|
|
868
1568
|
}
|
|
869
1569
|
})
|
|
870
1570
|
|
|
871
|
-
it("wedata.v20210820.
|
|
1571
|
+
it("wedata.v20210820.DescribeStreamTaskLogList", async function () {
|
|
872
1572
|
try {
|
|
873
|
-
const data = await client.
|
|
1573
|
+
const data = await client.DescribeStreamTaskLogList({})
|
|
874
1574
|
expect(data).to.be.ok
|
|
875
1575
|
} catch(error) {
|
|
876
1576
|
expect(error.requestId).to.be.ok
|
|
@@ -878,9 +1578,9 @@ it("wedata.v20210820.DescribeRealTimeTaskSpeed", async function () {
|
|
|
878
1578
|
}
|
|
879
1579
|
})
|
|
880
1580
|
|
|
881
|
-
it("wedata.v20210820.
|
|
1581
|
+
it("wedata.v20210820.CreateRule", async function () {
|
|
882
1582
|
try {
|
|
883
|
-
const data = await client.
|
|
1583
|
+
const data = await client.CreateRule({})
|
|
884
1584
|
expect(data).to.be.ok
|
|
885
1585
|
} catch(error) {
|
|
886
1586
|
expect(error.requestId).to.be.ok
|
|
@@ -888,9 +1588,9 @@ it("wedata.v20210820.DescribeInstanceList", async function () {
|
|
|
888
1588
|
}
|
|
889
1589
|
})
|
|
890
1590
|
|
|
891
|
-
it("wedata.v20210820.
|
|
1591
|
+
it("wedata.v20210820.DescribeInstanceLogFile", async function () {
|
|
892
1592
|
try {
|
|
893
|
-
const data = await client.
|
|
1593
|
+
const data = await client.DescribeInstanceLogFile({})
|
|
894
1594
|
expect(data).to.be.ok
|
|
895
1595
|
} catch(error) {
|
|
896
1596
|
expect(error.requestId).to.be.ok
|
|
@@ -898,9 +1598,9 @@ it("wedata.v20210820.DescribeAlarmReceiver", async function () {
|
|
|
898
1598
|
}
|
|
899
1599
|
})
|
|
900
1600
|
|
|
901
|
-
it("wedata.v20210820.
|
|
1601
|
+
it("wedata.v20210820.ModifyRuleTemplate", async function () {
|
|
902
1602
|
try {
|
|
903
|
-
const data = await client.
|
|
1603
|
+
const data = await client.ModifyRuleTemplate({})
|
|
904
1604
|
expect(data).to.be.ok
|
|
905
1605
|
} catch(error) {
|
|
906
1606
|
expect(error.requestId).to.be.ok
|
|
@@ -908,9 +1608,9 @@ it("wedata.v20210820.DescribeTaskLockStatus", async function () {
|
|
|
908
1608
|
}
|
|
909
1609
|
})
|
|
910
1610
|
|
|
911
|
-
it("wedata.v20210820.
|
|
1611
|
+
it("wedata.v20210820.DescribeEvent", async function () {
|
|
912
1612
|
try {
|
|
913
|
-
const data = await client.
|
|
1613
|
+
const data = await client.DescribeEvent({})
|
|
914
1614
|
expect(data).to.be.ok
|
|
915
1615
|
} catch(error) {
|
|
916
1616
|
expect(error.requestId).to.be.ok
|
|
@@ -918,9 +1618,9 @@ it("wedata.v20210820.DescribeInstanceLog", async function () {
|
|
|
918
1618
|
}
|
|
919
1619
|
})
|
|
920
1620
|
|
|
921
|
-
it("wedata.v20210820.
|
|
1621
|
+
it("wedata.v20210820.DescribeAllByFolderNew", async function () {
|
|
922
1622
|
try {
|
|
923
|
-
const data = await client.
|
|
1623
|
+
const data = await client.DescribeAllByFolderNew({})
|
|
924
1624
|
expect(data).to.be.ok
|
|
925
1625
|
} catch(error) {
|
|
926
1626
|
expect(error.requestId).to.be.ok
|
|
@@ -928,9 +1628,9 @@ it("wedata.v20210820.BatchUpdateIntegrationTasks", async function () {
|
|
|
928
1628
|
}
|
|
929
1629
|
})
|
|
930
1630
|
|
|
931
|
-
it("wedata.v20210820.
|
|
1631
|
+
it("wedata.v20210820.DescribeBelongTo", async function () {
|
|
932
1632
|
try {
|
|
933
|
-
const data = await client.
|
|
1633
|
+
const data = await client.DescribeBelongTo({})
|
|
934
1634
|
expect(data).to.be.ok
|
|
935
1635
|
} catch(error) {
|
|
936
1636
|
expect(error.requestId).to.be.ok
|
|
@@ -938,9 +1638,9 @@ it("wedata.v20210820.DeleteResourceFiles", async function () {
|
|
|
938
1638
|
}
|
|
939
1639
|
})
|
|
940
1640
|
|
|
941
|
-
it("wedata.v20210820.
|
|
1641
|
+
it("wedata.v20210820.DescribeTableQualityDetails", async function () {
|
|
942
1642
|
try {
|
|
943
|
-
const data = await client.
|
|
1643
|
+
const data = await client.DescribeTableQualityDetails({})
|
|
944
1644
|
expect(data).to.be.ok
|
|
945
1645
|
} catch(error) {
|
|
946
1646
|
expect(error.requestId).to.be.ok
|
|
@@ -948,9 +1648,9 @@ it("wedata.v20210820.DescribeOperateTasks", async function () {
|
|
|
948
1648
|
}
|
|
949
1649
|
})
|
|
950
1650
|
|
|
951
|
-
it("wedata.v20210820.
|
|
1651
|
+
it("wedata.v20210820.DescribeRuleGroupsByPage", async function () {
|
|
952
1652
|
try {
|
|
953
|
-
const data = await client.
|
|
1653
|
+
const data = await client.DescribeRuleGroupsByPage({})
|
|
954
1654
|
expect(data).to.be.ok
|
|
955
1655
|
} catch(error) {
|
|
956
1656
|
expect(error.requestId).to.be.ok
|
|
@@ -958,9 +1658,9 @@ it("wedata.v20210820.DescribeRuleGroup", async function () {
|
|
|
958
1658
|
}
|
|
959
1659
|
})
|
|
960
1660
|
|
|
961
|
-
it("wedata.v20210820.
|
|
1661
|
+
it("wedata.v20210820.DeleteDataSources", async function () {
|
|
962
1662
|
try {
|
|
963
|
-
const data = await client.
|
|
1663
|
+
const data = await client.DeleteDataSources({})
|
|
964
1664
|
expect(data).to.be.ok
|
|
965
1665
|
} catch(error) {
|
|
966
1666
|
expect(error.requestId).to.be.ok
|
|
@@ -968,9 +1668,9 @@ it("wedata.v20210820.ModifyTaskScript", async function () {
|
|
|
968
1668
|
}
|
|
969
1669
|
})
|
|
970
1670
|
|
|
971
|
-
it("wedata.v20210820.
|
|
1671
|
+
it("wedata.v20210820.DescribeEventDetail", async function () {
|
|
972
1672
|
try {
|
|
973
|
-
const data = await client.
|
|
1673
|
+
const data = await client.DescribeEventDetail({})
|
|
974
1674
|
expect(data).to.be.ok
|
|
975
1675
|
} catch(error) {
|
|
976
1676
|
expect(error.requestId).to.be.ok
|
|
@@ -978,9 +1678,9 @@ it("wedata.v20210820.DescribeDatabaseInfoList", async function () {
|
|
|
978
1678
|
}
|
|
979
1679
|
})
|
|
980
1680
|
|
|
981
|
-
it("wedata.v20210820.
|
|
1681
|
+
it("wedata.v20210820.ModifyFolder", async function () {
|
|
982
1682
|
try {
|
|
983
|
-
const data = await client.
|
|
1683
|
+
const data = await client.ModifyFolder({})
|
|
984
1684
|
expect(data).to.be.ok
|
|
985
1685
|
} catch(error) {
|
|
986
1686
|
expect(error.requestId).to.be.ok
|
|
@@ -988,9 +1688,9 @@ it("wedata.v20210820.DescribeTemplateHistory", async function () {
|
|
|
988
1688
|
}
|
|
989
1689
|
})
|
|
990
1690
|
|
|
991
|
-
it("wedata.v20210820.
|
|
1691
|
+
it("wedata.v20210820.DescribeTaskDetail", async function () {
|
|
992
1692
|
try {
|
|
993
|
-
const data = await client.
|
|
1693
|
+
const data = await client.DescribeTaskDetail({})
|
|
994
1694
|
expect(data).to.be.ok
|
|
995
1695
|
} catch(error) {
|
|
996
1696
|
expect(error.requestId).to.be.ok
|
|
@@ -998,9 +1698,9 @@ it("wedata.v20210820.CommitIntegrationTask", async function () {
|
|
|
998
1698
|
}
|
|
999
1699
|
})
|
|
1000
1700
|
|
|
1001
|
-
it("wedata.v20210820.
|
|
1701
|
+
it("wedata.v20210820.RerunInstances", async function () {
|
|
1002
1702
|
try {
|
|
1003
|
-
const data = await client.
|
|
1703
|
+
const data = await client.RerunInstances({})
|
|
1004
1704
|
expect(data).to.be.ok
|
|
1005
1705
|
} catch(error) {
|
|
1006
1706
|
expect(error.requestId).to.be.ok
|
|
@@ -1008,9 +1708,9 @@ it("wedata.v20210820.DeleteOfflineTask", async function () {
|
|
|
1008
1708
|
}
|
|
1009
1709
|
})
|
|
1010
1710
|
|
|
1011
|
-
it("wedata.v20210820.
|
|
1711
|
+
it("wedata.v20210820.DescribeBatchOperateTask", async function () {
|
|
1012
1712
|
try {
|
|
1013
|
-
const data = await client.
|
|
1713
|
+
const data = await client.DescribeBatchOperateTask({})
|
|
1014
1714
|
expect(data).to.be.ok
|
|
1015
1715
|
} catch(error) {
|
|
1016
1716
|
expect(error.requestId).to.be.ok
|
|
@@ -1018,9 +1718,9 @@ it("wedata.v20210820.DescribeRuleDataSources", async function () {
|
|
|
1018
1718
|
}
|
|
1019
1719
|
})
|
|
1020
1720
|
|
|
1021
|
-
it("wedata.v20210820.
|
|
1721
|
+
it("wedata.v20210820.DeleteRule", async function () {
|
|
1022
1722
|
try {
|
|
1023
|
-
const data = await client.
|
|
1723
|
+
const data = await client.DeleteRule({})
|
|
1024
1724
|
expect(data).to.be.ok
|
|
1025
1725
|
} catch(error) {
|
|
1026
1726
|
expect(error.requestId).to.be.ok
|
|
@@ -1028,9 +1728,9 @@ it("wedata.v20210820.CreateHiveTableByDDL", async function () {
|
|
|
1028
1728
|
}
|
|
1029
1729
|
})
|
|
1030
1730
|
|
|
1031
|
-
it("wedata.v20210820.
|
|
1731
|
+
it("wedata.v20210820.CheckAlarmRegularNameExist", async function () {
|
|
1032
1732
|
try {
|
|
1033
|
-
const data = await client.
|
|
1733
|
+
const data = await client.CheckAlarmRegularNameExist({})
|
|
1034
1734
|
expect(data).to.be.ok
|
|
1035
1735
|
} catch(error) {
|
|
1036
1736
|
expect(error.requestId).to.be.ok
|
|
@@ -1038,9 +1738,9 @@ it("wedata.v20210820.DescribeRuleGroupExecResultsByPageWithoutAuth", async funct
|
|
|
1038
1738
|
}
|
|
1039
1739
|
})
|
|
1040
1740
|
|
|
1041
|
-
it("wedata.v20210820.
|
|
1741
|
+
it("wedata.v20210820.CheckIntegrationTaskNameExists", async function () {
|
|
1042
1742
|
try {
|
|
1043
|
-
const data = await client.
|
|
1743
|
+
const data = await client.CheckIntegrationTaskNameExists({})
|
|
1044
1744
|
expect(data).to.be.ok
|
|
1045
1745
|
} catch(error) {
|
|
1046
1746
|
expect(error.requestId).to.be.ok
|
|
@@ -1048,9 +1748,9 @@ it("wedata.v20210820.DescribeResourceManagePathTrees", async function () {
|
|
|
1048
1748
|
}
|
|
1049
1749
|
})
|
|
1050
1750
|
|
|
1051
|
-
it("wedata.v20210820.
|
|
1751
|
+
it("wedata.v20210820.DescribeDataTypes", async function () {
|
|
1052
1752
|
try {
|
|
1053
|
-
const data = await client.
|
|
1753
|
+
const data = await client.DescribeDataTypes({})
|
|
1054
1754
|
expect(data).to.be.ok
|
|
1055
1755
|
} catch(error) {
|
|
1056
1756
|
expect(error.requestId).to.be.ok
|
|
@@ -1058,9 +1758,9 @@ it("wedata.v20210820.BatchForceSuccessIntegrationTaskInstances", async function
|
|
|
1058
1758
|
}
|
|
1059
1759
|
})
|
|
1060
1760
|
|
|
1061
|
-
it("wedata.v20210820.
|
|
1761
|
+
it("wedata.v20210820.DescribeRulesByPage", async function () {
|
|
1062
1762
|
try {
|
|
1063
|
-
const data = await client.
|
|
1763
|
+
const data = await client.DescribeRulesByPage({})
|
|
1064
1764
|
expect(data).to.be.ok
|
|
1065
1765
|
} catch(error) {
|
|
1066
1766
|
expect(error.requestId).to.be.ok
|
|
@@ -1068,9 +1768,9 @@ it("wedata.v20210820.FreezeTasks", async function () {
|
|
|
1068
1768
|
}
|
|
1069
1769
|
})
|
|
1070
1770
|
|
|
1071
|
-
it("wedata.v20210820.
|
|
1771
|
+
it("wedata.v20210820.StartIntegrationTask", async function () {
|
|
1072
1772
|
try {
|
|
1073
|
-
const data = await client.
|
|
1773
|
+
const data = await client.StartIntegrationTask({})
|
|
1074
1774
|
expect(data).to.be.ok
|
|
1075
1775
|
} catch(error) {
|
|
1076
1776
|
expect(error.requestId).to.be.ok
|
|
@@ -1078,9 +1778,9 @@ it("wedata.v20210820.DescribeStreamTaskLogList", async function () {
|
|
|
1078
1778
|
}
|
|
1079
1779
|
})
|
|
1080
1780
|
|
|
1081
|
-
it("wedata.v20210820.
|
|
1781
|
+
it("wedata.v20210820.FreezeTasksByMultiWorkflow", async function () {
|
|
1082
1782
|
try {
|
|
1083
|
-
const data = await client.
|
|
1783
|
+
const data = await client.FreezeTasksByMultiWorkflow({})
|
|
1084
1784
|
expect(data).to.be.ok
|
|
1085
1785
|
} catch(error) {
|
|
1086
1786
|
expect(error.requestId).to.be.ok
|
|
@@ -1088,9 +1788,9 @@ it("wedata.v20210820.CreateRule", async function () {
|
|
|
1088
1788
|
}
|
|
1089
1789
|
})
|
|
1090
1790
|
|
|
1091
|
-
it("wedata.v20210820.
|
|
1791
|
+
it("wedata.v20210820.DescribeBaselineInstances", async function () {
|
|
1092
1792
|
try {
|
|
1093
|
-
const data = await client.
|
|
1793
|
+
const data = await client.DescribeBaselineInstances({})
|
|
1094
1794
|
expect(data).to.be.ok
|
|
1095
1795
|
} catch(error) {
|
|
1096
1796
|
expect(error.requestId).to.be.ok
|
|
@@ -1098,9 +1798,9 @@ it("wedata.v20210820.ModifyRuleTemplate", async function () {
|
|
|
1098
1798
|
}
|
|
1099
1799
|
})
|
|
1100
1800
|
|
|
1101
|
-
it("wedata.v20210820.
|
|
1801
|
+
it("wedata.v20210820.DescribeAllTaskType", async function () {
|
|
1102
1802
|
try {
|
|
1103
|
-
const data = await client.
|
|
1803
|
+
const data = await client.DescribeAllTaskType({})
|
|
1104
1804
|
expect(data).to.be.ok
|
|
1105
1805
|
} catch(error) {
|
|
1106
1806
|
expect(error.requestId).to.be.ok
|
|
@@ -1108,9 +1808,9 @@ it("wedata.v20210820.DescribeTableScoreTrend", async function () {
|
|
|
1108
1808
|
}
|
|
1109
1809
|
})
|
|
1110
1810
|
|
|
1111
|
-
it("wedata.v20210820.
|
|
1811
|
+
it("wedata.v20210820.DeleteFile", async function () {
|
|
1112
1812
|
try {
|
|
1113
|
-
const data = await client.
|
|
1813
|
+
const data = await client.DeleteFile({})
|
|
1114
1814
|
expect(data).to.be.ok
|
|
1115
1815
|
} catch(error) {
|
|
1116
1816
|
expect(error.requestId).to.be.ok
|
|
@@ -1118,9 +1818,9 @@ it("wedata.v20210820.DescribeTaskInstances", async function () {
|
|
|
1118
1818
|
}
|
|
1119
1819
|
})
|
|
1120
1820
|
|
|
1121
|
-
it("wedata.v20210820.
|
|
1821
|
+
it("wedata.v20210820.BatchMakeUpIntegrationTasks", async function () {
|
|
1122
1822
|
try {
|
|
1123
|
-
const data = await client.
|
|
1823
|
+
const data = await client.BatchMakeUpIntegrationTasks({})
|
|
1124
1824
|
expect(data).to.be.ok
|
|
1125
1825
|
} catch(error) {
|
|
1126
1826
|
expect(error.requestId).to.be.ok
|
|
@@ -1128,9 +1828,9 @@ it("wedata.v20210820.DescribeTableQualityDetails", async function () {
|
|
|
1128
1828
|
}
|
|
1129
1829
|
})
|
|
1130
1830
|
|
|
1131
|
-
it("wedata.v20210820.
|
|
1831
|
+
it("wedata.v20210820.UploadContent", async function () {
|
|
1132
1832
|
try {
|
|
1133
|
-
const data = await client.
|
|
1833
|
+
const data = await client.UploadContent({})
|
|
1134
1834
|
expect(data).to.be.ok
|
|
1135
1835
|
} catch(error) {
|
|
1136
1836
|
expect(error.requestId).to.be.ok
|
|
@@ -1138,9 +1838,9 @@ it("wedata.v20210820.DescribeRuleGroupsByPage", async function () {
|
|
|
1138
1838
|
}
|
|
1139
1839
|
})
|
|
1140
1840
|
|
|
1141
|
-
it("wedata.v20210820.
|
|
1841
|
+
it("wedata.v20210820.DescribeFathers", async function () {
|
|
1142
1842
|
try {
|
|
1143
|
-
const data = await client.
|
|
1843
|
+
const data = await client.DescribeFathers({})
|
|
1144
1844
|
expect(data).to.be.ok
|
|
1145
1845
|
} catch(error) {
|
|
1146
1846
|
expect(error.requestId).to.be.ok
|
|
@@ -1148,9 +1848,9 @@ it("wedata.v20210820.DeleteDataSources", async function () {
|
|
|
1148
1848
|
}
|
|
1149
1849
|
})
|
|
1150
1850
|
|
|
1151
|
-
it("wedata.v20210820.
|
|
1851
|
+
it("wedata.v20210820.DescribeBaselines", async function () {
|
|
1152
1852
|
try {
|
|
1153
|
-
const data = await client.
|
|
1853
|
+
const data = await client.DescribeBaselines({})
|
|
1154
1854
|
expect(data).to.be.ok
|
|
1155
1855
|
} catch(error) {
|
|
1156
1856
|
expect(error.requestId).to.be.ok
|
|
@@ -1158,9 +1858,9 @@ it("wedata.v20210820.ModifyFolder", async function () {
|
|
|
1158
1858
|
}
|
|
1159
1859
|
})
|
|
1160
1860
|
|
|
1161
|
-
it("wedata.v20210820.
|
|
1861
|
+
it("wedata.v20210820.DescribeFolderWorkflowList", async function () {
|
|
1162
1862
|
try {
|
|
1163
|
-
const data = await client.
|
|
1863
|
+
const data = await client.DescribeFolderWorkflowList({})
|
|
1164
1864
|
expect(data).to.be.ok
|
|
1165
1865
|
} catch(error) {
|
|
1166
1866
|
expect(error.requestId).to.be.ok
|
|
@@ -1168,9 +1868,9 @@ it("wedata.v20210820.RerunInstances", async function () {
|
|
|
1168
1868
|
}
|
|
1169
1869
|
})
|
|
1170
1870
|
|
|
1171
|
-
it("wedata.v20210820.
|
|
1871
|
+
it("wedata.v20210820.DescribeDataBases", async function () {
|
|
1172
1872
|
try {
|
|
1173
|
-
const data = await client.
|
|
1873
|
+
const data = await client.DescribeDataBases({})
|
|
1174
1874
|
expect(data).to.be.ok
|
|
1175
1875
|
} catch(error) {
|
|
1176
1876
|
expect(error.requestId).to.be.ok
|
|
@@ -1178,9 +1878,9 @@ it("wedata.v20210820.DescribeBatchOperateTask", async function () {
|
|
|
1178
1878
|
}
|
|
1179
1879
|
})
|
|
1180
1880
|
|
|
1181
|
-
it("wedata.v20210820.
|
|
1881
|
+
it("wedata.v20210820.BatchRunOpsTask", async function () {
|
|
1182
1882
|
try {
|
|
1183
|
-
const data = await client.
|
|
1883
|
+
const data = await client.BatchRunOpsTask({})
|
|
1184
1884
|
expect(data).to.be.ok
|
|
1185
1885
|
} catch(error) {
|
|
1186
1886
|
expect(error.requestId).to.be.ok
|
|
@@ -1188,9 +1888,9 @@ it("wedata.v20210820.DeleteRule", async function () {
|
|
|
1188
1888
|
}
|
|
1189
1889
|
})
|
|
1190
1890
|
|
|
1191
|
-
it("wedata.v20210820.
|
|
1891
|
+
it("wedata.v20210820.DescribeRuleTemplatesByPage", async function () {
|
|
1192
1892
|
try {
|
|
1193
|
-
const data = await client.
|
|
1893
|
+
const data = await client.DescribeRuleTemplatesByPage({})
|
|
1194
1894
|
expect(data).to.be.ok
|
|
1195
1895
|
} catch(error) {
|
|
1196
1896
|
expect(error.requestId).to.be.ok
|
|
@@ -1198,9 +1898,139 @@ it("wedata.v20210820.CheckAlarmRegularNameExist", async function () {
|
|
|
1198
1898
|
}
|
|
1199
1899
|
})
|
|
1200
1900
|
|
|
1201
|
-
it("wedata.v20210820.
|
|
1901
|
+
it("wedata.v20210820.DescribeStandardRuleDetailInfoList", async function () {
|
|
1202
1902
|
try {
|
|
1203
|
-
const data = await client.
|
|
1903
|
+
const data = await client.DescribeStandardRuleDetailInfoList({})
|
|
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("wedata.v20210820.DescribeRuleExecStat", async function () {
|
|
1912
|
+
try {
|
|
1913
|
+
const data = await client.DescribeRuleExecStat({})
|
|
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("wedata.v20210820.ModifyTaskLinks", async function () {
|
|
1922
|
+
try {
|
|
1923
|
+
const data = await client.ModifyTaskLinks({})
|
|
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("wedata.v20210820.DescribeRuleGroupExecResultsByPage", async function () {
|
|
1932
|
+
try {
|
|
1933
|
+
const data = await client.DescribeRuleGroupExecResultsByPage({})
|
|
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("wedata.v20210820.DeleteResourceFile", async function () {
|
|
1942
|
+
try {
|
|
1943
|
+
const data = await client.DeleteResourceFile({})
|
|
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("wedata.v20210820.BatchCreateIntegrationTaskAlarms", async function () {
|
|
1952
|
+
try {
|
|
1953
|
+
const data = await client.BatchCreateIntegrationTaskAlarms({})
|
|
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("wedata.v20210820.DagInstances", async function () {
|
|
1962
|
+
try {
|
|
1963
|
+
const data = await client.DagInstances({})
|
|
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("wedata.v20210820.DescribeFolderList", async function () {
|
|
1972
|
+
try {
|
|
1973
|
+
const data = await client.DescribeFolderList({})
|
|
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("wedata.v20210820.DescribeDataSourceWithoutInfo", async function () {
|
|
1982
|
+
try {
|
|
1983
|
+
const data = await client.DescribeDataSourceWithoutInfo({})
|
|
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("wedata.v20210820.SuspendIntegrationTask", async function () {
|
|
1992
|
+
try {
|
|
1993
|
+
const data = await client.SuspendIntegrationTask({})
|
|
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("wedata.v20210820.MakeUpWorkflowNew", async function () {
|
|
2002
|
+
try {
|
|
2003
|
+
const data = await client.MakeUpWorkflowNew({})
|
|
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("wedata.v20210820.DescribeIntegrationStatisticsTaskStatusTrend", async function () {
|
|
2012
|
+
try {
|
|
2013
|
+
const data = await client.DescribeIntegrationStatisticsTaskStatusTrend({})
|
|
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("wedata.v20210820.DescribeInstanceLogs", async function () {
|
|
2022
|
+
try {
|
|
2023
|
+
const data = await client.DescribeInstanceLogs({})
|
|
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("wedata.v20210820.ModifyMonitorStatus", async function () {
|
|
2032
|
+
try {
|
|
2033
|
+
const data = await client.ModifyMonitorStatus({})
|
|
1204
2034
|
expect(data).to.be.ok
|
|
1205
2035
|
} catch(error) {
|
|
1206
2036
|
expect(error.requestId).to.be.ok
|
|
@@ -1208,9 +2038,9 @@ it("wedata.v20210820.CheckIntegrationTaskNameExists", async function () {
|
|
|
1208
2038
|
}
|
|
1209
2039
|
})
|
|
1210
2040
|
|
|
1211
|
-
it("wedata.v20210820.
|
|
2041
|
+
it("wedata.v20210820.DescribeExecStrategy", async function () {
|
|
1212
2042
|
try {
|
|
1213
|
-
const data = await client.
|
|
2043
|
+
const data = await client.DescribeExecStrategy({})
|
|
1214
2044
|
expect(data).to.be.ok
|
|
1215
2045
|
} catch(error) {
|
|
1216
2046
|
expect(error.requestId).to.be.ok
|
|
@@ -1218,9 +2048,9 @@ it("wedata.v20210820.DescribeDataTypes", async function () {
|
|
|
1218
2048
|
}
|
|
1219
2049
|
})
|
|
1220
2050
|
|
|
1221
|
-
it("wedata.v20210820.
|
|
2051
|
+
it("wedata.v20210820.CreateWorkflow", async function () {
|
|
1222
2052
|
try {
|
|
1223
|
-
const data = await client.
|
|
2053
|
+
const data = await client.CreateWorkflow({})
|
|
1224
2054
|
expect(data).to.be.ok
|
|
1225
2055
|
} catch(error) {
|
|
1226
2056
|
expect(error.requestId).to.be.ok
|
|
@@ -1228,9 +2058,9 @@ it("wedata.v20210820.DescribeRulesByPage", async function () {
|
|
|
1228
2058
|
}
|
|
1229
2059
|
})
|
|
1230
2060
|
|
|
1231
|
-
it("wedata.v20210820.
|
|
2061
|
+
it("wedata.v20210820.DescribeInstanceByCycleReport", async function () {
|
|
1232
2062
|
try {
|
|
1233
|
-
const data = await client.
|
|
2063
|
+
const data = await client.DescribeInstanceByCycleReport({})
|
|
1234
2064
|
expect(data).to.be.ok
|
|
1235
2065
|
} catch(error) {
|
|
1236
2066
|
expect(error.requestId).to.be.ok
|
|
@@ -1238,9 +2068,9 @@ it("wedata.v20210820.GetOfflineDIInstanceList", async function () {
|
|
|
1238
2068
|
}
|
|
1239
2069
|
})
|
|
1240
2070
|
|
|
1241
|
-
it("wedata.v20210820.
|
|
2071
|
+
it("wedata.v20210820.DescribeRule", async function () {
|
|
1242
2072
|
try {
|
|
1243
|
-
const data = await client.
|
|
2073
|
+
const data = await client.DescribeRule({})
|
|
1244
2074
|
expect(data).to.be.ok
|
|
1245
2075
|
} catch(error) {
|
|
1246
2076
|
expect(error.requestId).to.be.ok
|
|
@@ -1248,9 +2078,9 @@ it("wedata.v20210820.BatchMakeUpIntegrationTasks", async function () {
|
|
|
1248
2078
|
}
|
|
1249
2079
|
})
|
|
1250
2080
|
|
|
1251
|
-
it("wedata.v20210820.
|
|
2081
|
+
it("wedata.v20210820.RunTasksByMultiWorkflow", async function () {
|
|
1252
2082
|
try {
|
|
1253
|
-
const data = await client.
|
|
2083
|
+
const data = await client.RunTasksByMultiWorkflow({})
|
|
1254
2084
|
expect(data).to.be.ok
|
|
1255
2085
|
} catch(error) {
|
|
1256
2086
|
expect(error.requestId).to.be.ok
|
|
@@ -1258,9 +2088,9 @@ it("wedata.v20210820.UploadContent", async function () {
|
|
|
1258
2088
|
}
|
|
1259
2089
|
})
|
|
1260
2090
|
|
|
1261
|
-
it("wedata.v20210820.
|
|
2091
|
+
it("wedata.v20210820.UpdateWorkflowOwner", async function () {
|
|
1262
2092
|
try {
|
|
1263
|
-
const data = await client.
|
|
2093
|
+
const data = await client.UpdateWorkflowOwner({})
|
|
1264
2094
|
expect(data).to.be.ok
|
|
1265
2095
|
} catch(error) {
|
|
1266
2096
|
expect(error.requestId).to.be.ok
|
|
@@ -1268,9 +2098,9 @@ it("wedata.v20210820.DescribeRuleExecLog", async function () {
|
|
|
1268
2098
|
}
|
|
1269
2099
|
})
|
|
1270
2100
|
|
|
1271
|
-
it("wedata.v20210820.
|
|
2101
|
+
it("wedata.v20210820.DescribeTaskReport", async function () {
|
|
1272
2102
|
try {
|
|
1273
|
-
const data = await client.
|
|
2103
|
+
const data = await client.DescribeTaskReport({})
|
|
1274
2104
|
expect(data).to.be.ok
|
|
1275
2105
|
} catch(error) {
|
|
1276
2106
|
expect(error.requestId).to.be.ok
|
|
@@ -1278,9 +2108,9 @@ it("wedata.v20210820.DescribeDataBases", async function () {
|
|
|
1278
2108
|
}
|
|
1279
2109
|
})
|
|
1280
2110
|
|
|
1281
|
-
it("wedata.v20210820.
|
|
2111
|
+
it("wedata.v20210820.DescribeDrSonInstance", async function () {
|
|
1282
2112
|
try {
|
|
1283
|
-
const data = await client.
|
|
2113
|
+
const data = await client.DescribeDrSonInstance({})
|
|
1284
2114
|
expect(data).to.be.ok
|
|
1285
2115
|
} catch(error) {
|
|
1286
2116
|
expect(error.requestId).to.be.ok
|
|
@@ -1288,9 +2118,9 @@ it("wedata.v20210820.DescribeRule", async function () {
|
|
|
1288
2118
|
}
|
|
1289
2119
|
})
|
|
1290
2120
|
|
|
1291
|
-
it("wedata.v20210820.
|
|
2121
|
+
it("wedata.v20210820.DescribeTableLineage", async function () {
|
|
1292
2122
|
try {
|
|
1293
|
-
const data = await client.
|
|
2123
|
+
const data = await client.DescribeTableLineage({})
|
|
1294
2124
|
expect(data).to.be.ok
|
|
1295
2125
|
} catch(error) {
|
|
1296
2126
|
expect(error.requestId).to.be.ok
|
|
@@ -1298,9 +2128,9 @@ it("wedata.v20210820.DescribeRuleTemplatesByPage", async function () {
|
|
|
1298
2128
|
}
|
|
1299
2129
|
})
|
|
1300
2130
|
|
|
1301
|
-
it("wedata.v20210820.
|
|
2131
|
+
it("wedata.v20210820.DescribeEventCases", async function () {
|
|
1302
2132
|
try {
|
|
1303
|
-
const data = await client.
|
|
2133
|
+
const data = await client.DescribeEventCases({})
|
|
1304
2134
|
expect(data).to.be.ok
|
|
1305
2135
|
} catch(error) {
|
|
1306
2136
|
expect(error.requestId).to.be.ok
|
|
@@ -1308,9 +2138,9 @@ it("wedata.v20210820.ModifyWorkflowInfo", async function () {
|
|
|
1308
2138
|
}
|
|
1309
2139
|
})
|
|
1310
2140
|
|
|
1311
|
-
it("wedata.v20210820.
|
|
2141
|
+
it("wedata.v20210820.DescribeRuleExecExportResult", async function () {
|
|
1312
2142
|
try {
|
|
1313
|
-
const data = await client.
|
|
2143
|
+
const data = await client.DescribeRuleExecExportResult({})
|
|
1314
2144
|
expect(data).to.be.ok
|
|
1315
2145
|
} catch(error) {
|
|
1316
2146
|
expect(error.requestId).to.be.ok
|
|
@@ -1318,9 +2148,9 @@ it("wedata.v20210820.DescribeRuleExecStat", async function () {
|
|
|
1318
2148
|
}
|
|
1319
2149
|
})
|
|
1320
2150
|
|
|
1321
|
-
it("wedata.v20210820.
|
|
2151
|
+
it("wedata.v20210820.DeleteWorkflowById", async function () {
|
|
1322
2152
|
try {
|
|
1323
|
-
const data = await client.
|
|
2153
|
+
const data = await client.DeleteWorkflowById({})
|
|
1324
2154
|
expect(data).to.be.ok
|
|
1325
2155
|
} catch(error) {
|
|
1326
2156
|
expect(error.requestId).to.be.ok
|
|
@@ -1328,9 +2158,9 @@ it("wedata.v20210820.ModifyTaskLinks", async function () {
|
|
|
1328
2158
|
}
|
|
1329
2159
|
})
|
|
1330
2160
|
|
|
1331
|
-
it("wedata.v20210820.
|
|
2161
|
+
it("wedata.v20210820.DescribeRules", async function () {
|
|
1332
2162
|
try {
|
|
1333
|
-
const data = await client.
|
|
2163
|
+
const data = await client.DescribeRules({})
|
|
1334
2164
|
expect(data).to.be.ok
|
|
1335
2165
|
} catch(error) {
|
|
1336
2166
|
expect(error.requestId).to.be.ok
|
|
@@ -1338,9 +2168,9 @@ it("wedata.v20210820.DescribeRuleGroupExecResultsByPage", async function () {
|
|
|
1338
2168
|
}
|
|
1339
2169
|
})
|
|
1340
2170
|
|
|
1341
|
-
it("wedata.v20210820.
|
|
2171
|
+
it("wedata.v20210820.DescribeEventIsAlarmTypes", async function () {
|
|
1342
2172
|
try {
|
|
1343
|
-
const data = await client.
|
|
2173
|
+
const data = await client.DescribeEventIsAlarmTypes({})
|
|
1344
2174
|
expect(data).to.be.ok
|
|
1345
2175
|
} catch(error) {
|
|
1346
2176
|
expect(error.requestId).to.be.ok
|
|
@@ -1348,9 +2178,9 @@ it("wedata.v20210820.ModifyIntegrationNode", async function () {
|
|
|
1348
2178
|
}
|
|
1349
2179
|
})
|
|
1350
2180
|
|
|
1351
|
-
it("wedata.v20210820.
|
|
2181
|
+
it("wedata.v20210820.LockIntegrationTask", async function () {
|
|
1352
2182
|
try {
|
|
1353
|
-
const data = await client.
|
|
2183
|
+
const data = await client.LockIntegrationTask({})
|
|
1354
2184
|
expect(data).to.be.ok
|
|
1355
2185
|
} catch(error) {
|
|
1356
2186
|
expect(error.requestId).to.be.ok
|
|
@@ -1358,9 +2188,9 @@ it("wedata.v20210820.BatchCreateIntegrationTaskAlarms", async function () {
|
|
|
1358
2188
|
}
|
|
1359
2189
|
})
|
|
1360
2190
|
|
|
1361
|
-
it("wedata.v20210820.
|
|
2191
|
+
it("wedata.v20210820.DescribeQualityScoreTrend", async function () {
|
|
1362
2192
|
try {
|
|
1363
|
-
const data = await client.
|
|
2193
|
+
const data = await client.DescribeQualityScoreTrend({})
|
|
1364
2194
|
expect(data).to.be.ok
|
|
1365
2195
|
} catch(error) {
|
|
1366
2196
|
expect(error.requestId).to.be.ok
|
|
@@ -1368,9 +2198,9 @@ it("wedata.v20210820.DescribeFolderList", async function () {
|
|
|
1368
2198
|
}
|
|
1369
2199
|
})
|
|
1370
2200
|
|
|
1371
|
-
it("wedata.v20210820.
|
|
2201
|
+
it("wedata.v20210820.BatchDeleteIntegrationTasks", async function () {
|
|
1372
2202
|
try {
|
|
1373
|
-
const data = await client.
|
|
2203
|
+
const data = await client.BatchDeleteIntegrationTasks({})
|
|
1374
2204
|
expect(data).to.be.ok
|
|
1375
2205
|
} catch(error) {
|
|
1376
2206
|
expect(error.requestId).to.be.ok
|
|
@@ -1378,9 +2208,9 @@ it("wedata.v20210820.DescribeDataSourceWithoutInfo", async function () {
|
|
|
1378
2208
|
}
|
|
1379
2209
|
})
|
|
1380
2210
|
|
|
1381
|
-
it("wedata.v20210820.
|
|
2211
|
+
it("wedata.v20210820.DescribeIntegrationTasks", async function () {
|
|
1382
2212
|
try {
|
|
1383
|
-
const data = await client.
|
|
2213
|
+
const data = await client.DescribeIntegrationTasks({})
|
|
1384
2214
|
expect(data).to.be.ok
|
|
1385
2215
|
} catch(error) {
|
|
1386
2216
|
expect(error.requestId).to.be.ok
|
|
@@ -1388,9 +2218,9 @@ it("wedata.v20210820.MakeUpWorkflowNew", async function () {
|
|
|
1388
2218
|
}
|
|
1389
2219
|
})
|
|
1390
2220
|
|
|
1391
|
-
it("wedata.v20210820.
|
|
2221
|
+
it("wedata.v20210820.DescribeStatisticInstanceStatusTrendOps", async function () {
|
|
1392
2222
|
try {
|
|
1393
|
-
const data = await client.
|
|
2223
|
+
const data = await client.DescribeStatisticInstanceStatusTrendOps({})
|
|
1394
2224
|
expect(data).to.be.ok
|
|
1395
2225
|
} catch(error) {
|
|
1396
2226
|
expect(error.requestId).to.be.ok
|
|
@@ -1398,9 +2228,9 @@ it("wedata.v20210820.DescribeIntegrationStatisticsTaskStatusTrend", async functi
|
|
|
1398
2228
|
}
|
|
1399
2229
|
})
|
|
1400
2230
|
|
|
1401
|
-
it("wedata.v20210820.
|
|
2231
|
+
it("wedata.v20210820.DescribeColumnLineage", async function () {
|
|
1402
2232
|
try {
|
|
1403
|
-
const data = await client.
|
|
2233
|
+
const data = await client.DescribeColumnLineage({})
|
|
1404
2234
|
expect(data).to.be.ok
|
|
1405
2235
|
} catch(error) {
|
|
1406
2236
|
expect(error.requestId).to.be.ok
|
|
@@ -1408,9 +2238,9 @@ it("wedata.v20210820.BatchRerunIntegrationTaskInstances", async function () {
|
|
|
1408
2238
|
}
|
|
1409
2239
|
})
|
|
1410
2240
|
|
|
1411
|
-
it("wedata.v20210820.
|
|
2241
|
+
it("wedata.v20210820.DescribeTrendStat", async function () {
|
|
1412
2242
|
try {
|
|
1413
|
-
const data = await client.
|
|
2243
|
+
const data = await client.DescribeTrendStat({})
|
|
1414
2244
|
expect(data).to.be.ok
|
|
1415
2245
|
} catch(error) {
|
|
1416
2246
|
expect(error.requestId).to.be.ok
|
|
@@ -1418,9 +2248,9 @@ it("wedata.v20210820.DescribeExecStrategy", async function () {
|
|
|
1418
2248
|
}
|
|
1419
2249
|
})
|
|
1420
2250
|
|
|
1421
|
-
it("wedata.v20210820.
|
|
2251
|
+
it("wedata.v20210820.DescribeTableInfoList", async function () {
|
|
1422
2252
|
try {
|
|
1423
|
-
const data = await client.
|
|
2253
|
+
const data = await client.DescribeTableInfoList({})
|
|
1424
2254
|
expect(data).to.be.ok
|
|
1425
2255
|
} catch(error) {
|
|
1426
2256
|
expect(error.requestId).to.be.ok
|
|
@@ -1428,9 +2258,9 @@ it("wedata.v20210820.CreateWorkflow", async function () {
|
|
|
1428
2258
|
}
|
|
1429
2259
|
})
|
|
1430
2260
|
|
|
1431
|
-
it("wedata.v20210820.
|
|
2261
|
+
it("wedata.v20210820.DescribeRuleGroupSubscription", async function () {
|
|
1432
2262
|
try {
|
|
1433
|
-
const data = await client.
|
|
2263
|
+
const data = await client.DescribeRuleGroupSubscription({})
|
|
1434
2264
|
expect(data).to.be.ok
|
|
1435
2265
|
} catch(error) {
|
|
1436
2266
|
expect(error.requestId).to.be.ok
|
|
@@ -1438,9 +2268,9 @@ it("wedata.v20210820.DescribeTaskReport", async function () {
|
|
|
1438
2268
|
}
|
|
1439
2269
|
})
|
|
1440
2270
|
|
|
1441
|
-
it("wedata.v20210820.
|
|
2271
|
+
it("wedata.v20210820.DeleteTaskDs", async function () {
|
|
1442
2272
|
try {
|
|
1443
|
-
const data = await client.
|
|
2273
|
+
const data = await client.DeleteTaskDs({})
|
|
1444
2274
|
expect(data).to.be.ok
|
|
1445
2275
|
} catch(error) {
|
|
1446
2276
|
expect(error.requestId).to.be.ok
|
|
@@ -1448,9 +2278,9 @@ it("wedata.v20210820.SuspendIntegrationTask", async function () {
|
|
|
1448
2278
|
}
|
|
1449
2279
|
})
|
|
1450
2280
|
|
|
1451
|
-
it("wedata.v20210820.
|
|
2281
|
+
it("wedata.v20210820.ModifyRuleGroupSubscription", async function () {
|
|
1452
2282
|
try {
|
|
1453
|
-
const data = await client.
|
|
2283
|
+
const data = await client.ModifyRuleGroupSubscription({})
|
|
1454
2284
|
expect(data).to.be.ok
|
|
1455
2285
|
} catch(error) {
|
|
1456
2286
|
expect(error.requestId).to.be.ok
|
|
@@ -1458,9 +2288,9 @@ it("wedata.v20210820.DescribeTableLineage", async function () {
|
|
|
1458
2288
|
}
|
|
1459
2289
|
})
|
|
1460
2290
|
|
|
1461
|
-
it("wedata.v20210820.
|
|
2291
|
+
it("wedata.v20210820.DescribeTaskInstances", async function () {
|
|
1462
2292
|
try {
|
|
1463
|
-
const data = await client.
|
|
2293
|
+
const data = await client.DescribeTaskInstances({})
|
|
1464
2294
|
expect(data).to.be.ok
|
|
1465
2295
|
} catch(error) {
|
|
1466
2296
|
expect(error.requestId).to.be.ok
|
|
@@ -1468,9 +2298,9 @@ it("wedata.v20210820.DescribeRuleExecExportResult", async function () {
|
|
|
1468
2298
|
}
|
|
1469
2299
|
})
|
|
1470
2300
|
|
|
1471
|
-
it("wedata.v20210820.
|
|
2301
|
+
it("wedata.v20210820.DeleteTaskAlarmRegular", async function () {
|
|
1472
2302
|
try {
|
|
1473
|
-
const data = await client.
|
|
2303
|
+
const data = await client.DeleteTaskAlarmRegular({})
|
|
1474
2304
|
expect(data).to.be.ok
|
|
1475
2305
|
} catch(error) {
|
|
1476
2306
|
expect(error.requestId).to.be.ok
|
|
@@ -1478,9 +2308,9 @@ it("wedata.v20210820.DescribeRules", async function () {
|
|
|
1478
2308
|
}
|
|
1479
2309
|
})
|
|
1480
2310
|
|
|
1481
|
-
it("wedata.v20210820.
|
|
2311
|
+
it("wedata.v20210820.DescribeRuleExecResults", async function () {
|
|
1482
2312
|
try {
|
|
1483
|
-
const data = await client.
|
|
2313
|
+
const data = await client.DescribeRuleExecResults({})
|
|
1484
2314
|
expect(data).to.be.ok
|
|
1485
2315
|
} catch(error) {
|
|
1486
2316
|
expect(error.requestId).to.be.ok
|
|
@@ -1488,9 +2318,9 @@ it("wedata.v20210820.StartIntegrationTask", async function () {
|
|
|
1488
2318
|
}
|
|
1489
2319
|
})
|
|
1490
2320
|
|
|
1491
|
-
it("wedata.v20210820.
|
|
2321
|
+
it("wedata.v20210820.TriggerEvent", async function () {
|
|
1492
2322
|
try {
|
|
1493
|
-
const data = await client.
|
|
2323
|
+
const data = await client.TriggerEvent({})
|
|
1494
2324
|
expect(data).to.be.ok
|
|
1495
2325
|
} catch(error) {
|
|
1496
2326
|
expect(error.requestId).to.be.ok
|
|
@@ -1498,9 +2328,9 @@ it("wedata.v20210820.LockIntegrationTask", async function () {
|
|
|
1498
2328
|
}
|
|
1499
2329
|
})
|
|
1500
2330
|
|
|
1501
|
-
it("wedata.v20210820.
|
|
2331
|
+
it("wedata.v20210820.FreezeTasksByWorkflowIds", async function () {
|
|
1502
2332
|
try {
|
|
1503
|
-
const data = await client.
|
|
2333
|
+
const data = await client.FreezeTasksByWorkflowIds({})
|
|
1504
2334
|
expect(data).to.be.ok
|
|
1505
2335
|
} catch(error) {
|
|
1506
2336
|
expect(error.requestId).to.be.ok
|
|
@@ -1508,9 +2338,9 @@ it("wedata.v20210820.DescribeQualityScoreTrend", async function () {
|
|
|
1508
2338
|
}
|
|
1509
2339
|
})
|
|
1510
2340
|
|
|
1511
|
-
it("wedata.v20210820.
|
|
2341
|
+
it("wedata.v20210820.DescribeBaselineById", async function () {
|
|
1512
2342
|
try {
|
|
1513
|
-
const data = await client.
|
|
2343
|
+
const data = await client.DescribeBaselineById({})
|
|
1514
2344
|
expect(data).to.be.ok
|
|
1515
2345
|
} catch(error) {
|
|
1516
2346
|
expect(error.requestId).to.be.ok
|
|
@@ -1518,9 +2348,9 @@ it("wedata.v20210820.BatchDeleteIntegrationTasks", async function () {
|
|
|
1518
2348
|
}
|
|
1519
2349
|
})
|
|
1520
2350
|
|
|
1521
|
-
it("wedata.v20210820.
|
|
2351
|
+
it("wedata.v20210820.DeleteResource", async function () {
|
|
1522
2352
|
try {
|
|
1523
|
-
const data = await client.
|
|
2353
|
+
const data = await client.DeleteResource({})
|
|
1524
2354
|
expect(data).to.be.ok
|
|
1525
2355
|
} catch(error) {
|
|
1526
2356
|
expect(error.requestId).to.be.ok
|
|
@@ -1528,9 +2358,9 @@ it("wedata.v20210820.DescribeIntegrationTasks", async function () {
|
|
|
1528
2358
|
}
|
|
1529
2359
|
})
|
|
1530
2360
|
|
|
1531
|
-
it("wedata.v20210820.
|
|
2361
|
+
it("wedata.v20210820.BatchDeleteTasksDs", async function () {
|
|
1532
2362
|
try {
|
|
1533
|
-
const data = await client.
|
|
2363
|
+
const data = await client.BatchDeleteTasksDs({})
|
|
1534
2364
|
expect(data).to.be.ok
|
|
1535
2365
|
} catch(error) {
|
|
1536
2366
|
expect(error.requestId).to.be.ok
|
|
@@ -1538,9 +2368,9 @@ it("wedata.v20210820.ModifyMonitorStatus", async function () {
|
|
|
1538
2368
|
}
|
|
1539
2369
|
})
|
|
1540
2370
|
|
|
1541
|
-
it("wedata.v20210820.
|
|
2371
|
+
it("wedata.v20210820.DescribeDependTaskLists", async function () {
|
|
1542
2372
|
try {
|
|
1543
|
-
const data = await client.
|
|
2373
|
+
const data = await client.DescribeDependTaskLists({})
|
|
1544
2374
|
expect(data).to.be.ok
|
|
1545
2375
|
} catch(error) {
|
|
1546
2376
|
expect(error.requestId).to.be.ok
|
|
@@ -1548,9 +2378,9 @@ it("wedata.v20210820.DescribeColumnLineage", async function () {
|
|
|
1548
2378
|
}
|
|
1549
2379
|
})
|
|
1550
2380
|
|
|
1551
|
-
it("wedata.v20210820.
|
|
2381
|
+
it("wedata.v20210820.SaveCustomFunction", async function () {
|
|
1552
2382
|
try {
|
|
1553
|
-
const data = await client.
|
|
2383
|
+
const data = await client.SaveCustomFunction({})
|
|
1554
2384
|
expect(data).to.be.ok
|
|
1555
2385
|
} catch(error) {
|
|
1556
2386
|
expect(error.requestId).to.be.ok
|
|
@@ -1558,9 +2388,9 @@ it("wedata.v20210820.DescribeTrendStat", async function () {
|
|
|
1558
2388
|
}
|
|
1559
2389
|
})
|
|
1560
2390
|
|
|
1561
|
-
it("wedata.v20210820.
|
|
2391
|
+
it("wedata.v20210820.DescribeInLongTkeClusterList", async function () {
|
|
1562
2392
|
try {
|
|
1563
|
-
const data = await client.
|
|
2393
|
+
const data = await client.DescribeInLongTkeClusterList({})
|
|
1564
2394
|
expect(data).to.be.ok
|
|
1565
2395
|
} catch(error) {
|
|
1566
2396
|
expect(error.requestId).to.be.ok
|
|
@@ -1568,9 +2398,9 @@ it("wedata.v20210820.DescribeTableInfoList", async function () {
|
|
|
1568
2398
|
}
|
|
1569
2399
|
})
|
|
1570
2400
|
|
|
1571
|
-
it("wedata.v20210820.
|
|
2401
|
+
it("wedata.v20210820.DescribeTaskAlarmRegulations", async function () {
|
|
1572
2402
|
try {
|
|
1573
|
-
const data = await client.
|
|
2403
|
+
const data = await client.DescribeTaskAlarmRegulations({})
|
|
1574
2404
|
expect(data).to.be.ok
|
|
1575
2405
|
} catch(error) {
|
|
1576
2406
|
expect(error.requestId).to.be.ok
|
|
@@ -1578,9 +2408,9 @@ it("wedata.v20210820.DescribeRuleGroupSubscription", async function () {
|
|
|
1578
2408
|
}
|
|
1579
2409
|
})
|
|
1580
2410
|
|
|
1581
|
-
it("wedata.v20210820.
|
|
2411
|
+
it("wedata.v20210820.DescribeDependTasksNew", async function () {
|
|
1582
2412
|
try {
|
|
1583
|
-
const data = await client.
|
|
2413
|
+
const data = await client.DescribeDependTasksNew({})
|
|
1584
2414
|
expect(data).to.be.ok
|
|
1585
2415
|
} catch(error) {
|
|
1586
2416
|
expect(error.requestId).to.be.ok
|
|
@@ -1588,9 +2418,9 @@ it("wedata.v20210820.DeleteTaskDs", async function () {
|
|
|
1588
2418
|
}
|
|
1589
2419
|
})
|
|
1590
2420
|
|
|
1591
|
-
it("wedata.v20210820.
|
|
2421
|
+
it("wedata.v20210820.ModifyTaskAlarmRegular", async function () {
|
|
1592
2422
|
try {
|
|
1593
|
-
const data = await client.
|
|
2423
|
+
const data = await client.ModifyTaskAlarmRegular({})
|
|
1594
2424
|
expect(data).to.be.ok
|
|
1595
2425
|
} catch(error) {
|
|
1596
2426
|
expect(error.requestId).to.be.ok
|
|
@@ -1598,9 +2428,9 @@ it("wedata.v20210820.DeleteTaskAlarmRegular", async function () {
|
|
|
1598
2428
|
}
|
|
1599
2429
|
})
|
|
1600
2430
|
|
|
1601
|
-
it("wedata.v20210820.
|
|
2431
|
+
it("wedata.v20210820.DeleteCustomFunction", async function () {
|
|
1602
2432
|
try {
|
|
1603
|
-
const data = await client.
|
|
2433
|
+
const data = await client.DeleteCustomFunction({})
|
|
1604
2434
|
expect(data).to.be.ok
|
|
1605
2435
|
} catch(error) {
|
|
1606
2436
|
expect(error.requestId).to.be.ok
|
|
@@ -1608,9 +2438,9 @@ it("wedata.v20210820.DescribeRuleExecResults", async function () {
|
|
|
1608
2438
|
}
|
|
1609
2439
|
})
|
|
1610
2440
|
|
|
1611
|
-
it("wedata.v20210820.
|
|
2441
|
+
it("wedata.v20210820.DescribeTemplateDimCount", async function () {
|
|
1612
2442
|
try {
|
|
1613
|
-
const data = await client.
|
|
2443
|
+
const data = await client.DescribeTemplateDimCount({})
|
|
1614
2444
|
expect(data).to.be.ok
|
|
1615
2445
|
} catch(error) {
|
|
1616
2446
|
expect(error.requestId).to.be.ok
|
|
@@ -1618,9 +2448,9 @@ it("wedata.v20210820.TriggerEvent", async function () {
|
|
|
1618
2448
|
}
|
|
1619
2449
|
})
|
|
1620
2450
|
|
|
1621
|
-
it("wedata.v20210820.
|
|
2451
|
+
it("wedata.v20210820.DescribeBaselineInstanceDag", async function () {
|
|
1622
2452
|
try {
|
|
1623
|
-
const data = await client.
|
|
2453
|
+
const data = await client.DescribeBaselineInstanceDag({})
|
|
1624
2454
|
expect(data).to.be.ok
|
|
1625
2455
|
} catch(error) {
|
|
1626
2456
|
expect(error.requestId).to.be.ok
|
|
@@ -1628,9 +2458,9 @@ it("wedata.v20210820.DeleteResource", async function () {
|
|
|
1628
2458
|
}
|
|
1629
2459
|
})
|
|
1630
2460
|
|
|
1631
|
-
it("wedata.v20210820.
|
|
2461
|
+
it("wedata.v20210820.DescribeIntegrationTask", async function () {
|
|
1632
2462
|
try {
|
|
1633
|
-
const data = await client.
|
|
2463
|
+
const data = await client.DescribeIntegrationTask({})
|
|
1634
2464
|
expect(data).to.be.ok
|
|
1635
2465
|
} catch(error) {
|
|
1636
2466
|
expect(error.requestId).to.be.ok
|
|
@@ -1638,9 +2468,9 @@ it("wedata.v20210820.BatchDeleteTasksDs", async function () {
|
|
|
1638
2468
|
}
|
|
1639
2469
|
})
|
|
1640
2470
|
|
|
1641
|
-
it("wedata.v20210820.
|
|
2471
|
+
it("wedata.v20210820.DescribeWorkflowTaskCount", async function () {
|
|
1642
2472
|
try {
|
|
1643
|
-
const data = await client.
|
|
2473
|
+
const data = await client.DescribeWorkflowTaskCount({})
|
|
1644
2474
|
expect(data).to.be.ok
|
|
1645
2475
|
} catch(error) {
|
|
1646
2476
|
expect(error.requestId).to.be.ok
|
|
@@ -1648,9 +2478,9 @@ it("wedata.v20210820.ModifyDataSource", async function () {
|
|
|
1648
2478
|
}
|
|
1649
2479
|
})
|
|
1650
2480
|
|
|
1651
|
-
it("wedata.v20210820.
|
|
2481
|
+
it("wedata.v20210820.CountOpsInstanceState", async function () {
|
|
1652
2482
|
try {
|
|
1653
|
-
const data = await client.
|
|
2483
|
+
const data = await client.CountOpsInstanceState({})
|
|
1654
2484
|
expect(data).to.be.ok
|
|
1655
2485
|
} catch(error) {
|
|
1656
2486
|
expect(error.requestId).to.be.ok
|
|
@@ -1658,9 +2488,9 @@ it("wedata.v20210820.DescribeTaskAlarmRegulations", async function () {
|
|
|
1658
2488
|
}
|
|
1659
2489
|
})
|
|
1660
2490
|
|
|
1661
|
-
it("wedata.v20210820.
|
|
2491
|
+
it("wedata.v20210820.DescribeIntegrationStatisticsInstanceTrend", async function () {
|
|
1662
2492
|
try {
|
|
1663
|
-
const data = await client.
|
|
2493
|
+
const data = await client.DescribeIntegrationStatisticsInstanceTrend({})
|
|
1664
2494
|
expect(data).to.be.ok
|
|
1665
2495
|
} catch(error) {
|
|
1666
2496
|
expect(error.requestId).to.be.ok
|
|
@@ -1668,9 +2498,9 @@ it("wedata.v20210820.DescribeIntegrationVersionNodesInfo", async function () {
|
|
|
1668
2498
|
}
|
|
1669
2499
|
})
|
|
1670
2500
|
|
|
1671
|
-
it("wedata.v20210820.
|
|
2501
|
+
it("wedata.v20210820.DescribeDrInstanceScriptContent", async function () {
|
|
1672
2502
|
try {
|
|
1673
|
-
const data = await client.
|
|
2503
|
+
const data = await client.DescribeDrInstanceScriptContent({})
|
|
1674
2504
|
expect(data).to.be.ok
|
|
1675
2505
|
} catch(error) {
|
|
1676
2506
|
expect(error.requestId).to.be.ok
|
|
@@ -1678,9 +2508,9 @@ it("wedata.v20210820.ModifyTaskAlarmRegular", async function () {
|
|
|
1678
2508
|
}
|
|
1679
2509
|
})
|
|
1680
2510
|
|
|
1681
|
-
it("wedata.v20210820.
|
|
2511
|
+
it("wedata.v20210820.DescribeWorkflowExecuteById", async function () {
|
|
1682
2512
|
try {
|
|
1683
|
-
const data = await client.
|
|
2513
|
+
const data = await client.DescribeWorkflowExecuteById({})
|
|
1684
2514
|
expect(data).to.be.ok
|
|
1685
2515
|
} catch(error) {
|
|
1686
2516
|
expect(error.requestId).to.be.ok
|
|
@@ -1688,9 +2518,9 @@ it("wedata.v20210820.DeleteCustomFunction", async function () {
|
|
|
1688
2518
|
}
|
|
1689
2519
|
})
|
|
1690
2520
|
|
|
1691
|
-
it("wedata.v20210820.
|
|
2521
|
+
it("wedata.v20210820.CreateIntegrationNode", async function () {
|
|
1692
2522
|
try {
|
|
1693
|
-
const data = await client.
|
|
2523
|
+
const data = await client.CreateIntegrationNode({})
|
|
1694
2524
|
expect(data).to.be.ok
|
|
1695
2525
|
} catch(error) {
|
|
1696
2526
|
expect(error.requestId).to.be.ok
|
|
@@ -1698,9 +2528,9 @@ it("wedata.v20210820.DescribeDataObjects", async function () {
|
|
|
1698
2528
|
}
|
|
1699
2529
|
})
|
|
1700
2530
|
|
|
1701
|
-
it("wedata.v20210820.
|
|
2531
|
+
it("wedata.v20210820.BatchSuspendIntegrationTasks", async function () {
|
|
1702
2532
|
try {
|
|
1703
|
-
const data = await client.
|
|
2533
|
+
const data = await client.BatchSuspendIntegrationTasks({})
|
|
1704
2534
|
expect(data).to.be.ok
|
|
1705
2535
|
} catch(error) {
|
|
1706
2536
|
expect(error.requestId).to.be.ok
|
|
@@ -1708,9 +2538,9 @@ it("wedata.v20210820.DescribeIntegrationTask", async function () {
|
|
|
1708
2538
|
}
|
|
1709
2539
|
})
|
|
1710
2540
|
|
|
1711
|
-
it("wedata.v20210820.
|
|
2541
|
+
it("wedata.v20210820.CommitRuleGroupTask", async function () {
|
|
1712
2542
|
try {
|
|
1713
|
-
const data = await client.
|
|
2543
|
+
const data = await client.CommitRuleGroupTask({})
|
|
1714
2544
|
expect(data).to.be.ok
|
|
1715
2545
|
} catch(error) {
|
|
1716
2546
|
expect(error.requestId).to.be.ok
|
|
@@ -1718,9 +2548,9 @@ it("wedata.v20210820.DescribeIntegrationStatisticsRecordsTrend", async function
|
|
|
1718
2548
|
}
|
|
1719
2549
|
})
|
|
1720
2550
|
|
|
1721
|
-
it("wedata.v20210820.
|
|
2551
|
+
it("wedata.v20210820.DescribeDependOpsTaskList", async function () {
|
|
1722
2552
|
try {
|
|
1723
|
-
const data = await client.
|
|
2553
|
+
const data = await client.DescribeDependOpsTaskList({})
|
|
1724
2554
|
expect(data).to.be.ok
|
|
1725
2555
|
} catch(error) {
|
|
1726
2556
|
expect(error.requestId).to.be.ok
|
|
@@ -1728,9 +2558,9 @@ it("wedata.v20210820.DescribeIntegrationStatisticsInstanceTrend", async function
|
|
|
1728
2558
|
}
|
|
1729
2559
|
})
|
|
1730
2560
|
|
|
1731
|
-
it("wedata.v20210820.
|
|
2561
|
+
it("wedata.v20210820.DescribeInLongAgentList", async function () {
|
|
1732
2562
|
try {
|
|
1733
|
-
const data = await client.
|
|
2563
|
+
const data = await client.DescribeInLongAgentList({})
|
|
1734
2564
|
expect(data).to.be.ok
|
|
1735
2565
|
} catch(error) {
|
|
1736
2566
|
expect(error.requestId).to.be.ok
|
|
@@ -1738,9 +2568,9 @@ it("wedata.v20210820.CreateIntegrationNode", async function () {
|
|
|
1738
2568
|
}
|
|
1739
2569
|
})
|
|
1740
2570
|
|
|
1741
|
-
it("wedata.v20210820.
|
|
2571
|
+
it("wedata.v20210820.RegisterEvent", async function () {
|
|
1742
2572
|
try {
|
|
1743
|
-
const data = await client.
|
|
2573
|
+
const data = await client.RegisterEvent({})
|
|
1744
2574
|
expect(data).to.be.ok
|
|
1745
2575
|
} catch(error) {
|
|
1746
2576
|
expect(error.requestId).to.be.ok
|
|
@@ -1748,9 +2578,9 @@ it("wedata.v20210820.BatchSuspendIntegrationTasks", async function () {
|
|
|
1748
2578
|
}
|
|
1749
2579
|
})
|
|
1750
2580
|
|
|
1751
|
-
it("wedata.v20210820.
|
|
2581
|
+
it("wedata.v20210820.DescribeOpsMakePlans", async function () {
|
|
1752
2582
|
try {
|
|
1753
|
-
const data = await client.
|
|
2583
|
+
const data = await client.DescribeOpsMakePlans({})
|
|
1754
2584
|
expect(data).to.be.ok
|
|
1755
2585
|
} catch(error) {
|
|
1756
2586
|
expect(error.requestId).to.be.ok
|
|
@@ -1758,9 +2588,9 @@ it("wedata.v20210820.CommitRuleGroupTask", async function () {
|
|
|
1758
2588
|
}
|
|
1759
2589
|
})
|
|
1760
2590
|
|
|
1761
|
-
it("wedata.v20210820.
|
|
2591
|
+
it("wedata.v20210820.ModifyWorkflowInfo", async function () {
|
|
1762
2592
|
try {
|
|
1763
|
-
const data = await client.
|
|
2593
|
+
const data = await client.ModifyWorkflowInfo({})
|
|
1764
2594
|
expect(data).to.be.ok
|
|
1765
2595
|
} catch(error) {
|
|
1766
2596
|
expect(error.requestId).to.be.ok
|
|
@@ -1768,9 +2598,9 @@ it("wedata.v20210820.DescribeInstanceLastLog", async function () {
|
|
|
1768
2598
|
}
|
|
1769
2599
|
})
|
|
1770
2600
|
|
|
1771
|
-
it("wedata.v20210820.
|
|
2601
|
+
it("wedata.v20210820.DescribeInstanceLogList", async function () {
|
|
1772
2602
|
try {
|
|
1773
|
-
const data = await client.
|
|
2603
|
+
const data = await client.DescribeInstanceLogList({})
|
|
1774
2604
|
expect(data).to.be.ok
|
|
1775
2605
|
} catch(error) {
|
|
1776
2606
|
expect(error.requestId).to.be.ok
|
|
@@ -1778,9 +2608,9 @@ it("wedata.v20210820.DescribeInstanceLogs", async function () {
|
|
|
1778
2608
|
}
|
|
1779
2609
|
})
|
|
1780
2610
|
|
|
1781
|
-
it("wedata.v20210820.
|
|
2611
|
+
it("wedata.v20210820.RerunOpsMakePlanInstances", async function () {
|
|
1782
2612
|
try {
|
|
1783
|
-
const data = await client.
|
|
2613
|
+
const data = await client.RerunOpsMakePlanInstances({})
|
|
1784
2614
|
expect(data).to.be.ok
|
|
1785
2615
|
} catch(error) {
|
|
1786
2616
|
expect(error.requestId).to.be.ok
|
|
@@ -1788,9 +2618,9 @@ it("wedata.v20210820.RegisterEvent", async function () {
|
|
|
1788
2618
|
}
|
|
1789
2619
|
})
|
|
1790
2620
|
|
|
1791
|
-
it("wedata.v20210820.
|
|
2621
|
+
it("wedata.v20210820.DescribeWorkflowCanvasInfo", async function () {
|
|
1792
2622
|
try {
|
|
1793
|
-
const data = await client.
|
|
2623
|
+
const data = await client.DescribeWorkflowCanvasInfo({})
|
|
1794
2624
|
expect(data).to.be.ok
|
|
1795
2625
|
} catch(error) {
|
|
1796
2626
|
expect(error.requestId).to.be.ok
|
|
@@ -1848,9 +2678,9 @@ it("wedata.v20210820.DescribeRuleTemplate", async function () {
|
|
|
1848
2678
|
}
|
|
1849
2679
|
})
|
|
1850
2680
|
|
|
1851
|
-
it("wedata.v20210820.
|
|
2681
|
+
it("wedata.v20210820.RerunScheduleInstances", async function () {
|
|
1852
2682
|
try {
|
|
1853
|
-
const data = await client.
|
|
2683
|
+
const data = await client.RerunScheduleInstances({})
|
|
1854
2684
|
expect(data).to.be.ok
|
|
1855
2685
|
} catch(error) {
|
|
1856
2686
|
expect(error.requestId).to.be.ok
|
|
@@ -1868,6 +2698,16 @@ it("wedata.v20210820.SubmitSqlTask", async function () {
|
|
|
1868
2698
|
}
|
|
1869
2699
|
})
|
|
1870
2700
|
|
|
2701
|
+
it("wedata.v20210820.DescribeProdTasks", async function () {
|
|
2702
|
+
try {
|
|
2703
|
+
const data = await client.DescribeProdTasks({})
|
|
2704
|
+
expect(data).to.be.ok
|
|
2705
|
+
} catch(error) {
|
|
2706
|
+
expect(error.requestId).to.be.ok
|
|
2707
|
+
expect(error.code).to.be.ok
|
|
2708
|
+
}
|
|
2709
|
+
})
|
|
2710
|
+
|
|
1871
2711
|
it("wedata.v20210820.DescribeInstances", async function () {
|
|
1872
2712
|
try {
|
|
1873
2713
|
const data = await client.DescribeInstances({})
|
|
@@ -1948,9 +2788,9 @@ it("wedata.v20210820.DescribeTaskInstanceReportDetail", async function () {
|
|
|
1948
2788
|
}
|
|
1949
2789
|
})
|
|
1950
2790
|
|
|
1951
|
-
it("wedata.v20210820.
|
|
2791
|
+
it("wedata.v20210820.DescribeDataObjects", async function () {
|
|
1952
2792
|
try {
|
|
1953
|
-
const data = await client.
|
|
2793
|
+
const data = await client.DescribeDataObjects({})
|
|
1954
2794
|
expect(data).to.be.ok
|
|
1955
2795
|
} catch(error) {
|
|
1956
2796
|
expect(error.requestId).to.be.ok
|
|
@@ -1958,9 +2798,19 @@ it("wedata.v20210820.DescribeFolderWorkflowList", async function () {
|
|
|
1958
2798
|
}
|
|
1959
2799
|
})
|
|
1960
2800
|
|
|
1961
|
-
it("wedata.v20210820.
|
|
2801
|
+
it("wedata.v20210820.GetOfflineDIInstanceList", async function () {
|
|
1962
2802
|
try {
|
|
1963
|
-
const data = await client.
|
|
2803
|
+
const data = await client.GetOfflineDIInstanceList({})
|
|
2804
|
+
expect(data).to.be.ok
|
|
2805
|
+
} catch(error) {
|
|
2806
|
+
expect(error.requestId).to.be.ok
|
|
2807
|
+
expect(error.code).to.be.ok
|
|
2808
|
+
}
|
|
2809
|
+
})
|
|
2810
|
+
|
|
2811
|
+
it("wedata.v20210820.ModifyBaselineAlarmStatus", async function () {
|
|
2812
|
+
try {
|
|
2813
|
+
const data = await client.ModifyBaselineAlarmStatus({})
|
|
1964
2814
|
expect(data).to.be.ok
|
|
1965
2815
|
} catch(error) {
|
|
1966
2816
|
expect(error.requestId).to.be.ok
|
|
@@ -1998,6 +2848,16 @@ it("wedata.v20210820.GetIntegrationNodeColumnSchema", async function () {
|
|
|
1998
2848
|
}
|
|
1999
2849
|
})
|
|
2000
2850
|
|
|
2851
|
+
it("wedata.v20210820.DescribeOpsWorkflows", async function () {
|
|
2852
|
+
try {
|
|
2853
|
+
const data = await client.DescribeOpsWorkflows({})
|
|
2854
|
+
expect(data).to.be.ok
|
|
2855
|
+
} catch(error) {
|
|
2856
|
+
expect(error.requestId).to.be.ok
|
|
2857
|
+
expect(error.code).to.be.ok
|
|
2858
|
+
}
|
|
2859
|
+
})
|
|
2860
|
+
|
|
2001
2861
|
it("wedata.v20210820.CreateOrUpdateResource", async function () {
|
|
2002
2862
|
try {
|
|
2003
2863
|
const data = await client.CreateOrUpdateResource({})
|
|
@@ -2008,9 +2868,9 @@ it("wedata.v20210820.CreateOrUpdateResource", async function () {
|
|
|
2008
2868
|
}
|
|
2009
2869
|
})
|
|
2010
2870
|
|
|
2011
|
-
it("wedata.v20210820.
|
|
2871
|
+
it("wedata.v20210820.BatchRerunIntegrationTaskInstances", async function () {
|
|
2012
2872
|
try {
|
|
2013
|
-
const data = await client.
|
|
2873
|
+
const data = await client.BatchRerunIntegrationTaskInstances({})
|
|
2014
2874
|
expect(data).to.be.ok
|
|
2015
2875
|
} catch(error) {
|
|
2016
2876
|
expect(error.requestId).to.be.ok
|
|
@@ -2058,9 +2918,9 @@ it("wedata.v20210820.MakeUpTasksNew", async function () {
|
|
|
2058
2918
|
}
|
|
2059
2919
|
})
|
|
2060
2920
|
|
|
2061
|
-
it("wedata.v20210820.
|
|
2921
|
+
it("wedata.v20210820.MakeUpTasksByWorkflow", async function () {
|
|
2062
2922
|
try {
|
|
2063
|
-
const data = await client.
|
|
2923
|
+
const data = await client.MakeUpTasksByWorkflow({})
|
|
2064
2924
|
expect(data).to.be.ok
|
|
2065
2925
|
} catch(error) {
|
|
2066
2926
|
expect(error.requestId).to.be.ok
|
|
@@ -2068,9 +2928,19 @@ it("wedata.v20210820.DescribeTemplateDimCount", async function () {
|
|
|
2068
2928
|
}
|
|
2069
2929
|
})
|
|
2070
2930
|
|
|
2071
|
-
it("wedata.v20210820.
|
|
2931
|
+
it("wedata.v20210820.BatchStopWorkflowsByIds", async function () {
|
|
2072
2932
|
try {
|
|
2073
|
-
const data = await client.
|
|
2933
|
+
const data = await client.BatchStopWorkflowsByIds({})
|
|
2934
|
+
expect(data).to.be.ok
|
|
2935
|
+
} catch(error) {
|
|
2936
|
+
expect(error.requestId).to.be.ok
|
|
2937
|
+
expect(error.code).to.be.ok
|
|
2938
|
+
}
|
|
2939
|
+
})
|
|
2940
|
+
|
|
2941
|
+
it("wedata.v20210820.DescribeDrInstancePage", async function () {
|
|
2942
|
+
try {
|
|
2943
|
+
const data = await client.DescribeDrInstancePage({})
|
|
2074
2944
|
expect(data).to.be.ok
|
|
2075
2945
|
} catch(error) {
|
|
2076
2946
|
expect(error.requestId).to.be.ok
|
|
@@ -2088,6 +2958,16 @@ it("wedata.v20210820.BatchModifyOwnersNew", async function () {
|
|
|
2088
2958
|
}
|
|
2089
2959
|
})
|
|
2090
2960
|
|
|
2961
|
+
it("wedata.v20210820.DescribeSchedulerRunTimeInstanceCntByStatus", async function () {
|
|
2962
|
+
try {
|
|
2963
|
+
const data = await client.DescribeSchedulerRunTimeInstanceCntByStatus({})
|
|
2964
|
+
expect(data).to.be.ok
|
|
2965
|
+
} catch(error) {
|
|
2966
|
+
expect(error.requestId).to.be.ok
|
|
2967
|
+
expect(error.code).to.be.ok
|
|
2968
|
+
}
|
|
2969
|
+
})
|
|
2970
|
+
|
|
2091
2971
|
it("wedata.v20210820.BatchStopIntegrationTasks", async function () {
|
|
2092
2972
|
try {
|
|
2093
2973
|
const data = await client.BatchStopIntegrationTasks({})
|