tencentcloud-sdk-nodejs-wedata 4.0.835 → 4.0.838
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/package.json +1 -1
- package/products.md +45 -45
- package/src/services/wedata/v20210820/wedata_client.ts +388 -1533
- package/src/services/wedata/v20210820/wedata_models.ts +10515 -18122
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +122 -507
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +162 -721
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +8892 -16261
|
@@ -28,18 +28,11 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
28
28
|
super("wedata.tencentcloudapi.com", "2021-08-20", clientConfig);
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
*/
|
|
31
|
+
* 创建任务
|
|
32
|
+
*/
|
|
34
33
|
async CreateTask(req, cb) {
|
|
35
34
|
return this.request("CreateTask", req, cb);
|
|
36
35
|
}
|
|
37
|
-
/**
|
|
38
|
-
* 查询基线DAG
|
|
39
|
-
*/
|
|
40
|
-
async DescribeBaselineAllTaskDag(req, cb) {
|
|
41
|
-
return this.request("DescribeBaselineAllTaskDag", req, cb);
|
|
42
|
-
}
|
|
43
36
|
/**
|
|
44
37
|
* 创建任务告警规则
|
|
45
38
|
*/
|
|
@@ -59,7 +52,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
59
52
|
return this.request("DeleteIntegrationTask", req, cb);
|
|
60
53
|
}
|
|
61
54
|
/**
|
|
62
|
-
*
|
|
55
|
+
* 批量终止实例
|
|
63
56
|
*/
|
|
64
57
|
async KillScheduleInstances(req, cb) {
|
|
65
58
|
return this.request("KillScheduleInstances", req, cb);
|
|
@@ -71,21 +64,8 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
71
64
|
return this.request("GetFileInfo", req, cb);
|
|
72
65
|
}
|
|
73
66
|
/**
|
|
74
|
-
*
|
|
75
|
-
*/
|
|
76
|
-
async DescribeTableMetas(req, cb) {
|
|
77
|
-
return this.request("DescribeTableMetas", req, cb);
|
|
78
|
-
}
|
|
79
|
-
/**
|
|
80
|
-
* 检查规则名称是否重复
|
|
67
|
+
* 查询任务脚本
|
|
81
68
|
*/
|
|
82
|
-
async CheckDuplicateRuleName(req, cb) {
|
|
83
|
-
return this.request("CheckDuplicateRuleName", req, cb);
|
|
84
|
-
}
|
|
85
|
-
/**
|
|
86
|
-
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
87
|
-
查询任务脚本
|
|
88
|
-
*/
|
|
89
69
|
async DescribeTaskScript(req, cb) {
|
|
90
70
|
return this.request("DescribeTaskScript", req, cb);
|
|
91
71
|
}
|
|
@@ -95,6 +75,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
95
75
|
async CreateRuleTemplate(req, cb) {
|
|
96
76
|
return this.request("CreateRuleTemplate", req, cb);
|
|
97
77
|
}
|
|
78
|
+
/**
|
|
79
|
+
* 实例诊断
|
|
80
|
+
*/
|
|
81
|
+
async DiagnosePro(req, cb) {
|
|
82
|
+
return this.request("DiagnosePro", req, cb);
|
|
83
|
+
}
|
|
98
84
|
/**
|
|
99
85
|
* 实时任务运行指标概览
|
|
100
86
|
*/
|
|
@@ -125,18 +111,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
125
111
|
async DescribeDataCheckStat(req, cb) {
|
|
126
112
|
return this.request("DescribeDataCheckStat", req, cb);
|
|
127
113
|
}
|
|
128
|
-
/**
|
|
129
|
-
* 分页查询规则执行结果列表
|
|
130
|
-
*/
|
|
131
|
-
async DescribeRuleExecResultsByPage(req, cb) {
|
|
132
|
-
return this.request("DescribeRuleExecResultsByPage", req, cb);
|
|
133
|
-
}
|
|
134
|
-
/**
|
|
135
|
-
* 查询运维画布信息,只需要获取边和节点
|
|
136
|
-
*/
|
|
137
|
-
async DescribeWorkflowOpsCanvasInfo(req, cb) {
|
|
138
|
-
return this.request("DescribeWorkflowOpsCanvasInfo", req, cb);
|
|
139
|
-
}
|
|
140
114
|
/**
|
|
141
115
|
* 批量终止集成任务实例
|
|
142
116
|
*/
|
|
@@ -150,7 +124,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
150
124
|
return this.request("ModifyExecStrategy", req, cb);
|
|
151
125
|
}
|
|
152
126
|
/**
|
|
153
|
-
* <p style="color:red;">[
|
|
127
|
+
* <p style="color:red;">[注意:该版本只满足广州区部分白名单客户使用]</p>
|
|
154
128
|
注册事件监听器
|
|
155
129
|
*/
|
|
156
130
|
async RegisterEventListener(req, cb) {
|
|
@@ -180,12 +154,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
180
154
|
async DescribeIntegrationNode(req, cb) {
|
|
181
155
|
return this.request("DescribeIntegrationNode", req, cb);
|
|
182
156
|
}
|
|
183
|
-
/**
|
|
184
|
-
* 在基线系统内查询单个调度任务实例
|
|
185
|
-
*/
|
|
186
|
-
async DescribeScheduleInstance(req, cb) {
|
|
187
|
-
return this.request("DescribeScheduleInstance", req, cb);
|
|
188
|
-
}
|
|
189
157
|
/**
|
|
190
158
|
* 根据周期类型 查询所有任务
|
|
191
159
|
*/
|
|
@@ -193,16 +161,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
193
161
|
return this.request("DescribeTaskByCycle", req, cb);
|
|
194
162
|
}
|
|
195
163
|
/**
|
|
196
|
-
*
|
|
197
|
-
*/
|
|
198
|
-
async BatchDeleteOpsTasks(req, cb) {
|
|
199
|
-
return this.request("BatchDeleteOpsTasks", req, cb);
|
|
200
|
-
}
|
|
201
|
-
/**
|
|
202
|
-
* 更新质量规则接口
|
|
164
|
+
* 批量暂停集成任务
|
|
203
165
|
*/
|
|
204
|
-
async
|
|
205
|
-
return this.request("
|
|
166
|
+
async BatchSuspendIntegrationTasks(req, cb) {
|
|
167
|
+
return this.request("BatchSuspendIntegrationTasks", req, cb);
|
|
206
168
|
}
|
|
207
169
|
/**
|
|
208
170
|
* 元数据模型-字段基础信息查询接口
|
|
@@ -210,12 +172,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
210
172
|
async DescribeFieldBasicInfo(req, cb) {
|
|
211
173
|
return this.request("DescribeFieldBasicInfo", req, cb);
|
|
212
174
|
}
|
|
213
|
-
/**
|
|
214
|
-
* 规则组执行结果分页查询接口不带鉴权
|
|
215
|
-
*/
|
|
216
|
-
async DescribeRuleGroupExecResultsByPageWithoutAuth(req, cb) {
|
|
217
|
-
return this.request("DescribeRuleGroupExecResultsByPageWithoutAuth", req, cb);
|
|
218
|
-
}
|
|
219
175
|
/**
|
|
220
176
|
* 删除编排空间工作流
|
|
221
177
|
*/
|
|
@@ -229,12 +185,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
229
185
|
return this.request("DescribeThirdTaskRunLog", req, cb);
|
|
230
186
|
}
|
|
231
187
|
/**
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
async BatchDeleteTasksNew(req, cb) {
|
|
237
|
-
return this.request("BatchDeleteTasksNew", req, cb);
|
|
188
|
+
* 查询父目录树,用于工作流、任务定位
|
|
189
|
+
*/
|
|
190
|
+
async DescribeDsParentFolderTree(req, cb) {
|
|
191
|
+
return this.request("DescribeDsParentFolderTree", req, cb);
|
|
238
192
|
}
|
|
239
193
|
/**
|
|
240
194
|
* 继续集成任务
|
|
@@ -243,26 +197,19 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
243
197
|
return this.request("ResumeIntegrationTask", req, cb);
|
|
244
198
|
}
|
|
245
199
|
/**
|
|
246
|
-
|
|
247
|
-
删除工作流
|
|
248
|
-
*/
|
|
249
|
-
async DeleteWorkflowNew(req, cb) {
|
|
250
|
-
return this.request("DeleteWorkflowNew", req, cb);
|
|
251
|
-
}
|
|
252
|
-
/**
|
|
253
|
-
* 提交基线
|
|
200
|
+
* 重命名任务(任务编辑)
|
|
254
201
|
*/
|
|
255
|
-
async
|
|
256
|
-
return this.request("
|
|
202
|
+
async ModifyTaskName(req, cb) {
|
|
203
|
+
return this.request("ModifyTaskName", req, cb);
|
|
257
204
|
}
|
|
258
205
|
/**
|
|
259
|
-
*
|
|
206
|
+
* 离线任务实例运行日志列表
|
|
260
207
|
*/
|
|
261
|
-
async
|
|
262
|
-
return this.request("
|
|
208
|
+
async DescribeInstanceLogList(req, cb) {
|
|
209
|
+
return this.request("DescribeInstanceLogList", req, cb);
|
|
263
210
|
}
|
|
264
211
|
/**
|
|
265
|
-
*
|
|
212
|
+
* 提交任务版本
|
|
266
213
|
*/
|
|
267
214
|
async CreateTaskVersionDs(req, cb) {
|
|
268
215
|
return this.request("CreateTaskVersionDs", req, cb);
|
|
@@ -280,24 +227,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
280
227
|
return this.request("CreateCustomFunction", req, cb);
|
|
281
228
|
}
|
|
282
229
|
/**
|
|
283
|
-
*
|
|
230
|
+
* 解锁集成任务
|
|
284
231
|
*/
|
|
285
|
-
async
|
|
286
|
-
return this.request("
|
|
287
|
-
}
|
|
288
|
-
/**
|
|
289
|
-
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
290
|
-
仅对任务状态为”调度中“和”已暂停“有效,对所选任务的任务实例进行终止,并停止调度
|
|
291
|
-
*/
|
|
292
|
-
async BatchStopTasksNew(req, cb) {
|
|
293
|
-
return this.request("BatchStopTasksNew", req, cb);
|
|
232
|
+
async UnlockIntegrationTask(req, cb) {
|
|
233
|
+
return this.request("UnlockIntegrationTask", req, cb);
|
|
294
234
|
}
|
|
295
235
|
/**
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
return this.request("DeleteFolder", req, cb);
|
|
236
|
+
* 批量停止集成任务
|
|
237
|
+
*/
|
|
238
|
+
async BatchStopIntegrationTasks(req, cb) {
|
|
239
|
+
return this.request("BatchStopIntegrationTasks", req, cb);
|
|
301
240
|
}
|
|
302
241
|
/**
|
|
303
242
|
* 运维大屏-任务状态分布
|
|
@@ -318,9 +257,8 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
318
257
|
return this.request("DescribeWorkflowListByProjectId", req, cb);
|
|
319
258
|
}
|
|
320
259
|
/**
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
*/
|
|
260
|
+
* 创建数据源
|
|
261
|
+
*/
|
|
324
262
|
async CreateDataSource(req, cb) {
|
|
325
263
|
return this.request("CreateDataSource", req, cb);
|
|
326
264
|
}
|
|
@@ -336,12 +274,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
336
274
|
async DescribeEventConsumeTasks(req, cb) {
|
|
337
275
|
return this.request("DescribeEventConsumeTasks", req, cb);
|
|
338
276
|
}
|
|
339
|
-
/**
|
|
340
|
-
* 查询基线诊断信息
|
|
341
|
-
*/
|
|
342
|
-
async DescribeDiagnosticInfoByBaselineId(req, cb) {
|
|
343
|
-
return this.request("DescribeDiagnosticInfoByBaselineId", req, cb);
|
|
344
|
-
}
|
|
345
277
|
/**
|
|
346
278
|
* 获取离线任务长连接Token
|
|
347
279
|
*/
|
|
@@ -360,12 +292,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
360
292
|
async DescribeApproveList(req, cb) {
|
|
361
293
|
return this.request("DescribeApproveList", req, cb);
|
|
362
294
|
}
|
|
363
|
-
/**
|
|
364
|
-
* 更新集成节点
|
|
365
|
-
*/
|
|
366
|
-
async ModifyIntegrationNode(req, cb) {
|
|
367
|
-
return this.request("ModifyIntegrationNode", req, cb);
|
|
368
|
-
}
|
|
369
295
|
/**
|
|
370
296
|
* 抢占锁定集成任务
|
|
371
297
|
*/
|
|
@@ -385,10 +311,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
385
311
|
return this.request("DescribeAlarmEvents", req, cb);
|
|
386
312
|
}
|
|
387
313
|
/**
|
|
388
|
-
*
|
|
314
|
+
* 批量启动工作流
|
|
389
315
|
*/
|
|
390
|
-
async
|
|
391
|
-
return this.request("
|
|
316
|
+
async RunTasksByMultiWorkflow(req, cb) {
|
|
317
|
+
return this.request("RunTasksByMultiWorkflow", req, cb);
|
|
392
318
|
}
|
|
393
319
|
/**
|
|
394
320
|
* 质量报告-质量评分
|
|
@@ -396,12 +322,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
396
322
|
async DescribeQualityScore(req, cb) {
|
|
397
323
|
return this.request("DescribeQualityScore", req, cb);
|
|
398
324
|
}
|
|
399
|
-
/**
|
|
400
|
-
* 文件路径的根目录为 /datastudio/resource,如果要在根目录下创建 aaa 文件夹,FilePath的值应该为 /datastudio/resource,如果根目录下已经创建了 aaa 文件夹,要在 aaa 下创建 bbb 文件夹,FilePath的值应该为 /datastudio/resource/aaa
|
|
401
|
-
*/
|
|
402
|
-
async CreateResourcePath(req, cb) {
|
|
403
|
-
return this.request("CreateResourcePath", req, cb);
|
|
404
|
-
}
|
|
405
325
|
/**
|
|
406
326
|
* 数据质量概览页面触发维度分布统计接口
|
|
407
327
|
*/
|
|
@@ -427,10 +347,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
427
347
|
return this.request("DescribeOpsMakePlanTasks", req, cb);
|
|
428
348
|
}
|
|
429
349
|
/**
|
|
430
|
-
*
|
|
350
|
+
* 数据质量概览页面表排行接口
|
|
431
351
|
*/
|
|
432
|
-
async
|
|
433
|
-
return this.request("
|
|
352
|
+
async DescribeTopTableStat(req, cb) {
|
|
353
|
+
return this.request("DescribeTopTableStat", req, cb);
|
|
434
354
|
}
|
|
435
355
|
/**
|
|
436
356
|
* 查询全量函数
|
|
@@ -439,13 +359,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
439
359
|
return this.request("DescribeOrganizationalFunctions", req, cb);
|
|
440
360
|
}
|
|
441
361
|
/**
|
|
442
|
-
*
|
|
443
|
-
*/
|
|
444
|
-
async UnlockIntegrationTask(req, cb) {
|
|
445
|
-
return this.request("UnlockIntegrationTask", req, cb);
|
|
446
|
-
}
|
|
447
|
-
/**
|
|
448
|
-
* 实例强制成功
|
|
362
|
+
* 实例批量置成功
|
|
449
363
|
*/
|
|
450
364
|
async RunForceSucScheduleInstances(req, cb) {
|
|
451
365
|
return this.request("RunForceSucScheduleInstances", req, cb);
|
|
@@ -457,17 +371,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
457
371
|
return this.request("DescribeDsFolderTree", req, cb);
|
|
458
372
|
}
|
|
459
373
|
/**
|
|
460
|
-
|
|
461
|
-
实例批量终止操作
|
|
462
|
-
*/
|
|
463
|
-
async KillInstances(req, cb) {
|
|
464
|
-
return this.request("KillInstances", req, cb);
|
|
465
|
-
}
|
|
466
|
-
/**
|
|
467
|
-
* 编辑基线实例中任务告警状态
|
|
374
|
+
* 无
|
|
468
375
|
*/
|
|
469
|
-
async
|
|
470
|
-
return this.request("
|
|
376
|
+
async SubmitTaskTestRun(req, cb) {
|
|
377
|
+
return this.request("SubmitTaskTestRun", req, cb);
|
|
471
378
|
}
|
|
472
379
|
/**
|
|
473
380
|
* 获取审批分类列表
|
|
@@ -476,10 +383,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
476
383
|
return this.request("DescribeApproveTypeList", req, cb);
|
|
477
384
|
}
|
|
478
385
|
/**
|
|
479
|
-
*
|
|
386
|
+
* 规则执行日志查询
|
|
480
387
|
*/
|
|
481
|
-
async
|
|
482
|
-
return this.request("
|
|
388
|
+
async DescribeRuleExecLog(req, cb) {
|
|
389
|
+
return this.request("DescribeRuleExecLog", req, cb);
|
|
483
390
|
}
|
|
484
391
|
/**
|
|
485
392
|
* 开发空间-批量删除目录和文件
|
|
@@ -487,12 +394,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
487
394
|
async DeleteFilePath(req, cb) {
|
|
488
395
|
return this.request("DeleteFilePath", req, cb);
|
|
489
396
|
}
|
|
490
|
-
/**
|
|
491
|
-
* 任务批量补录,调度状态任务才可以补录;
|
|
492
|
-
*/
|
|
493
|
-
async MakeUpOpsTasks(req, cb) {
|
|
494
|
-
return this.request("MakeUpOpsTasks", req, cb);
|
|
495
|
-
}
|
|
496
397
|
/**
|
|
497
398
|
* 编排空间-创建文件夹
|
|
498
399
|
*/
|
|
@@ -505,24 +406,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
505
406
|
async DescribeSuccessorOpsTaskInfos(req, cb) {
|
|
506
407
|
return this.request("DescribeSuccessorOpsTaskInfos", req, cb);
|
|
507
408
|
}
|
|
508
|
-
/**
|
|
509
|
-
* 获取关联子实例
|
|
510
|
-
*/
|
|
511
|
-
async DescribeSonInstances(req, cb) {
|
|
512
|
-
return this.request("DescribeSonInstances", req, cb);
|
|
513
|
-
}
|
|
514
409
|
/**
|
|
515
410
|
* 调试运行集成任务
|
|
516
411
|
*/
|
|
517
412
|
async DryRunDIOfflineTask(req, cb) {
|
|
518
413
|
return this.request("DryRunDIOfflineTask", req, cb);
|
|
519
414
|
}
|
|
520
|
-
/**
|
|
521
|
-
* 根据条件查找事件实例
|
|
522
|
-
*/
|
|
523
|
-
async DescribeEventCases(req, cb) {
|
|
524
|
-
return this.request("DescribeEventCases", req, cb);
|
|
525
|
-
}
|
|
526
415
|
/**
|
|
527
416
|
* 质量报告-查询质量评分
|
|
528
417
|
*/
|
|
@@ -535,12 +424,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
535
424
|
async DescribeRuleGroupTable(req, cb) {
|
|
536
425
|
return this.request("DescribeRuleGroupTable", req, cb);
|
|
537
426
|
}
|
|
538
|
-
/**
|
|
539
|
-
* DeleteBaseline
|
|
540
|
-
*/
|
|
541
|
-
async DeleteBaseline(req, cb) {
|
|
542
|
-
return this.request("DeleteBaseline", req, cb);
|
|
543
|
-
}
|
|
544
427
|
/**
|
|
545
428
|
* 创建集成任务
|
|
546
429
|
*/
|
|
@@ -548,23 +431,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
548
431
|
return this.request("CreateIntegrationTask", req, cb);
|
|
549
432
|
}
|
|
550
433
|
/**
|
|
551
|
-
|
|
552
|
-
修改任务脚本
|
|
553
|
-
*/
|
|
554
|
-
async ModifyTaskScript(req, cb) {
|
|
555
|
-
return this.request("ModifyTaskScript", req, cb);
|
|
556
|
-
}
|
|
557
|
-
/**
|
|
558
|
-
* 提交数据导出任务
|
|
559
|
-
*/
|
|
560
|
-
async CommitExportTask(req, cb) {
|
|
561
|
-
return this.request("CommitExportTask", req, cb);
|
|
562
|
-
}
|
|
563
|
-
/**
|
|
564
|
-
* 过滤条件【必要字段】{ruleId}
|
|
434
|
+
* 查询规则详情
|
|
565
435
|
*/
|
|
566
|
-
async
|
|
567
|
-
return this.request("
|
|
436
|
+
async DescribeRule(req, cb) {
|
|
437
|
+
return this.request("DescribeRule", req, cb);
|
|
568
438
|
}
|
|
569
439
|
/**
|
|
570
440
|
* 按补录计划批量终止实例。
|
|
@@ -573,25 +443,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
573
443
|
return this.request("KillOpsMakePlanInstances", req, cb);
|
|
574
444
|
}
|
|
575
445
|
/**
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
*/
|
|
446
|
+
* 数据源详情
|
|
447
|
+
*/
|
|
579
448
|
async DescribeDataSourceList(req, cb) {
|
|
580
449
|
return this.request("DescribeDataSourceList", req, cb);
|
|
581
450
|
}
|
|
582
451
|
/**
|
|
583
|
-
* <p style="color:red;">[
|
|
452
|
+
* <p style="color:red;">[注意:该版本只满足广州区部分白名单客户使用]</p>
|
|
584
453
|
更新任务
|
|
585
454
|
*/
|
|
586
455
|
async ModifyTaskInfo(req, cb) {
|
|
587
456
|
return this.request("ModifyTaskInfo", req, cb);
|
|
588
457
|
}
|
|
589
|
-
/**
|
|
590
|
-
* 查询集成任务版本节点信息
|
|
591
|
-
*/
|
|
592
|
-
async DescribeIntegrationVersionNodesInfo(req, cb) {
|
|
593
|
-
return this.request("DescribeIntegrationVersionNodesInfo", req, cb);
|
|
594
|
-
}
|
|
595
458
|
/**
|
|
596
459
|
* 事件管理-触发事件
|
|
597
460
|
*/
|
|
@@ -599,10 +462,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
599
462
|
return this.request("TriggerDsEvent", req, cb);
|
|
600
463
|
}
|
|
601
464
|
/**
|
|
602
|
-
*
|
|
465
|
+
* 运维大屏-实例运行时长排行
|
|
603
466
|
*/
|
|
604
|
-
async
|
|
605
|
-
return this.request("
|
|
467
|
+
async DescribeSchedulerRunTimeInstanceCntByStatus(req, cb) {
|
|
468
|
+
return this.request("DescribeSchedulerRunTimeInstanceCntByStatus", req, cb);
|
|
606
469
|
}
|
|
607
470
|
/**
|
|
608
471
|
* 任务状态统计
|
|
@@ -634,12 +497,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
634
497
|
async BatchStartIntegrationTasks(req, cb) {
|
|
635
498
|
return this.request("BatchStartIntegrationTasks", req, cb);
|
|
636
499
|
}
|
|
637
|
-
/**
|
|
638
|
-
* 分页查询质量监控组
|
|
639
|
-
*/
|
|
640
|
-
async DescribeMonitorsByPage(req, cb) {
|
|
641
|
-
return this.request("DescribeMonitorsByPage", req, cb);
|
|
642
|
-
}
|
|
643
500
|
/**
|
|
644
501
|
* 质量报告-修改维度权限
|
|
645
502
|
*/
|
|
@@ -665,23 +522,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
665
522
|
return this.request("DescribeOpsMakePlanInstances", req, cb);
|
|
666
523
|
}
|
|
667
524
|
/**
|
|
668
|
-
*
|
|
525
|
+
* 数据源详情
|
|
669
526
|
*/
|
|
670
|
-
async DescribeRelatedInstances(req, cb) {
|
|
671
|
-
return this.request("DescribeRelatedInstances", req, cb);
|
|
672
|
-
}
|
|
673
|
-
/**
|
|
674
|
-
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
675
|
-
数据源详情
|
|
676
|
-
*/
|
|
677
527
|
async DescribeDatasource(req, cb) {
|
|
678
528
|
return this.request("DescribeDatasource", req, cb);
|
|
679
529
|
}
|
|
680
530
|
/**
|
|
681
|
-
*
|
|
531
|
+
* 数据开发模块-文件夹更新
|
|
682
532
|
*/
|
|
683
|
-
async
|
|
684
|
-
return this.request("
|
|
533
|
+
async ModifyDsFolder(req, cb) {
|
|
534
|
+
return this.request("ModifyDsFolder", req, cb);
|
|
685
535
|
}
|
|
686
536
|
/**
|
|
687
537
|
* 通过工作流id,查询工作流详情
|
|
@@ -695,13 +545,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
695
545
|
async DescribeTaskByStatusReport(req, cb) {
|
|
696
546
|
return this.request("DescribeTaskByStatusReport", req, cb);
|
|
697
547
|
}
|
|
698
|
-
/**
|
|
699
|
-
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
700
|
-
运行任务
|
|
701
|
-
*/
|
|
702
|
-
async RunTask(req, cb) {
|
|
703
|
-
return this.request("RunTask", req, cb);
|
|
704
|
-
}
|
|
705
548
|
/**
|
|
706
549
|
* 获取离线任务实例
|
|
707
550
|
*/
|
|
@@ -715,26 +558,11 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
715
558
|
return this.request("CreateOfflineTask", req, cb);
|
|
716
559
|
}
|
|
717
560
|
/**
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
*/
|
|
561
|
+
* 更新工作流调度
|
|
562
|
+
*/
|
|
721
563
|
async ModifyWorkflowSchedule(req, cb) {
|
|
722
564
|
return this.request("ModifyWorkflowSchedule", req, cb);
|
|
723
565
|
}
|
|
724
|
-
/**
|
|
725
|
-
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
726
|
-
根据工作流分页查询任务
|
|
727
|
-
*/
|
|
728
|
-
async DescribeTasksByPage(req, cb) {
|
|
729
|
-
return this.request("DescribeTasksByPage", req, cb);
|
|
730
|
-
}
|
|
731
|
-
/**
|
|
732
|
-
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
733
|
-
创建文件夹
|
|
734
|
-
*/
|
|
735
|
-
async CreateFolder(req, cb) {
|
|
736
|
-
return this.request("CreateFolder", req, cb);
|
|
737
|
-
}
|
|
738
566
|
/**
|
|
739
567
|
* 获取表schema信息
|
|
740
568
|
*/
|
|
@@ -742,11 +570,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
742
570
|
return this.request("DescribeTableSchemaInfo", req, cb);
|
|
743
571
|
}
|
|
744
572
|
/**
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
return this.request("ForceSucInstances", req, cb);
|
|
573
|
+
* 更新质量规则接口
|
|
574
|
+
*/
|
|
575
|
+
async ModifyRule(req, cb) {
|
|
576
|
+
return this.request("ModifyRule", req, cb);
|
|
750
577
|
}
|
|
751
578
|
/**
|
|
752
579
|
* 查询函数类型
|
|
@@ -755,28 +582,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
755
582
|
return this.request("DescribeFunctionTypes", req, cb);
|
|
756
583
|
}
|
|
757
584
|
/**
|
|
758
|
-
*
|
|
759
|
-
*/
|
|
760
|
-
async DescribeDsParentFolderTree(req, cb) {
|
|
761
|
-
return this.request("DescribeDsParentFolderTree", req, cb);
|
|
762
|
-
}
|
|
763
|
-
/**
|
|
764
|
-
* 离线任务周期统计明细
|
|
765
|
-
*/
|
|
766
|
-
async DescribeTaskReportDetailList(req, cb) {
|
|
767
|
-
return this.request("DescribeTaskReportDetailList", req, cb);
|
|
768
|
-
}
|
|
769
|
-
/**
|
|
770
|
-
* 创建基线
|
|
771
|
-
*/
|
|
772
|
-
async CreateBaseline(req, cb) {
|
|
773
|
-
return this.request("CreateBaseline", req, cb);
|
|
774
|
-
}
|
|
775
|
-
/**
|
|
776
|
-
* 查询表的所有列元数据
|
|
585
|
+
* 删除数据源
|
|
777
586
|
*/
|
|
778
|
-
async
|
|
779
|
-
return this.request("
|
|
587
|
+
async DeleteDataSources(req, cb) {
|
|
588
|
+
return this.request("DeleteDataSources", req, cb);
|
|
780
589
|
}
|
|
781
590
|
/**
|
|
782
591
|
* 删除集成节点
|
|
@@ -791,10 +600,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
791
600
|
return this.request("StopIntegrationTask", req, cb);
|
|
792
601
|
}
|
|
793
602
|
/**
|
|
794
|
-
*
|
|
603
|
+
* 获取表元数据list
|
|
795
604
|
*/
|
|
796
|
-
async
|
|
797
|
-
return this.request("
|
|
605
|
+
async DescribeTableMetas(req, cb) {
|
|
606
|
+
return this.request("DescribeTableMetas", req, cb);
|
|
798
607
|
}
|
|
799
608
|
/**
|
|
800
609
|
* 实时任务同步速度趋势
|
|
@@ -851,29 +660,11 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
851
660
|
return this.request("DeleteResourceFiles", req, cb);
|
|
852
661
|
}
|
|
853
662
|
/**
|
|
854
|
-
*
|
|
663
|
+
* 批量补数据(创建补录任务)
|
|
855
664
|
*/
|
|
856
665
|
async CreateOpsMakePlan(req, cb) {
|
|
857
666
|
return this.request("CreateOpsMakePlan", req, cb);
|
|
858
667
|
}
|
|
859
|
-
/**
|
|
860
|
-
* 提交基线
|
|
861
|
-
*/
|
|
862
|
-
async SubmitBaseline(req, cb) {
|
|
863
|
-
return this.request("SubmitBaseline", req, cb);
|
|
864
|
-
}
|
|
865
|
-
/**
|
|
866
|
-
* 任务运维列表组合条件查询
|
|
867
|
-
*/
|
|
868
|
-
async DescribeOperateTasks(req, cb) {
|
|
869
|
-
return this.request("DescribeOperateTasks", req, cb);
|
|
870
|
-
}
|
|
871
|
-
/**
|
|
872
|
-
* 实例诊断信息
|
|
873
|
-
*/
|
|
874
|
-
async DiagnosePlus(req, cb) {
|
|
875
|
-
return this.request("DiagnosePlus", req, cb);
|
|
876
|
-
}
|
|
877
668
|
/**
|
|
878
669
|
* 任务运维-批量冻结任务
|
|
879
670
|
*/
|
|
@@ -887,16 +678,11 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
887
678
|
return this.request("DescribeRuleGroup", req, cb);
|
|
888
679
|
}
|
|
889
680
|
/**
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
/**
|
|
896
|
-
* 数据质量概览页面表排行接口
|
|
897
|
-
*/
|
|
898
|
-
async DescribeTopTableStat(req, cb) {
|
|
899
|
-
return this.request("DescribeTopTableStat", req, cb);
|
|
681
|
+
* <p style="color:red;">[注意:该版本只满足广州区部分白名单客户使用]</p>
|
|
682
|
+
修改任务脚本
|
|
683
|
+
*/
|
|
684
|
+
async ModifyTaskScript(req, cb) {
|
|
685
|
+
return this.request("ModifyTaskScript", req, cb);
|
|
900
686
|
}
|
|
901
687
|
/**
|
|
902
688
|
* 获取具体实例相关日志信息
|
|
@@ -905,10 +691,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
905
691
|
return this.request("DescribeInstanceLogDetail", req, cb);
|
|
906
692
|
}
|
|
907
693
|
/**
|
|
908
|
-
*
|
|
694
|
+
* 编排空间批量操作页面查找全部的文件夹
|
|
909
695
|
*/
|
|
910
|
-
async
|
|
911
|
-
return this.request("
|
|
696
|
+
async FindAllFolder(req, cb) {
|
|
697
|
+
return this.request("FindAllFolder", req, cb);
|
|
912
698
|
}
|
|
913
699
|
/**
|
|
914
700
|
* 获取数据库信息
|
|
@@ -916,31 +702,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
916
702
|
async DescribeDatabaseInfoList(req, cb) {
|
|
917
703
|
return this.request("DescribeDatabaseInfoList", req, cb);
|
|
918
704
|
}
|
|
919
|
-
/**
|
|
920
|
-
* 查询规则模板操作记录
|
|
921
|
-
*/
|
|
922
|
-
async DescribeTemplateHistory(req, cb) {
|
|
923
|
-
return this.request("DescribeTemplateHistory", req, cb);
|
|
924
|
-
}
|
|
925
705
|
/**
|
|
926
706
|
* 根据层级查找上/下游任务节点
|
|
927
707
|
*/
|
|
928
708
|
async DescribeDependOpsTasks(req, cb) {
|
|
929
709
|
return this.request("DescribeDependOpsTasks", req, cb);
|
|
930
710
|
}
|
|
931
|
-
/**
|
|
932
|
-
* 重命名任务(任务编辑)
|
|
933
|
-
*/
|
|
934
|
-
async ModifyTaskName(req, cb) {
|
|
935
|
-
return this.request("ModifyTaskName", req, cb);
|
|
936
|
-
}
|
|
937
|
-
/**
|
|
938
|
-
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
939
|
-
提交任务
|
|
940
|
-
*/
|
|
941
|
-
async SubmitTask(req, cb) {
|
|
942
|
-
return this.request("SubmitTask", req, cb);
|
|
943
|
-
}
|
|
944
711
|
/**
|
|
945
712
|
* 提交集成任务
|
|
946
713
|
*/
|
|
@@ -953,12 +720,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
953
720
|
async DeleteOfflineTask(req, cb) {
|
|
954
721
|
return this.request("DeleteOfflineTask", req, cb);
|
|
955
722
|
}
|
|
956
|
-
/**
|
|
957
|
-
* 查询质量规则数据源
|
|
958
|
-
*/
|
|
959
|
-
async DescribeRuleDataSources(req, cb) {
|
|
960
|
-
return this.request("DescribeRuleDataSources", req, cb);
|
|
961
|
-
}
|
|
962
723
|
/**
|
|
963
724
|
* 创建hive表,返回表名称
|
|
964
725
|
*/
|
|
@@ -971,24 +732,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
971
732
|
async DeleteDsFolder(req, cb) {
|
|
972
733
|
return this.request("DeleteDsFolder", req, cb);
|
|
973
734
|
}
|
|
974
|
-
/**
|
|
975
|
-
* 实例强制成功
|
|
976
|
-
*/
|
|
977
|
-
async ForceSucScheduleInstances(req, cb) {
|
|
978
|
-
return this.request("ForceSucScheduleInstances", req, cb);
|
|
979
|
-
}
|
|
980
|
-
/**
|
|
981
|
-
* 查询基线实例关键任务实例甘特图
|
|
982
|
-
*/
|
|
983
|
-
async DescribeBaselineInstanceGantt(req, cb) {
|
|
984
|
-
return this.request("DescribeBaselineInstanceGantt", req, cb);
|
|
985
|
-
}
|
|
986
|
-
/**
|
|
987
|
-
* 智能运维事件查询列表
|
|
988
|
-
*/
|
|
989
|
-
async DescribeEvents(req, cb) {
|
|
990
|
-
return this.request("DescribeEvents", req, cb);
|
|
991
|
-
}
|
|
992
735
|
/**
|
|
993
736
|
* 获取资源管理目录树
|
|
994
737
|
*/
|
|
@@ -1001,13 +744,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1001
744
|
async BatchForceSuccessIntegrationTaskInstances(req, cb) {
|
|
1002
745
|
return this.request("BatchForceSuccessIntegrationTaskInstances", req, cb);
|
|
1003
746
|
}
|
|
1004
|
-
/**
|
|
1005
|
-
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
1006
|
-
批量冻结任务
|
|
1007
|
-
*/
|
|
1008
|
-
async FreezeTasks(req, cb) {
|
|
1009
|
-
return this.request("FreezeTasks", req, cb);
|
|
1010
|
-
}
|
|
1011
747
|
/**
|
|
1012
748
|
* 查询实时任务日志列表
|
|
1013
749
|
*/
|
|
@@ -1020,12 +756,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1020
756
|
async CreateRule(req, cb) {
|
|
1021
757
|
return this.request("CreateRule", req, cb);
|
|
1022
758
|
}
|
|
1023
|
-
/**
|
|
1024
|
-
* 下载日志文件,返回日志URL
|
|
1025
|
-
*/
|
|
1026
|
-
async DescribeInstanceLogFile(req, cb) {
|
|
1027
|
-
return this.request("DescribeInstanceLogFile", req, cb);
|
|
1028
|
-
}
|
|
1029
759
|
/**
|
|
1030
760
|
* 编辑规则模板
|
|
1031
761
|
*/
|
|
@@ -1044,12 +774,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1044
774
|
async DescribeAllByFolderNew(req, cb) {
|
|
1045
775
|
return this.request("DescribeAllByFolderNew", req, cb);
|
|
1046
776
|
}
|
|
1047
|
-
/**
|
|
1048
|
-
* 智能运维-事件列表-所属任务/基线过滤列表
|
|
1049
|
-
*/
|
|
1050
|
-
async DescribeBelongTo(req, cb) {
|
|
1051
|
-
return this.request("DescribeBelongTo", req, cb);
|
|
1052
|
-
}
|
|
1053
777
|
/**
|
|
1054
778
|
* 质量报告-查询表质量详情
|
|
1055
779
|
*/
|
|
@@ -1066,47 +790,13 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1066
790
|
return this.request("DescribeRuleGroupsByPage", req, cb);
|
|
1067
791
|
}
|
|
1068
792
|
/**
|
|
1069
|
-
|
|
1070
|
-
删除数据源
|
|
1071
|
-
*/
|
|
1072
|
-
async DeleteDataSources(req, cb) {
|
|
1073
|
-
return this.request("DeleteDataSources", req, cb);
|
|
1074
|
-
}
|
|
1075
|
-
/**
|
|
1076
|
-
* 智能运维事件详情1
|
|
793
|
+
* 查询表的所有列元数据
|
|
1077
794
|
*/
|
|
1078
|
-
async
|
|
1079
|
-
return this.request("
|
|
1080
|
-
}
|
|
1081
|
-
/**
|
|
1082
|
-
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
1083
|
-
文件夹更新
|
|
1084
|
-
*/
|
|
1085
|
-
async ModifyFolder(req, cb) {
|
|
1086
|
-
return this.request("ModifyFolder", req, cb);
|
|
1087
|
-
}
|
|
1088
|
-
/**
|
|
1089
|
-
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
1090
|
-
查询任务具体详情
|
|
1091
|
-
*/
|
|
1092
|
-
async DescribeTaskDetail(req, cb) {
|
|
1093
|
-
return this.request("DescribeTaskDetail", req, cb);
|
|
1094
|
-
}
|
|
1095
|
-
/**
|
|
1096
|
-
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
1097
|
-
实例批量重跑
|
|
1098
|
-
*/
|
|
1099
|
-
async RerunInstances(req, cb) {
|
|
1100
|
-
return this.request("RerunInstances", req, cb);
|
|
1101
|
-
}
|
|
1102
|
-
/**
|
|
1103
|
-
* 无
|
|
1104
|
-
*/
|
|
1105
|
-
async SubmitTaskTestRun(req, cb) {
|
|
1106
|
-
return this.request("SubmitTaskTestRun", req, cb);
|
|
795
|
+
async DescribeColumnsMeta(req, cb) {
|
|
796
|
+
return this.request("DescribeColumnsMeta", req, cb);
|
|
1107
797
|
}
|
|
1108
798
|
/**
|
|
1109
|
-
*
|
|
799
|
+
* 批量操作页面获取任务列表
|
|
1110
800
|
*/
|
|
1111
801
|
async DescribeBatchOperateTask(req, cb) {
|
|
1112
802
|
return this.request("DescribeBatchOperateTask", req, cb);
|
|
@@ -1129,49 +819,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1129
819
|
async CheckIntegrationTaskNameExists(req, cb) {
|
|
1130
820
|
return this.request("CheckIntegrationTaskNameExists", req, cb);
|
|
1131
821
|
}
|
|
1132
|
-
/**
|
|
1133
|
-
* 获取字段类型列表
|
|
1134
|
-
*/
|
|
1135
|
-
async DescribeDataTypes(req, cb) {
|
|
1136
|
-
return this.request("DescribeDataTypes", req, cb);
|
|
1137
|
-
}
|
|
1138
822
|
/**
|
|
1139
823
|
* 分页查询质量规则
|
|
1140
824
|
*/
|
|
1141
825
|
async DescribeRulesByPage(req, cb) {
|
|
1142
826
|
return this.request("DescribeRulesByPage", req, cb);
|
|
1143
827
|
}
|
|
1144
|
-
/**
|
|
1145
|
-
* 启动集成任务
|
|
1146
|
-
*/
|
|
1147
|
-
async StartIntegrationTask(req, cb) {
|
|
1148
|
-
return this.request("StartIntegrationTask", req, cb);
|
|
1149
|
-
}
|
|
1150
|
-
/**
|
|
1151
|
-
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
1152
|
-
基于多个工作流进行批量冻结任务操作
|
|
1153
|
-
*/
|
|
1154
|
-
async FreezeTasksByMultiWorkflow(req, cb) {
|
|
1155
|
-
return this.request("FreezeTasksByMultiWorkflow", req, cb);
|
|
1156
|
-
}
|
|
1157
828
|
/**
|
|
1158
829
|
* 删除项目用户
|
|
1159
830
|
*/
|
|
1160
831
|
async DeleteProjectUsers(req, cb) {
|
|
1161
832
|
return this.request("DeleteProjectUsers", req, cb);
|
|
1162
833
|
}
|
|
1163
|
-
/**
|
|
1164
|
-
* 查询基线实例列表
|
|
1165
|
-
*/
|
|
1166
|
-
async DescribeBaselineInstances(req, cb) {
|
|
1167
|
-
return this.request("DescribeBaselineInstances", req, cb);
|
|
1168
|
-
}
|
|
1169
|
-
/**
|
|
1170
|
-
* 获取所有任务类型
|
|
1171
|
-
*/
|
|
1172
|
-
async DescribeAllTaskType(req, cb) {
|
|
1173
|
-
return this.request("DescribeAllTaskType", req, cb);
|
|
1174
|
-
}
|
|
1175
834
|
/**
|
|
1176
835
|
* 删除文件
|
|
1177
836
|
*/
|
|
@@ -1191,32 +850,13 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1191
850
|
return this.request("UploadContent", req, cb);
|
|
1192
851
|
}
|
|
1193
852
|
/**
|
|
1194
|
-
*
|
|
1195
|
-
*/
|
|
1196
|
-
async DescribeFathers(req, cb) {
|
|
1197
|
-
return this.request("DescribeFathers", req, cb);
|
|
1198
|
-
}
|
|
1199
|
-
/**
|
|
1200
|
-
* 基线列表
|
|
1201
|
-
*/
|
|
1202
|
-
async DescribeBaselines(req, cb) {
|
|
1203
|
-
return this.request("DescribeBaselines", req, cb);
|
|
1204
|
-
}
|
|
1205
|
-
/**
|
|
1206
|
-
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
1207
|
-
拉取文件夹下的工作流
|
|
1208
|
-
*/
|
|
1209
|
-
async DescribeFolderWorkflowList(req, cb) {
|
|
1210
|
-
return this.request("DescribeFolderWorkflowList", req, cb);
|
|
1211
|
-
}
|
|
1212
|
-
/**
|
|
1213
|
-
* 查询数据来源列表
|
|
853
|
+
* 查询模板详情
|
|
1214
854
|
*/
|
|
1215
|
-
async
|
|
1216
|
-
return this.request("
|
|
855
|
+
async DescribeRuleTemplate(req, cb) {
|
|
856
|
+
return this.request("DescribeRuleTemplate", req, cb);
|
|
1217
857
|
}
|
|
1218
858
|
/**
|
|
1219
|
-
* 任务运维-任务列表
|
|
859
|
+
* 任务运维-任务列表 批量启动
|
|
1220
860
|
*/
|
|
1221
861
|
async BatchRunOpsTask(req, cb) {
|
|
1222
862
|
return this.request("BatchRunOpsTask", req, cb);
|
|
@@ -1228,9 +868,8 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1228
868
|
return this.request("DescribeRuleTemplatesByPage", req, cb);
|
|
1229
869
|
}
|
|
1230
870
|
/**
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
*/
|
|
871
|
+
* 更新工作流信息
|
|
872
|
+
*/
|
|
1234
873
|
async ModifyWorkflowInfo(req, cb) {
|
|
1235
874
|
return this.request("ModifyWorkflowInfo", req, cb);
|
|
1236
875
|
}
|
|
@@ -1241,11 +880,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1241
880
|
return this.request("DescribeRuleExecStat", req, cb);
|
|
1242
881
|
}
|
|
1243
882
|
/**
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
return this.request("ModifyTaskLinks", req, cb);
|
|
883
|
+
* 实例批量重跑
|
|
884
|
+
*/
|
|
885
|
+
async RunRerunScheduleInstances(req, cb) {
|
|
886
|
+
return this.request("RunRerunScheduleInstances", req, cb);
|
|
1249
887
|
}
|
|
1250
888
|
/**
|
|
1251
889
|
* 规则组执行结果分页查询接口
|
|
@@ -1271,13 +909,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1271
909
|
async DagInstances(req, cb) {
|
|
1272
910
|
return this.request("DagInstances", req, cb);
|
|
1273
911
|
}
|
|
1274
|
-
/**
|
|
1275
|
-
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
1276
|
-
拉取文件夹目录
|
|
1277
|
-
*/
|
|
1278
|
-
async DescribeFolderList(req, cb) {
|
|
1279
|
-
return this.request("DescribeFolderList", req, cb);
|
|
1280
|
-
}
|
|
1281
912
|
/**
|
|
1282
913
|
* 修改审批单状态
|
|
1283
914
|
*/
|
|
@@ -1285,24 +916,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1285
916
|
return this.request("ModifyApproveStatus", req, cb);
|
|
1286
917
|
}
|
|
1287
918
|
/**
|
|
1288
|
-
|
|
1289
|
-
数据源列表
|
|
1290
|
-
*/
|
|
1291
|
-
async DescribeDataSourceWithoutInfo(req, cb) {
|
|
1292
|
-
return this.request("DescribeDataSourceWithoutInfo", req, cb);
|
|
1293
|
-
}
|
|
1294
|
-
/**
|
|
1295
|
-
* 暂停集成任务
|
|
919
|
+
* 下载日志文件,返回日志下载URL
|
|
1296
920
|
*/
|
|
1297
|
-
async
|
|
1298
|
-
return this.request("
|
|
1299
|
-
}
|
|
1300
|
-
/**
|
|
1301
|
-
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
1302
|
-
工作流下所有任务的补录
|
|
1303
|
-
*/
|
|
1304
|
-
async MakeUpWorkflowNew(req, cb) {
|
|
1305
|
-
return this.request("MakeUpWorkflowNew", req, cb);
|
|
921
|
+
async DescribeInstanceLogFile(req, cb) {
|
|
922
|
+
return this.request("DescribeInstanceLogFile", req, cb);
|
|
1306
923
|
}
|
|
1307
924
|
/**
|
|
1308
925
|
* 数据集成大屏任务状态统计趋势
|
|
@@ -1323,65 +940,34 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1323
940
|
return this.request("DescribeExecStrategy", req, cb);
|
|
1324
941
|
}
|
|
1325
942
|
/**
|
|
1326
|
-
|
|
1327
|
-
创建工作流
|
|
1328
|
-
*/
|
|
1329
|
-
async CreateWorkflow(req, cb) {
|
|
1330
|
-
return this.request("CreateWorkflow", req, cb);
|
|
1331
|
-
}
|
|
1332
|
-
/**
|
|
1333
|
-
* 实例状态周期增长趋势
|
|
1334
|
-
*/
|
|
1335
|
-
async DescribeInstanceByCycleReport(req, cb) {
|
|
1336
|
-
return this.request("DescribeInstanceByCycleReport", req, cb);
|
|
1337
|
-
}
|
|
1338
|
-
/**
|
|
1339
|
-
* 查询规则详情
|
|
1340
|
-
*/
|
|
1341
|
-
async DescribeRule(req, cb) {
|
|
1342
|
-
return this.request("DescribeRule", req, cb);
|
|
1343
|
-
}
|
|
1344
|
-
/**
|
|
1345
|
-
* 批量启动工作流
|
|
1346
|
-
*/
|
|
1347
|
-
async RunTasksByMultiWorkflow(req, cb) {
|
|
1348
|
-
return this.request("RunTasksByMultiWorkflow", req, cb);
|
|
1349
|
-
}
|
|
1350
|
-
/**
|
|
1351
|
-
* 修改工作流责任人
|
|
1352
|
-
*/
|
|
1353
|
-
async UpdateWorkflowOwner(req, cb) {
|
|
1354
|
-
return this.request("UpdateWorkflowOwner", req, cb);
|
|
1355
|
-
}
|
|
1356
|
-
/**
|
|
1357
|
-
* 按起止日期统计离线任务的所有实例的运行指标总和
|
|
943
|
+
* 列出表血缘信息
|
|
1358
944
|
*/
|
|
1359
|
-
async
|
|
1360
|
-
return this.request("
|
|
945
|
+
async DescribeTableLineage(req, cb) {
|
|
946
|
+
return this.request("DescribeTableLineage", req, cb);
|
|
1361
947
|
}
|
|
1362
948
|
/**
|
|
1363
|
-
*
|
|
949
|
+
* 暂停集成任务
|
|
1364
950
|
*/
|
|
1365
|
-
async
|
|
1366
|
-
return this.request("
|
|
951
|
+
async SuspendIntegrationTask(req, cb) {
|
|
952
|
+
return this.request("SuspendIntegrationTask", req, cb);
|
|
1367
953
|
}
|
|
1368
954
|
/**
|
|
1369
|
-
*
|
|
955
|
+
* 创建工作流
|
|
1370
956
|
*/
|
|
1371
|
-
async
|
|
1372
|
-
return this.request("
|
|
957
|
+
async CreateWorkflowDs(req, cb) {
|
|
958
|
+
return this.request("CreateWorkflowDs", req, cb);
|
|
1373
959
|
}
|
|
1374
960
|
/**
|
|
1375
|
-
*
|
|
961
|
+
* 根据条件查找事件实例
|
|
1376
962
|
*/
|
|
1377
|
-
async
|
|
1378
|
-
return this.request("
|
|
963
|
+
async DescribeEventCases(req, cb) {
|
|
964
|
+
return this.request("DescribeEventCases", req, cb);
|
|
1379
965
|
}
|
|
1380
966
|
/**
|
|
1381
|
-
*
|
|
967
|
+
* 获取离线任务实例列表(新)
|
|
1382
968
|
*/
|
|
1383
|
-
async
|
|
1384
|
-
return this.request("
|
|
969
|
+
async GetOfflineDIInstanceList(req, cb) {
|
|
970
|
+
return this.request("GetOfflineDIInstanceList", req, cb);
|
|
1385
971
|
}
|
|
1386
972
|
/**
|
|
1387
973
|
* 通过工作流Id删除工作流
|
|
@@ -1396,10 +982,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1396
982
|
return this.request("DescribeRules", req, cb);
|
|
1397
983
|
}
|
|
1398
984
|
/**
|
|
1399
|
-
*
|
|
985
|
+
* 启动集成任务
|
|
1400
986
|
*/
|
|
1401
|
-
async
|
|
1402
|
-
return this.request("
|
|
987
|
+
async StartIntegrationTask(req, cb) {
|
|
988
|
+
return this.request("StartIntegrationTask", req, cb);
|
|
1403
989
|
}
|
|
1404
990
|
/**
|
|
1405
991
|
* 锁定集成任务
|
|
@@ -1408,10 +994,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1408
994
|
return this.request("LockIntegrationTask", req, cb);
|
|
1409
995
|
}
|
|
1410
996
|
/**
|
|
1411
|
-
*
|
|
997
|
+
* 提交工作流
|
|
1412
998
|
*/
|
|
1413
|
-
async
|
|
1414
|
-
return this.request("
|
|
999
|
+
async SubmitWorkflow(req, cb) {
|
|
1000
|
+
return this.request("SubmitWorkflow", req, cb);
|
|
1415
1001
|
}
|
|
1416
1002
|
/**
|
|
1417
1003
|
* 批量删除集成任务
|
|
@@ -1456,7 +1042,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1456
1042
|
return this.request("DescribeRuleGroupSubscription", req, cb);
|
|
1457
1043
|
}
|
|
1458
1044
|
/**
|
|
1459
|
-
*
|
|
1045
|
+
* 删除编排空间任务
|
|
1460
1046
|
*/
|
|
1461
1047
|
async DeleteTaskDs(req, cb) {
|
|
1462
1048
|
return this.request("DeleteTaskDs", req, cb);
|
|
@@ -1467,12 +1053,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1467
1053
|
async ModifyRuleGroupSubscription(req, cb) {
|
|
1468
1054
|
return this.request("ModifyRuleGroupSubscription", req, cb);
|
|
1469
1055
|
}
|
|
1470
|
-
/**
|
|
1471
|
-
* 查询任务实例列表
|
|
1472
|
-
*/
|
|
1473
|
-
async DescribeTaskInstances(req, cb) {
|
|
1474
|
-
return this.request("DescribeTaskInstances", req, cb);
|
|
1475
|
-
}
|
|
1476
1056
|
/**
|
|
1477
1057
|
* 删除任务告警规则
|
|
1478
1058
|
*/
|
|
@@ -1486,7 +1066,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1486
1066
|
return this.request("DescribeRuleExecResults", req, cb);
|
|
1487
1067
|
}
|
|
1488
1068
|
/**
|
|
1489
|
-
* <p style="color:red;">[
|
|
1069
|
+
* <p style="color:red;">[注意:该版本只满足广州区部分白名单客户使用]</p>
|
|
1490
1070
|
触发事件
|
|
1491
1071
|
*/
|
|
1492
1072
|
async TriggerEvent(req, cb) {
|
|
@@ -1498,12 +1078,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1498
1078
|
async FreezeTasksByWorkflowIds(req, cb) {
|
|
1499
1079
|
return this.request("FreezeTasksByWorkflowIds", req, cb);
|
|
1500
1080
|
}
|
|
1501
|
-
/**
|
|
1502
|
-
* 基线列表
|
|
1503
|
-
*/
|
|
1504
|
-
async DescribeBaselineById(req, cb) {
|
|
1505
|
-
return this.request("DescribeBaselineById", req, cb);
|
|
1506
|
-
}
|
|
1507
1081
|
/**
|
|
1508
1082
|
* 资源管理删除资源
|
|
1509
1083
|
*/
|
|
@@ -1511,10 +1085,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1511
1085
|
return this.request("DeleteResource", req, cb);
|
|
1512
1086
|
}
|
|
1513
1087
|
/**
|
|
1514
|
-
*
|
|
1088
|
+
* 质量报告-质量分周期趋势
|
|
1515
1089
|
*/
|
|
1516
|
-
async
|
|
1517
|
-
return this.request("
|
|
1090
|
+
async DescribeQualityScoreTrend(req, cb) {
|
|
1091
|
+
return this.request("DescribeQualityScoreTrend", req, cb);
|
|
1518
1092
|
}
|
|
1519
1093
|
/**
|
|
1520
1094
|
* 通过taskIds查询task详情列表
|
|
@@ -1529,9 +1103,8 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1529
1103
|
return this.request("SaveCustomFunction", req, cb);
|
|
1530
1104
|
}
|
|
1531
1105
|
/**
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
*/
|
|
1106
|
+
* 修改数据源
|
|
1107
|
+
*/
|
|
1535
1108
|
async ModifyDataSource(req, cb) {
|
|
1536
1109
|
return this.request("ModifyDataSource", req, cb);
|
|
1537
1110
|
}
|
|
@@ -1542,24 +1115,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1542
1115
|
return this.request("DescribeTaskAlarmRegulations", req, cb);
|
|
1543
1116
|
}
|
|
1544
1117
|
/**
|
|
1545
|
-
|
|
1546
|
-
根据层级查找上/下游任务节点
|
|
1547
|
-
*/
|
|
1548
|
-
async DescribeDependTasksNew(req, cb) {
|
|
1549
|
-
return this.request("DescribeDependTasksNew", req, cb);
|
|
1550
|
-
}
|
|
1551
|
-
/**
|
|
1552
|
-
* 数据开发模块-文件夹更新
|
|
1118
|
+
* 查询集成任务版本节点信息
|
|
1553
1119
|
*/
|
|
1554
|
-
async
|
|
1555
|
-
return this.request("
|
|
1120
|
+
async DescribeIntegrationVersionNodesInfo(req, cb) {
|
|
1121
|
+
return this.request("DescribeIntegrationVersionNodesInfo", req, cb);
|
|
1556
1122
|
}
|
|
1557
1123
|
/**
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
return this.request("SubmitWorkflow", req, cb);
|
|
1124
|
+
* 修改任务告警规则
|
|
1125
|
+
*/
|
|
1126
|
+
async ModifyTaskAlarmRegular(req, cb) {
|
|
1127
|
+
return this.request("ModifyTaskAlarmRegular", req, cb);
|
|
1563
1128
|
}
|
|
1564
1129
|
/**
|
|
1565
1130
|
* 删除用户自定义函数
|
|
@@ -1574,10 +1139,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1574
1139
|
return this.request("DescribeTemplateDimCount", req, cb);
|
|
1575
1140
|
}
|
|
1576
1141
|
/**
|
|
1577
|
-
*
|
|
1142
|
+
* 根据项目id 获取项目下所有工作流列表
|
|
1578
1143
|
*/
|
|
1579
|
-
async
|
|
1580
|
-
return this.request("
|
|
1144
|
+
async DescribeFolderWorkflowList(req, cb) {
|
|
1145
|
+
return this.request("DescribeFolderWorkflowList", req, cb);
|
|
1581
1146
|
}
|
|
1582
1147
|
/**
|
|
1583
1148
|
* 查询集成任务
|
|
@@ -1603,12 +1168,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1603
1168
|
async DescribeIntegrationStatisticsInstanceTrend(req, cb) {
|
|
1604
1169
|
return this.request("DescribeIntegrationStatisticsInstanceTrend", req, cb);
|
|
1605
1170
|
}
|
|
1606
|
-
/**
|
|
1607
|
-
* 查询试运行实例执行内容
|
|
1608
|
-
*/
|
|
1609
|
-
async DescribeDrInstanceScriptContent(req, cb) {
|
|
1610
|
-
return this.request("DescribeDrInstanceScriptContent", req, cb);
|
|
1611
|
-
}
|
|
1612
1171
|
/**
|
|
1613
1172
|
* 查询工作流画布运行起止时间
|
|
1614
1173
|
*/
|
|
@@ -1622,10 +1181,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1622
1181
|
return this.request("CreateIntegrationNode", req, cb);
|
|
1623
1182
|
}
|
|
1624
1183
|
/**
|
|
1625
|
-
*
|
|
1184
|
+
* 任务运维-批量删除任务
|
|
1626
1185
|
*/
|
|
1627
|
-
async
|
|
1628
|
-
return this.request("
|
|
1186
|
+
async BatchDeleteOpsTasks(req, cb) {
|
|
1187
|
+
return this.request("BatchDeleteOpsTasks", req, cb);
|
|
1629
1188
|
}
|
|
1630
1189
|
/**
|
|
1631
1190
|
* 提交规则组运行任务接口
|
|
@@ -1634,20 +1193,20 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1634
1193
|
return this.request("CommitRuleGroupTask", req, cb);
|
|
1635
1194
|
}
|
|
1636
1195
|
/**
|
|
1637
|
-
*
|
|
1196
|
+
* 日志获取详情页面
|
|
1638
1197
|
*/
|
|
1639
|
-
async
|
|
1640
|
-
return this.request("
|
|
1198
|
+
async DescribeInstanceLastLog(req, cb) {
|
|
1199
|
+
return this.request("DescribeInstanceLastLog", req, cb);
|
|
1641
1200
|
}
|
|
1642
1201
|
/**
|
|
1643
|
-
* <p style="color:red;">[
|
|
1644
|
-
|
|
1202
|
+
* <p style="color:red;">[注意:该版本只满足广州区部分白名单客户使用]</p>
|
|
1203
|
+
添加父任务依赖
|
|
1645
1204
|
*/
|
|
1646
|
-
async
|
|
1647
|
-
return this.request("
|
|
1205
|
+
async ModifyTaskLinks(req, cb) {
|
|
1206
|
+
return this.request("ModifyTaskLinks", req, cb);
|
|
1648
1207
|
}
|
|
1649
1208
|
/**
|
|
1650
|
-
* <p style="color:red;">[
|
|
1209
|
+
* <p style="color:red;">[注意:该版本只满足广州区部分白名单客户使用]</p>
|
|
1651
1210
|
注册事件
|
|
1652
1211
|
*/
|
|
1653
1212
|
async RegisterEvent(req, cb) {
|
|
@@ -1659,24 +1218,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1659
1218
|
async DescribeOpsMakePlans(req, cb) {
|
|
1660
1219
|
return this.request("DescribeOpsMakePlans", req, cb);
|
|
1661
1220
|
}
|
|
1662
|
-
/**
|
|
1663
|
-
* 提交自定义函数
|
|
1664
|
-
*/
|
|
1665
|
-
async SubmitCustomFunction(req, cb) {
|
|
1666
|
-
return this.request("SubmitCustomFunction", req, cb);
|
|
1667
|
-
}
|
|
1668
|
-
/**
|
|
1669
|
-
* 离线任务实例运行日志列表
|
|
1670
|
-
*/
|
|
1671
|
-
async DescribeInstanceLogList(req, cb) {
|
|
1672
|
-
return this.request("DescribeInstanceLogList", req, cb);
|
|
1673
|
-
}
|
|
1674
|
-
/**
|
|
1675
|
-
* 按补录计划批量重跑/选择补录计划→补录任务→补录实例,点击重跑
|
|
1676
|
-
*/
|
|
1677
|
-
async RerunOpsMakePlanInstances(req, cb) {
|
|
1678
|
-
return this.request("RerunOpsMakePlanInstances", req, cb);
|
|
1679
|
-
}
|
|
1680
1221
|
/**
|
|
1681
1222
|
* 查询工作流画布
|
|
1682
1223
|
*/
|
|
@@ -1689,30 +1230,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1689
1230
|
async DescribeDatabaseMetas(req, cb) {
|
|
1690
1231
|
return this.request("DescribeDatabaseMetas", req, cb);
|
|
1691
1232
|
}
|
|
1692
|
-
/**
|
|
1693
|
-
* 查找全部的文件夹
|
|
1694
|
-
*/
|
|
1695
|
-
async FindAllFolder(req, cb) {
|
|
1696
|
-
return this.request("FindAllFolder", req, cb);
|
|
1697
|
-
}
|
|
1698
|
-
/**
|
|
1699
|
-
* 修改任务告警规则
|
|
1700
|
-
*/
|
|
1701
|
-
async ModifyTaskAlarmRegular(req, cb) {
|
|
1702
|
-
return this.request("ModifyTaskAlarmRegular", req, cb);
|
|
1703
|
-
}
|
|
1704
|
-
/**
|
|
1705
|
-
* 检查规则模板名称是否重复
|
|
1706
|
-
*/
|
|
1707
|
-
async CheckDuplicateTemplateName(req, cb) {
|
|
1708
|
-
return this.request("CheckDuplicateTemplateName", req, cb);
|
|
1709
|
-
}
|
|
1710
|
-
/**
|
|
1711
|
-
* 实例批量重跑
|
|
1712
|
-
*/
|
|
1713
|
-
async RunRerunScheduleInstances(req, cb) {
|
|
1714
|
-
return this.request("RunRerunScheduleInstances", req, cb);
|
|
1715
|
-
}
|
|
1716
1233
|
/**
|
|
1717
1234
|
* 批量继续执行集成实时任务
|
|
1718
1235
|
*/
|
|
@@ -1720,23 +1237,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1720
1237
|
return this.request("BatchResumeIntegrationTasks", req, cb);
|
|
1721
1238
|
}
|
|
1722
1239
|
/**
|
|
1723
|
-
* <p style="color:red;">[
|
|
1240
|
+
* <p style="color:red;">[注意:该版本只满足广州区部分白名单客户使用]</p>
|
|
1724
1241
|
设置任务告警,新建/更新告警信息(最新)
|
|
1725
1242
|
*/
|
|
1726
1243
|
async SetTaskAlarmNew(req, cb) {
|
|
1727
1244
|
return this.request("SetTaskAlarmNew", req, cb);
|
|
1728
1245
|
}
|
|
1729
1246
|
/**
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
/**
|
|
1736
|
-
* 实例批量重跑
|
|
1737
|
-
*/
|
|
1738
|
-
async RerunScheduleInstances(req, cb) {
|
|
1739
|
-
return this.request("RerunScheduleInstances", req, cb);
|
|
1247
|
+
* <p style="color:red;">[注意:该版本只满足广州区部分白名单客户使用]</p>
|
|
1248
|
+
提交任务
|
|
1249
|
+
*/
|
|
1250
|
+
async SubmitTask(req, cb) {
|
|
1251
|
+
return this.request("SubmitTask", req, cb);
|
|
1740
1252
|
}
|
|
1741
1253
|
/**
|
|
1742
1254
|
* 即席分析提交SQL任务
|
|
@@ -1744,18 +1256,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1744
1256
|
async SubmitSqlTask(req, cb) {
|
|
1745
1257
|
return this.request("SubmitSqlTask", req, cb);
|
|
1746
1258
|
}
|
|
1747
|
-
/**
|
|
1748
|
-
* 数据质量获取生产调度任务列表
|
|
1749
|
-
*/
|
|
1750
|
-
async DescribeProdTasks(req, cb) {
|
|
1751
|
-
return this.request("DescribeProdTasks", req, cb);
|
|
1752
|
-
}
|
|
1753
|
-
/**
|
|
1754
|
-
* 数据质量,查询调度任务的实例列表
|
|
1755
|
-
*/
|
|
1756
|
-
async DescribeInstances(req, cb) {
|
|
1757
|
-
return this.request("DescribeInstances", req, cb);
|
|
1758
|
-
}
|
|
1759
1259
|
/**
|
|
1760
1260
|
* 获取数据源信息-数据源分页列表
|
|
1761
1261
|
*/
|
|
@@ -1768,12 +1268,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1768
1268
|
async DescribeFunctionKinds(req, cb) {
|
|
1769
1269
|
return this.request("DescribeFunctionKinds", req, cb);
|
|
1770
1270
|
}
|
|
1771
|
-
/**
|
|
1772
|
-
* 查询规则执行历史, 最近30条
|
|
1773
|
-
*/
|
|
1774
|
-
async DescribeRuleExecHistory(req, cb) {
|
|
1775
|
-
return this.request("DescribeRuleExecHistory", req, cb);
|
|
1776
|
-
}
|
|
1777
1271
|
/**
|
|
1778
1272
|
* 查询Inlong manager日志
|
|
1779
1273
|
*/
|
|
@@ -1787,28 +1281,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1787
1281
|
return this.request("DescribeRuleTemplates", req, cb);
|
|
1788
1282
|
}
|
|
1789
1283
|
/**
|
|
1790
|
-
*
|
|
1791
|
-
*/
|
|
1792
|
-
async DescribeTaskInstanceReportDetail(req, cb) {
|
|
1793
|
-
return this.request("DescribeTaskInstanceReportDetail", req, cb);
|
|
1794
|
-
}
|
|
1795
|
-
/**
|
|
1796
|
-
* 查询规则组数据对象列表
|
|
1797
|
-
*/
|
|
1798
|
-
async DescribeDataObjects(req, cb) {
|
|
1799
|
-
return this.request("DescribeDataObjects", req, cb);
|
|
1800
|
-
}
|
|
1801
|
-
/**
|
|
1802
|
-
* 获取离线任务实例列表(新)
|
|
1284
|
+
* 修改工作流责任人
|
|
1803
1285
|
*/
|
|
1804
|
-
async
|
|
1805
|
-
return this.request("
|
|
1286
|
+
async UpdateWorkflowOwner(req, cb) {
|
|
1287
|
+
return this.request("UpdateWorkflowOwner", req, cb);
|
|
1806
1288
|
}
|
|
1807
1289
|
/**
|
|
1808
|
-
*
|
|
1290
|
+
* 更新集成节点
|
|
1809
1291
|
*/
|
|
1810
|
-
async
|
|
1811
|
-
return this.request("
|
|
1292
|
+
async ModifyIntegrationNode(req, cb) {
|
|
1293
|
+
return this.request("ModifyIntegrationNode", req, cb);
|
|
1812
1294
|
}
|
|
1813
1295
|
/**
|
|
1814
1296
|
* 获取项目信息
|
|
@@ -1834,12 +1316,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1834
1316
|
async DescribeOpsWorkflows(req, cb) {
|
|
1835
1317
|
return this.request("DescribeOpsWorkflows", req, cb);
|
|
1836
1318
|
}
|
|
1837
|
-
/**
|
|
1838
|
-
* 资源管理需要先将资源上传到cos中,然后调用该接口,将cos资源绑定到wedata
|
|
1839
|
-
*/
|
|
1840
|
-
async CreateOrUpdateResource(req, cb) {
|
|
1841
|
-
return this.request("CreateOrUpdateResource", req, cb);
|
|
1842
|
-
}
|
|
1843
1319
|
/**
|
|
1844
1320
|
* 批量重跑集成任务实例
|
|
1845
1321
|
*/
|
|
@@ -1853,10 +1329,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1853
1329
|
return this.request("DescribeTableLineageInfo", req, cb);
|
|
1854
1330
|
}
|
|
1855
1331
|
/**
|
|
1856
|
-
*
|
|
1332
|
+
* 提交自定义函数
|
|
1857
1333
|
*/
|
|
1858
|
-
async
|
|
1859
|
-
return this.request("
|
|
1334
|
+
async SubmitCustomFunction(req, cb) {
|
|
1335
|
+
return this.request("SubmitCustomFunction", req, cb);
|
|
1860
1336
|
}
|
|
1861
1337
|
/**
|
|
1862
1338
|
* 查询实时任务实例节点信息
|
|
@@ -1870,22 +1346,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1870
1346
|
async DescribeIntegrationStatistics(req, cb) {
|
|
1871
1347
|
return this.request("DescribeIntegrationStatistics", req, cb);
|
|
1872
1348
|
}
|
|
1873
|
-
/**
|
|
1874
|
-
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
1875
|
-
任务批量补录,调度状态任务才可以补录;
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
*/
|
|
1880
|
-
async MakeUpTasksNew(req, cb) {
|
|
1881
|
-
return this.request("MakeUpTasksNew", req, cb);
|
|
1882
|
-
}
|
|
1883
|
-
/**
|
|
1884
|
-
* 工作流补数据
|
|
1885
|
-
*/
|
|
1886
|
-
async MakeUpTasksByWorkflow(req, cb) {
|
|
1887
|
-
return this.request("MakeUpTasksByWorkflow", req, cb);
|
|
1888
|
-
}
|
|
1889
1349
|
/**
|
|
1890
1350
|
* 批量停止工作流
|
|
1891
1351
|
*/
|
|
@@ -1898,24 +1358,5 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1898
1358
|
async DescribeDrInstancePage(req, cb) {
|
|
1899
1359
|
return this.request("DescribeDrInstancePage", req, cb);
|
|
1900
1360
|
}
|
|
1901
|
-
/**
|
|
1902
|
-
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
1903
|
-
批量修改任务责任人
|
|
1904
|
-
*/
|
|
1905
|
-
async BatchModifyOwnersNew(req, cb) {
|
|
1906
|
-
return this.request("BatchModifyOwnersNew", req, cb);
|
|
1907
|
-
}
|
|
1908
|
-
/**
|
|
1909
|
-
* 运维大屏-实例运行时长排行
|
|
1910
|
-
*/
|
|
1911
|
-
async DescribeSchedulerRunTimeInstanceCntByStatus(req, cb) {
|
|
1912
|
-
return this.request("DescribeSchedulerRunTimeInstanceCntByStatus", req, cb);
|
|
1913
|
-
}
|
|
1914
|
-
/**
|
|
1915
|
-
* 批量停止集成任务
|
|
1916
|
-
*/
|
|
1917
|
-
async BatchStopIntegrationTasks(req, cb) {
|
|
1918
|
-
return this.request("BatchStopIntegrationTasks", req, cb);
|
|
1919
|
-
}
|
|
1920
1361
|
}
|
|
1921
1362
|
exports.Client = Client;
|