tencentcloud-sdk-nodejs 4.0.788 → 4.0.790
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 +533 -0
- package/README.md +6 -0
- package/SERVICE_CHANGELOG.md +1106 -204
- package/examples/cls/v20201016/cls.proto +34 -0
- package/examples/cls/v20201016/upload_log.js +69 -0
- package/package.json +1 -1
- package/products.md +19 -18
- package/src/common/abstract_client.ts +32 -0
- package/src/common/http/http_connection.ts +5 -2
- package/src/common/sdk_version.ts +1 -1
- package/src/common/sign.ts +8 -4
- package/src/services/apigateway/v20180808/apigateway_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_client.ts +18 -6
- package/src/services/cdb/v20170320/cdb_models.ts +15 -0
- package/src/services/emr/v20190103/emr_models.ts +41 -36
- package/src/services/ess/v20201111/ess_client.ts +22 -4
- package/src/services/ess/v20201111/ess_models.ts +19 -10
- package/src/services/essbasic/v20210526/essbasic_client.ts +11 -9
- package/src/services/essbasic/v20210526/essbasic_models.ts +4 -0
- package/src/services/index.ts +1 -0
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +8 -0
- package/src/services/mna/v20210119/mna_models.ts +3 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +5 -0
- package/src/services/monitor/v20180724/monitor_models.ts +2 -4
- package/src/services/redis/v20180412/redis_models.ts +25 -11
- package/src/services/rum/v20210622/rum_models.ts +2 -1
- package/src/services/ssl/v20191205/ssl_models.ts +11 -3
- package/src/services/svp/index.ts +5 -0
- package/src/services/svp/v20240125/index.ts +6 -0
- package/src/services/svp/v20240125/svp_client.ts +40 -0
- package/src/services/svp/v20240125/svp_models.ts +72 -0
- package/src/services/teo/v20220901/teo_client.ts +52 -33
- package/src/services/teo/v20220901/teo_models.ts +180 -81
- package/src/services/tmt/v20180321/tmt_models.ts +2 -2
- package/src/services/wedata/v20210820/wedata_client.ts +2802 -5338
- package/src/services/wedata/v20210820/wedata_models.ts +14500 -29440
- package/tencentcloud/common/abstract_client.d.ts +4 -0
- package/tencentcloud/common/abstract_client.js +22 -0
- package/tencentcloud/common/http/http_connection.js +6 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/common/sign.d.ts +2 -1
- package/tencentcloud/common/sign.js +6 -4
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +7 -3
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +9 -3
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +13 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +41 -36
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +22 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +22 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +19 -10
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +11 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +8 -0
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +3 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +5 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -4
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +25 -11
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +2 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +11 -3
- package/tencentcloud/services/svp/index.d.ts +6 -0
- package/tencentcloud/services/svp/index.js +7 -0
- package/tencentcloud/services/svp/v20240125/index.d.ts +6 -0
- package/tencentcloud/services/svp/v20240125/index.js +9 -0
- package/tencentcloud/services/svp/v20240125/svp_client.d.ts +14 -0
- package/tencentcloud/services/svp/v20240125/svp_client.js +37 -0
- package/tencentcloud/services/svp/v20240125/svp_models.d.ts +54 -0
- package/tencentcloud/services/svp/v20240125/svp_models.js +18 -0
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +24 -15
- package/tencentcloud/services/teo/v20220901/teo_client.js +27 -16
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +176 -81
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +2 -2
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +675 -1483
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +1027 -2237
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +14275 -28693
- package/test/cdb.v20170320.test.js +12 -2
- package/test/svp.v20240125.test.js +31 -0
- package/test/teo.v20220901.test.js +14 -4
- package/test/wedata.v20210820.test.js +636 -2646
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,5 +1,417 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
4
|
+
|
|
5
|
+
### 第 152 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-01-30 01:08:20
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeInstanceAlarmEvents](https://cloud.tencent.com/document/api/236/103572)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
20
|
+
|
|
21
|
+
### 第 26 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2024-01-30 01:16:52
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
修改接口:
|
|
30
|
+
|
|
31
|
+
* [DescribeDevicePackages](https://cloud.tencent.com/document/api/1131/95522)
|
|
32
|
+
|
|
33
|
+
* 新增入参:ChannelId
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
修改数据结构:
|
|
37
|
+
|
|
38
|
+
* [PackageInfo](https://cloud.tencent.com/document/api/1131/76635#PackageInfo)
|
|
39
|
+
|
|
40
|
+
* 新增成员:ChannelId
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
54
|
+
|
|
55
|
+
### 第 73 次发布
|
|
56
|
+
|
|
57
|
+
发布时间:2024-01-30 01:24:01
|
|
58
|
+
|
|
59
|
+
本次发布包含了以下内容:
|
|
60
|
+
|
|
61
|
+
改善已有的文档。
|
|
62
|
+
|
|
63
|
+
修改接口:
|
|
64
|
+
|
|
65
|
+
* [DescribeApplicationProxies](https://cloud.tencent.com/document/api/1552/80690)
|
|
66
|
+
|
|
67
|
+
* 新增入参:ZoneId
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
77
|
+
|
|
78
|
+
### 第 74 次发布
|
|
79
|
+
|
|
80
|
+
发布时间:2024-01-30 01:28:12
|
|
81
|
+
|
|
82
|
+
本次发布包含了以下内容:
|
|
83
|
+
|
|
84
|
+
改善已有的文档。
|
|
85
|
+
|
|
86
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
87
|
+
|
|
88
|
+
* AcquireLock
|
|
89
|
+
* AnalyzeDependentTasks
|
|
90
|
+
* BatchCreateTaskVersionAsync
|
|
91
|
+
* BatchCreateVirtualTaskDs
|
|
92
|
+
* BatchDeleteTasksDsAsync
|
|
93
|
+
* BatchRunTasksDs
|
|
94
|
+
* BatchUpdateTasksDs
|
|
95
|
+
* CheckCustomFunctionPremise
|
|
96
|
+
* CheckTaskNameExistDs
|
|
97
|
+
* CheckTaskPriorityDs
|
|
98
|
+
* ClearRecycleTask
|
|
99
|
+
* CommitWorkflow
|
|
100
|
+
* CompareDsTaskVersionInfo
|
|
101
|
+
* CopyTaskDs
|
|
102
|
+
* CopyWorkflowDs
|
|
103
|
+
* CreateBrowsingHistory
|
|
104
|
+
* CreateFileVersion
|
|
105
|
+
* CreateLink
|
|
106
|
+
* CreatePath
|
|
107
|
+
* CreateProjectParamDs
|
|
108
|
+
* CreateResourceDirectory
|
|
109
|
+
* CreateScriptsImportTasksDs
|
|
110
|
+
* CreateTaskDs
|
|
111
|
+
* CreateTaskFolder
|
|
112
|
+
* CreateTaskInParamDs
|
|
113
|
+
* CreateTaskOutParamDs
|
|
114
|
+
* CreateTaskOutputRegistries
|
|
115
|
+
* CreateTaskOutputRegistry
|
|
116
|
+
* CreateTaskParamDs
|
|
117
|
+
* CreateWorkflowDs
|
|
118
|
+
* DeleteBatchWorkflowDs
|
|
119
|
+
* DeleteDsEvent
|
|
120
|
+
* DeleteDsEventListener
|
|
121
|
+
* DeleteDsEventPublisher
|
|
122
|
+
* DeleteEventListenerByTaskId
|
|
123
|
+
* DeleteLink
|
|
124
|
+
* DeleteProjectParamVersionDs
|
|
125
|
+
* DeleteRecordList
|
|
126
|
+
* DeleteRecycleTask
|
|
127
|
+
* DeleteResourcePath
|
|
128
|
+
* DeleteTaskFolder
|
|
129
|
+
* DeleteTaskInParamDs
|
|
130
|
+
* DeleteTaskOutParamDs
|
|
131
|
+
* DeleteTaskOutputRegistry
|
|
132
|
+
* DescribeAllParamDs
|
|
133
|
+
* DescribeBatchTestRun
|
|
134
|
+
* DescribeBrowsingHistories
|
|
135
|
+
* DescribeChildrenDs
|
|
136
|
+
* DescribeChildrenPathTrees
|
|
137
|
+
* DescribeCodeDetail
|
|
138
|
+
* DescribeCodeDetailV2
|
|
139
|
+
* DescribeCodeSearchAuditInfo
|
|
140
|
+
* DescribeCodeSearchAuditInfoV2
|
|
141
|
+
* DescribeCodeSearchCount
|
|
142
|
+
* DescribeCodeSearchInfo
|
|
143
|
+
* DescribeCodeSearchInfoV2
|
|
144
|
+
* DescribeCrontabTopNDs
|
|
145
|
+
* DescribeCustomFunctionVersionList
|
|
146
|
+
* DescribeDataDevelopTaskType
|
|
147
|
+
* DescribeDataTableImportProgress
|
|
148
|
+
* DescribeDependTasksDevDs
|
|
149
|
+
* DescribeDependencyTasksForProjectClone
|
|
150
|
+
* DescribeDependencyWorkflowForProjectClone
|
|
151
|
+
* DescribeDevelopmentSpaceSupportType
|
|
152
|
+
* DescribeDsEvent
|
|
153
|
+
* DescribeDsEventDetail
|
|
154
|
+
* DescribeDsEventListener
|
|
155
|
+
* DescribeDsEventListenerList
|
|
156
|
+
* DescribeDsEventPublisher
|
|
157
|
+
* DescribeDsEventPublisherList
|
|
158
|
+
* DescribeDsKettleServerFolderTree
|
|
159
|
+
* DescribeDsLatestTaskVersionInfo
|
|
160
|
+
* DescribeDsNotSubmitTasksAndCanRunByWorkflow
|
|
161
|
+
* DescribeDsTaskVersionInfo
|
|
162
|
+
* DescribeDsTaskVersionList
|
|
163
|
+
* DescribeEtlTaskType
|
|
164
|
+
* DescribeEventListenerByTaskId
|
|
165
|
+
* DescribeEventListenerTask
|
|
166
|
+
* DescribeExecutionLog
|
|
167
|
+
* DescribeFatherDatasourceInfoDs
|
|
168
|
+
* DescribeFileVersions
|
|
169
|
+
* DescribeGlobalWorkflowDs
|
|
170
|
+
* DescribeImportableOfflineTask
|
|
171
|
+
* DescribeInfoTransByTypeIdDs
|
|
172
|
+
* DescribeLock
|
|
173
|
+
* DescribeNewSqlTaskResult
|
|
174
|
+
* DescribeParentTask
|
|
175
|
+
* DescribePathTrees
|
|
176
|
+
* DescribeProdWorkflowCanvasInfoDs
|
|
177
|
+
* DescribeProjectParamDs
|
|
178
|
+
* DescribeProjectParamDsPage
|
|
179
|
+
* DescribeProjectParamVersionDs
|
|
180
|
+
* DescribeProjectParamVersionInfoDs
|
|
181
|
+
* DescribeRecordList
|
|
182
|
+
* DescribeRecycleTaskDetail
|
|
183
|
+
* DescribeRecycleTaskList
|
|
184
|
+
* DescribeScriptsImportTaskType
|
|
185
|
+
* DescribeSqlTaskResult
|
|
186
|
+
* DescribeTaskBindVirtualTask
|
|
187
|
+
* DescribeTaskDetailDs
|
|
188
|
+
* DescribeTaskInParamDs
|
|
189
|
+
* DescribeTaskLatestRunTime
|
|
190
|
+
* DescribeTaskListByConditionDs
|
|
191
|
+
* DescribeTaskOutParamDs
|
|
192
|
+
* DescribeTaskOutputRegistries
|
|
193
|
+
* DescribeTaskParamDs
|
|
194
|
+
* DescribeTaskParentRunTime
|
|
195
|
+
* DescribeTaskTypeByScriptType
|
|
196
|
+
* DescribeTasksForProjectClone
|
|
197
|
+
* DescribeTestRun
|
|
198
|
+
* DescribeToken
|
|
199
|
+
* DescribeWorkflowByFordIds
|
|
200
|
+
* DescribeWorkflowCanvasInfoDs
|
|
201
|
+
* DescribeWorkflowCanvasOpLogs
|
|
202
|
+
* DescribeWorkflowCanvasOperators
|
|
203
|
+
* DescribeWorkflowForProjectClone
|
|
204
|
+
* DescribeWorkflowParamDs
|
|
205
|
+
* DescribeWorkflowSchedulerInfoDs
|
|
206
|
+
* DescribeWorkflowTasksForProjectClone
|
|
207
|
+
* DownloadNewSqlResult
|
|
208
|
+
* DownloadSqlResult
|
|
209
|
+
* ExportDsEvent
|
|
210
|
+
* ExportFiles
|
|
211
|
+
* ExportProjectParamDs
|
|
212
|
+
* ExportWorkflowXml
|
|
213
|
+
* ExportWorkflowZip
|
|
214
|
+
* FindDependTaskListDs
|
|
215
|
+
* FindDependTaskListsDs
|
|
216
|
+
* FindFuzzyTasksDs
|
|
217
|
+
* FindTaskByRemotePath
|
|
218
|
+
* GetAdvanceRunParams
|
|
219
|
+
* GetBatchDetailErrorLog
|
|
220
|
+
* GetCosToken
|
|
221
|
+
* GetLatestAnalyseInfo
|
|
222
|
+
* GetLatestTestRunInfo
|
|
223
|
+
* GetPathTrees
|
|
224
|
+
* GetResourceCosPath
|
|
225
|
+
* GetResourcePathTree
|
|
226
|
+
* GetRunSonListDs
|
|
227
|
+
* GetTestRunTaskInstancesStatusInfo
|
|
228
|
+
* HeartBeat
|
|
229
|
+
* ImportDsEvent
|
|
230
|
+
* ImportFiles
|
|
231
|
+
* ImportOfflineTask
|
|
232
|
+
* ImportProjectParamDs
|
|
233
|
+
* ImportTableData
|
|
234
|
+
* ImportWorkflowXml
|
|
235
|
+
* ImportWorkflowZip
|
|
236
|
+
* JudgeResourceFile
|
|
237
|
+
* JudgeTaskListenEvent
|
|
238
|
+
* KillTasksTestRun
|
|
239
|
+
* ListBatchDetail
|
|
240
|
+
* ListBatchJob
|
|
241
|
+
* ModifyTaskFolder
|
|
242
|
+
* ModifyTaskInfoDs
|
|
243
|
+
* ModifyTaskLinksDs
|
|
244
|
+
* ModifyTaskScriptDs
|
|
245
|
+
* MoveFile
|
|
246
|
+
* MoveTasksToFolder
|
|
247
|
+
* PreviewDataTableCsv
|
|
248
|
+
* QueryWorkflowVersion
|
|
249
|
+
* RegisterDsEvent
|
|
250
|
+
* RegisterDsEventListener
|
|
251
|
+
* RegisterDsEventPublisher
|
|
252
|
+
* ReleaseLock
|
|
253
|
+
* RenameFile
|
|
254
|
+
* RenameResource
|
|
255
|
+
* RenameResourceFile
|
|
256
|
+
* RenameResourcePath
|
|
257
|
+
* RenameTaskDs
|
|
258
|
+
* RenewWorkflowDs
|
|
259
|
+
* RenewWorkflowFolderDs
|
|
260
|
+
* RenewWorkflowOwnerDs
|
|
261
|
+
* RenewWorkflowSchedulerInfoDs
|
|
262
|
+
* ReplaceProjectParamVersionDs
|
|
263
|
+
* RestoreRecycleTask
|
|
264
|
+
* RollbackCustomFunctionVersion
|
|
265
|
+
* SavePositionsDs
|
|
266
|
+
* ScriptUsedByOtherTaskDs
|
|
267
|
+
* StopAdhocTask
|
|
268
|
+
* StopTestRun
|
|
269
|
+
* SubmitBatchTestRun
|
|
270
|
+
* SubmitIntegrationTask
|
|
271
|
+
* SubmitPySparkTask
|
|
272
|
+
* SubmitPythonTask
|
|
273
|
+
* SubmitShellTask
|
|
274
|
+
* SubmitTestRun
|
|
275
|
+
* UpdateBatchTaskAdvancedSettings
|
|
276
|
+
* UpdateBatchTaskDatasource
|
|
277
|
+
* UpdateBatchTaskInCharge
|
|
278
|
+
* UpdateBatchTaskParameter
|
|
279
|
+
* UpdateBatchTaskParams
|
|
280
|
+
* UpdateBatchTaskResourceGroup
|
|
281
|
+
* UpdateBatchTaskSchedule
|
|
282
|
+
* UpdateDsEvent
|
|
283
|
+
* UpdateEventListener
|
|
284
|
+
* UpdateTaskDs
|
|
285
|
+
* UpdateWorkflowInfo
|
|
286
|
+
* UploadAdvanceRunParams
|
|
287
|
+
* UploadFilesDs
|
|
288
|
+
* UploadResource
|
|
289
|
+
|
|
290
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
291
|
+
|
|
292
|
+
* AdhocRecordInfoDto
|
|
293
|
+
* AdhocSubTaskDto
|
|
294
|
+
* AlarmExtVO
|
|
295
|
+
* AlarmVO
|
|
296
|
+
* AnalyzeDependentTask
|
|
297
|
+
* AsyncResourceVO
|
|
298
|
+
* AttributeItemVO
|
|
299
|
+
* BatchCreateVirtualTaskDTO
|
|
300
|
+
* BatchJobVO
|
|
301
|
+
* BatchResultDs
|
|
302
|
+
* BatchTaskOperateNew
|
|
303
|
+
* BizParams
|
|
304
|
+
* BrowsingHistory
|
|
305
|
+
* CheckTaskNameExistResult
|
|
306
|
+
* CheckTaskPriorityTaskDTO
|
|
307
|
+
* CloneObjectDTO
|
|
308
|
+
* CloneTaskModeInfo
|
|
309
|
+
* CloneTaskModePageInfoInfo
|
|
310
|
+
* CodeDetailResult
|
|
311
|
+
* CodeMatchInfo
|
|
312
|
+
* CodeSearchAuditDTO
|
|
313
|
+
* CodeSearchAuditInfo
|
|
314
|
+
* CodeSearchAuditResult
|
|
315
|
+
* CodeSearchCountInfo
|
|
316
|
+
* CodeSearchInfo
|
|
317
|
+
* CodeSearchInfoPage
|
|
318
|
+
* CodeSearchResult
|
|
319
|
+
* CollectionEventDTO
|
|
320
|
+
* CollectionEventListenerTaskDTO
|
|
321
|
+
* CollectionParamDTO
|
|
322
|
+
* Columns
|
|
323
|
+
* CosTokenResponse
|
|
324
|
+
* CreateTaskOutputRegistry
|
|
325
|
+
* CsvReadDTO
|
|
326
|
+
* CsvRow
|
|
327
|
+
* CustomizeBusinessEntityDTO
|
|
328
|
+
* DeleteUserFileDTO
|
|
329
|
+
* DependencyConfigDsDTO
|
|
330
|
+
* DependencyConfigDsDTONoRecur
|
|
331
|
+
* DependencyConfigDsDTONoRecurV3
|
|
332
|
+
* DependencyStrategy
|
|
333
|
+
* DependencyTaskDTO
|
|
334
|
+
* DependencyWorkflowDTO
|
|
335
|
+
* DescribeLockResp
|
|
336
|
+
* DescribeTestRunBatchItem
|
|
337
|
+
* DescribeWorkflowCanvasOplogRequestFilter
|
|
338
|
+
* DsKettleServerFolderTreeNodeDto
|
|
339
|
+
* EventDsDto
|
|
340
|
+
* EventListenerDTO
|
|
341
|
+
* EventListenerNewDTO
|
|
342
|
+
* EventListenerTaskInfo
|
|
343
|
+
* EventPublisherDTO
|
|
344
|
+
* ExportEventDTO
|
|
345
|
+
* ExportFile
|
|
346
|
+
* ExportRequestInfo
|
|
347
|
+
* ImportRequestInfo
|
|
348
|
+
* ImportTableDTO
|
|
349
|
+
* KillTestRunTasksResponseResult
|
|
350
|
+
* LatestAnalyseInfoTask
|
|
351
|
+
* LatestTestRunInfoTask
|
|
352
|
+
* ListBatchJobPages
|
|
353
|
+
* NewPathDTO
|
|
354
|
+
* ParamDsRequest
|
|
355
|
+
* ParamGetTaskInstancesStatusInfoResponseInstance
|
|
356
|
+
* ParamGetTestRunTaskInstancesStatusInfoTask
|
|
357
|
+
* ParamMapDsDto
|
|
358
|
+
* ParamTaskDsRequest
|
|
359
|
+
* ParameterInfoDsDto
|
|
360
|
+
* ParameterVersionDsDto
|
|
361
|
+
* Params
|
|
362
|
+
* PathTreeNode
|
|
363
|
+
* PathTreeNodeParams
|
|
364
|
+
* ProjectCloneTaskInfo
|
|
365
|
+
* ProjectCloneTaskInfoPageNew
|
|
366
|
+
* ProjectCloneWorkflowInfo
|
|
367
|
+
* ProjectCloneWorkflowInfoPageNew
|
|
368
|
+
* RecycleFilePageInfo
|
|
369
|
+
* RecycleTaskInfo
|
|
370
|
+
* RecycleTaskPageInfo
|
|
371
|
+
* RenameResourceDTO
|
|
372
|
+
* RowColumn
|
|
373
|
+
* ScriptTypeInfo
|
|
374
|
+
* ShareStorageFileDTO
|
|
375
|
+
* ShareStorageFileMappingDTO
|
|
376
|
+
* SparkParameterDTO
|
|
377
|
+
* SubCloneObjectDTO
|
|
378
|
+
* TCHouseXTaskParameter
|
|
379
|
+
* TableHybrisReq
|
|
380
|
+
* TaskBaseInfo
|
|
381
|
+
* TaskDataRegistry
|
|
382
|
+
* TaskDataRegistryDTO
|
|
383
|
+
* TaskDatasourceDTO
|
|
384
|
+
* TaskDatasourceDTOPage
|
|
385
|
+
* TaskDsDTO
|
|
386
|
+
* TaskDsDTOLite
|
|
387
|
+
* TaskDsDTOLiteV3
|
|
388
|
+
* TaskDsDTONoRecur
|
|
389
|
+
* TaskDsDTONoRecurV3
|
|
390
|
+
* TaskDsDTOPage
|
|
391
|
+
* TaskExtVO
|
|
392
|
+
* TaskInfoWithInstance
|
|
393
|
+
* TaskParentSchedulerDependency
|
|
394
|
+
* TaskTypeExtParamVO
|
|
395
|
+
* TaskTypeExtVO
|
|
396
|
+
* TaskTypeVO
|
|
397
|
+
* TaskVersionDsDTO
|
|
398
|
+
* TestRunBatchItem
|
|
399
|
+
* UpdateBatchTaskParameterDTO
|
|
400
|
+
* UploadResourceRequestInfo
|
|
401
|
+
* UserFileDTONew
|
|
402
|
+
* UserFileVersionDto
|
|
403
|
+
* VirtualTaskInfo
|
|
404
|
+
* VirtualTaskInfoPage
|
|
405
|
+
* WorkflowCanvasOpLogResult
|
|
406
|
+
* WorkflowCanvasOperatorsDs
|
|
407
|
+
* WorkflowCanvasOplog
|
|
408
|
+
* WorkflowDsDTO
|
|
409
|
+
* WorkflowDsDTOPage
|
|
410
|
+
* WorkflowScheduleDtoDs
|
|
411
|
+
* WorkflowVersionInfo
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
|
|
3
415
|
# 历次版本更新如下:
|
|
4
416
|
|
|
5
417
|
## 活动防刷(aa) 版本:2020-02-24
|
|
@@ -15476,6 +15888,18 @@
|
|
|
15476
15888
|
|
|
15477
15889
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
15478
15890
|
|
|
15891
|
+
### 第 152 次发布
|
|
15892
|
+
|
|
15893
|
+
发布时间:2024-01-30 01:08:20
|
|
15894
|
+
|
|
15895
|
+
本次发布包含了以下内容:
|
|
15896
|
+
|
|
15897
|
+
改善已有的文档。
|
|
15898
|
+
|
|
15899
|
+
新增接口:
|
|
15900
|
+
|
|
15901
|
+
* [[DescribeInstanceAlarmEvents](https://cloud.tencent.com/document/api/236/103572)](https://cloud.tencent.com/document/api/#/#)
|
|
15902
|
+
|
|
15479
15903
|
### 第 151 次发布
|
|
15480
15904
|
|
|
15481
15905
|
发布时间:2024-01-24 01:22:49
|
|
@@ -55076,6 +55500,23 @@
|
|
|
55076
55500
|
|
|
55077
55501
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
55078
55502
|
|
|
55503
|
+
### 第 58 次发布
|
|
55504
|
+
|
|
55505
|
+
发布时间:2024-01-29 01:13:24
|
|
55506
|
+
|
|
55507
|
+
本次发布包含了以下内容:
|
|
55508
|
+
|
|
55509
|
+
改善已有的文档。
|
|
55510
|
+
|
|
55511
|
+
修改数据结构:
|
|
55512
|
+
|
|
55513
|
+
* [EmrListInstance](https://cloud.tencent.com/document/api/589/33981#EmrListInstance)
|
|
55514
|
+
|
|
55515
|
+
* 新增成员:IsDedicatedCluster
|
|
55516
|
+
|
|
55517
|
+
* <font color="#dd0000">**修改成员**:</font>IsSupportOutsideCluster
|
|
55518
|
+
|
|
55519
|
+
|
|
55079
55520
|
### 第 57 次发布
|
|
55080
55521
|
|
|
55081
55522
|
发布时间:2024-01-24 01:28:23
|
|
@@ -73324,6 +73765,28 @@
|
|
|
73324
73765
|
|
|
73325
73766
|
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
73326
73767
|
|
|
73768
|
+
### 第 26 次发布
|
|
73769
|
+
|
|
73770
|
+
发布时间:2024-01-30 01:16:52
|
|
73771
|
+
|
|
73772
|
+
本次发布包含了以下内容:
|
|
73773
|
+
|
|
73774
|
+
改善已有的文档。
|
|
73775
|
+
|
|
73776
|
+
修改接口:
|
|
73777
|
+
|
|
73778
|
+
* [DescribeDevicePackages](https://cloud.tencent.com/document/api/1131/95522)
|
|
73779
|
+
|
|
73780
|
+
* 新增入参:ChannelId
|
|
73781
|
+
|
|
73782
|
+
|
|
73783
|
+
修改数据结构:
|
|
73784
|
+
|
|
73785
|
+
* [PackageInfo](https://cloud.tencent.com/document/api/1131/76635#PackageInfo)
|
|
73786
|
+
|
|
73787
|
+
* 新增成员:ChannelId
|
|
73788
|
+
|
|
73789
|
+
|
|
73327
73790
|
### 第 25 次发布
|
|
73328
73791
|
|
|
73329
73792
|
发布时间:2024-01-23 01:20:20
|
|
@@ -82393,6 +82856,21 @@
|
|
|
82393
82856
|
|
|
82394
82857
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
82395
82858
|
|
|
82859
|
+
### 第 34 次发布
|
|
82860
|
+
|
|
82861
|
+
发布时间:2024-01-29 01:17:07
|
|
82862
|
+
|
|
82863
|
+
本次发布包含了以下内容:
|
|
82864
|
+
|
|
82865
|
+
改善已有的文档。
|
|
82866
|
+
|
|
82867
|
+
修改数据结构:
|
|
82868
|
+
|
|
82869
|
+
* [InstanceDetail](https://cloud.tencent.com/document/api/240/38576#InstanceDetail)
|
|
82870
|
+
|
|
82871
|
+
* 新增成员:ZoneList
|
|
82872
|
+
|
|
82873
|
+
|
|
82396
82874
|
### 第 33 次发布
|
|
82397
82875
|
|
|
82398
82876
|
发布时间:2023-12-27 01:26:46
|
|
@@ -96246,6 +96724,29 @@
|
|
|
96246
96724
|
|
|
96247
96725
|
## 云数据库Redis(redis) 版本:2018-04-12
|
|
96248
96726
|
|
|
96727
|
+
### 第 70 次发布
|
|
96728
|
+
|
|
96729
|
+
发布时间:2024-01-29 01:18:51
|
|
96730
|
+
|
|
96731
|
+
本次发布包含了以下内容:
|
|
96732
|
+
|
|
96733
|
+
改善已有的文档。
|
|
96734
|
+
|
|
96735
|
+
修改数据结构:
|
|
96736
|
+
|
|
96737
|
+
* [InstanceClusterShard](https://cloud.tencent.com/document/api/239/20022#InstanceClusterShard)
|
|
96738
|
+
|
|
96739
|
+
* 新增成员:RunId
|
|
96740
|
+
|
|
96741
|
+
* [InstanceSet](https://cloud.tencent.com/document/api/239/20022#InstanceSet)
|
|
96742
|
+
|
|
96743
|
+
* 新增成员:IPv6
|
|
96744
|
+
|
|
96745
|
+
* [Instances](https://cloud.tencent.com/document/api/239/20022#Instances)
|
|
96746
|
+
|
|
96747
|
+
* 新增成员:IPv6
|
|
96748
|
+
|
|
96749
|
+
|
|
96249
96750
|
### 第 69 次发布
|
|
96250
96751
|
|
|
96251
96752
|
发布时间:2023-12-22 01:21:35
|
|
@@ -102544,6 +103045,23 @@
|
|
|
102544
103045
|
|
|
102545
103046
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
102546
103047
|
|
|
103048
|
+
### 第 53 次发布
|
|
103049
|
+
|
|
103050
|
+
发布时间:2024-01-29 01:19:48
|
|
103051
|
+
|
|
103052
|
+
本次发布包含了以下内容:
|
|
103053
|
+
|
|
103054
|
+
改善已有的文档。
|
|
103055
|
+
|
|
103056
|
+
修改接口:
|
|
103057
|
+
|
|
103058
|
+
* [DeleteCertificate](https://cloud.tencent.com/document/api/400/41675)
|
|
103059
|
+
|
|
103060
|
+
* 新增入参:IsCheckResource
|
|
103061
|
+
|
|
103062
|
+
* 新增出参:TaskId
|
|
103063
|
+
|
|
103064
|
+
|
|
102547
103065
|
### 第 52 次发布
|
|
102548
103066
|
|
|
102549
103067
|
发布时间:2024-01-19 01:19:47
|
|
@@ -104019,6 +104537,23 @@
|
|
|
104019
104537
|
|
|
104020
104538
|
|
|
104021
104539
|
|
|
104540
|
+
## 节省计划(svp) 版本:2024-01-25
|
|
104541
|
+
|
|
104542
|
+
### 第 1 次发布
|
|
104543
|
+
|
|
104544
|
+
发布时间:2024-01-26 16:30:56
|
|
104545
|
+
|
|
104546
|
+
本次发布包含了以下内容:
|
|
104547
|
+
|
|
104548
|
+
改善已有的文档。
|
|
104549
|
+
|
|
104550
|
+
新增接口:
|
|
104551
|
+
|
|
104552
|
+
* [CreateSavingPlanOrder](https://cloud.tencent.com/document/api/1761/103541)
|
|
104553
|
+
|
|
104554
|
+
|
|
104555
|
+
|
|
104556
|
+
|
|
104022
104557
|
## 流量反欺诈(taf) 版本:2020-02-10
|
|
104023
104558
|
|
|
104024
104559
|
### 第 17 次发布
|
|
@@ -117441,6 +117976,38 @@
|
|
|
117441
117976
|
|
|
117442
117977
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
117443
117978
|
|
|
117979
|
+
### 第 73 次发布
|
|
117980
|
+
|
|
117981
|
+
发布时间:2024-01-30 01:24:01
|
|
117982
|
+
|
|
117983
|
+
本次发布包含了以下内容:
|
|
117984
|
+
|
|
117985
|
+
改善已有的文档。
|
|
117986
|
+
|
|
117987
|
+
修改接口:
|
|
117988
|
+
|
|
117989
|
+
* [DescribeApplicationProxies](https://cloud.tencent.com/document/api/1552/80690)
|
|
117990
|
+
|
|
117991
|
+
* 新增入参:ZoneId
|
|
117992
|
+
|
|
117993
|
+
|
|
117994
|
+
### 第 72 次发布
|
|
117995
|
+
|
|
117996
|
+
发布时间:2024-01-27 19:39:47
|
|
117997
|
+
|
|
117998
|
+
本次发布包含了以下内容:
|
|
117999
|
+
|
|
118000
|
+
改善已有的文档。
|
|
118001
|
+
|
|
118002
|
+
新增接口:
|
|
118003
|
+
|
|
118004
|
+
* [DescribeBillingData](https://cloud.tencent.com/document/api/1552/103562)
|
|
118005
|
+
|
|
118006
|
+
新增数据结构:
|
|
118007
|
+
|
|
118008
|
+
* [BillingData](https://cloud.tencent.com/document/api/1552/80721#BillingData)
|
|
118009
|
+
* [BillingDataFilter](https://cloud.tencent.com/document/api/1552/80721#BillingDataFilter)
|
|
118010
|
+
|
|
117444
118011
|
### 第 71 次发布
|
|
117445
118012
|
|
|
117446
118013
|
发布时间:2024-01-25 11:46:06
|
|
@@ -119207,7 +119774,7 @@
|
|
|
119207
119774
|
* [DescribeAddableEntityList](https://cloud.tencent.com/document/api/1552/80630)
|
|
119208
119775
|
* [DescribeApplicationProxies](https://cloud.tencent.com/document/api/1552/80690)
|
|
119209
119776
|
* [DescribeAvailablePlans](https://cloud.tencent.com/document/api/1552/80606)
|
|
119210
|
-
* [DescribeBillingData](https://cloud.tencent.com/document/api/1552/
|
|
119777
|
+
* [DescribeBillingData](https://cloud.tencent.com/document/api/1552/103562)
|
|
119211
119778
|
* [DescribeBotClientIpList](https://cloud.tencent.com/document/api/1552/80666)
|
|
119212
119779
|
* [DescribeBotData](https://cloud.tencent.com/document/api/1552/80665)
|
|
119213
119780
|
* [DescribeBotHitRuleDetail](https://cloud.tencent.com/document/api/1552/80664)
|
|
@@ -129658,7 +130225,7 @@
|
|
|
129658
130225
|
|
|
129659
130226
|
|
|
129660
130227
|
|
|
129661
|
-
## 微服务引擎
|
|
130228
|
+
## 微服务引擎(tse) 版本:2020-12-07
|
|
129662
130229
|
|
|
129663
130230
|
### 第 55 次发布
|
|
129664
130231
|
|
|
@@ -145432,6 +145999,341 @@
|
|
|
145432
145999
|
|
|
145433
146000
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
145434
146001
|
|
|
146002
|
+
### 第 74 次发布
|
|
146003
|
+
|
|
146004
|
+
发布时间:2024-01-30 01:28:12
|
|
146005
|
+
|
|
146006
|
+
本次发布包含了以下内容:
|
|
146007
|
+
|
|
146008
|
+
改善已有的文档。
|
|
146009
|
+
|
|
146010
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
146011
|
+
|
|
146012
|
+
* AcquireLock
|
|
146013
|
+
* AnalyzeDependentTasks
|
|
146014
|
+
* BatchCreateTaskVersionAsync
|
|
146015
|
+
* BatchCreateVirtualTaskDs
|
|
146016
|
+
* BatchDeleteTasksDsAsync
|
|
146017
|
+
* BatchRunTasksDs
|
|
146018
|
+
* BatchUpdateTasksDs
|
|
146019
|
+
* CheckCustomFunctionPremise
|
|
146020
|
+
* CheckTaskNameExistDs
|
|
146021
|
+
* CheckTaskPriorityDs
|
|
146022
|
+
* ClearRecycleTask
|
|
146023
|
+
* CommitWorkflow
|
|
146024
|
+
* CompareDsTaskVersionInfo
|
|
146025
|
+
* CopyTaskDs
|
|
146026
|
+
* CopyWorkflowDs
|
|
146027
|
+
* CreateBrowsingHistory
|
|
146028
|
+
* CreateFileVersion
|
|
146029
|
+
* CreateLink
|
|
146030
|
+
* CreatePath
|
|
146031
|
+
* CreateProjectParamDs
|
|
146032
|
+
* CreateResourceDirectory
|
|
146033
|
+
* CreateScriptsImportTasksDs
|
|
146034
|
+
* CreateTaskDs
|
|
146035
|
+
* CreateTaskFolder
|
|
146036
|
+
* CreateTaskInParamDs
|
|
146037
|
+
* CreateTaskOutParamDs
|
|
146038
|
+
* CreateTaskOutputRegistries
|
|
146039
|
+
* CreateTaskOutputRegistry
|
|
146040
|
+
* CreateTaskParamDs
|
|
146041
|
+
* CreateWorkflowDs
|
|
146042
|
+
* DeleteBatchWorkflowDs
|
|
146043
|
+
* DeleteDsEvent
|
|
146044
|
+
* DeleteDsEventListener
|
|
146045
|
+
* DeleteDsEventPublisher
|
|
146046
|
+
* DeleteEventListenerByTaskId
|
|
146047
|
+
* DeleteLink
|
|
146048
|
+
* DeleteProjectParamVersionDs
|
|
146049
|
+
* DeleteRecordList
|
|
146050
|
+
* DeleteRecycleTask
|
|
146051
|
+
* DeleteResourcePath
|
|
146052
|
+
* DeleteTaskFolder
|
|
146053
|
+
* DeleteTaskInParamDs
|
|
146054
|
+
* DeleteTaskOutParamDs
|
|
146055
|
+
* DeleteTaskOutputRegistry
|
|
146056
|
+
* DescribeAllParamDs
|
|
146057
|
+
* DescribeBatchTestRun
|
|
146058
|
+
* DescribeBrowsingHistories
|
|
146059
|
+
* DescribeChildrenDs
|
|
146060
|
+
* DescribeChildrenPathTrees
|
|
146061
|
+
* DescribeCodeDetail
|
|
146062
|
+
* DescribeCodeDetailV2
|
|
146063
|
+
* DescribeCodeSearchAuditInfo
|
|
146064
|
+
* DescribeCodeSearchAuditInfoV2
|
|
146065
|
+
* DescribeCodeSearchCount
|
|
146066
|
+
* DescribeCodeSearchInfo
|
|
146067
|
+
* DescribeCodeSearchInfoV2
|
|
146068
|
+
* DescribeCrontabTopNDs
|
|
146069
|
+
* DescribeCustomFunctionVersionList
|
|
146070
|
+
* DescribeDataDevelopTaskType
|
|
146071
|
+
* DescribeDataTableImportProgress
|
|
146072
|
+
* DescribeDependTasksDevDs
|
|
146073
|
+
* DescribeDependencyTasksForProjectClone
|
|
146074
|
+
* DescribeDependencyWorkflowForProjectClone
|
|
146075
|
+
* DescribeDevelopmentSpaceSupportType
|
|
146076
|
+
* DescribeDsEvent
|
|
146077
|
+
* DescribeDsEventDetail
|
|
146078
|
+
* DescribeDsEventListener
|
|
146079
|
+
* DescribeDsEventListenerList
|
|
146080
|
+
* DescribeDsEventPublisher
|
|
146081
|
+
* DescribeDsEventPublisherList
|
|
146082
|
+
* DescribeDsKettleServerFolderTree
|
|
146083
|
+
* DescribeDsLatestTaskVersionInfo
|
|
146084
|
+
* DescribeDsNotSubmitTasksAndCanRunByWorkflow
|
|
146085
|
+
* DescribeDsTaskVersionInfo
|
|
146086
|
+
* DescribeDsTaskVersionList
|
|
146087
|
+
* DescribeEtlTaskType
|
|
146088
|
+
* DescribeEventListenerByTaskId
|
|
146089
|
+
* DescribeEventListenerTask
|
|
146090
|
+
* DescribeExecutionLog
|
|
146091
|
+
* DescribeFatherDatasourceInfoDs
|
|
146092
|
+
* DescribeFileVersions
|
|
146093
|
+
* DescribeGlobalWorkflowDs
|
|
146094
|
+
* DescribeImportableOfflineTask
|
|
146095
|
+
* DescribeInfoTransByTypeIdDs
|
|
146096
|
+
* DescribeLock
|
|
146097
|
+
* DescribeNewSqlTaskResult
|
|
146098
|
+
* DescribeParentTask
|
|
146099
|
+
* DescribePathTrees
|
|
146100
|
+
* DescribeProdWorkflowCanvasInfoDs
|
|
146101
|
+
* DescribeProjectParamDs
|
|
146102
|
+
* DescribeProjectParamDsPage
|
|
146103
|
+
* DescribeProjectParamVersionDs
|
|
146104
|
+
* DescribeProjectParamVersionInfoDs
|
|
146105
|
+
* DescribeRecordList
|
|
146106
|
+
* DescribeRecycleTaskDetail
|
|
146107
|
+
* DescribeRecycleTaskList
|
|
146108
|
+
* DescribeScriptsImportTaskType
|
|
146109
|
+
* DescribeSqlTaskResult
|
|
146110
|
+
* DescribeTaskBindVirtualTask
|
|
146111
|
+
* DescribeTaskDetailDs
|
|
146112
|
+
* DescribeTaskInParamDs
|
|
146113
|
+
* DescribeTaskLatestRunTime
|
|
146114
|
+
* DescribeTaskListByConditionDs
|
|
146115
|
+
* DescribeTaskOutParamDs
|
|
146116
|
+
* DescribeTaskOutputRegistries
|
|
146117
|
+
* DescribeTaskParamDs
|
|
146118
|
+
* DescribeTaskParentRunTime
|
|
146119
|
+
* DescribeTaskTypeByScriptType
|
|
146120
|
+
* DescribeTasksForProjectClone
|
|
146121
|
+
* DescribeTestRun
|
|
146122
|
+
* DescribeToken
|
|
146123
|
+
* DescribeWorkflowByFordIds
|
|
146124
|
+
* DescribeWorkflowCanvasInfoDs
|
|
146125
|
+
* DescribeWorkflowCanvasOpLogs
|
|
146126
|
+
* DescribeWorkflowCanvasOperators
|
|
146127
|
+
* DescribeWorkflowForProjectClone
|
|
146128
|
+
* DescribeWorkflowParamDs
|
|
146129
|
+
* DescribeWorkflowSchedulerInfoDs
|
|
146130
|
+
* DescribeWorkflowTasksForProjectClone
|
|
146131
|
+
* DownloadNewSqlResult
|
|
146132
|
+
* DownloadSqlResult
|
|
146133
|
+
* ExportDsEvent
|
|
146134
|
+
* ExportFiles
|
|
146135
|
+
* ExportProjectParamDs
|
|
146136
|
+
* ExportWorkflowXml
|
|
146137
|
+
* ExportWorkflowZip
|
|
146138
|
+
* FindDependTaskListDs
|
|
146139
|
+
* FindDependTaskListsDs
|
|
146140
|
+
* FindFuzzyTasksDs
|
|
146141
|
+
* FindTaskByRemotePath
|
|
146142
|
+
* GetAdvanceRunParams
|
|
146143
|
+
* GetBatchDetailErrorLog
|
|
146144
|
+
* GetCosToken
|
|
146145
|
+
* GetLatestAnalyseInfo
|
|
146146
|
+
* GetLatestTestRunInfo
|
|
146147
|
+
* GetPathTrees
|
|
146148
|
+
* GetResourceCosPath
|
|
146149
|
+
* GetResourcePathTree
|
|
146150
|
+
* GetRunSonListDs
|
|
146151
|
+
* GetTestRunTaskInstancesStatusInfo
|
|
146152
|
+
* HeartBeat
|
|
146153
|
+
* ImportDsEvent
|
|
146154
|
+
* ImportFiles
|
|
146155
|
+
* ImportOfflineTask
|
|
146156
|
+
* ImportProjectParamDs
|
|
146157
|
+
* ImportTableData
|
|
146158
|
+
* ImportWorkflowXml
|
|
146159
|
+
* ImportWorkflowZip
|
|
146160
|
+
* JudgeResourceFile
|
|
146161
|
+
* JudgeTaskListenEvent
|
|
146162
|
+
* KillTasksTestRun
|
|
146163
|
+
* ListBatchDetail
|
|
146164
|
+
* ListBatchJob
|
|
146165
|
+
* ModifyTaskFolder
|
|
146166
|
+
* ModifyTaskInfoDs
|
|
146167
|
+
* ModifyTaskLinksDs
|
|
146168
|
+
* ModifyTaskScriptDs
|
|
146169
|
+
* MoveFile
|
|
146170
|
+
* MoveTasksToFolder
|
|
146171
|
+
* PreviewDataTableCsv
|
|
146172
|
+
* QueryWorkflowVersion
|
|
146173
|
+
* RegisterDsEvent
|
|
146174
|
+
* RegisterDsEventListener
|
|
146175
|
+
* RegisterDsEventPublisher
|
|
146176
|
+
* ReleaseLock
|
|
146177
|
+
* RenameFile
|
|
146178
|
+
* RenameResource
|
|
146179
|
+
* RenameResourceFile
|
|
146180
|
+
* RenameResourcePath
|
|
146181
|
+
* RenameTaskDs
|
|
146182
|
+
* RenewWorkflowDs
|
|
146183
|
+
* RenewWorkflowFolderDs
|
|
146184
|
+
* RenewWorkflowOwnerDs
|
|
146185
|
+
* RenewWorkflowSchedulerInfoDs
|
|
146186
|
+
* ReplaceProjectParamVersionDs
|
|
146187
|
+
* RestoreRecycleTask
|
|
146188
|
+
* RollbackCustomFunctionVersion
|
|
146189
|
+
* SavePositionsDs
|
|
146190
|
+
* ScriptUsedByOtherTaskDs
|
|
146191
|
+
* StopAdhocTask
|
|
146192
|
+
* StopTestRun
|
|
146193
|
+
* SubmitBatchTestRun
|
|
146194
|
+
* SubmitIntegrationTask
|
|
146195
|
+
* SubmitPySparkTask
|
|
146196
|
+
* SubmitPythonTask
|
|
146197
|
+
* SubmitShellTask
|
|
146198
|
+
* SubmitTestRun
|
|
146199
|
+
* UpdateBatchTaskAdvancedSettings
|
|
146200
|
+
* UpdateBatchTaskDatasource
|
|
146201
|
+
* UpdateBatchTaskInCharge
|
|
146202
|
+
* UpdateBatchTaskParameter
|
|
146203
|
+
* UpdateBatchTaskParams
|
|
146204
|
+
* UpdateBatchTaskResourceGroup
|
|
146205
|
+
* UpdateBatchTaskSchedule
|
|
146206
|
+
* UpdateDsEvent
|
|
146207
|
+
* UpdateEventListener
|
|
146208
|
+
* UpdateTaskDs
|
|
146209
|
+
* UpdateWorkflowInfo
|
|
146210
|
+
* UploadAdvanceRunParams
|
|
146211
|
+
* UploadFilesDs
|
|
146212
|
+
* UploadResource
|
|
146213
|
+
|
|
146214
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
146215
|
+
|
|
146216
|
+
* AdhocRecordInfoDto
|
|
146217
|
+
* AdhocSubTaskDto
|
|
146218
|
+
* AlarmExtVO
|
|
146219
|
+
* AlarmVO
|
|
146220
|
+
* AnalyzeDependentTask
|
|
146221
|
+
* AsyncResourceVO
|
|
146222
|
+
* AttributeItemVO
|
|
146223
|
+
* BatchCreateVirtualTaskDTO
|
|
146224
|
+
* BatchJobVO
|
|
146225
|
+
* BatchResultDs
|
|
146226
|
+
* BatchTaskOperateNew
|
|
146227
|
+
* BizParams
|
|
146228
|
+
* BrowsingHistory
|
|
146229
|
+
* CheckTaskNameExistResult
|
|
146230
|
+
* CheckTaskPriorityTaskDTO
|
|
146231
|
+
* CloneObjectDTO
|
|
146232
|
+
* CloneTaskModeInfo
|
|
146233
|
+
* CloneTaskModePageInfoInfo
|
|
146234
|
+
* CodeDetailResult
|
|
146235
|
+
* CodeMatchInfo
|
|
146236
|
+
* CodeSearchAuditDTO
|
|
146237
|
+
* CodeSearchAuditInfo
|
|
146238
|
+
* CodeSearchAuditResult
|
|
146239
|
+
* CodeSearchCountInfo
|
|
146240
|
+
* CodeSearchInfo
|
|
146241
|
+
* CodeSearchInfoPage
|
|
146242
|
+
* CodeSearchResult
|
|
146243
|
+
* CollectionEventDTO
|
|
146244
|
+
* CollectionEventListenerTaskDTO
|
|
146245
|
+
* CollectionParamDTO
|
|
146246
|
+
* Columns
|
|
146247
|
+
* CosTokenResponse
|
|
146248
|
+
* CreateTaskOutputRegistry
|
|
146249
|
+
* CsvReadDTO
|
|
146250
|
+
* CsvRow
|
|
146251
|
+
* CustomizeBusinessEntityDTO
|
|
146252
|
+
* DeleteUserFileDTO
|
|
146253
|
+
* DependencyConfigDsDTO
|
|
146254
|
+
* DependencyConfigDsDTONoRecur
|
|
146255
|
+
* DependencyConfigDsDTONoRecurV3
|
|
146256
|
+
* DependencyStrategy
|
|
146257
|
+
* DependencyTaskDTO
|
|
146258
|
+
* DependencyWorkflowDTO
|
|
146259
|
+
* DescribeLockResp
|
|
146260
|
+
* DescribeTestRunBatchItem
|
|
146261
|
+
* DescribeWorkflowCanvasOplogRequestFilter
|
|
146262
|
+
* DsKettleServerFolderTreeNodeDto
|
|
146263
|
+
* EventDsDto
|
|
146264
|
+
* EventListenerDTO
|
|
146265
|
+
* EventListenerNewDTO
|
|
146266
|
+
* EventListenerTaskInfo
|
|
146267
|
+
* EventPublisherDTO
|
|
146268
|
+
* ExportEventDTO
|
|
146269
|
+
* ExportFile
|
|
146270
|
+
* ExportRequestInfo
|
|
146271
|
+
* ImportRequestInfo
|
|
146272
|
+
* ImportTableDTO
|
|
146273
|
+
* KillTestRunTasksResponseResult
|
|
146274
|
+
* LatestAnalyseInfoTask
|
|
146275
|
+
* LatestTestRunInfoTask
|
|
146276
|
+
* ListBatchJobPages
|
|
146277
|
+
* NewPathDTO
|
|
146278
|
+
* ParamDsRequest
|
|
146279
|
+
* ParamGetTaskInstancesStatusInfoResponseInstance
|
|
146280
|
+
* ParamGetTestRunTaskInstancesStatusInfoTask
|
|
146281
|
+
* ParamMapDsDto
|
|
146282
|
+
* ParamTaskDsRequest
|
|
146283
|
+
* ParameterInfoDsDto
|
|
146284
|
+
* ParameterVersionDsDto
|
|
146285
|
+
* Params
|
|
146286
|
+
* PathTreeNode
|
|
146287
|
+
* PathTreeNodeParams
|
|
146288
|
+
* ProjectCloneTaskInfo
|
|
146289
|
+
* ProjectCloneTaskInfoPageNew
|
|
146290
|
+
* ProjectCloneWorkflowInfo
|
|
146291
|
+
* ProjectCloneWorkflowInfoPageNew
|
|
146292
|
+
* RecycleFilePageInfo
|
|
146293
|
+
* RecycleTaskInfo
|
|
146294
|
+
* RecycleTaskPageInfo
|
|
146295
|
+
* RenameResourceDTO
|
|
146296
|
+
* RowColumn
|
|
146297
|
+
* ScriptTypeInfo
|
|
146298
|
+
* ShareStorageFileDTO
|
|
146299
|
+
* ShareStorageFileMappingDTO
|
|
146300
|
+
* SparkParameterDTO
|
|
146301
|
+
* SubCloneObjectDTO
|
|
146302
|
+
* TCHouseXTaskParameter
|
|
146303
|
+
* TableHybrisReq
|
|
146304
|
+
* TaskBaseInfo
|
|
146305
|
+
* TaskDataRegistry
|
|
146306
|
+
* TaskDataRegistryDTO
|
|
146307
|
+
* TaskDatasourceDTO
|
|
146308
|
+
* TaskDatasourceDTOPage
|
|
146309
|
+
* TaskDsDTO
|
|
146310
|
+
* TaskDsDTOLite
|
|
146311
|
+
* TaskDsDTOLiteV3
|
|
146312
|
+
* TaskDsDTONoRecur
|
|
146313
|
+
* TaskDsDTONoRecurV3
|
|
146314
|
+
* TaskDsDTOPage
|
|
146315
|
+
* TaskExtVO
|
|
146316
|
+
* TaskInfoWithInstance
|
|
146317
|
+
* TaskParentSchedulerDependency
|
|
146318
|
+
* TaskTypeExtParamVO
|
|
146319
|
+
* TaskTypeExtVO
|
|
146320
|
+
* TaskTypeVO
|
|
146321
|
+
* TaskVersionDsDTO
|
|
146322
|
+
* TestRunBatchItem
|
|
146323
|
+
* UpdateBatchTaskParameterDTO
|
|
146324
|
+
* UploadResourceRequestInfo
|
|
146325
|
+
* UserFileDTONew
|
|
146326
|
+
* UserFileVersionDto
|
|
146327
|
+
* VirtualTaskInfo
|
|
146328
|
+
* VirtualTaskInfoPage
|
|
146329
|
+
* WorkflowCanvasOpLogResult
|
|
146330
|
+
* WorkflowCanvasOperatorsDs
|
|
146331
|
+
* WorkflowCanvasOplog
|
|
146332
|
+
* WorkflowDsDTO
|
|
146333
|
+
* WorkflowDsDTOPage
|
|
146334
|
+
* WorkflowScheduleDtoDs
|
|
146335
|
+
* WorkflowVersionInfo
|
|
146336
|
+
|
|
145435
146337
|
### 第 73 次发布
|
|
145436
146338
|
|
|
145437
146339
|
发布时间:2024-01-26 01:25:54
|
|
@@ -145442,76 +146344,76 @@
|
|
|
145442
146344
|
|
|
145443
146345
|
新增接口:
|
|
145444
146346
|
|
|
145445
|
-
* [CheckCustomFunctionPremise](https://cloud.tencent.com/document/api
|
|
145446
|
-
* [ClearRecycleTask](https://cloud.tencent.com/document/api
|
|
145447
|
-
* [CommitWorkflow](https://cloud.tencent.com/document/api
|
|
145448
|
-
* [CompareDsTaskVersionInfo](https://cloud.tencent.com/document/api
|
|
145449
|
-
* [CopyWorkflowDs](https://cloud.tencent.com/document/api
|
|
145450
|
-
* [CreateBrowsingHistory](https://cloud.tencent.com/document/api
|
|
145451
|
-
* [CreateLink](https://cloud.tencent.com/document/api
|
|
145452
|
-
* [CreateResourceDirectory](https://cloud.tencent.com/document/api
|
|
145453
|
-
* [CreateWorkflowDs](https://cloud.tencent.com/document/api
|
|
145454
|
-
* [DeleteBatchWorkflowDs](https://cloud.tencent.com/document/api
|
|
145455
|
-
* [DeleteDsEvent](https://cloud.tencent.com/document/api
|
|
145456
|
-
* [DeleteEventListenerByTaskId](https://cloud.tencent.com/document/api
|
|
145457
|
-
* [DeleteRecordList](https://cloud.tencent.com/document/api
|
|
145458
|
-
* [DeleteRecycleTask](https://cloud.tencent.com/document/api
|
|
145459
|
-
* [DeleteResourcePath](https://cloud.tencent.com/document/api
|
|
145460
|
-
* [DescribeAllParamDs](https://cloud.tencent.com/document/api
|
|
145461
|
-
* [DescribeBatchTestRun](https://cloud.tencent.com/document/api
|
|
145462
|
-
* [DescribeCustomFunctionVersionList](https://cloud.tencent.com/document/api
|
|
145463
|
-
* [DescribeDataTableImportProgress](https://cloud.tencent.com/document/api
|
|
145464
|
-
* [DescribeDsEventDetail](https://cloud.tencent.com/document/api
|
|
145465
|
-
* [DescribeDsEventListener](https://cloud.tencent.com/document/api
|
|
145466
|
-
* [DescribeDsEventListenerList](https://cloud.tencent.com/document/api
|
|
145467
|
-
* [DescribeDsEventPublisher](https://cloud.tencent.com/document/api
|
|
145468
|
-
* [DescribeDsEventPublisherList](https://cloud.tencent.com/document/api
|
|
145469
|
-
* [DescribeDsLatestTaskVersionInfo](https://cloud.tencent.com/document/api
|
|
145470
|
-
* [DescribeDsNotSubmitTasksAndCanRunByWorkflow](https://cloud.tencent.com/document/api
|
|
145471
|
-
* [DescribeDsTaskVersionInfo](https://cloud.tencent.com/document/api
|
|
145472
|
-
* [DescribeDsTaskVersionList](https://cloud.tencent.com/document/api
|
|
145473
|
-
* [DescribeExecutionLog](https://cloud.tencent.com/document/api
|
|
145474
|
-
* [DescribeFileVersions](https://cloud.tencent.com/document/api
|
|
145475
|
-
* [DescribeGlobalWorkflowDs](https://cloud.tencent.com/document/api
|
|
145476
|
-
* [DescribeNewSqlTaskResult](https://cloud.tencent.com/document/api
|
|
145477
|
-
* [DescribeProdWorkflowCanvasInfoDs](https://cloud.tencent.com/document/api
|
|
145478
|
-
* [DescribeProjectParamDs](https://cloud.tencent.com/document/api
|
|
145479
|
-
* [DescribeProjectParamVersionDs](https://cloud.tencent.com/document/api
|
|
145480
|
-
* [DescribeRecordList](https://cloud.tencent.com/document/api
|
|
145481
|
-
* [DescribeRecycleTaskDetail](https://cloud.tencent.com/document/api
|
|
145482
|
-
* [DescribeRecycleTaskList](https://cloud.tencent.com/document/api
|
|
145483
|
-
* [DescribeSqlTaskResult](https://cloud.tencent.com/document/api
|
|
145484
|
-
* [DescribeTaskInParamDs](https://cloud.tencent.com/document/api
|
|
145485
|
-
* [DescribeTaskOutParamDs](https://cloud.tencent.com/document/api
|
|
145486
|
-
* [DescribeTaskParamDs](https://cloud.tencent.com/document/api
|
|
145487
|
-
* [DescribeTestRun](https://cloud.tencent.com/document/api
|
|
145488
|
-
* [DescribeToken](https://cloud.tencent.com/document/api
|
|
145489
|
-
* [DescribeWorkflowByFordIds](https://cloud.tencent.com/document/api
|
|
145490
|
-
* [DescribeWorkflowCanvasOperators](https://cloud.tencent.com/document/api
|
|
145491
|
-
* [DescribeWorkflowParamDs](https://cloud.tencent.com/document/api
|
|
145492
|
-
* [DownloadNewSqlResult](https://cloud.tencent.com/document/api
|
|
145493
|
-
* [DownloadSqlResult](https://cloud.tencent.com/document/api
|
|
145494
|
-
* [FindTaskByRemotePath](https://cloud.tencent.com/document/api
|
|
145495
|
-
* [GetLatestAnalyseInfo](https://cloud.tencent.com/document/api
|
|
145496
|
-
* [GetLatestTestRunInfo](https://cloud.tencent.com/document/api
|
|
145497
|
-
* [GetResourceCosPath](https://cloud.tencent.com/document/api
|
|
145498
|
-
* [ImportTableData](https://cloud.tencent.com/document/api
|
|
145499
|
-
* [ImportWorkflowXml](https://cloud.tencent.com/document/api
|
|
145500
|
-
* [ImportWorkflowZip](https://cloud.tencent.com/document/api
|
|
145501
|
-
* [JudgeResourceFile](https://cloud.tencent.com/document/api
|
|
145502
|
-
* [KillTasksTestRun](https://cloud.tencent.com/document/api
|
|
145503
|
-
* [PreviewDataTableCsv](https://cloud.tencent.com/document/api
|
|
145504
|
-
* [QueryWorkflowVersion](https://cloud.tencent.com/document/api
|
|
145505
|
-
* [RenameResourcePath](https://cloud.tencent.com/document/api
|
|
145506
|
-
* [ReplaceProjectParamVersionDs](https://cloud.tencent.com/document/api
|
|
145507
|
-
* [RestoreRecycleTask](https://cloud.tencent.com/document/api
|
|
145508
|
-
* [RollbackCustomFunctionVersion](https://cloud.tencent.com/document/api
|
|
145509
|
-
* [StopAdhocTask](https://cloud.tencent.com/document/api
|
|
145510
|
-
* [StopTestRun](https://cloud.tencent.com/document/api
|
|
145511
|
-
* [SubmitBatchTestRun](https://cloud.tencent.com/document/api
|
|
145512
|
-
* [SubmitIntegrationTask](https://cloud.tencent.com/document/api
|
|
145513
|
-
* [SubmitTestRun](https://cloud.tencent.com/document/api
|
|
145514
|
-
* [UpdateWorkflowInfo](https://cloud.tencent.com/document/api
|
|
146347
|
+
* [CheckCustomFunctionPremise](https://cloud.tencent.com/document/api/#/#)
|
|
146348
|
+
* [ClearRecycleTask](https://cloud.tencent.com/document/api/#/#)
|
|
146349
|
+
* [CommitWorkflow](https://cloud.tencent.com/document/api/#/#)
|
|
146350
|
+
* [CompareDsTaskVersionInfo](https://cloud.tencent.com/document/api/#/#)
|
|
146351
|
+
* [CopyWorkflowDs](https://cloud.tencent.com/document/api/#/#)
|
|
146352
|
+
* [CreateBrowsingHistory](https://cloud.tencent.com/document/api/#/#)
|
|
146353
|
+
* [CreateLink](https://cloud.tencent.com/document/api/#/#)
|
|
146354
|
+
* [CreateResourceDirectory](https://cloud.tencent.com/document/api/#/#)
|
|
146355
|
+
* [CreateWorkflowDs](https://cloud.tencent.com/document/api/#/#)
|
|
146356
|
+
* [DeleteBatchWorkflowDs](https://cloud.tencent.com/document/api/#/#)
|
|
146357
|
+
* [DeleteDsEvent](https://cloud.tencent.com/document/api/#/#)
|
|
146358
|
+
* [DeleteEventListenerByTaskId](https://cloud.tencent.com/document/api/#/#)
|
|
146359
|
+
* [DeleteRecordList](https://cloud.tencent.com/document/api/#/#)
|
|
146360
|
+
* [DeleteRecycleTask](https://cloud.tencent.com/document/api/#/#)
|
|
146361
|
+
* [DeleteResourcePath](https://cloud.tencent.com/document/api/#/#)
|
|
146362
|
+
* [DescribeAllParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146363
|
+
* [DescribeBatchTestRun](https://cloud.tencent.com/document/api/#/#)
|
|
146364
|
+
* [DescribeCustomFunctionVersionList](https://cloud.tencent.com/document/api/#/#)
|
|
146365
|
+
* [DescribeDataTableImportProgress](https://cloud.tencent.com/document/api/#/#)
|
|
146366
|
+
* [DescribeDsEventDetail](https://cloud.tencent.com/document/api/#/#)
|
|
146367
|
+
* [DescribeDsEventListener](https://cloud.tencent.com/document/api/#/#)
|
|
146368
|
+
* [DescribeDsEventListenerList](https://cloud.tencent.com/document/api/#/#)
|
|
146369
|
+
* [DescribeDsEventPublisher](https://cloud.tencent.com/document/api/#/#)
|
|
146370
|
+
* [DescribeDsEventPublisherList](https://cloud.tencent.com/document/api/#/#)
|
|
146371
|
+
* [DescribeDsLatestTaskVersionInfo](https://cloud.tencent.com/document/api/#/#)
|
|
146372
|
+
* [DescribeDsNotSubmitTasksAndCanRunByWorkflow](https://cloud.tencent.com/document/api/#/#)
|
|
146373
|
+
* [DescribeDsTaskVersionInfo](https://cloud.tencent.com/document/api/#/#)
|
|
146374
|
+
* [DescribeDsTaskVersionList](https://cloud.tencent.com/document/api/#/#)
|
|
146375
|
+
* [DescribeExecutionLog](https://cloud.tencent.com/document/api/#/#)
|
|
146376
|
+
* [DescribeFileVersions](https://cloud.tencent.com/document/api/#/#)
|
|
146377
|
+
* [DescribeGlobalWorkflowDs](https://cloud.tencent.com/document/api/#/#)
|
|
146378
|
+
* [DescribeNewSqlTaskResult](https://cloud.tencent.com/document/api/#/#)
|
|
146379
|
+
* [DescribeProdWorkflowCanvasInfoDs](https://cloud.tencent.com/document/api/#/#)
|
|
146380
|
+
* [DescribeProjectParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146381
|
+
* [DescribeProjectParamVersionDs](https://cloud.tencent.com/document/api/#/#)
|
|
146382
|
+
* [DescribeRecordList](https://cloud.tencent.com/document/api/#/#)
|
|
146383
|
+
* [DescribeRecycleTaskDetail](https://cloud.tencent.com/document/api/#/#)
|
|
146384
|
+
* [DescribeRecycleTaskList](https://cloud.tencent.com/document/api/#/#)
|
|
146385
|
+
* [DescribeSqlTaskResult](https://cloud.tencent.com/document/api/#/#)
|
|
146386
|
+
* [DescribeTaskInParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146387
|
+
* [DescribeTaskOutParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146388
|
+
* [DescribeTaskParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146389
|
+
* [DescribeTestRun](https://cloud.tencent.com/document/api/#/#)
|
|
146390
|
+
* [DescribeToken](https://cloud.tencent.com/document/api/#/#)
|
|
146391
|
+
* [DescribeWorkflowByFordIds](https://cloud.tencent.com/document/api/#/#)
|
|
146392
|
+
* [DescribeWorkflowCanvasOperators](https://cloud.tencent.com/document/api/#/#)
|
|
146393
|
+
* [DescribeWorkflowParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146394
|
+
* [DownloadNewSqlResult](https://cloud.tencent.com/document/api/#/#)
|
|
146395
|
+
* [DownloadSqlResult](https://cloud.tencent.com/document/api/#/#)
|
|
146396
|
+
* [FindTaskByRemotePath](https://cloud.tencent.com/document/api/#/#)
|
|
146397
|
+
* [GetLatestAnalyseInfo](https://cloud.tencent.com/document/api/#/#)
|
|
146398
|
+
* [GetLatestTestRunInfo](https://cloud.tencent.com/document/api/#/#)
|
|
146399
|
+
* [GetResourceCosPath](https://cloud.tencent.com/document/api/#/#)
|
|
146400
|
+
* [ImportTableData](https://cloud.tencent.com/document/api/#/#)
|
|
146401
|
+
* [ImportWorkflowXml](https://cloud.tencent.com/document/api/#/#)
|
|
146402
|
+
* [ImportWorkflowZip](https://cloud.tencent.com/document/api/#/#)
|
|
146403
|
+
* [JudgeResourceFile](https://cloud.tencent.com/document/api/#/#)
|
|
146404
|
+
* [KillTasksTestRun](https://cloud.tencent.com/document/api/#/#)
|
|
146405
|
+
* [PreviewDataTableCsv](https://cloud.tencent.com/document/api/#/#)
|
|
146406
|
+
* [QueryWorkflowVersion](https://cloud.tencent.com/document/api/#/#)
|
|
146407
|
+
* [RenameResourcePath](https://cloud.tencent.com/document/api/#/#)
|
|
146408
|
+
* [ReplaceProjectParamVersionDs](https://cloud.tencent.com/document/api/#/#)
|
|
146409
|
+
* [RestoreRecycleTask](https://cloud.tencent.com/document/api/#/#)
|
|
146410
|
+
* [RollbackCustomFunctionVersion](https://cloud.tencent.com/document/api/#/#)
|
|
146411
|
+
* [StopAdhocTask](https://cloud.tencent.com/document/api/#/#)
|
|
146412
|
+
* [StopTestRun](https://cloud.tencent.com/document/api/#/#)
|
|
146413
|
+
* [SubmitBatchTestRun](https://cloud.tencent.com/document/api/#/#)
|
|
146414
|
+
* [SubmitIntegrationTask](https://cloud.tencent.com/document/api/#/#)
|
|
146415
|
+
* [SubmitTestRun](https://cloud.tencent.com/document/api/#/#)
|
|
146416
|
+
* [UpdateWorkflowInfo](https://cloud.tencent.com/document/api/#/#)
|
|
145515
146417
|
|
|
145516
146418
|
修改接口:
|
|
145517
146419
|
|
|
@@ -145567,7 +146469,7 @@
|
|
|
145567
146469
|
|
|
145568
146470
|
* 新增入参:NeedCheckParentSubmitted
|
|
145569
146471
|
|
|
145570
|
-
* [DescribeCodeSearchInfo](https://cloud.tencent.com/document/api
|
|
146472
|
+
* [DescribeCodeSearchInfo](https://cloud.tencent.com/document/api/#/#)
|
|
145571
146473
|
|
|
145572
146474
|
* 新增入参:WorkflowIds, FolderIds, DatasourceIds, FolderPaths, TaskStatus
|
|
145573
146475
|
|
|
@@ -145595,137 +146497,137 @@
|
|
|
145595
146497
|
|
|
145596
146498
|
新增接口:
|
|
145597
146499
|
|
|
145598
|
-
* [AcquireLock](https://cloud.tencent.com/document/api
|
|
145599
|
-
* [AnalyzeDependentTasks](https://cloud.tencent.com/document/api
|
|
145600
|
-
* [BatchCreateTaskVersionAsync](https://cloud.tencent.com/document/api
|
|
145601
|
-
* [BatchCreateVirtualTaskDs](https://cloud.tencent.com/document/api
|
|
145602
|
-
* [BatchDeleteTasksDsAsync](https://cloud.tencent.com/document/api
|
|
145603
|
-
* [BatchRunTasksDs](https://cloud.tencent.com/document/api
|
|
145604
|
-
* [BatchUpdateTasksDs](https://cloud.tencent.com/document/api
|
|
145605
|
-
* [CheckTaskNameExistDs](https://cloud.tencent.com/document/api
|
|
145606
|
-
* [CheckTaskPriorityDs](https://cloud.tencent.com/document/api
|
|
145607
|
-
* [CopyTaskDs](https://cloud.tencent.com/document/api
|
|
145608
|
-
* [CreateFileVersion](https://cloud.tencent.com/document/api
|
|
145609
|
-
* [CreatePath](https://cloud.tencent.com/document/api
|
|
145610
|
-
* [CreateProjectParamDs](https://cloud.tencent.com/document/api
|
|
145611
|
-
* [CreateScriptsImportTasksDs](https://cloud.tencent.com/document/api
|
|
145612
|
-
* [CreateTaskDs](https://cloud.tencent.com/document/api
|
|
145613
|
-
* [CreateTaskFolder](https://cloud.tencent.com/document/api
|
|
145614
|
-
* [CreateTaskInParamDs](https://cloud.tencent.com/document/api
|
|
145615
|
-
* [CreateTaskOutParamDs](https://cloud.tencent.com/document/api
|
|
145616
|
-
* [CreateTaskOutputRegistries](https://cloud.tencent.com/document/api
|
|
145617
|
-
* [CreateTaskOutputRegistry](https://cloud.tencent.com/document/api
|
|
145618
|
-
* [CreateTaskParamDs](https://cloud.tencent.com/document/api
|
|
145619
|
-
* [DeleteDsEventListener](https://cloud.tencent.com/document/api
|
|
145620
|
-
* [DeleteDsEventPublisher](https://cloud.tencent.com/document/api
|
|
145621
|
-
* [DeleteLink](https://cloud.tencent.com/document/api
|
|
145622
|
-
* [DeleteProjectParamVersionDs](https://cloud.tencent.com/document/api
|
|
145623
|
-
* [DeleteTaskFolder](https://cloud.tencent.com/document/api
|
|
145624
|
-
* [DeleteTaskInParamDs](https://cloud.tencent.com/document/api
|
|
145625
|
-
* [DeleteTaskOutParamDs](https://cloud.tencent.com/document/api
|
|
145626
|
-
* [DeleteTaskOutputRegistry](https://cloud.tencent.com/document/api
|
|
145627
|
-
* [DescribeBrowsingHistories](https://cloud.tencent.com/document/api
|
|
145628
|
-
* [DescribeChildrenDs](https://cloud.tencent.com/document/api
|
|
145629
|
-
* [DescribeChildrenPathTrees](https://cloud.tencent.com/document/api
|
|
145630
|
-
* [DescribeCodeDetail](https://cloud.tencent.com/document/api
|
|
145631
|
-
* [DescribeCodeDetailV2](https://cloud.tencent.com/document/api
|
|
145632
|
-
* [DescribeCodeSearchAuditInfo](https://cloud.tencent.com/document/api
|
|
145633
|
-
* [DescribeCodeSearchAuditInfoV2](https://cloud.tencent.com/document/api
|
|
145634
|
-
* [DescribeCodeSearchCount](https://cloud.tencent.com/document/api
|
|
145635
|
-
* [DescribeCodeSearchInfo](https://cloud.tencent.com/document/api
|
|
145636
|
-
* [DescribeCodeSearchInfoV2](https://cloud.tencent.com/document/api
|
|
145637
|
-
* [DescribeCrontabTopNDs](https://cloud.tencent.com/document/api
|
|
145638
|
-
* [DescribeDataDevelopTaskType](https://cloud.tencent.com/document/api
|
|
145639
|
-
* [DescribeDependTasksDevDs](https://cloud.tencent.com/document/api
|
|
145640
|
-
* [DescribeDependencyTasksForProjectClone](https://cloud.tencent.com/document/api
|
|
145641
|
-
* [DescribeDependencyWorkflowForProjectClone](https://cloud.tencent.com/document/api
|
|
145642
|
-
* [DescribeDevelopmentSpaceSupportType](https://cloud.tencent.com/document/api
|
|
145643
|
-
* [DescribeDsEvent](https://cloud.tencent.com/document/api
|
|
145644
|
-
* [DescribeDsKettleServerFolderTree](https://cloud.tencent.com/document/api
|
|
145645
|
-
* [DescribeEtlTaskType](https://cloud.tencent.com/document/api
|
|
145646
|
-
* [DescribeEventListenerByTaskId](https://cloud.tencent.com/document/api
|
|
145647
|
-
* [DescribeEventListenerTask](https://cloud.tencent.com/document/api
|
|
145648
|
-
* [DescribeFatherDatasourceInfoDs](https://cloud.tencent.com/document/api
|
|
145649
|
-
* [DescribeImportableOfflineTask](https://cloud.tencent.com/document/api
|
|
145650
|
-
* [DescribeInfoTransByTypeIdDs](https://cloud.tencent.com/document/api
|
|
145651
|
-
* [DescribeLock](https://cloud.tencent.com/document/api
|
|
145652
|
-
* [DescribeParentTask](https://cloud.tencent.com/document/api
|
|
145653
|
-
* [DescribePathTrees](https://cloud.tencent.com/document/api
|
|
145654
|
-
* [DescribeProjectParamDsPage](https://cloud.tencent.com/document/api
|
|
145655
|
-
* [DescribeProjectParamVersionInfoDs](https://cloud.tencent.com/document/api
|
|
145656
|
-
* [DescribeScriptsImportTaskType](https://cloud.tencent.com/document/api
|
|
145657
|
-
* [DescribeTaskBindVirtualTask](https://cloud.tencent.com/document/api
|
|
145658
|
-
* [DescribeTaskDetailDs](https://cloud.tencent.com/document/api
|
|
145659
|
-
* [DescribeTaskLatestRunTime](https://cloud.tencent.com/document/api
|
|
145660
|
-
* [DescribeTaskListByConditionDs](https://cloud.tencent.com/document/api
|
|
145661
|
-
* [DescribeTaskOutputRegistries](https://cloud.tencent.com/document/api
|
|
145662
|
-
* [DescribeTaskParentRunTime](https://cloud.tencent.com/document/api
|
|
145663
|
-
* [DescribeTaskTypeByScriptType](https://cloud.tencent.com/document/api
|
|
145664
|
-
* [DescribeTasksForProjectClone](https://cloud.tencent.com/document/api
|
|
145665
|
-
* [DescribeWorkflowCanvasInfoDs](https://cloud.tencent.com/document/api
|
|
145666
|
-
* [DescribeWorkflowCanvasOpLogs](https://cloud.tencent.com/document/api
|
|
145667
|
-
* [DescribeWorkflowForProjectClone](https://cloud.tencent.com/document/api
|
|
145668
|
-
* [DescribeWorkflowSchedulerInfoDs](https://cloud.tencent.com/document/api
|
|
145669
|
-
* [DescribeWorkflowTasksForProjectClone](https://cloud.tencent.com/document/api
|
|
145670
|
-
* [ExportDsEvent](https://cloud.tencent.com/document/api
|
|
145671
|
-
* [ExportFiles](https://cloud.tencent.com/document/api
|
|
145672
|
-
* [ExportProjectParamDs](https://cloud.tencent.com/document/api
|
|
145673
|
-
* [ExportWorkflowXml](https://cloud.tencent.com/document/api
|
|
145674
|
-
* [ExportWorkflowZip](https://cloud.tencent.com/document/api
|
|
145675
|
-
* [FindDependTaskListDs](https://cloud.tencent.com/document/api
|
|
145676
|
-
* [FindDependTaskListsDs](https://cloud.tencent.com/document/api
|
|
145677
|
-
* [FindFuzzyTasksDs](https://cloud.tencent.com/document/api
|
|
145678
|
-
* [GetAdvanceRunParams](https://cloud.tencent.com/document/api
|
|
145679
|
-
* [GetBatchDetailErrorLog](https://cloud.tencent.com/document/api
|
|
145680
|
-
* [GetCosToken](https://cloud.tencent.com/document/api
|
|
145681
|
-
* [GetPathTrees](https://cloud.tencent.com/document/api
|
|
145682
|
-
* [GetResourcePathTree](https://cloud.tencent.com/document/api
|
|
145683
|
-
* [GetRunSonListDs](https://cloud.tencent.com/document/api
|
|
145684
|
-
* [GetTestRunTaskInstancesStatusInfo](https://cloud.tencent.com/document/api
|
|
145685
|
-
* [HeartBeat](https://cloud.tencent.com/document/api
|
|
145686
|
-
* [ImportDsEvent](https://cloud.tencent.com/document/api
|
|
145687
|
-
* [ImportFiles](https://cloud.tencent.com/document/api
|
|
145688
|
-
* [ImportOfflineTask](https://cloud.tencent.com/document/api
|
|
145689
|
-
* [ImportProjectParamDs](https://cloud.tencent.com/document/api
|
|
145690
|
-
* [JudgeTaskListenEvent](https://cloud.tencent.com/document/api
|
|
145691
|
-
* [ListBatchDetail](https://cloud.tencent.com/document/api
|
|
145692
|
-
* [ListBatchJob](https://cloud.tencent.com/document/api
|
|
145693
|
-
* [ModifyTaskFolder](https://cloud.tencent.com/document/api
|
|
145694
|
-
* [ModifyTaskInfoDs](https://cloud.tencent.com/document/api
|
|
145695
|
-
* [ModifyTaskLinksDs](https://cloud.tencent.com/document/api
|
|
145696
|
-
* [ModifyTaskScriptDs](https://cloud.tencent.com/document/api
|
|
145697
|
-
* [MoveFile](https://cloud.tencent.com/document/api
|
|
145698
|
-
* [MoveTasksToFolder](https://cloud.tencent.com/document/api
|
|
145699
|
-
* [RegisterDsEvent](https://cloud.tencent.com/document/api
|
|
145700
|
-
* [RegisterDsEventListener](https://cloud.tencent.com/document/api
|
|
145701
|
-
* [RegisterDsEventPublisher](https://cloud.tencent.com/document/api
|
|
145702
|
-
* [ReleaseLock](https://cloud.tencent.com/document/api
|
|
145703
|
-
* [RenameFile](https://cloud.tencent.com/document/api
|
|
145704
|
-
* [RenameResource](https://cloud.tencent.com/document/api
|
|
145705
|
-
* [RenameResourceFile](https://cloud.tencent.com/document/api
|
|
145706
|
-
* [RenameTaskDs](https://cloud.tencent.com/document/api
|
|
145707
|
-
* [RenewWorkflowDs](https://cloud.tencent.com/document/api
|
|
145708
|
-
* [RenewWorkflowFolderDs](https://cloud.tencent.com/document/api
|
|
145709
|
-
* [RenewWorkflowOwnerDs](https://cloud.tencent.com/document/api
|
|
145710
|
-
* [RenewWorkflowSchedulerInfoDs](https://cloud.tencent.com/document/api
|
|
145711
|
-
* [SavePositionsDs](https://cloud.tencent.com/document/api
|
|
145712
|
-
* [ScriptUsedByOtherTaskDs](https://cloud.tencent.com/document/api
|
|
145713
|
-
* [SubmitPySparkTask](https://cloud.tencent.com/document/api
|
|
145714
|
-
* [SubmitPythonTask](https://cloud.tencent.com/document/api
|
|
145715
|
-
* [SubmitShellTask](https://cloud.tencent.com/document/api
|
|
145716
|
-
* [UpdateBatchTaskAdvancedSettings](https://cloud.tencent.com/document/api
|
|
145717
|
-
* [UpdateBatchTaskDatasource](https://cloud.tencent.com/document/api
|
|
145718
|
-
* [UpdateBatchTaskInCharge](https://cloud.tencent.com/document/api
|
|
145719
|
-
* [UpdateBatchTaskParameter](https://cloud.tencent.com/document/api
|
|
145720
|
-
* [UpdateBatchTaskParams](https://cloud.tencent.com/document/api
|
|
145721
|
-
* [UpdateBatchTaskResourceGroup](https://cloud.tencent.com/document/api
|
|
145722
|
-
* [UpdateBatchTaskSchedule](https://cloud.tencent.com/document/api
|
|
145723
|
-
* [UpdateDsEvent](https://cloud.tencent.com/document/api
|
|
145724
|
-
* [UpdateEventListener](https://cloud.tencent.com/document/api
|
|
145725
|
-
* [UpdateTaskDs](https://cloud.tencent.com/document/api
|
|
145726
|
-
* [UploadAdvanceRunParams](https://cloud.tencent.com/document/api
|
|
145727
|
-
* [UploadFilesDs](https://cloud.tencent.com/document/api
|
|
145728
|
-
* [UploadResource](https://cloud.tencent.com/document/api
|
|
146500
|
+
* [AcquireLock](https://cloud.tencent.com/document/api/#/#)
|
|
146501
|
+
* [AnalyzeDependentTasks](https://cloud.tencent.com/document/api/#/#)
|
|
146502
|
+
* [BatchCreateTaskVersionAsync](https://cloud.tencent.com/document/api/#/#)
|
|
146503
|
+
* [BatchCreateVirtualTaskDs](https://cloud.tencent.com/document/api/#/#)
|
|
146504
|
+
* [BatchDeleteTasksDsAsync](https://cloud.tencent.com/document/api/#/#)
|
|
146505
|
+
* [BatchRunTasksDs](https://cloud.tencent.com/document/api/#/#)
|
|
146506
|
+
* [BatchUpdateTasksDs](https://cloud.tencent.com/document/api/#/#)
|
|
146507
|
+
* [CheckTaskNameExistDs](https://cloud.tencent.com/document/api/#/#)
|
|
146508
|
+
* [CheckTaskPriorityDs](https://cloud.tencent.com/document/api/#/#)
|
|
146509
|
+
* [CopyTaskDs](https://cloud.tencent.com/document/api/#/#)
|
|
146510
|
+
* [CreateFileVersion](https://cloud.tencent.com/document/api/#/#)
|
|
146511
|
+
* [CreatePath](https://cloud.tencent.com/document/api/#/#)
|
|
146512
|
+
* [CreateProjectParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146513
|
+
* [CreateScriptsImportTasksDs](https://cloud.tencent.com/document/api/#/#)
|
|
146514
|
+
* [CreateTaskDs](https://cloud.tencent.com/document/api/#/#)
|
|
146515
|
+
* [CreateTaskFolder](https://cloud.tencent.com/document/api/#/#)
|
|
146516
|
+
* [CreateTaskInParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146517
|
+
* [CreateTaskOutParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146518
|
+
* [CreateTaskOutputRegistries](https://cloud.tencent.com/document/api/#/#)
|
|
146519
|
+
* [CreateTaskOutputRegistry](https://cloud.tencent.com/document/api/#/#)
|
|
146520
|
+
* [CreateTaskParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146521
|
+
* [DeleteDsEventListener](https://cloud.tencent.com/document/api/#/#)
|
|
146522
|
+
* [DeleteDsEventPublisher](https://cloud.tencent.com/document/api/#/#)
|
|
146523
|
+
* [DeleteLink](https://cloud.tencent.com/document/api/#/#)
|
|
146524
|
+
* [DeleteProjectParamVersionDs](https://cloud.tencent.com/document/api/#/#)
|
|
146525
|
+
* [DeleteTaskFolder](https://cloud.tencent.com/document/api/#/#)
|
|
146526
|
+
* [DeleteTaskInParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146527
|
+
* [DeleteTaskOutParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146528
|
+
* [DeleteTaskOutputRegistry](https://cloud.tencent.com/document/api/#/#)
|
|
146529
|
+
* [DescribeBrowsingHistories](https://cloud.tencent.com/document/api/#/#)
|
|
146530
|
+
* [DescribeChildrenDs](https://cloud.tencent.com/document/api/#/#)
|
|
146531
|
+
* [DescribeChildrenPathTrees](https://cloud.tencent.com/document/api/#/#)
|
|
146532
|
+
* [DescribeCodeDetail](https://cloud.tencent.com/document/api/#/#)
|
|
146533
|
+
* [DescribeCodeDetailV2](https://cloud.tencent.com/document/api/#/#)
|
|
146534
|
+
* [DescribeCodeSearchAuditInfo](https://cloud.tencent.com/document/api/#/#)
|
|
146535
|
+
* [DescribeCodeSearchAuditInfoV2](https://cloud.tencent.com/document/api/#/#)
|
|
146536
|
+
* [DescribeCodeSearchCount](https://cloud.tencent.com/document/api/#/#)
|
|
146537
|
+
* [DescribeCodeSearchInfo](https://cloud.tencent.com/document/api/#/#)
|
|
146538
|
+
* [DescribeCodeSearchInfoV2](https://cloud.tencent.com/document/api/#/#)
|
|
146539
|
+
* [DescribeCrontabTopNDs](https://cloud.tencent.com/document/api/#/#)
|
|
146540
|
+
* [DescribeDataDevelopTaskType](https://cloud.tencent.com/document/api/#/#)
|
|
146541
|
+
* [DescribeDependTasksDevDs](https://cloud.tencent.com/document/api/#/#)
|
|
146542
|
+
* [DescribeDependencyTasksForProjectClone](https://cloud.tencent.com/document/api/#/#)
|
|
146543
|
+
* [DescribeDependencyWorkflowForProjectClone](https://cloud.tencent.com/document/api/#/#)
|
|
146544
|
+
* [DescribeDevelopmentSpaceSupportType](https://cloud.tencent.com/document/api/#/#)
|
|
146545
|
+
* [DescribeDsEvent](https://cloud.tencent.com/document/api/#/#)
|
|
146546
|
+
* [DescribeDsKettleServerFolderTree](https://cloud.tencent.com/document/api/#/#)
|
|
146547
|
+
* [DescribeEtlTaskType](https://cloud.tencent.com/document/api/#/#)
|
|
146548
|
+
* [DescribeEventListenerByTaskId](https://cloud.tencent.com/document/api/#/#)
|
|
146549
|
+
* [DescribeEventListenerTask](https://cloud.tencent.com/document/api/#/#)
|
|
146550
|
+
* [DescribeFatherDatasourceInfoDs](https://cloud.tencent.com/document/api/#/#)
|
|
146551
|
+
* [DescribeImportableOfflineTask](https://cloud.tencent.com/document/api/#/#)
|
|
146552
|
+
* [DescribeInfoTransByTypeIdDs](https://cloud.tencent.com/document/api/#/#)
|
|
146553
|
+
* [DescribeLock](https://cloud.tencent.com/document/api/#/#)
|
|
146554
|
+
* [DescribeParentTask](https://cloud.tencent.com/document/api/#/#)
|
|
146555
|
+
* [DescribePathTrees](https://cloud.tencent.com/document/api/#/#)
|
|
146556
|
+
* [DescribeProjectParamDsPage](https://cloud.tencent.com/document/api/#/#)
|
|
146557
|
+
* [DescribeProjectParamVersionInfoDs](https://cloud.tencent.com/document/api/#/#)
|
|
146558
|
+
* [DescribeScriptsImportTaskType](https://cloud.tencent.com/document/api/#/#)
|
|
146559
|
+
* [DescribeTaskBindVirtualTask](https://cloud.tencent.com/document/api/#/#)
|
|
146560
|
+
* [DescribeTaskDetailDs](https://cloud.tencent.com/document/api/#/#)
|
|
146561
|
+
* [DescribeTaskLatestRunTime](https://cloud.tencent.com/document/api/#/#)
|
|
146562
|
+
* [DescribeTaskListByConditionDs](https://cloud.tencent.com/document/api/#/#)
|
|
146563
|
+
* [DescribeTaskOutputRegistries](https://cloud.tencent.com/document/api/#/#)
|
|
146564
|
+
* [DescribeTaskParentRunTime](https://cloud.tencent.com/document/api/#/#)
|
|
146565
|
+
* [DescribeTaskTypeByScriptType](https://cloud.tencent.com/document/api/#/#)
|
|
146566
|
+
* [DescribeTasksForProjectClone](https://cloud.tencent.com/document/api/#/#)
|
|
146567
|
+
* [DescribeWorkflowCanvasInfoDs](https://cloud.tencent.com/document/api/#/#)
|
|
146568
|
+
* [DescribeWorkflowCanvasOpLogs](https://cloud.tencent.com/document/api/#/#)
|
|
146569
|
+
* [DescribeWorkflowForProjectClone](https://cloud.tencent.com/document/api/#/#)
|
|
146570
|
+
* [DescribeWorkflowSchedulerInfoDs](https://cloud.tencent.com/document/api/#/#)
|
|
146571
|
+
* [DescribeWorkflowTasksForProjectClone](https://cloud.tencent.com/document/api/#/#)
|
|
146572
|
+
* [ExportDsEvent](https://cloud.tencent.com/document/api/#/#)
|
|
146573
|
+
* [ExportFiles](https://cloud.tencent.com/document/api/#/#)
|
|
146574
|
+
* [ExportProjectParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146575
|
+
* [ExportWorkflowXml](https://cloud.tencent.com/document/api/#/#)
|
|
146576
|
+
* [ExportWorkflowZip](https://cloud.tencent.com/document/api/#/#)
|
|
146577
|
+
* [FindDependTaskListDs](https://cloud.tencent.com/document/api/#/#)
|
|
146578
|
+
* [FindDependTaskListsDs](https://cloud.tencent.com/document/api/#/#)
|
|
146579
|
+
* [FindFuzzyTasksDs](https://cloud.tencent.com/document/api/#/#)
|
|
146580
|
+
* [GetAdvanceRunParams](https://cloud.tencent.com/document/api/#/#)
|
|
146581
|
+
* [GetBatchDetailErrorLog](https://cloud.tencent.com/document/api/#/#)
|
|
146582
|
+
* [GetCosToken](https://cloud.tencent.com/document/api/#/#)
|
|
146583
|
+
* [GetPathTrees](https://cloud.tencent.com/document/api/#/#)
|
|
146584
|
+
* [GetResourcePathTree](https://cloud.tencent.com/document/api/#/#)
|
|
146585
|
+
* [GetRunSonListDs](https://cloud.tencent.com/document/api/#/#)
|
|
146586
|
+
* [GetTestRunTaskInstancesStatusInfo](https://cloud.tencent.com/document/api/#/#)
|
|
146587
|
+
* [HeartBeat](https://cloud.tencent.com/document/api/#/#)
|
|
146588
|
+
* [ImportDsEvent](https://cloud.tencent.com/document/api/#/#)
|
|
146589
|
+
* [ImportFiles](https://cloud.tencent.com/document/api/#/#)
|
|
146590
|
+
* [ImportOfflineTask](https://cloud.tencent.com/document/api/#/#)
|
|
146591
|
+
* [ImportProjectParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146592
|
+
* [JudgeTaskListenEvent](https://cloud.tencent.com/document/api/#/#)
|
|
146593
|
+
* [ListBatchDetail](https://cloud.tencent.com/document/api/#/#)
|
|
146594
|
+
* [ListBatchJob](https://cloud.tencent.com/document/api/#/#)
|
|
146595
|
+
* [ModifyTaskFolder](https://cloud.tencent.com/document/api/#/#)
|
|
146596
|
+
* [ModifyTaskInfoDs](https://cloud.tencent.com/document/api/#/#)
|
|
146597
|
+
* [ModifyTaskLinksDs](https://cloud.tencent.com/document/api/#/#)
|
|
146598
|
+
* [ModifyTaskScriptDs](https://cloud.tencent.com/document/api/#/#)
|
|
146599
|
+
* [MoveFile](https://cloud.tencent.com/document/api/#/#)
|
|
146600
|
+
* [MoveTasksToFolder](https://cloud.tencent.com/document/api/#/#)
|
|
146601
|
+
* [RegisterDsEvent](https://cloud.tencent.com/document/api/#/#)
|
|
146602
|
+
* [RegisterDsEventListener](https://cloud.tencent.com/document/api/#/#)
|
|
146603
|
+
* [RegisterDsEventPublisher](https://cloud.tencent.com/document/api/#/#)
|
|
146604
|
+
* [ReleaseLock](https://cloud.tencent.com/document/api/#/#)
|
|
146605
|
+
* [RenameFile](https://cloud.tencent.com/document/api/#/#)
|
|
146606
|
+
* [RenameResource](https://cloud.tencent.com/document/api/#/#)
|
|
146607
|
+
* [RenameResourceFile](https://cloud.tencent.com/document/api/#/#)
|
|
146608
|
+
* [RenameTaskDs](https://cloud.tencent.com/document/api/#/#)
|
|
146609
|
+
* [RenewWorkflowDs](https://cloud.tencent.com/document/api/#/#)
|
|
146610
|
+
* [RenewWorkflowFolderDs](https://cloud.tencent.com/document/api/#/#)
|
|
146611
|
+
* [RenewWorkflowOwnerDs](https://cloud.tencent.com/document/api/#/#)
|
|
146612
|
+
* [RenewWorkflowSchedulerInfoDs](https://cloud.tencent.com/document/api/#/#)
|
|
146613
|
+
* [SavePositionsDs](https://cloud.tencent.com/document/api/#/#)
|
|
146614
|
+
* [ScriptUsedByOtherTaskDs](https://cloud.tencent.com/document/api/#/#)
|
|
146615
|
+
* [SubmitPySparkTask](https://cloud.tencent.com/document/api/#/#)
|
|
146616
|
+
* [SubmitPythonTask](https://cloud.tencent.com/document/api/#/#)
|
|
146617
|
+
* [SubmitShellTask](https://cloud.tencent.com/document/api/#/#)
|
|
146618
|
+
* [UpdateBatchTaskAdvancedSettings](https://cloud.tencent.com/document/api/#/#)
|
|
146619
|
+
* [UpdateBatchTaskDatasource](https://cloud.tencent.com/document/api/#/#)
|
|
146620
|
+
* [UpdateBatchTaskInCharge](https://cloud.tencent.com/document/api/#/#)
|
|
146621
|
+
* [UpdateBatchTaskParameter](https://cloud.tencent.com/document/api/#/#)
|
|
146622
|
+
* [UpdateBatchTaskParams](https://cloud.tencent.com/document/api/#/#)
|
|
146623
|
+
* [UpdateBatchTaskResourceGroup](https://cloud.tencent.com/document/api/#/#)
|
|
146624
|
+
* [UpdateBatchTaskSchedule](https://cloud.tencent.com/document/api/#/#)
|
|
146625
|
+
* [UpdateDsEvent](https://cloud.tencent.com/document/api/#/#)
|
|
146626
|
+
* [UpdateEventListener](https://cloud.tencent.com/document/api/#/#)
|
|
146627
|
+
* [UpdateTaskDs](https://cloud.tencent.com/document/api/#/#)
|
|
146628
|
+
* [UploadAdvanceRunParams](https://cloud.tencent.com/document/api/#/#)
|
|
146629
|
+
* [UploadFilesDs](https://cloud.tencent.com/document/api/#/#)
|
|
146630
|
+
* [UploadResource](https://cloud.tencent.com/document/api/#/#)
|
|
145729
146631
|
|
|
145730
146632
|
新增数据结构:
|
|
145731
146633
|
|