tencentcloud-sdk-nodejs 4.0.476 → 4.0.477
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 +363 -0
- package/SERVICE_CHANGELOG.md +641 -196
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ccc/v20200210/ccc_client.ts +1 -0
- package/src/services/ccc/v20200210/ccc_models.ts +23 -0
- package/src/services/cfs/v20190719/cfs_client.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +77 -62
- package/src/services/ess/v20201111/ess_models.ts +1412 -1290
- package/src/services/essbasic/v20210526/essbasic_client.ts +86 -71
- package/src/services/essbasic/v20210526/essbasic_models.ts +1572 -1451
- package/src/services/live/v20180801/live_models.ts +16 -1
- package/src/services/mariadb/v20170312/mariadb_client.ts +12 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +25 -0
- package/src/services/mps/v20190612/mps_models.ts +3 -3
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +8 -3
- package/src/services/tcr/v20190924/tcr_models.ts +5 -0
- package/src/services/tem/v20210701/tem_models.ts +12 -0
- package/src/services/vod/v20180717/vod_models.ts +10 -3
- package/src/services/wedata/v20210820/wedata_client.ts +1518 -451
- package/src/services/wedata/v20210820/wedata_models.ts +7670 -2230
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +20 -0
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +1 -1
- package/tencentcloud/services/cfs/v20190719/cfs_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +7 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1249 -1147
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +9 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +11 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1454 -1353
- package/tencentcloud/services/live/v20180801/live_models.d.ts +14 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +22 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +3 -3
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +7 -3
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +4 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +10 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +9 -3
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +446 -102
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +688 -172
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +6601 -2011
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +12 -2
- package/test/mariadb.v20170312.test.js +10 -0
- package/test/wedata.v20210820.test.js +955 -95
|
@@ -34,52 +34,577 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
34
34
|
async CreateTask(req, cb) {
|
|
35
35
|
return this.request("CreateTask", req, cb);
|
|
36
36
|
}
|
|
37
|
+
/**
|
|
38
|
+
* 创建任务告警规则
|
|
39
|
+
*/
|
|
40
|
+
async CreateTaskAlarmRegular(req, cb) {
|
|
41
|
+
return this.request("CreateTaskAlarmRegular", req, cb);
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* 删除集成任务
|
|
45
|
+
*/
|
|
46
|
+
async DeleteIntegrationTask(req, cb) {
|
|
47
|
+
return this.request("DeleteIntegrationTask", req, cb);
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* 实时任务运行指标概览
|
|
51
|
+
*/
|
|
52
|
+
async DescribeRealTimeTaskMetricOverview(req, cb) {
|
|
53
|
+
return this.request("DescribeRealTimeTaskMetricOverview", req, cb);
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* 获取离线任务实例
|
|
57
|
+
*/
|
|
58
|
+
async GetOfflineInstanceList(req, cb) {
|
|
59
|
+
return this.request("GetOfflineInstanceList", req, cb);
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
63
|
+
任务批量补录,调度状态任务才可以补录;
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
*/
|
|
68
|
+
async MakeUpTasksNew(req, cb) {
|
|
69
|
+
return this.request("MakeUpTasksNew", req, cb);
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* 获取采集器所在集群的VPC列表
|
|
73
|
+
*/
|
|
74
|
+
async DescribeInLongAgentVpcList(req, cb) {
|
|
75
|
+
return this.request("DescribeInLongAgentVpcList", req, cb);
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
79
|
+
实例批量终止操作
|
|
80
|
+
*/
|
|
81
|
+
async KillInstances(req, cb) {
|
|
82
|
+
return this.request("KillInstances", req, cb);
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* 批量终止集成任务实例
|
|
86
|
+
*/
|
|
87
|
+
async BatchKillIntegrationTaskInstances(req, cb) {
|
|
88
|
+
return this.request("BatchKillIntegrationTaskInstances", req, cb);
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
92
|
+
注册事件监听器
|
|
93
|
+
*/
|
|
94
|
+
async RegisterEventListener(req, cb) {
|
|
95
|
+
return this.request("RegisterEventListener", req, cb);
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* 建hive表
|
|
99
|
+
*/
|
|
100
|
+
async CreateHiveTable(req, cb) {
|
|
101
|
+
return this.request("CreateHiveTable", req, cb);
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* 获取集群命名空间列表
|
|
105
|
+
*/
|
|
106
|
+
async DescribeClusterNamespaceList(req, cb) {
|
|
107
|
+
return this.request("DescribeClusterNamespaceList", req, cb);
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
111
|
+
查询任务具体详情
|
|
112
|
+
*/
|
|
113
|
+
async DescribeTaskDetail(req, cb) {
|
|
114
|
+
return this.request("DescribeTaskDetail", req, cb);
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* 查询集成节点
|
|
118
|
+
*/
|
|
119
|
+
async DescribeIntegrationNode(req, cb) {
|
|
120
|
+
return this.request("DescribeIntegrationNode", req, cb);
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* 获取数据标准规则详情
|
|
124
|
+
*/
|
|
125
|
+
async DescribeStandardRuleDetailInfoList(req, cb) {
|
|
126
|
+
return this.request("DescribeStandardRuleDetailInfoList", req, cb);
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
130
|
+
基于多个工作流进行批量冻结任务操作
|
|
131
|
+
*/
|
|
132
|
+
async FreezeTasksByMultiWorkflow(req, cb) {
|
|
133
|
+
return this.request("FreezeTasksByMultiWorkflow", req, cb);
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* 获取采集器列表
|
|
137
|
+
*/
|
|
138
|
+
async DescribeInLongAgentList(req, cb) {
|
|
139
|
+
return this.request("DescribeInLongAgentList", req, cb);
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
143
|
+
批量删除任务,仅对任务状态为”已停止“有效;
|
|
144
|
+
|
|
145
|
+
*/
|
|
146
|
+
async BatchDeleteTasksNew(req, cb) {
|
|
147
|
+
return this.request("BatchDeleteTasksNew", req, cb);
|
|
148
|
+
}
|
|
149
|
+
/**
|
|
150
|
+
* 继续集成任务
|
|
151
|
+
*/
|
|
152
|
+
async ResumeIntegrationTask(req, cb) {
|
|
153
|
+
return this.request("ResumeIntegrationTask", req, cb);
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
157
|
+
删除工作流
|
|
158
|
+
*/
|
|
159
|
+
async DeleteWorkflowNew(req, cb) {
|
|
160
|
+
return this.request("DeleteWorkflowNew", req, cb);
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* 数据集成大屏采集器状态分布统计
|
|
164
|
+
*/
|
|
165
|
+
async DescribeIntegrationStatisticsAgentStatus(req, cb) {
|
|
166
|
+
return this.request("DescribeIntegrationStatisticsAgentStatus", req, cb);
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* 离线任务实例运行日志列表
|
|
170
|
+
*/
|
|
171
|
+
async DescribeInstanceLogList(req, cb) {
|
|
172
|
+
return this.request("DescribeInstanceLogList", req, cb);
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* 创建用户自定义函数
|
|
176
|
+
*/
|
|
177
|
+
async CreateCustomFunction(req, cb) {
|
|
178
|
+
return this.request("CreateCustomFunction", req, cb);
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* 解锁集成任务
|
|
182
|
+
*/
|
|
183
|
+
async UnlockIntegrationTask(req, cb) {
|
|
184
|
+
return this.request("UnlockIntegrationTask", req, cb);
|
|
185
|
+
}
|
|
186
|
+
/**
|
|
187
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
188
|
+
仅对任务状态为”调度中“和”已暂停“有效,对所选任务的任务实例进行终止,并停止调度
|
|
189
|
+
*/
|
|
190
|
+
async BatchStopTasksNew(req, cb) {
|
|
191
|
+
return this.request("BatchStopTasksNew", req, cb);
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
195
|
+
删除文件夹
|
|
196
|
+
*/
|
|
197
|
+
async DeleteFolder(req, cb) {
|
|
198
|
+
return this.request("DeleteFolder", req, cb);
|
|
199
|
+
}
|
|
200
|
+
/**
|
|
201
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
202
|
+
创建数据源
|
|
203
|
+
*/
|
|
204
|
+
async CreateDataSource(req, cb) {
|
|
205
|
+
return this.request("CreateDataSource", req, cb);
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
209
|
+
设置任务告警,新建/更新告警信息(最新)
|
|
210
|
+
*/
|
|
211
|
+
async SetTaskAlarmNew(req, cb) {
|
|
212
|
+
return this.request("SetTaskAlarmNew", req, cb);
|
|
213
|
+
}
|
|
214
|
+
/**
|
|
215
|
+
* 获取离线任务长连接Token
|
|
216
|
+
*/
|
|
217
|
+
async DescribeOfflineTaskToken(req, cb) {
|
|
218
|
+
return this.request("DescribeOfflineTaskToken", req, cb);
|
|
219
|
+
}
|
|
220
|
+
/**
|
|
221
|
+
* 抢占锁定集成任务
|
|
222
|
+
*/
|
|
223
|
+
async RobAndLockIntegrationTask(req, cb) {
|
|
224
|
+
return this.request("RobAndLockIntegrationTask", req, cb);
|
|
225
|
+
}
|
|
226
|
+
/**
|
|
227
|
+
* 判断集成节点名称是否存在
|
|
228
|
+
*/
|
|
229
|
+
async CheckIntegrationNodeNameExists(req, cb) {
|
|
230
|
+
return this.request("CheckIntegrationNodeNameExists", req, cb);
|
|
231
|
+
}
|
|
232
|
+
/**
|
|
233
|
+
* 告警事件列表
|
|
234
|
+
*/
|
|
235
|
+
async DescribeAlarmEvents(req, cb) {
|
|
236
|
+
return this.request("DescribeAlarmEvents", req, cb);
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* 生成建hive表的sql
|
|
240
|
+
*/
|
|
241
|
+
async GenHiveTableDDLSql(req, cb) {
|
|
242
|
+
return this.request("GenHiveTableDDLSql", req, cb);
|
|
243
|
+
}
|
|
244
|
+
/**
|
|
245
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
246
|
+
查询任务脚本
|
|
247
|
+
*/
|
|
248
|
+
async DescribeTaskScript(req, cb) {
|
|
249
|
+
return this.request("DescribeTaskScript", req, cb);
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* 保存用户自定义函数
|
|
253
|
+
*/
|
|
254
|
+
async SaveCustomFunction(req, cb) {
|
|
255
|
+
return this.request("SaveCustomFunction", req, cb);
|
|
256
|
+
}
|
|
257
|
+
/**
|
|
258
|
+
* 查询全量函数
|
|
259
|
+
*/
|
|
260
|
+
async DescribeOrganizationalFunctions(req, cb) {
|
|
261
|
+
return this.request("DescribeOrganizationalFunctions", req, cb);
|
|
262
|
+
}
|
|
263
|
+
/**
|
|
264
|
+
* 删除采集器
|
|
265
|
+
*/
|
|
266
|
+
async DeleteInLongAgent(req, cb) {
|
|
267
|
+
return this.request("DeleteInLongAgent", req, cb);
|
|
268
|
+
}
|
|
269
|
+
/**
|
|
270
|
+
* 查询Inlong manager日志
|
|
271
|
+
*/
|
|
272
|
+
async TaskLog(req, cb) {
|
|
273
|
+
return this.request("TaskLog", req, cb);
|
|
274
|
+
}
|
|
275
|
+
/**
|
|
276
|
+
* 调试运行集成任务
|
|
277
|
+
*/
|
|
278
|
+
async DryRunDIOfflineTask(req, cb) {
|
|
279
|
+
return this.request("DryRunDIOfflineTask", req, cb);
|
|
280
|
+
}
|
|
281
|
+
/**
|
|
282
|
+
* 获取TKE集群列表
|
|
283
|
+
*/
|
|
284
|
+
async DescribeInLongTkeClusterList(req, cb) {
|
|
285
|
+
return this.request("DescribeInLongTkeClusterList", req, cb);
|
|
286
|
+
}
|
|
287
|
+
/**
|
|
288
|
+
* 创建集成任务
|
|
289
|
+
*/
|
|
290
|
+
async CreateIntegrationTask(req, cb) {
|
|
291
|
+
return this.request("CreateIntegrationTask", req, cb);
|
|
292
|
+
}
|
|
293
|
+
/**
|
|
294
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
295
|
+
数据源详情
|
|
296
|
+
*/
|
|
297
|
+
async DescribeDataSourceList(req, cb) {
|
|
298
|
+
return this.request("DescribeDataSourceList", req, cb);
|
|
299
|
+
}
|
|
300
|
+
/**
|
|
301
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
302
|
+
更新任务
|
|
303
|
+
*/
|
|
304
|
+
async ModifyTaskInfo(req, cb) {
|
|
305
|
+
return this.request("ModifyTaskInfo", req, cb);
|
|
306
|
+
}
|
|
307
|
+
/**
|
|
308
|
+
* 更新集成任务
|
|
309
|
+
*/
|
|
310
|
+
async ModifyIntegrationTask(req, cb) {
|
|
311
|
+
return this.request("ModifyIntegrationTask", req, cb);
|
|
312
|
+
}
|
|
313
|
+
/**
|
|
314
|
+
* 数据集成大屏任务状态分布统计
|
|
315
|
+
*/
|
|
316
|
+
async DescribeIntegrationStatisticsTaskStatus(req, cb) {
|
|
317
|
+
return this.request("DescribeIntegrationStatisticsTaskStatus", req, cb);
|
|
318
|
+
}
|
|
319
|
+
/**
|
|
320
|
+
* 批量运行集成任务
|
|
321
|
+
*/
|
|
322
|
+
async BatchStartIntegrationTasks(req, cb) {
|
|
323
|
+
return this.request("BatchStartIntegrationTasks", req, cb);
|
|
324
|
+
}
|
|
325
|
+
/**
|
|
326
|
+
* 重命名任务(任务编辑)
|
|
327
|
+
*/
|
|
328
|
+
async ModifyTaskName(req, cb) {
|
|
329
|
+
return this.request("ModifyTaskName", req, cb);
|
|
330
|
+
}
|
|
331
|
+
/**
|
|
332
|
+
* 离线任务重名校验
|
|
333
|
+
*/
|
|
334
|
+
async CheckTaskNameExist(req, cb) {
|
|
335
|
+
return this.request("CheckTaskNameExist", req, cb);
|
|
336
|
+
}
|
|
337
|
+
/**
|
|
338
|
+
* 查询任务实例的关联实例列表
|
|
339
|
+
*/
|
|
340
|
+
async DescribeRelatedInstances(req, cb) {
|
|
341
|
+
return this.request("DescribeRelatedInstances", req, cb);
|
|
342
|
+
}
|
|
343
|
+
/**
|
|
344
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
345
|
+
数据源详情
|
|
346
|
+
*/
|
|
347
|
+
async DescribeDatasource(req, cb) {
|
|
348
|
+
return this.request("DescribeDatasource", req, cb);
|
|
349
|
+
}
|
|
350
|
+
/**
|
|
351
|
+
* 注册采集器
|
|
352
|
+
*/
|
|
353
|
+
async CreateInLongAgent(req, cb) {
|
|
354
|
+
return this.request("CreateInLongAgent", req, cb);
|
|
355
|
+
}
|
|
356
|
+
/**
|
|
357
|
+
* 更新采集器
|
|
358
|
+
*/
|
|
359
|
+
async UpdateInLongAgent(req, cb) {
|
|
360
|
+
return this.request("UpdateInLongAgent", req, cb);
|
|
361
|
+
}
|
|
362
|
+
/**
|
|
363
|
+
* 创建离线任务
|
|
364
|
+
*/
|
|
365
|
+
async CreateOfflineTask(req, cb) {
|
|
366
|
+
return this.request("CreateOfflineTask", req, cb);
|
|
367
|
+
}
|
|
368
|
+
/**
|
|
369
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
370
|
+
更新工作流调度
|
|
371
|
+
*/
|
|
372
|
+
async ModifyWorkflowSchedule(req, cb) {
|
|
373
|
+
return this.request("ModifyWorkflowSchedule", req, cb);
|
|
374
|
+
}
|
|
375
|
+
/**
|
|
376
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
377
|
+
根据工作流分页查询任务
|
|
378
|
+
*/
|
|
379
|
+
async DescribeTasksByPage(req, cb) {
|
|
380
|
+
return this.request("DescribeTasksByPage", req, cb);
|
|
381
|
+
}
|
|
382
|
+
/**
|
|
383
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
384
|
+
创建文件夹
|
|
385
|
+
*/
|
|
386
|
+
async CreateFolder(req, cb) {
|
|
387
|
+
return this.request("CreateFolder", req, cb);
|
|
388
|
+
}
|
|
389
|
+
/**
|
|
390
|
+
* 获取表schema信息
|
|
391
|
+
*/
|
|
392
|
+
async DescribeTableSchemaInfo(req, cb) {
|
|
393
|
+
return this.request("DescribeTableSchemaInfo", req, cb);
|
|
394
|
+
}
|
|
395
|
+
/**
|
|
396
|
+
* 查询函数类型
|
|
397
|
+
*/
|
|
398
|
+
async DescribeFunctionTypes(req, cb) {
|
|
399
|
+
return this.request("DescribeFunctionTypes", req, cb);
|
|
400
|
+
}
|
|
401
|
+
/**
|
|
402
|
+
* 离线任务周期统计明细
|
|
403
|
+
*/
|
|
404
|
+
async DescribeTaskReportDetailList(req, cb) {
|
|
405
|
+
return this.request("DescribeTaskReportDetailList", req, cb);
|
|
406
|
+
}
|
|
407
|
+
/**
|
|
408
|
+
* 删除集成节点
|
|
409
|
+
*/
|
|
410
|
+
async DeleteIntegrationNode(req, cb) {
|
|
411
|
+
return this.request("DeleteIntegrationNode", req, cb);
|
|
412
|
+
}
|
|
413
|
+
/**
|
|
414
|
+
* 停止集成任务
|
|
415
|
+
*/
|
|
416
|
+
async StopIntegrationTask(req, cb) {
|
|
417
|
+
return this.request("StopIntegrationTask", req, cb);
|
|
418
|
+
}
|
|
419
|
+
/**
|
|
420
|
+
* 实时任务同步速度趋势
|
|
421
|
+
*/
|
|
422
|
+
async DescribeRealTimeTaskSpeed(req, cb) {
|
|
423
|
+
return this.request("DescribeRealTimeTaskSpeed", req, cb);
|
|
424
|
+
}
|
|
425
|
+
/**
|
|
426
|
+
* 获取实例列表
|
|
427
|
+
*/
|
|
428
|
+
async DescribeInstanceList(req, cb) {
|
|
429
|
+
return this.request("DescribeInstanceList", req, cb);
|
|
430
|
+
}
|
|
431
|
+
/**
|
|
432
|
+
* 告警接收人详情
|
|
433
|
+
*/
|
|
434
|
+
async DescribeAlarmReceiver(req, cb) {
|
|
435
|
+
return this.request("DescribeAlarmReceiver", req, cb);
|
|
436
|
+
}
|
|
437
|
+
/**
|
|
438
|
+
* 查看任务锁状态信息
|
|
439
|
+
*/
|
|
440
|
+
async DescribeTaskLockStatus(req, cb) {
|
|
441
|
+
return this.request("DescribeTaskLockStatus", req, cb);
|
|
442
|
+
}
|
|
443
|
+
/**
|
|
444
|
+
* 获取实例运行日志
|
|
445
|
+
*/
|
|
446
|
+
async DescribeInstanceLog(req, cb) {
|
|
447
|
+
return this.request("DescribeInstanceLog", req, cb);
|
|
448
|
+
}
|
|
449
|
+
/**
|
|
450
|
+
* 批量更新集成任务(暂时仅支持批量更新责任人)
|
|
451
|
+
*/
|
|
452
|
+
async BatchUpdateIntegrationTasks(req, cb) {
|
|
453
|
+
return this.request("BatchUpdateIntegrationTasks", req, cb);
|
|
454
|
+
}
|
|
455
|
+
/**
|
|
456
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
457
|
+
实例批量置成功
|
|
458
|
+
*/
|
|
459
|
+
async ForceSucInstances(req, cb) {
|
|
460
|
+
return this.request("ForceSucInstances", req, cb);
|
|
461
|
+
}
|
|
462
|
+
/**
|
|
463
|
+
* 获取数据库信息
|
|
464
|
+
*/
|
|
465
|
+
async DescribeDatabaseInfoList(req, cb) {
|
|
466
|
+
return this.request("DescribeDatabaseInfoList", req, cb);
|
|
467
|
+
}
|
|
468
|
+
/**
|
|
469
|
+
* 提交集成任务
|
|
470
|
+
*/
|
|
471
|
+
async CommitIntegrationTask(req, cb) {
|
|
472
|
+
return this.request("CommitIntegrationTask", req, cb);
|
|
473
|
+
}
|
|
474
|
+
/**
|
|
475
|
+
* 删除任务
|
|
476
|
+
*/
|
|
477
|
+
async DeleteOfflineTask(req, cb) {
|
|
478
|
+
return this.request("DeleteOfflineTask", req, cb);
|
|
479
|
+
}
|
|
480
|
+
/**
|
|
481
|
+
* 创建hive表,返回表名称
|
|
482
|
+
*/
|
|
483
|
+
async CreateHiveTableByDDL(req, cb) {
|
|
484
|
+
return this.request("CreateHiveTableByDDL", req, cb);
|
|
485
|
+
}
|
|
486
|
+
/**
|
|
487
|
+
* 获取资源管理目录树
|
|
488
|
+
*/
|
|
489
|
+
async DescribeResourceManagePathTrees(req, cb) {
|
|
490
|
+
return this.request("DescribeResourceManagePathTrees", req, cb);
|
|
491
|
+
}
|
|
492
|
+
/**
|
|
493
|
+
* 批量置成功集成任务实例
|
|
494
|
+
*/
|
|
495
|
+
async BatchForceSuccessIntegrationTaskInstances(req, cb) {
|
|
496
|
+
return this.request("BatchForceSuccessIntegrationTaskInstances", req, cb);
|
|
497
|
+
}
|
|
498
|
+
/**
|
|
499
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
500
|
+
批量冻结任务
|
|
501
|
+
*/
|
|
502
|
+
async FreezeTasks(req, cb) {
|
|
503
|
+
return this.request("FreezeTasks", req, cb);
|
|
504
|
+
}
|
|
505
|
+
/**
|
|
506
|
+
* 查询实时任务日志列表
|
|
507
|
+
*/
|
|
508
|
+
async DescribeStreamTaskLogList(req, cb) {
|
|
509
|
+
return this.request("DescribeStreamTaskLogList", req, cb);
|
|
510
|
+
}
|
|
511
|
+
/**
|
|
512
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
513
|
+
修改数据源
|
|
514
|
+
*/
|
|
515
|
+
async ModifyDataSource(req, cb) {
|
|
516
|
+
return this.request("ModifyDataSource", req, cb);
|
|
517
|
+
}
|
|
518
|
+
/**
|
|
519
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
520
|
+
删除数据源
|
|
521
|
+
*/
|
|
522
|
+
async DeleteDataSources(req, cb) {
|
|
523
|
+
return this.request("DeleteDataSources", req, cb);
|
|
524
|
+
}
|
|
525
|
+
/**
|
|
526
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
527
|
+
文件夹更新
|
|
528
|
+
*/
|
|
529
|
+
async ModifyFolder(req, cb) {
|
|
530
|
+
return this.request("ModifyFolder", req, cb);
|
|
531
|
+
}
|
|
37
532
|
/**
|
|
38
533
|
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
39
|
-
|
|
534
|
+
实例批量重跑
|
|
40
535
|
*/
|
|
41
|
-
async
|
|
42
|
-
return this.request("
|
|
536
|
+
async RerunInstances(req, cb) {
|
|
537
|
+
return this.request("RerunInstances", req, cb);
|
|
43
538
|
}
|
|
44
539
|
/**
|
|
45
|
-
*
|
|
540
|
+
* 判断告警规则重名
|
|
46
541
|
*/
|
|
47
|
-
async
|
|
48
|
-
return this.request("
|
|
542
|
+
async CheckAlarmRegularNameExist(req, cb) {
|
|
543
|
+
return this.request("CheckAlarmRegularNameExist", req, cb);
|
|
49
544
|
}
|
|
50
545
|
/**
|
|
51
|
-
*
|
|
52
|
-
删除数据源
|
|
546
|
+
* 判断集成任务名称是否存在
|
|
53
547
|
*/
|
|
54
|
-
async
|
|
55
|
-
return this.request("
|
|
548
|
+
async CheckIntegrationTaskNameExists(req, cb) {
|
|
549
|
+
return this.request("CheckIntegrationTaskNameExists", req, cb);
|
|
550
|
+
}
|
|
551
|
+
/**
|
|
552
|
+
* 获取字段类型列表
|
|
553
|
+
*/
|
|
554
|
+
async DescribeDataTypes(req, cb) {
|
|
555
|
+
return this.request("DescribeDataTypes", req, cb);
|
|
556
|
+
}
|
|
557
|
+
/**
|
|
558
|
+
* 获取离线任务实例列表(新)
|
|
559
|
+
*/
|
|
560
|
+
async GetOfflineDIInstanceList(req, cb) {
|
|
561
|
+
return this.request("GetOfflineDIInstanceList", req, cb);
|
|
562
|
+
}
|
|
563
|
+
/**
|
|
564
|
+
* 对集成离线任务执行批量补数据操作
|
|
565
|
+
*/
|
|
566
|
+
async BatchMakeUpIntegrationTasks(req, cb) {
|
|
567
|
+
return this.request("BatchMakeUpIntegrationTasks", req, cb);
|
|
56
568
|
}
|
|
57
569
|
/**
|
|
58
570
|
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
59
|
-
|
|
571
|
+
更新工作流
|
|
60
572
|
*/
|
|
61
|
-
async
|
|
62
|
-
return this.request("
|
|
573
|
+
async ModifyWorkflowInfo(req, cb) {
|
|
574
|
+
return this.request("ModifyWorkflowInfo", req, cb);
|
|
63
575
|
}
|
|
64
576
|
/**
|
|
65
577
|
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
66
|
-
|
|
578
|
+
添加父任务依赖
|
|
67
579
|
*/
|
|
68
|
-
async
|
|
69
|
-
return this.request("
|
|
580
|
+
async ModifyTaskLinks(req, cb) {
|
|
581
|
+
return this.request("ModifyTaskLinks", req, cb);
|
|
582
|
+
}
|
|
583
|
+
/**
|
|
584
|
+
* 更新集成节点
|
|
585
|
+
*/
|
|
586
|
+
async ModifyIntegrationNode(req, cb) {
|
|
587
|
+
return this.request("ModifyIntegrationNode", req, cb);
|
|
588
|
+
}
|
|
589
|
+
/**
|
|
590
|
+
* 批量创建任务告警规则
|
|
591
|
+
*/
|
|
592
|
+
async BatchCreateIntegrationTaskAlarms(req, cb) {
|
|
593
|
+
return this.request("BatchCreateIntegrationTaskAlarms", req, cb);
|
|
70
594
|
}
|
|
71
595
|
/**
|
|
72
596
|
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
73
|
-
|
|
597
|
+
拉取文件夹目录
|
|
74
598
|
*/
|
|
75
|
-
async
|
|
76
|
-
return this.request("
|
|
599
|
+
async DescribeFolderList(req, cb) {
|
|
600
|
+
return this.request("DescribeFolderList", req, cb);
|
|
77
601
|
}
|
|
78
602
|
/**
|
|
79
|
-
*
|
|
603
|
+
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
604
|
+
数据源列表
|
|
80
605
|
*/
|
|
81
|
-
async
|
|
82
|
-
return this.request("
|
|
606
|
+
async DescribeDataSourceWithoutInfo(req, cb) {
|
|
607
|
+
return this.request("DescribeDataSourceWithoutInfo", req, cb);
|
|
83
608
|
}
|
|
84
609
|
/**
|
|
85
610
|
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
@@ -89,213 +614,217 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
89
614
|
return this.request("MakeUpWorkflowNew", req, cb);
|
|
90
615
|
}
|
|
91
616
|
/**
|
|
92
|
-
*
|
|
93
|
-
注册事件
|
|
617
|
+
* 数据集成大屏任务状态统计趋势
|
|
94
618
|
*/
|
|
95
|
-
async
|
|
96
|
-
return this.request("
|
|
619
|
+
async DescribeIntegrationStatisticsTaskStatusTrend(req, cb) {
|
|
620
|
+
return this.request("DescribeIntegrationStatisticsTaskStatusTrend", req, cb);
|
|
97
621
|
}
|
|
98
622
|
/**
|
|
99
|
-
*
|
|
100
|
-
修改数据源
|
|
623
|
+
* 批量重跑集成任务实例
|
|
101
624
|
*/
|
|
102
|
-
async
|
|
103
|
-
return this.request("
|
|
625
|
+
async BatchRerunIntegrationTaskInstances(req, cb) {
|
|
626
|
+
return this.request("BatchRerunIntegrationTaskInstances", req, cb);
|
|
104
627
|
}
|
|
105
628
|
/**
|
|
106
629
|
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
107
|
-
|
|
630
|
+
创建工作流
|
|
108
631
|
*/
|
|
109
|
-
async
|
|
110
|
-
return this.request("
|
|
632
|
+
async CreateWorkflow(req, cb) {
|
|
633
|
+
return this.request("CreateWorkflow", req, cb);
|
|
111
634
|
}
|
|
112
635
|
/**
|
|
113
636
|
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
114
|
-
|
|
637
|
+
运行任务
|
|
115
638
|
*/
|
|
116
|
-
async
|
|
117
|
-
return this.request("
|
|
639
|
+
async RunTask(req, cb) {
|
|
640
|
+
return this.request("RunTask", req, cb);
|
|
118
641
|
}
|
|
119
642
|
/**
|
|
120
|
-
*
|
|
643
|
+
* 启动集成任务
|
|
121
644
|
*/
|
|
122
|
-
async
|
|
123
|
-
return this.request("
|
|
645
|
+
async StartIntegrationTask(req, cb) {
|
|
646
|
+
return this.request("StartIntegrationTask", req, cb);
|
|
124
647
|
}
|
|
125
648
|
/**
|
|
126
|
-
*
|
|
127
|
-
实例批量终止操作
|
|
649
|
+
* 锁定集成任务
|
|
128
650
|
*/
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
651
|
+
async LockIntegrationTask(req, cb) {
|
|
652
|
+
return this.request("LockIntegrationTask", req, cb);
|
|
131
653
|
}
|
|
132
654
|
/**
|
|
133
655
|
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
134
|
-
|
|
656
|
+
提交工作流
|
|
135
657
|
*/
|
|
136
|
-
async
|
|
137
|
-
return this.request("
|
|
658
|
+
async SubmitWorkflow(req, cb) {
|
|
659
|
+
return this.request("SubmitWorkflow", req, cb);
|
|
138
660
|
}
|
|
139
661
|
/**
|
|
140
|
-
*
|
|
141
|
-
实例批量重跑
|
|
662
|
+
* 批量删除集成任务
|
|
142
663
|
*/
|
|
143
|
-
async
|
|
144
|
-
return this.request("
|
|
664
|
+
async BatchDeleteIntegrationTasks(req, cb) {
|
|
665
|
+
return this.request("BatchDeleteIntegrationTasks", req, cb);
|
|
145
666
|
}
|
|
146
667
|
/**
|
|
147
|
-
*
|
|
668
|
+
* 查询集成任务列表
|
|
148
669
|
*/
|
|
149
|
-
async
|
|
150
|
-
return this.request("
|
|
670
|
+
async DescribeIntegrationTasks(req, cb) {
|
|
671
|
+
return this.request("DescribeIntegrationTasks", req, cb);
|
|
151
672
|
}
|
|
152
673
|
/**
|
|
153
674
|
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
154
|
-
|
|
675
|
+
修改任务脚本
|
|
155
676
|
*/
|
|
156
|
-
async
|
|
157
|
-
return this.request("
|
|
677
|
+
async ModifyTaskScript(req, cb) {
|
|
678
|
+
return this.request("ModifyTaskScript", req, cb);
|
|
158
679
|
}
|
|
159
680
|
/**
|
|
160
|
-
*
|
|
161
|
-
任务批量补录,调度状态任务才可以补录;
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
681
|
+
* 获取数据表信息
|
|
165
682
|
*/
|
|
166
|
-
async
|
|
167
|
-
return this.request("
|
|
683
|
+
async DescribeTableInfoList(req, cb) {
|
|
684
|
+
return this.request("DescribeTableInfoList", req, cb);
|
|
168
685
|
}
|
|
169
686
|
/**
|
|
170
|
-
*
|
|
171
|
-
文件夹更新
|
|
687
|
+
* 查询任务实例列表
|
|
172
688
|
*/
|
|
173
|
-
async
|
|
174
|
-
return this.request("
|
|
689
|
+
async DescribeTaskInstances(req, cb) {
|
|
690
|
+
return this.request("DescribeTaskInstances", req, cb);
|
|
175
691
|
}
|
|
176
692
|
/**
|
|
177
|
-
*
|
|
178
|
-
基于多个工作流进行批量冻结任务操作
|
|
693
|
+
* 删除任务告警规则
|
|
179
694
|
*/
|
|
180
|
-
async
|
|
181
|
-
return this.request("
|
|
695
|
+
async DeleteTaskAlarmRegular(req, cb) {
|
|
696
|
+
return this.request("DeleteTaskAlarmRegular", req, cb);
|
|
182
697
|
}
|
|
183
698
|
/**
|
|
184
699
|
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
185
|
-
|
|
700
|
+
触发事件
|
|
186
701
|
*/
|
|
187
|
-
async
|
|
188
|
-
return this.request("
|
|
702
|
+
async TriggerEvent(req, cb) {
|
|
703
|
+
return this.request("TriggerEvent", req, cb);
|
|
189
704
|
}
|
|
190
705
|
/**
|
|
191
|
-
*
|
|
192
|
-
获取实例日志列表
|
|
706
|
+
* 资源管理删除资源
|
|
193
707
|
*/
|
|
194
|
-
async
|
|
195
|
-
return this.request("
|
|
708
|
+
async DeleteResource(req, cb) {
|
|
709
|
+
return this.request("DeleteResource", req, cb);
|
|
196
710
|
}
|
|
197
711
|
/**
|
|
198
|
-
*
|
|
712
|
+
* 按起止日期统计离线任务的所有实例的运行指标总和
|
|
199
713
|
*/
|
|
200
|
-
async
|
|
201
|
-
return this.request("
|
|
714
|
+
async DescribeTaskReport(req, cb) {
|
|
715
|
+
return this.request("DescribeTaskReport", req, cb);
|
|
202
716
|
}
|
|
203
717
|
/**
|
|
204
|
-
*
|
|
205
|
-
查询任务脚本
|
|
718
|
+
* 查询任务告警规则列表
|
|
206
719
|
*/
|
|
207
|
-
async
|
|
208
|
-
return this.request("
|
|
720
|
+
async DescribeTaskAlarmRegulations(req, cb) {
|
|
721
|
+
return this.request("DescribeTaskAlarmRegulations", req, cb);
|
|
209
722
|
}
|
|
210
723
|
/**
|
|
211
|
-
*
|
|
212
|
-
数据源详情
|
|
724
|
+
* 查询集成任务版本节点信息
|
|
213
725
|
*/
|
|
214
|
-
async
|
|
215
|
-
return this.request("
|
|
726
|
+
async DescribeIntegrationVersionNodesInfo(req, cb) {
|
|
727
|
+
return this.request("DescribeIntegrationVersionNodesInfo", req, cb);
|
|
216
728
|
}
|
|
217
729
|
/**
|
|
218
|
-
*
|
|
219
|
-
批量删除任务,仅对任务状态为”已停止“有效;
|
|
220
|
-
|
|
730
|
+
* 修改任务告警规则
|
|
221
731
|
*/
|
|
222
|
-
async
|
|
223
|
-
return this.request("
|
|
732
|
+
async ModifyTaskAlarmRegular(req, cb) {
|
|
733
|
+
return this.request("ModifyTaskAlarmRegular", req, cb);
|
|
224
734
|
}
|
|
225
735
|
/**
|
|
226
|
-
*
|
|
227
|
-
删除工作流
|
|
736
|
+
* 删除用户自定义函数
|
|
228
737
|
*/
|
|
229
|
-
async
|
|
230
|
-
return this.request("
|
|
738
|
+
async DeleteCustomFunction(req, cb) {
|
|
739
|
+
return this.request("DeleteCustomFunction", req, cb);
|
|
231
740
|
}
|
|
232
741
|
/**
|
|
233
742
|
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
234
|
-
|
|
743
|
+
拉取文件夹下的工作流
|
|
235
744
|
*/
|
|
236
|
-
async
|
|
237
|
-
return this.request("
|
|
745
|
+
async DescribeFolderWorkflowList(req, cb) {
|
|
746
|
+
return this.request("DescribeFolderWorkflowList", req, cb);
|
|
238
747
|
}
|
|
239
748
|
/**
|
|
240
|
-
*
|
|
241
|
-
根据工作流分页查询任务
|
|
749
|
+
* 查询集成任务
|
|
242
750
|
*/
|
|
243
|
-
async
|
|
244
|
-
return this.request("
|
|
751
|
+
async DescribeIntegrationTask(req, cb) {
|
|
752
|
+
return this.request("DescribeIntegrationTask", req, cb);
|
|
245
753
|
}
|
|
246
754
|
/**
|
|
247
|
-
*
|
|
248
|
-
更新工作流
|
|
755
|
+
* 数据集成大屏同步条数统计趋势
|
|
249
756
|
*/
|
|
250
|
-
async
|
|
251
|
-
return this.request("
|
|
757
|
+
async DescribeIntegrationStatisticsRecordsTrend(req, cb) {
|
|
758
|
+
return this.request("DescribeIntegrationStatisticsRecordsTrend", req, cb);
|
|
252
759
|
}
|
|
253
760
|
/**
|
|
254
|
-
*
|
|
255
|
-
创建文件夹
|
|
761
|
+
* 数据集成大屏实例状态统计趋势
|
|
256
762
|
*/
|
|
257
|
-
async
|
|
258
|
-
return this.request("
|
|
763
|
+
async DescribeIntegrationStatisticsInstanceTrend(req, cb) {
|
|
764
|
+
return this.request("DescribeIntegrationStatisticsInstanceTrend", req, cb);
|
|
259
765
|
}
|
|
260
766
|
/**
|
|
261
|
-
*
|
|
262
|
-
添加父任务依赖
|
|
767
|
+
* 创建集成节点
|
|
263
768
|
*/
|
|
264
|
-
async
|
|
265
|
-
return this.request("
|
|
769
|
+
async CreateIntegrationNode(req, cb) {
|
|
770
|
+
return this.request("CreateIntegrationNode", req, cb);
|
|
266
771
|
}
|
|
267
772
|
/**
|
|
268
|
-
*
|
|
773
|
+
* 批量暂停集成任务
|
|
269
774
|
*/
|
|
270
|
-
async
|
|
271
|
-
return this.request("
|
|
775
|
+
async BatchSuspendIntegrationTasks(req, cb) {
|
|
776
|
+
return this.request("BatchSuspendIntegrationTasks", req, cb);
|
|
272
777
|
}
|
|
273
778
|
/**
|
|
274
|
-
*
|
|
779
|
+
* 日志获取详情页面
|
|
275
780
|
*/
|
|
276
|
-
async
|
|
277
|
-
return this.request("
|
|
781
|
+
async DescribeInstanceLastLog(req, cb) {
|
|
782
|
+
return this.request("DescribeInstanceLastLog", req, cb);
|
|
278
783
|
}
|
|
279
784
|
/**
|
|
280
785
|
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
281
|
-
|
|
786
|
+
获取实例日志列表
|
|
282
787
|
*/
|
|
283
|
-
async
|
|
284
|
-
return this.request("
|
|
788
|
+
async DescribeInstanceLogs(req, cb) {
|
|
789
|
+
return this.request("DescribeInstanceLogs", req, cb);
|
|
285
790
|
}
|
|
286
791
|
/**
|
|
287
792
|
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
288
|
-
|
|
793
|
+
注册事件
|
|
289
794
|
*/
|
|
290
|
-
async
|
|
291
|
-
return this.request("
|
|
795
|
+
async RegisterEvent(req, cb) {
|
|
796
|
+
return this.request("RegisterEvent", req, cb);
|
|
797
|
+
}
|
|
798
|
+
/**
|
|
799
|
+
* 提交自定义函数
|
|
800
|
+
*/
|
|
801
|
+
async SubmitCustomFunction(req, cb) {
|
|
802
|
+
return this.request("SubmitCustomFunction", req, cb);
|
|
803
|
+
}
|
|
804
|
+
/**
|
|
805
|
+
* 批量继续执行集成实时任务
|
|
806
|
+
*/
|
|
807
|
+
async BatchResumeIntegrationTasks(req, cb) {
|
|
808
|
+
return this.request("BatchResumeIntegrationTasks", req, cb);
|
|
809
|
+
}
|
|
810
|
+
/**
|
|
811
|
+
* 重启采集器
|
|
812
|
+
*/
|
|
813
|
+
async RestartInLongAgent(req, cb) {
|
|
814
|
+
return this.request("RestartInLongAgent", req, cb);
|
|
292
815
|
}
|
|
293
816
|
/**
|
|
294
817
|
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
295
|
-
|
|
818
|
+
提交任务
|
|
296
819
|
*/
|
|
297
|
-
async
|
|
298
|
-
return this.request("
|
|
820
|
+
async SubmitTask(req, cb) {
|
|
821
|
+
return this.request("SubmitTask", req, cb);
|
|
822
|
+
}
|
|
823
|
+
/**
|
|
824
|
+
* 获取数据源信息-数据源分页列表
|
|
825
|
+
*/
|
|
826
|
+
async DescribeDataSourceInfoList(req, cb) {
|
|
827
|
+
return this.request("DescribeDataSourceInfoList", req, cb);
|
|
299
828
|
}
|
|
300
829
|
/**
|
|
301
830
|
* 查询函数分类
|
|
@@ -304,25 +833,22 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
304
833
|
return this.request("DescribeFunctionKinds", req, cb);
|
|
305
834
|
}
|
|
306
835
|
/**
|
|
307
|
-
*
|
|
308
|
-
触发事件
|
|
836
|
+
* 查询采集器关联的任务列表
|
|
309
837
|
*/
|
|
310
|
-
async
|
|
311
|
-
return this.request("
|
|
838
|
+
async DescribeInLongAgentTaskList(req, cb) {
|
|
839
|
+
return this.request("DescribeInLongAgentTaskList", req, cb);
|
|
312
840
|
}
|
|
313
841
|
/**
|
|
314
|
-
*
|
|
315
|
-
创建数据源
|
|
842
|
+
* 离线任务实例统计明细
|
|
316
843
|
*/
|
|
317
|
-
async
|
|
318
|
-
return this.request("
|
|
844
|
+
async DescribeTaskInstanceReportDetail(req, cb) {
|
|
845
|
+
return this.request("DescribeTaskInstanceReportDetail", req, cb);
|
|
319
846
|
}
|
|
320
847
|
/**
|
|
321
|
-
*
|
|
322
|
-
创建工作流
|
|
848
|
+
* 暂停集成任务
|
|
323
849
|
*/
|
|
324
|
-
async
|
|
325
|
-
return this.request("
|
|
850
|
+
async SuspendIntegrationTask(req, cb) {
|
|
851
|
+
return this.request("SuspendIntegrationTask", req, cb);
|
|
326
852
|
}
|
|
327
853
|
/**
|
|
328
854
|
* 获取项目信息
|
|
@@ -331,24 +857,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
331
857
|
return this.request("DescribeProject", req, cb);
|
|
332
858
|
}
|
|
333
859
|
/**
|
|
334
|
-
*
|
|
335
|
-
实例批量置成功
|
|
336
|
-
*/
|
|
337
|
-
async ForceSucInstances(req, cb) {
|
|
338
|
-
return this.request("ForceSucInstances", req, cb);
|
|
339
|
-
}
|
|
340
|
-
/**
|
|
341
|
-
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
342
|
-
运行任务
|
|
860
|
+
* 获取kafka的topic信息
|
|
343
861
|
*/
|
|
344
|
-
async
|
|
345
|
-
return this.request("
|
|
862
|
+
async DescribeKafkaTopicInfo(req, cb) {
|
|
863
|
+
return this.request("DescribeKafkaTopicInfo", req, cb);
|
|
346
864
|
}
|
|
347
865
|
/**
|
|
348
|
-
*
|
|
866
|
+
* 提取数据集成节点字段Schema
|
|
349
867
|
*/
|
|
350
|
-
async
|
|
351
|
-
return this.request("
|
|
868
|
+
async GetIntegrationNodeColumnSchema(req, cb) {
|
|
869
|
+
return this.request("GetIntegrationNodeColumnSchema", req, cb);
|
|
352
870
|
}
|
|
353
871
|
/**
|
|
354
872
|
* 资源管理需要先将资源上传到cos中,然后调用该接口,将cos资源绑定到wedata
|
|
@@ -364,23 +882,22 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
364
882
|
return this.request("DescribeDependTasksNew", req, cb);
|
|
365
883
|
}
|
|
366
884
|
/**
|
|
367
|
-
*
|
|
885
|
+
* 离线任务实例详情
|
|
368
886
|
*/
|
|
369
|
-
async
|
|
370
|
-
return this.request("
|
|
887
|
+
async DescribeTaskInstance(req, cb) {
|
|
888
|
+
return this.request("DescribeTaskInstance", req, cb);
|
|
371
889
|
}
|
|
372
890
|
/**
|
|
373
|
-
*
|
|
374
|
-
提交工作流
|
|
891
|
+
* 查询实时任务实例节点信息
|
|
375
892
|
*/
|
|
376
|
-
async
|
|
377
|
-
return this.request("
|
|
893
|
+
async DescribeRealTimeTaskInstanceNodeInfo(req, cb) {
|
|
894
|
+
return this.request("DescribeRealTimeTaskInstanceNodeInfo", req, cb);
|
|
378
895
|
}
|
|
379
896
|
/**
|
|
380
|
-
*
|
|
897
|
+
* 数据集成大屏概览
|
|
381
898
|
*/
|
|
382
|
-
async
|
|
383
|
-
return this.request("
|
|
899
|
+
async DescribeIntegrationStatistics(req, cb) {
|
|
900
|
+
return this.request("DescribeIntegrationStatistics", req, cb);
|
|
384
901
|
}
|
|
385
902
|
/**
|
|
386
903
|
* <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
|
@@ -390,11 +907,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
390
907
|
return this.request("BatchModifyOwnersNew", req, cb);
|
|
391
908
|
}
|
|
392
909
|
/**
|
|
393
|
-
*
|
|
394
|
-
仅对任务状态为”调度中“和”已暂停“有效,对所选任务的任务实例进行终止,并停止调度
|
|
910
|
+
* 批量停止集成任务
|
|
395
911
|
*/
|
|
396
|
-
async
|
|
397
|
-
return this.request("
|
|
912
|
+
async BatchStopIntegrationTasks(req, cb) {
|
|
913
|
+
return this.request("BatchStopIntegrationTasks", req, cb);
|
|
398
914
|
}
|
|
399
915
|
}
|
|
400
916
|
exports.Client = Client;
|