tencentcloud-sdk-nodejs 4.1.119 → 4.1.121
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/es/common/credential.js +209 -0
- package/es/common/index.js +1 -0
- package/es/common/sdk_version.js +1 -1
- package/es/services/apm/v20210622/apm_client.js +3 -0
- package/es/services/billing/v20180709/billing_client.js +22 -4
- package/es/services/ccc/v20200210/ccc_client.js +5 -2
- package/es/services/cvm/v20170312/cvm_client.js +0 -12
- package/es/services/gs/v20191118/gs_client.js +12 -0
- package/es/services/iotexplorer/v20190423/iotexplorer_client.js +5 -2
- package/es/services/wedata/index.js +2 -0
- package/es/services/wedata/v20250806/index.js +6 -0
- package/es/services/wedata/v20250806/wedata_client.js +237 -0
- package/es/services/wedata/v20250806/wedata_models.js +1 -0
- package/package.json +3 -1
- package/tencentcloud/common/credential.d.ts +101 -0
- package/tencentcloud/common/credential.js +267 -0
- package/tencentcloud/common/cvm_role_credential.d.ts +2 -7
- package/tencentcloud/common/index.d.ts +1 -0
- package/tencentcloud/common/index.js +1 -0
- package/tencentcloud/common/interface.d.ts +7 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ai3d/v20250513/ai3d_client.d.ts +4 -4
- package/tencentcloud/services/ai3d/v20250513/ai3d_client.js +4 -4
- package/tencentcloud/services/apm/v20210622/apm_client.d.ts +5 -1
- package/tencentcloud/services/apm/v20210622/apm_client.js +6 -0
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +163 -0
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +29 -5
- package/tencentcloud/services/billing/v20180709/billing_client.js +42 -6
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +1245 -338
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +7 -3
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +9 -3
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +89 -2
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +45 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +17 -0
- package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +116 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -17
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +0 -24
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +49 -455
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +14 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +3 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/gs/v20191118/gs_client.d.ts +17 -1
- package/tencentcloud/services/gs/v20191118/gs_client.js +24 -0
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +171 -71
- package/tencentcloud/services/iai/v20180301/iai_client.d.ts +0 -1
- package/tencentcloud/services/iai/v20180301/iai_client.js +0 -1
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +12 -13
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +7 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +9 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +35 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +75 -6
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +14 -1
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +6 -4
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +6 -4
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +4 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +3 -3
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +2 -2
- package/tencentcloud/services/redis/v20180412/redis_client.js +2 -2
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +10 -7
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +5 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +0 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +0 -1
- 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 +1 -1
- package/tencentcloud/services/wedata/index.d.ts +4 -0
- package/tencentcloud/services/wedata/index.js +2 -0
- package/tencentcloud/services/wedata/v20250806/index.d.ts +6 -0
- package/tencentcloud/services/wedata/v20250806/index.js +10 -0
- package/tencentcloud/services/wedata/v20250806/wedata_client.d.ts +318 -0
- package/tencentcloud/services/wedata/v20250806/wedata_client.js +493 -0
- package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +7466 -0
- package/tencentcloud/services/wedata/v20250806/wedata_models.js +18 -0
@@ -0,0 +1,493 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.Client = void 0;
|
4
|
+
/* eslint-disable @typescript-eslint/no-unused-vars */
|
5
|
+
/*
|
6
|
+
* Copyright (c) 2018 Tencent. All Rights Reserved.
|
7
|
+
*
|
8
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
9
|
+
* you may not use this file except in compliance with the License.
|
10
|
+
* You may obtain a copy of the License at
|
11
|
+
*
|
12
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
13
|
+
*
|
14
|
+
* Unless required by applicable law or agreed to in writing,
|
15
|
+
* software distributed under the License is distributed on an
|
16
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
17
|
+
* KIND, either express or implied. See the License for the
|
18
|
+
* specific language governing permissions and limitations
|
19
|
+
* under the License.
|
20
|
+
*/
|
21
|
+
const abstract_client_1 = require("../../../common/abstract_client");
|
22
|
+
/**
|
23
|
+
* wedata client
|
24
|
+
* @class
|
25
|
+
*/
|
26
|
+
class Client extends abstract_client_1.AbstractClient {
|
27
|
+
constructor(clientConfig) {
|
28
|
+
super("wedata.tencentcloudapi.com", "2025-08-06", clientConfig);
|
29
|
+
}
|
30
|
+
/**
|
31
|
+
* 创建资源文件文件夹
|
32
|
+
*/
|
33
|
+
async CreateResourceFolder(req, cb) {
|
34
|
+
return this.request("CreateResourceFolder", req, cb);
|
35
|
+
}
|
36
|
+
/**
|
37
|
+
* 创建任务接口
|
38
|
+
*/
|
39
|
+
async CreateTask(req, cb) {
|
40
|
+
return this.request("CreateTask", req, cb);
|
41
|
+
}
|
42
|
+
/**
|
43
|
+
* 根据项目ID获取项目下工作流
|
44
|
+
*/
|
45
|
+
async ListOpsWorkflows(req, cb) {
|
46
|
+
return this.request("ListOpsWorkflows", req, cb);
|
47
|
+
}
|
48
|
+
/**
|
49
|
+
* 创建数据探索脚本文件夹
|
50
|
+
*/
|
51
|
+
async CreateSQLFolder(req, cb) {
|
52
|
+
return this.request("CreateSQLFolder", req, cb);
|
53
|
+
}
|
54
|
+
/**
|
55
|
+
* 重命名代码文件夹
|
56
|
+
*/
|
57
|
+
async UpdateCodeFolder(req, cb) {
|
58
|
+
return this.request("UpdateCodeFolder", req, cb);
|
59
|
+
}
|
60
|
+
/**
|
61
|
+
* 获取告警信息列表
|
62
|
+
*/
|
63
|
+
async ListAlarmMessages(req, cb) {
|
64
|
+
return this.request("ListAlarmMessages", req, cb);
|
65
|
+
}
|
66
|
+
/**
|
67
|
+
* 获取工作流信息
|
68
|
+
*/
|
69
|
+
async GetWorkflow(req, cb) {
|
70
|
+
return this.request("GetWorkflow", req, cb);
|
71
|
+
}
|
72
|
+
/**
|
73
|
+
* 获取实例直接上游
|
74
|
+
*/
|
75
|
+
async ListDownstreamTaskInstances(req, cb) {
|
76
|
+
return this.request("ListDownstreamTaskInstances", req, cb);
|
77
|
+
}
|
78
|
+
/**
|
79
|
+
* 更新工作流(包括工作流基本信息与工作流参数)
|
80
|
+
*/
|
81
|
+
async UpdateWorkflow(req, cb) {
|
82
|
+
return this.request("UpdateWorkflow", req, cb);
|
83
|
+
}
|
84
|
+
/**
|
85
|
+
* 获取任务直接上游
|
86
|
+
*/
|
87
|
+
async ListUpstreamTasks(req, cb) {
|
88
|
+
return this.request("ListUpstreamTasks", req, cb);
|
89
|
+
}
|
90
|
+
/**
|
91
|
+
* 拉取任务版本列表
|
92
|
+
*/
|
93
|
+
async GetTaskVersion(req, cb) {
|
94
|
+
return this.request("GetTaskVersion", req, cb);
|
95
|
+
}
|
96
|
+
/**
|
97
|
+
* 创建数据补录计划
|
98
|
+
*/
|
99
|
+
async CreateDataBackfillPlan(req, cb) {
|
100
|
+
return this.request("CreateDataBackfillPlan", req, cb);
|
101
|
+
}
|
102
|
+
/**
|
103
|
+
* 查询数据探索文件夹树,包括文件夹下的脚本
|
104
|
+
*/
|
105
|
+
async ListSQLFolderContents(req, cb) {
|
106
|
+
return this.request("ListSQLFolderContents", req, cb);
|
107
|
+
}
|
108
|
+
/**
|
109
|
+
* 运行SQL脚本
|
110
|
+
*/
|
111
|
+
async RunSQLScript(req, cb) {
|
112
|
+
return this.request("RunSQLScript", req, cb);
|
113
|
+
}
|
114
|
+
/**
|
115
|
+
* 新建代码文件夹
|
116
|
+
*/
|
117
|
+
async CreateCodeFolder(req, cb) {
|
118
|
+
return this.request("CreateCodeFolder", req, cb);
|
119
|
+
}
|
120
|
+
/**
|
121
|
+
* 获取任务直接上游
|
122
|
+
*/
|
123
|
+
async ListUpstreamOpsTasks(req, cb) {
|
124
|
+
return this.request("ListUpstreamOpsTasks", req, cb);
|
125
|
+
}
|
126
|
+
/**
|
127
|
+
* 新增SQL脚本
|
128
|
+
*/
|
129
|
+
async CreateSQLScript(req, cb) {
|
130
|
+
return this.request("CreateSQLScript", req, cb);
|
131
|
+
}
|
132
|
+
/**
|
133
|
+
* 异步批量暂停任务
|
134
|
+
*/
|
135
|
+
async PauseOpsTasksAsync(req, cb) {
|
136
|
+
return this.request("PauseOpsTasksAsync", req, cb);
|
137
|
+
}
|
138
|
+
/**
|
139
|
+
* 查询运维中心异步操作详情
|
140
|
+
*/
|
141
|
+
async GetOpsAsyncJob(req, cb) {
|
142
|
+
return this.request("GetOpsAsyncJob", req, cb);
|
143
|
+
}
|
144
|
+
/**
|
145
|
+
* 更新代码文件
|
146
|
+
*/
|
147
|
+
async UpdateCodeFile(req, cb) {
|
148
|
+
return this.request("UpdateCodeFile", req, cb);
|
149
|
+
}
|
150
|
+
/**
|
151
|
+
* 修改任务负责人
|
152
|
+
*/
|
153
|
+
async UpdateOpsTasksOwner(req, cb) {
|
154
|
+
return this.request("UpdateOpsTasksOwner", req, cb);
|
155
|
+
}
|
156
|
+
/**
|
157
|
+
* 删除告警规则
|
158
|
+
*/
|
159
|
+
async DeleteOpsAlarmRule(req, cb) {
|
160
|
+
return this.request("DeleteOpsAlarmRule", req, cb);
|
161
|
+
}
|
162
|
+
/**
|
163
|
+
* 查询告警信息详情
|
164
|
+
*/
|
165
|
+
async GetAlarmMessage(req, cb) {
|
166
|
+
return this.request("GetAlarmMessage", req, cb);
|
167
|
+
}
|
168
|
+
/**
|
169
|
+
* 获取任务直接下游详情
|
170
|
+
*/
|
171
|
+
async ListDownstreamOpsTasks(req, cb) {
|
172
|
+
return this.request("ListDownstreamOpsTasks", req, cb);
|
173
|
+
}
|
174
|
+
/**
|
175
|
+
* 任务保存版本列表
|
176
|
+
*/
|
177
|
+
async ListTaskVersions(req, cb) {
|
178
|
+
return this.request("ListTaskVersions", req, cb);
|
179
|
+
}
|
180
|
+
/**
|
181
|
+
* 实例批量重跑-异步
|
182
|
+
*/
|
183
|
+
async RerunTaskInstancesAsync(req, cb) {
|
184
|
+
return this.request("RerunTaskInstancesAsync", req, cb);
|
185
|
+
}
|
186
|
+
/**
|
187
|
+
* 异步批量下线任务
|
188
|
+
*/
|
189
|
+
async StopOpsTasksAsync(req, cb) {
|
190
|
+
return this.request("StopOpsTasksAsync", req, cb);
|
191
|
+
}
|
192
|
+
/**
|
193
|
+
* 删除代码文件
|
194
|
+
*/
|
195
|
+
async DeleteCodeFile(req, cb) {
|
196
|
+
return this.request("DeleteCodeFile", req, cb);
|
197
|
+
}
|
198
|
+
/**
|
199
|
+
* 删除编排空间任务
|
200
|
+
*/
|
201
|
+
async DeleteTask(req, cb) {
|
202
|
+
return this.request("DeleteTask", req, cb);
|
203
|
+
}
|
204
|
+
/**
|
205
|
+
* 查询脚本详情
|
206
|
+
*/
|
207
|
+
async GetSQLScript(req, cb) {
|
208
|
+
return this.request("GetSQLScript", req, cb);
|
209
|
+
}
|
210
|
+
/**
|
211
|
+
* 获取任务代码
|
212
|
+
*/
|
213
|
+
async GetTaskCode(req, cb) {
|
214
|
+
return this.request("GetTaskCode", req, cb);
|
215
|
+
}
|
216
|
+
/**
|
217
|
+
* 获取文件夹内容
|
218
|
+
*/
|
219
|
+
async ListCodeFolderContents(req, cb) {
|
220
|
+
return this.request("ListCodeFolderContents", req, cb);
|
221
|
+
}
|
222
|
+
/**
|
223
|
+
* 创建资源文件
|
224
|
+
*/
|
225
|
+
async CreateResourceFile(req, cb) {
|
226
|
+
return this.request("CreateResourceFile", req, cb);
|
227
|
+
}
|
228
|
+
/**
|
229
|
+
* 重命名SQL文件夹
|
230
|
+
*/
|
231
|
+
async UpdateSQLFolder(req, cb) {
|
232
|
+
return this.request("UpdateSQLFolder", req, cb);
|
233
|
+
}
|
234
|
+
/**
|
235
|
+
* 查询SQL运行记录
|
236
|
+
*/
|
237
|
+
async ListSQLScriptRuns(req, cb) {
|
238
|
+
return this.request("ListSQLScriptRuns", req, cb);
|
239
|
+
}
|
240
|
+
/**
|
241
|
+
* 修改告警规则
|
242
|
+
*/
|
243
|
+
async UpdateOpsAlarmRule(req, cb) {
|
244
|
+
return this.request("UpdateOpsAlarmRule", req, cb);
|
245
|
+
}
|
246
|
+
/**
|
247
|
+
* 查询告警规则列表
|
248
|
+
*/
|
249
|
+
async ListOpsAlarmRules(req, cb) {
|
250
|
+
return this.request("ListOpsAlarmRules", req, cb);
|
251
|
+
}
|
252
|
+
/**
|
253
|
+
* 根据告警规则id/名称查询单个告警规则信息
|
254
|
+
*/
|
255
|
+
async GetOpsAlarmRule(req, cb) {
|
256
|
+
return this.request("GetOpsAlarmRule", req, cb);
|
257
|
+
}
|
258
|
+
/**
|
259
|
+
* 查询资源文件文件夹列表
|
260
|
+
*/
|
261
|
+
async ListResourceFolders(req, cb) {
|
262
|
+
return this.request("ListResourceFolders", req, cb);
|
263
|
+
}
|
264
|
+
/**
|
265
|
+
* 查询工作流列表
|
266
|
+
*/
|
267
|
+
async ListWorkflows(req, cb) {
|
268
|
+
return this.request("ListWorkflows", req, cb);
|
269
|
+
}
|
270
|
+
/**
|
271
|
+
* 获取任务详情
|
272
|
+
*/
|
273
|
+
async GetOpsTask(req, cb) {
|
274
|
+
return this.request("GetOpsTask", req, cb);
|
275
|
+
}
|
276
|
+
/**
|
277
|
+
* 实例批量置成功-异步
|
278
|
+
*/
|
279
|
+
async SetSuccessTaskInstancesAsync(req, cb) {
|
280
|
+
return this.request("SetSuccessTaskInstancesAsync", req, cb);
|
281
|
+
}
|
282
|
+
/**
|
283
|
+
* 更新资源文件
|
284
|
+
*/
|
285
|
+
async UpdateResourceFile(req, cb) {
|
286
|
+
return this.request("UpdateResourceFile", req, cb);
|
287
|
+
}
|
288
|
+
/**
|
289
|
+
* 获取实例列表
|
290
|
+
*/
|
291
|
+
async ListTaskInstances(req, cb) {
|
292
|
+
return this.request("ListTaskInstances", req, cb);
|
293
|
+
}
|
294
|
+
/**
|
295
|
+
* 根据工作流id,获取工作流调度详情。
|
296
|
+
*/
|
297
|
+
async GetOpsWorkflow(req, cb) {
|
298
|
+
return this.request("GetOpsWorkflow", req, cb);
|
299
|
+
}
|
300
|
+
/**
|
301
|
+
* 获取任务代码
|
302
|
+
*/
|
303
|
+
async GetOpsTaskCode(req, cb) {
|
304
|
+
return this.request("GetOpsTaskCode", req, cb);
|
305
|
+
}
|
306
|
+
/**
|
307
|
+
* 设置告警规则
|
308
|
+
*/
|
309
|
+
async CreateOpsAlarmRule(req, cb) {
|
310
|
+
return this.request("CreateOpsAlarmRule", req, cb);
|
311
|
+
}
|
312
|
+
/**
|
313
|
+
* 获取单次补录的所有实例详情
|
314
|
+
*/
|
315
|
+
async ListDataBackfillInstances(req, cb) {
|
316
|
+
return this.request("ListDataBackfillInstances", req, cb);
|
317
|
+
}
|
318
|
+
/**
|
319
|
+
* 获取实例直接上游
|
320
|
+
*/
|
321
|
+
async ListUpstreamTaskInstances(req, cb) {
|
322
|
+
return this.request("ListUpstreamTaskInstances", req, cb);
|
323
|
+
}
|
324
|
+
/**
|
325
|
+
* 查询文件夹列表
|
326
|
+
*/
|
327
|
+
async ListWorkflowFolders(req, cb) {
|
328
|
+
return this.request("ListWorkflowFolders", req, cb);
|
329
|
+
}
|
330
|
+
/**
|
331
|
+
* 资源管理-删除资源文件
|
332
|
+
*/
|
333
|
+
async DeleteResourceFile(req, cb) {
|
334
|
+
return this.request("DeleteResourceFile", req, cb);
|
335
|
+
}
|
336
|
+
/**
|
337
|
+
* 新建代码文件
|
338
|
+
*/
|
339
|
+
async CreateCodeFile(req, cb) {
|
340
|
+
return this.request("CreateCodeFile", req, cb);
|
341
|
+
}
|
342
|
+
/**
|
343
|
+
* 创建任务接口
|
344
|
+
*/
|
345
|
+
async GetTask(req, cb) {
|
346
|
+
return this.request("GetTask", req, cb);
|
347
|
+
}
|
348
|
+
/**
|
349
|
+
* 提交任务。
|
350
|
+
*/
|
351
|
+
async SubmitTask(req, cb) {
|
352
|
+
return this.request("SubmitTask", req, cb);
|
353
|
+
}
|
354
|
+
/**
|
355
|
+
* 获取实例列表
|
356
|
+
*/
|
357
|
+
async GetTaskInstanceLog(req, cb) {
|
358
|
+
return this.request("GetTaskInstanceLog", req, cb);
|
359
|
+
}
|
360
|
+
/**
|
361
|
+
* 获取资源文件列表
|
362
|
+
*/
|
363
|
+
async ListResourceFiles(req, cb) {
|
364
|
+
return this.request("ListResourceFiles", req, cb);
|
365
|
+
}
|
366
|
+
/**
|
367
|
+
* 创建任务接口
|
368
|
+
*/
|
369
|
+
async UpdateTask(req, cb) {
|
370
|
+
return this.request("UpdateTask", req, cb);
|
371
|
+
}
|
372
|
+
/**
|
373
|
+
* 删除工作流
|
374
|
+
*/
|
375
|
+
async DeleteWorkflow(req, cb) {
|
376
|
+
return this.request("DeleteWorkflow", req, cb);
|
377
|
+
}
|
378
|
+
/**
|
379
|
+
* 获取资源文件详情
|
380
|
+
*/
|
381
|
+
async GetResourceFile(req, cb) {
|
382
|
+
return this.request("GetResourceFile", req, cb);
|
383
|
+
}
|
384
|
+
/**
|
385
|
+
* 数据探索删除文件夹
|
386
|
+
*/
|
387
|
+
async DeleteCodeFolder(req, cb) {
|
388
|
+
return this.request("DeleteCodeFolder", req, cb);
|
389
|
+
}
|
390
|
+
/**
|
391
|
+
* 删除资源文件文件夹
|
392
|
+
*/
|
393
|
+
async DeleteResourceFolder(req, cb) {
|
394
|
+
return this.request("DeleteResourceFolder", req, cb);
|
395
|
+
}
|
396
|
+
/**
|
397
|
+
* 创建工作流
|
398
|
+
*/
|
399
|
+
async CreateWorkflow(req, cb) {
|
400
|
+
return this.request("CreateWorkflow", req, cb);
|
401
|
+
}
|
402
|
+
/**
|
403
|
+
* 实例批量终止操作-异步操作
|
404
|
+
*/
|
405
|
+
async KillTaskInstancesAsync(req, cb) {
|
406
|
+
return this.request("KillTaskInstancesAsync", req, cb);
|
407
|
+
}
|
408
|
+
/**
|
409
|
+
* 删除数据开发文件夹
|
410
|
+
*/
|
411
|
+
async DeleteWorkflowFolder(req, cb) {
|
412
|
+
return this.request("DeleteWorkflowFolder", req, cb);
|
413
|
+
}
|
414
|
+
/**
|
415
|
+
* 查询任务分页信息
|
416
|
+
*/
|
417
|
+
async ListTasks(req, cb) {
|
418
|
+
return this.request("ListTasks", req, cb);
|
419
|
+
}
|
420
|
+
/**
|
421
|
+
* 调度实例详情
|
422
|
+
*/
|
423
|
+
async ListTaskInstanceExecutions(req, cb) {
|
424
|
+
return this.request("ListTaskInstanceExecutions", req, cb);
|
425
|
+
}
|
426
|
+
/**
|
427
|
+
* 查看代码文件详情
|
428
|
+
*/
|
429
|
+
async GetCodeFile(req, cb) {
|
430
|
+
return this.request("GetCodeFile", req, cb);
|
431
|
+
}
|
432
|
+
/**
|
433
|
+
* 创建文件夹
|
434
|
+
*/
|
435
|
+
async CreateWorkflowFolder(req, cb) {
|
436
|
+
return this.request("CreateWorkflowFolder", req, cb);
|
437
|
+
}
|
438
|
+
/**
|
439
|
+
* 删除SQL文件夹
|
440
|
+
*/
|
441
|
+
async DeleteSQLFolder(req, cb) {
|
442
|
+
return this.request("DeleteSQLFolder", req, cb);
|
443
|
+
}
|
444
|
+
/**
|
445
|
+
* 删除探索脚本
|
446
|
+
*/
|
447
|
+
async DeleteSQLScript(req, cb) {
|
448
|
+
return this.request("DeleteSQLScript", req, cb);
|
449
|
+
}
|
450
|
+
/**
|
451
|
+
* 创建文件夹
|
452
|
+
*/
|
453
|
+
async UpdateWorkflowFolder(req, cb) {
|
454
|
+
return this.request("UpdateWorkflowFolder", req, cb);
|
455
|
+
}
|
456
|
+
/**
|
457
|
+
* 根据项目id获取任务列表
|
458
|
+
*/
|
459
|
+
async ListOpsTasks(req, cb) {
|
460
|
+
return this.request("ListOpsTasks", req, cb);
|
461
|
+
}
|
462
|
+
/**
|
463
|
+
* 停止运行SQL脚本
|
464
|
+
*/
|
465
|
+
async StopSQLScriptRun(req, cb) {
|
466
|
+
return this.request("StopSQLScriptRun", req, cb);
|
467
|
+
}
|
468
|
+
/**
|
469
|
+
* 获取任务直接下游详情
|
470
|
+
*/
|
471
|
+
async ListDownstreamTasks(req, cb) {
|
472
|
+
return this.request("ListDownstreamTasks", req, cb);
|
473
|
+
}
|
474
|
+
/**
|
475
|
+
* 创建资源文件文件夹
|
476
|
+
*/
|
477
|
+
async UpdateResourceFolder(req, cb) {
|
478
|
+
return this.request("UpdateResourceFolder", req, cb);
|
479
|
+
}
|
480
|
+
/**
|
481
|
+
* 保存探索脚本内容
|
482
|
+
*/
|
483
|
+
async UpdateSQLScript(req, cb) {
|
484
|
+
return this.request("UpdateSQLScript", req, cb);
|
485
|
+
}
|
486
|
+
/**
|
487
|
+
* 调度实例详情
|
488
|
+
*/
|
489
|
+
async GetTaskInstance(req, cb) {
|
490
|
+
return this.request("GetTaskInstance", req, cb);
|
491
|
+
}
|
492
|
+
}
|
493
|
+
exports.Client = Client;
|