tencentcloud-sdk-nodejs 4.0.789 → 4.0.791
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 +804 -0
- package/README.md +6 -0
- package/SERVICE_CHANGELOG.md +1231 -240
- 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 +23 -23
- 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 +9 -4
- package/src/services/as/v20180419/as_models.ts +38 -38
- package/src/services/bi/v20220105/bi_client.ts +1 -0
- package/src/services/bi/v20220105/bi_models.ts +226 -16
- package/src/services/cdb/v20170320/cdb_client.ts +18 -6
- package/src/services/cdb/v20170320/cdb_models.ts +15 -0
- package/src/services/cls/v20201016/cls_client.ts +70 -21
- package/src/services/cls/v20201016/cls_models.ts +360 -145
- package/src/services/csip/v20221121/csip_client.ts +1 -0
- package/src/services/csip/v20221121/csip_models.ts +26 -0
- package/src/services/cwp/v20180228/cwp_client.ts +4 -2
- package/src/services/emr/v20190103/emr_models.ts +7 -7
- 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 +8 -0
- package/src/services/iotcloud/v20210408/iotcloud_client.ts +12 -0
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +43 -3
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +8 -0
- package/src/services/lcic/v20220817/lcic_models.ts +8 -0
- package/src/services/mna/v20210119/mna_models.ts +3 -3
- package/src/services/rum/v20210622/rum_client.ts +0 -12
- package/src/services/rum/v20210622/rum_models.ts +2 -109
- package/src/services/ssl/v20191205/ssl_models.ts +2 -3
- package/src/services/teo/v20220901/teo_client.ts +20 -15
- package/src/services/teo/v20220901/teo_models.ts +8 -4
- package/src/services/tmt/v20180321/tmt_models.ts +2 -2
- package/src/services/trro/v20220325/trro_models.ts +13 -0
- package/src/services/tse/v20201207/tse_client.ts +2 -1
- package/src/services/tse/v20201207/tse_models.ts +45 -15
- package/src/services/wedata/v20210820/wedata_client.ts +2802 -5338
- package/src/services/wedata/v20210820/wedata_models.ts +14500 -29440
- package/src/services/weilingwith/v20230427/weilingwith_models.ts +20 -2
- 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 +9 -4
- package/tencentcloud/services/as/v20180419/as_models.d.ts +38 -38
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +225 -16
- 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/cls/v20201016/cls_client.d.ts +23 -7
- package/tencentcloud/services/cls/v20201016/cls_client.js +33 -9
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +351 -145
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +25 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +7 -7
- 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 +8 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +5 -1
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +6 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +41 -3
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +8 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -0
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +3 -3
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +1 -5
- package/tencentcloud/services/rum/v20210622/rum_client.js +0 -6
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +2 -107
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2 -3
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +15 -10
- package/tencentcloud/services/teo/v20220901/teo_client.js +15 -10
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +8 -4
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +2 -2
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +13 -0
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +44 -15
- 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/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +20 -2
- package/test/cdb.v20170320.test.js +12 -2
- package/test/cls.v20201016.test.js +52 -12
- package/test/iotcloud.v20210408.test.js +10 -0
- package/test/rum.v20210622.test.js +0 -10
- package/test/wedata.v20210820.test.js +636 -2646
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## API 网关(apigateway) 版本:2018-08-08
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 48 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-01-
|
|
7
|
+
发布时间:2024-01-31 01:06:22
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,108 +12,379 @@
|
|
|
12
12
|
|
|
13
13
|
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [Environment](https://cloud.tencent.com/document/api/628/45244#Environment)
|
|
16
16
|
|
|
17
|
-
* 新增成员:
|
|
17
|
+
* 新增成员:CreateTime
|
|
18
18
|
|
|
19
|
-
* <font color="#dd0000">**修改成员**:</font>IsSupportOutsideCluster
|
|
20
19
|
|
|
21
20
|
|
|
22
21
|
|
|
22
|
+
## 弹性伸缩(as) 版本:2018-04-19
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
### 第 70 次发布
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
发布时间:2024-01-31 01:06:41
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改数据结构:
|
|
33
|
+
|
|
34
|
+
* [LaunchConfiguration](https://cloud.tencent.com/document/api/377/20453#LaunchConfiguration)
|
|
35
|
+
|
|
36
|
+
* 新增成员:DisasterRecoverGroupIds
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 商业智能分析 BI(bi) 版本:2022-01-05
|
|
42
|
+
|
|
43
|
+
### 第 9 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2024-01-31 01:07:03
|
|
29
46
|
|
|
30
47
|
本次发布包含了以下内容:
|
|
31
48
|
|
|
32
49
|
改善已有的文档。
|
|
33
50
|
|
|
51
|
+
修改接口:
|
|
52
|
+
|
|
53
|
+
* [ApplyEmbedInterval](https://cloud.tencent.com/document/api/590/73725)
|
|
54
|
+
|
|
55
|
+
* 新增出参:ErrorInfo
|
|
56
|
+
|
|
57
|
+
* [CreateDatasource](https://cloud.tencent.com/document/api/590/98854)
|
|
58
|
+
|
|
59
|
+
* 新增出参:ErrorInfo
|
|
60
|
+
|
|
61
|
+
* [CreateDatasourceCloud](https://cloud.tencent.com/document/api/590/98853)
|
|
62
|
+
|
|
63
|
+
* 新增出参:ErrorInfo
|
|
64
|
+
|
|
65
|
+
* [CreateEmbedToken](https://cloud.tencent.com/document/api/590/73724)
|
|
66
|
+
|
|
67
|
+
* 新增出参:ErrorInfo
|
|
68
|
+
|
|
69
|
+
* [CreateProject](https://cloud.tencent.com/document/api/590/98838)
|
|
70
|
+
|
|
71
|
+
* 新增出参:ErrorInfo
|
|
72
|
+
|
|
73
|
+
* [CreateUserRole](https://cloud.tencent.com/document/api/590/98848)
|
|
74
|
+
|
|
75
|
+
* 新增出参:ErrorInfo
|
|
76
|
+
|
|
77
|
+
* [CreateUserRoleProject](https://cloud.tencent.com/document/api/590/98847)
|
|
78
|
+
|
|
79
|
+
* 新增出参:ErrorInfo
|
|
80
|
+
|
|
81
|
+
* [DeleteDatasource](https://cloud.tencent.com/document/api/590/98852)
|
|
82
|
+
|
|
83
|
+
* 新增出参:ErrorInfo
|
|
84
|
+
|
|
85
|
+
* [DeleteProject](https://cloud.tencent.com/document/api/590/98837)
|
|
86
|
+
|
|
87
|
+
* 新增出参:ErrorInfo
|
|
88
|
+
|
|
89
|
+
* [DeleteUserRole](https://cloud.tencent.com/document/api/590/98846)
|
|
90
|
+
|
|
91
|
+
* 新增出参:ErrorInfo
|
|
92
|
+
|
|
93
|
+
* [DeleteUserRoleProject](https://cloud.tencent.com/document/api/590/98845)
|
|
94
|
+
|
|
95
|
+
* 新增出参:ErrorInfo
|
|
96
|
+
|
|
97
|
+
* [DescribeDatasourceList](https://cloud.tencent.com/document/api/590/98840)
|
|
98
|
+
|
|
99
|
+
* 新增出参:ErrorInfo
|
|
100
|
+
|
|
101
|
+
* [DescribeProjectInfo](https://cloud.tencent.com/document/api/590/98836)
|
|
102
|
+
|
|
103
|
+
* 新增出参:ErrorInfo
|
|
104
|
+
|
|
105
|
+
* [DescribeProjectList](https://cloud.tencent.com/document/api/590/98835)
|
|
106
|
+
|
|
107
|
+
* 新增出参:ErrorInfo
|
|
108
|
+
|
|
109
|
+
* [DescribeUserProjectList](https://cloud.tencent.com/document/api/590/98844)
|
|
110
|
+
|
|
111
|
+
* 新增出参:ErrorInfo
|
|
112
|
+
|
|
113
|
+
* [DescribeUserRoleList](https://cloud.tencent.com/document/api/590/98843)
|
|
114
|
+
|
|
115
|
+
* 新增入参:IsOnlyBindAppUser
|
|
116
|
+
|
|
117
|
+
* 新增出参:ErrorInfo
|
|
118
|
+
|
|
119
|
+
* [DescribeUserRoleProjectList](https://cloud.tencent.com/document/api/590/100532)
|
|
120
|
+
|
|
121
|
+
* 新增入参:IsOnlyBindAppUser
|
|
122
|
+
|
|
123
|
+
* 新增出参:ErrorInfo
|
|
124
|
+
|
|
125
|
+
* [ModifyDatasource](https://cloud.tencent.com/document/api/590/98851)
|
|
126
|
+
|
|
127
|
+
* 新增出参:ErrorInfo
|
|
128
|
+
|
|
129
|
+
* [ModifyDatasourceCloud](https://cloud.tencent.com/document/api/590/98850)
|
|
130
|
+
|
|
131
|
+
* 新增出参:ErrorInfo
|
|
132
|
+
|
|
133
|
+
* [ModifyProject](https://cloud.tencent.com/document/api/590/98834)
|
|
134
|
+
|
|
135
|
+
* 新增出参:ErrorInfo
|
|
136
|
+
|
|
137
|
+
* [ModifyUserRole](https://cloud.tencent.com/document/api/590/98878)
|
|
138
|
+
|
|
139
|
+
* 新增入参:AppUserId
|
|
140
|
+
|
|
141
|
+
* 新增出参:ErrorInfo
|
|
142
|
+
|
|
143
|
+
* [ModifyUserRoleProject](https://cloud.tencent.com/document/api/590/98842)
|
|
144
|
+
|
|
145
|
+
* 新增入参:AppUserId
|
|
146
|
+
|
|
147
|
+
* 新增出参:ErrorInfo
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
新增数据结构:
|
|
151
|
+
|
|
152
|
+
* [ErrorInfo](https://cloud.tencent.com/document/api/590/73726#ErrorInfo)
|
|
153
|
+
|
|
34
154
|
修改数据结构:
|
|
35
155
|
|
|
36
|
-
* [
|
|
156
|
+
* [UserIdAndUserName](https://cloud.tencent.com/document/api/590/73726#UserIdAndUserName)
|
|
37
157
|
|
|
38
|
-
* 新增成员:
|
|
158
|
+
* 新增成员:AppId, AppUserId, AppUserAliasName, AppUserName, InValidateAppRange
|
|
39
159
|
|
|
160
|
+
* [UserRoleListDataUserRoleInfo](https://cloud.tencent.com/document/api/590/73726#UserRoleListDataUserRoleInfo)
|
|
40
161
|
|
|
162
|
+
* 新增成员:AppUserId, AppUserAliasName, AppUserName, InValidateAppRange
|
|
41
163
|
|
|
164
|
+
* <font color="#dd0000">**修改成员**:</font>CorpAdmin
|
|
42
165
|
|
|
43
|
-
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
44
166
|
|
|
45
167
|
|
|
46
168
|
|
|
47
|
-
##
|
|
169
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
48
170
|
|
|
49
|
-
### 第
|
|
171
|
+
### 第 80 次发布
|
|
50
172
|
|
|
51
|
-
发布时间:2024-01-
|
|
173
|
+
发布时间:2024-01-31 01:10:12
|
|
52
174
|
|
|
53
175
|
本次发布包含了以下内容:
|
|
54
176
|
|
|
55
177
|
改善已有的文档。
|
|
56
178
|
|
|
179
|
+
新增接口:
|
|
180
|
+
|
|
181
|
+
* [CreateAlarmShield](https://cloud.tencent.com/document/api/614/103652)
|
|
182
|
+
* [DeleteAlarmShield](https://cloud.tencent.com/document/api/614/103651)
|
|
183
|
+
* [DescribeAlarmShields](https://cloud.tencent.com/document/api/614/103650)
|
|
184
|
+
* [ModifyAlarmShield](https://cloud.tencent.com/document/api/614/103649)
|
|
185
|
+
|
|
186
|
+
新增数据结构:
|
|
187
|
+
|
|
188
|
+
* [AlarmShieldInfo](https://cloud.tencent.com/document/api/614/56471#AlarmShieldInfo)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
193
|
+
|
|
194
|
+
### 第 30 次发布
|
|
195
|
+
|
|
196
|
+
发布时间:2024-01-31 01:10:44
|
|
197
|
+
|
|
198
|
+
本次发布包含了以下内容:
|
|
199
|
+
|
|
200
|
+
改善已有的文档。
|
|
201
|
+
|
|
202
|
+
新增数据结构:
|
|
203
|
+
|
|
204
|
+
* [PortRiskAdvanceCFGParamItem](https://cloud.tencent.com/document/api/664/90825#PortRiskAdvanceCFGParamItem)
|
|
205
|
+
|
|
57
206
|
修改数据结构:
|
|
58
207
|
|
|
59
|
-
* [
|
|
208
|
+
* [TaskAdvanceCFG](https://cloud.tencent.com/document/api/664/90825#TaskAdvanceCFG)
|
|
60
209
|
|
|
61
|
-
* 新增成员:
|
|
210
|
+
* 新增成员:PortRisk
|
|
62
211
|
|
|
63
|
-
* [InstanceSet](https://cloud.tencent.com/document/api/239/20022#InstanceSet)
|
|
64
212
|
|
|
65
|
-
* 新增成员:IPv6
|
|
66
213
|
|
|
67
|
-
* [Instances](https://cloud.tencent.com/document/api/239/20022#Instances)
|
|
68
214
|
|
|
69
|
-
|
|
215
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
70
216
|
|
|
217
|
+
### 第 107 次发布
|
|
71
218
|
|
|
219
|
+
发布时间:2024-01-31 01:11:09
|
|
72
220
|
|
|
221
|
+
本次发布包含了以下内容:
|
|
73
222
|
|
|
74
|
-
|
|
223
|
+
改善已有的文档。
|
|
75
224
|
|
|
76
|
-
|
|
225
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
226
|
+
|
|
227
|
+
* DescribeAttackLogInfo
|
|
77
228
|
|
|
78
|
-
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
232
|
+
|
|
233
|
+
### 第 10 次发布
|
|
234
|
+
|
|
235
|
+
发布时间:2024-01-31 01:16:26
|
|
79
236
|
|
|
80
237
|
本次发布包含了以下内容:
|
|
81
238
|
|
|
82
239
|
改善已有的文档。
|
|
83
240
|
|
|
241
|
+
新增接口:
|
|
242
|
+
|
|
243
|
+
* [UpdateOtaTaskStatus](https://cloud.tencent.com/document/api/634/103653)
|
|
244
|
+
|
|
84
245
|
修改接口:
|
|
85
246
|
|
|
86
|
-
* [
|
|
247
|
+
* [BatchUpdateFirmware](https://cloud.tencent.com/document/api/634/73637)
|
|
87
248
|
|
|
88
|
-
* 新增入参:
|
|
249
|
+
* 新增入参:Type
|
|
89
250
|
|
|
90
|
-
|
|
251
|
+
* [EditFirmware](https://cloud.tencent.com/document/api/634/73623)
|
|
91
252
|
|
|
253
|
+
* 新增入参:FirmwareUserDefined
|
|
92
254
|
|
|
255
|
+
* [UploadFirmware](https://cloud.tencent.com/document/api/634/73621)
|
|
93
256
|
|
|
257
|
+
* 新增入参:FirmwareUserDefined
|
|
94
258
|
|
|
95
|
-
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
96
259
|
|
|
97
|
-
### 第 72 次发布
|
|
98
260
|
|
|
99
|
-
|
|
261
|
+
|
|
262
|
+
## 物联网通信(iotcloud) 版本:2018-06-14
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
267
|
+
|
|
268
|
+
### 第 50 次发布
|
|
269
|
+
|
|
270
|
+
发布时间:2024-01-31 01:17:54
|
|
100
271
|
|
|
101
272
|
本次发布包含了以下内容:
|
|
102
273
|
|
|
103
274
|
改善已有的文档。
|
|
104
275
|
|
|
105
|
-
|
|
276
|
+
修改接口:
|
|
277
|
+
|
|
278
|
+
* [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
|
|
279
|
+
|
|
280
|
+
* 新增入参:RTMPStreamingURL
|
|
281
|
+
|
|
282
|
+
* 新增出参:RTMPStreamingURL
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
## 前端性能监控(rum) 版本:2021-06-22
|
|
288
|
+
|
|
289
|
+
### 第 33 次发布
|
|
290
|
+
|
|
291
|
+
发布时间:2024-01-31 01:20:58
|
|
292
|
+
|
|
293
|
+
本次发布包含了以下内容:
|
|
294
|
+
|
|
295
|
+
改善已有的文档。
|
|
296
|
+
|
|
297
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
298
|
+
|
|
299
|
+
* DescribeDataPerformanceProject
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
## 远程实时操控(trro) 版本:2022-03-25
|
|
304
|
+
|
|
305
|
+
### 第 4 次发布
|
|
306
|
+
|
|
307
|
+
发布时间:2024-01-31 01:25:41
|
|
308
|
+
|
|
309
|
+
本次发布包含了以下内容:
|
|
310
|
+
|
|
311
|
+
改善已有的文档。
|
|
312
|
+
|
|
313
|
+
修改接口:
|
|
314
|
+
|
|
315
|
+
* [GetLicenseStat](https://cloud.tencent.com/document/api/1584/89901)
|
|
316
|
+
|
|
317
|
+
* 新增出参:MonthlyExpire
|
|
318
|
+
|
|
319
|
+
* [GetLicenses](https://cloud.tencent.com/document/api/1584/89900)
|
|
320
|
+
|
|
321
|
+
* 新增入参:Status
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
修改数据结构:
|
|
325
|
+
|
|
326
|
+
* [Device](https://cloud.tencent.com/document/api/1584/89828#Device)
|
|
327
|
+
|
|
328
|
+
* 新增成员:MonthlyRemainTime
|
|
329
|
+
|
|
330
|
+
* <font color="#dd0000">**修改成员**:</font>DeviceId, DeviceName, LicenseCount, RemainDay, ExpireTime, Duration, LicenseIds
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
## 微服务引擎(tse) 版本:2020-12-07
|
|
336
|
+
|
|
337
|
+
### 第 56 次发布
|
|
338
|
+
|
|
339
|
+
发布时间:2024-01-31 01:25:54
|
|
340
|
+
|
|
341
|
+
本次发布包含了以下内容:
|
|
342
|
+
|
|
343
|
+
改善已有的文档。
|
|
344
|
+
|
|
345
|
+
修改接口:
|
|
346
|
+
|
|
347
|
+
* [CreateCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102778)
|
|
348
|
+
|
|
349
|
+
* 新增出参:Result
|
|
106
350
|
|
|
107
|
-
* [DescribeBillingData](https://cloud.tencent.com/document/api/1552/103562)
|
|
108
351
|
|
|
109
352
|
新增数据结构:
|
|
110
353
|
|
|
111
|
-
* [
|
|
112
|
-
* [BillingDataFilter](https://cloud.tencent.com/document/api/1552/80721#BillingDataFilter)
|
|
354
|
+
* [CreatePublicNetworkResult](https://cloud.tencent.com/document/api/1364/54942#CreatePublicNetworkResult)
|
|
113
355
|
|
|
356
|
+
修改数据结构:
|
|
114
357
|
|
|
358
|
+
* [CloudNativeAPIGatewayStrategyAutoScalerConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayStrategyAutoScalerConfig)
|
|
359
|
+
|
|
360
|
+
* [CloudNativeAPIGatewayStrategyCronScalerConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayStrategyCronScalerConfig)
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
|
|
366
|
+
|
|
367
|
+
### 第 7 次发布
|
|
368
|
+
|
|
369
|
+
发布时间:2024-01-31 01:28:56
|
|
370
|
+
|
|
371
|
+
本次发布包含了以下内容:
|
|
372
|
+
|
|
373
|
+
改善已有的文档。
|
|
374
|
+
|
|
375
|
+
修改接口:
|
|
376
|
+
|
|
377
|
+
* [DescribeDeviceList](https://cloud.tencent.com/document/api/1693/101482)
|
|
378
|
+
|
|
379
|
+
* 新增入参:IsActive, IsCamera
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
修改数据结构:
|
|
383
|
+
|
|
384
|
+
* [DeviceDataInfo](https://cloud.tencent.com/document/api/1693/97961#DeviceDataInfo)
|
|
385
|
+
|
|
386
|
+
* 新增成员:DeviceStatus, Status
|
|
115
387
|
|
|
116
|
-
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
117
388
|
|
|
118
389
|
|
|
119
390
|
|
|
@@ -3437,6 +3708,21 @@
|
|
|
3437
3708
|
|
|
3438
3709
|
## API 网关(apigateway) 版本:2018-08-08
|
|
3439
3710
|
|
|
3711
|
+
### 第 48 次发布
|
|
3712
|
+
|
|
3713
|
+
发布时间:2024-01-31 01:06:22
|
|
3714
|
+
|
|
3715
|
+
本次发布包含了以下内容:
|
|
3716
|
+
|
|
3717
|
+
改善已有的文档。
|
|
3718
|
+
|
|
3719
|
+
修改数据结构:
|
|
3720
|
+
|
|
3721
|
+
* [Environment](https://cloud.tencent.com/document/api/628/45244#Environment)
|
|
3722
|
+
|
|
3723
|
+
* 新增成员:CreateTime
|
|
3724
|
+
|
|
3725
|
+
|
|
3440
3726
|
### 第 47 次发布
|
|
3441
3727
|
|
|
3442
3728
|
发布时间:2023-11-16 01:06:33
|
|
@@ -4917,6 +5203,21 @@
|
|
|
4917
5203
|
|
|
4918
5204
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
4919
5205
|
|
|
5206
|
+
### 第 70 次发布
|
|
5207
|
+
|
|
5208
|
+
发布时间:2024-01-31 01:06:41
|
|
5209
|
+
|
|
5210
|
+
本次发布包含了以下内容:
|
|
5211
|
+
|
|
5212
|
+
改善已有的文档。
|
|
5213
|
+
|
|
5214
|
+
修改数据结构:
|
|
5215
|
+
|
|
5216
|
+
* [LaunchConfiguration](https://cloud.tencent.com/document/api/377/20453#LaunchConfiguration)
|
|
5217
|
+
|
|
5218
|
+
* 新增成员:DisasterRecoverGroupIds
|
|
5219
|
+
|
|
5220
|
+
|
|
4920
5221
|
### 第 69 次发布
|
|
4921
5222
|
|
|
4922
5223
|
发布时间:2023-11-10 01:06:51
|
|
@@ -8455,6 +8756,130 @@
|
|
|
8455
8756
|
|
|
8456
8757
|
## 商业智能分析 BI(bi) 版本:2022-01-05
|
|
8457
8758
|
|
|
8759
|
+
### 第 9 次发布
|
|
8760
|
+
|
|
8761
|
+
发布时间:2024-01-31 01:07:03
|
|
8762
|
+
|
|
8763
|
+
本次发布包含了以下内容:
|
|
8764
|
+
|
|
8765
|
+
改善已有的文档。
|
|
8766
|
+
|
|
8767
|
+
修改接口:
|
|
8768
|
+
|
|
8769
|
+
* [ApplyEmbedInterval](https://cloud.tencent.com/document/api/590/73725)
|
|
8770
|
+
|
|
8771
|
+
* 新增出参:ErrorInfo
|
|
8772
|
+
|
|
8773
|
+
* [CreateDatasource](https://cloud.tencent.com/document/api/590/98854)
|
|
8774
|
+
|
|
8775
|
+
* 新增出参:ErrorInfo
|
|
8776
|
+
|
|
8777
|
+
* [CreateDatasourceCloud](https://cloud.tencent.com/document/api/590/98853)
|
|
8778
|
+
|
|
8779
|
+
* 新增出参:ErrorInfo
|
|
8780
|
+
|
|
8781
|
+
* [CreateEmbedToken](https://cloud.tencent.com/document/api/590/73724)
|
|
8782
|
+
|
|
8783
|
+
* 新增出参:ErrorInfo
|
|
8784
|
+
|
|
8785
|
+
* [CreateProject](https://cloud.tencent.com/document/api/590/98838)
|
|
8786
|
+
|
|
8787
|
+
* 新增出参:ErrorInfo
|
|
8788
|
+
|
|
8789
|
+
* [CreateUserRole](https://cloud.tencent.com/document/api/590/98848)
|
|
8790
|
+
|
|
8791
|
+
* 新增出参:ErrorInfo
|
|
8792
|
+
|
|
8793
|
+
* [CreateUserRoleProject](https://cloud.tencent.com/document/api/590/98847)
|
|
8794
|
+
|
|
8795
|
+
* 新增出参:ErrorInfo
|
|
8796
|
+
|
|
8797
|
+
* [DeleteDatasource](https://cloud.tencent.com/document/api/590/98852)
|
|
8798
|
+
|
|
8799
|
+
* 新增出参:ErrorInfo
|
|
8800
|
+
|
|
8801
|
+
* [DeleteProject](https://cloud.tencent.com/document/api/590/98837)
|
|
8802
|
+
|
|
8803
|
+
* 新增出参:ErrorInfo
|
|
8804
|
+
|
|
8805
|
+
* [DeleteUserRole](https://cloud.tencent.com/document/api/590/98846)
|
|
8806
|
+
|
|
8807
|
+
* 新增出参:ErrorInfo
|
|
8808
|
+
|
|
8809
|
+
* [DeleteUserRoleProject](https://cloud.tencent.com/document/api/590/98845)
|
|
8810
|
+
|
|
8811
|
+
* 新增出参:ErrorInfo
|
|
8812
|
+
|
|
8813
|
+
* [DescribeDatasourceList](https://cloud.tencent.com/document/api/590/98840)
|
|
8814
|
+
|
|
8815
|
+
* 新增出参:ErrorInfo
|
|
8816
|
+
|
|
8817
|
+
* [DescribeProjectInfo](https://cloud.tencent.com/document/api/590/98836)
|
|
8818
|
+
|
|
8819
|
+
* 新增出参:ErrorInfo
|
|
8820
|
+
|
|
8821
|
+
* [DescribeProjectList](https://cloud.tencent.com/document/api/590/98835)
|
|
8822
|
+
|
|
8823
|
+
* 新增出参:ErrorInfo
|
|
8824
|
+
|
|
8825
|
+
* [DescribeUserProjectList](https://cloud.tencent.com/document/api/590/98844)
|
|
8826
|
+
|
|
8827
|
+
* 新增出参:ErrorInfo
|
|
8828
|
+
|
|
8829
|
+
* [DescribeUserRoleList](https://cloud.tencent.com/document/api/590/98843)
|
|
8830
|
+
|
|
8831
|
+
* 新增入参:IsOnlyBindAppUser
|
|
8832
|
+
|
|
8833
|
+
* 新增出参:ErrorInfo
|
|
8834
|
+
|
|
8835
|
+
* [DescribeUserRoleProjectList](https://cloud.tencent.com/document/api/590/100532)
|
|
8836
|
+
|
|
8837
|
+
* 新增入参:IsOnlyBindAppUser
|
|
8838
|
+
|
|
8839
|
+
* 新增出参:ErrorInfo
|
|
8840
|
+
|
|
8841
|
+
* [ModifyDatasource](https://cloud.tencent.com/document/api/590/98851)
|
|
8842
|
+
|
|
8843
|
+
* 新增出参:ErrorInfo
|
|
8844
|
+
|
|
8845
|
+
* [ModifyDatasourceCloud](https://cloud.tencent.com/document/api/590/98850)
|
|
8846
|
+
|
|
8847
|
+
* 新增出参:ErrorInfo
|
|
8848
|
+
|
|
8849
|
+
* [ModifyProject](https://cloud.tencent.com/document/api/590/98834)
|
|
8850
|
+
|
|
8851
|
+
* 新增出参:ErrorInfo
|
|
8852
|
+
|
|
8853
|
+
* [ModifyUserRole](https://cloud.tencent.com/document/api/590/98878)
|
|
8854
|
+
|
|
8855
|
+
* 新增入参:AppUserId
|
|
8856
|
+
|
|
8857
|
+
* 新增出参:ErrorInfo
|
|
8858
|
+
|
|
8859
|
+
* [ModifyUserRoleProject](https://cloud.tencent.com/document/api/590/98842)
|
|
8860
|
+
|
|
8861
|
+
* 新增入参:AppUserId
|
|
8862
|
+
|
|
8863
|
+
* 新增出参:ErrorInfo
|
|
8864
|
+
|
|
8865
|
+
|
|
8866
|
+
新增数据结构:
|
|
8867
|
+
|
|
8868
|
+
* [[ErrorInfo](https://cloud.tencent.com/document/api/590/73726#ErrorInfo)](https://cloud.tencent.com/document/api/590/73726#[ErrorInfo](https://cloud.tencent.com/document/api/590/73726#ErrorInfo))
|
|
8869
|
+
|
|
8870
|
+
修改数据结构:
|
|
8871
|
+
|
|
8872
|
+
* [UserIdAndUserName](https://cloud.tencent.com/document/api/590/73726#UserIdAndUserName)
|
|
8873
|
+
|
|
8874
|
+
* 新增成员:AppId, AppUserId, AppUserAliasName, AppUserName, InValidateAppRange
|
|
8875
|
+
|
|
8876
|
+
* [UserRoleListDataUserRoleInfo](https://cloud.tencent.com/document/api/590/73726#UserRoleListDataUserRoleInfo)
|
|
8877
|
+
|
|
8878
|
+
* 新增成员:AppUserId, AppUserAliasName, AppUserName, InValidateAppRange
|
|
8879
|
+
|
|
8880
|
+
* <font color="#dd0000">**修改成员**:</font>CorpAdmin
|
|
8881
|
+
|
|
8882
|
+
|
|
8458
8883
|
### 第 8 次发布
|
|
8459
8884
|
|
|
8460
8885
|
发布时间:2023-12-22 01:07:03
|
|
@@ -15593,6 +16018,18 @@
|
|
|
15593
16018
|
|
|
15594
16019
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
15595
16020
|
|
|
16021
|
+
### 第 152 次发布
|
|
16022
|
+
|
|
16023
|
+
发布时间:2024-01-30 01:08:20
|
|
16024
|
+
|
|
16025
|
+
本次发布包含了以下内容:
|
|
16026
|
+
|
|
16027
|
+
改善已有的文档。
|
|
16028
|
+
|
|
16029
|
+
新增接口:
|
|
16030
|
+
|
|
16031
|
+
* [DescribeInstanceAlarmEvents](https://cloud.tencent.com/document/api/236/103572)
|
|
16032
|
+
|
|
15596
16033
|
### 第 151 次发布
|
|
15597
16034
|
|
|
15598
16035
|
发布时间:2024-01-24 01:22:49
|
|
@@ -29731,6 +30168,25 @@
|
|
|
29731
30168
|
|
|
29732
30169
|
## 日志服务(cls) 版本:2020-10-16
|
|
29733
30170
|
|
|
30171
|
+
### 第 80 次发布
|
|
30172
|
+
|
|
30173
|
+
发布时间:2024-01-31 01:10:12
|
|
30174
|
+
|
|
30175
|
+
本次发布包含了以下内容:
|
|
30176
|
+
|
|
30177
|
+
改善已有的文档。
|
|
30178
|
+
|
|
30179
|
+
新增接口:
|
|
30180
|
+
|
|
30181
|
+
* [[CreateAlarmShield](https://cloud.tencent.com/document/api/614/103652)](https://cloud.tencent.com/document/api/#/#)
|
|
30182
|
+
* [[DeleteAlarmShield](https://cloud.tencent.com/document/api/614/103651)](https://cloud.tencent.com/document/api/#/#)
|
|
30183
|
+
* [[DescribeAlarmShields](https://cloud.tencent.com/document/api/614/103650)](https://cloud.tencent.com/document/api/#/#)
|
|
30184
|
+
* [[ModifyAlarmShield](https://cloud.tencent.com/document/api/614/103649)](https://cloud.tencent.com/document/api/#/#)
|
|
30185
|
+
|
|
30186
|
+
新增数据结构:
|
|
30187
|
+
|
|
30188
|
+
* [[AlarmShieldInfo](https://cloud.tencent.com/document/api/614/56471#AlarmShieldInfo)](https://cloud.tencent.com/document/api/614/56471#[AlarmShieldInfo](https://cloud.tencent.com/document/api/614/56471#AlarmShieldInfo))
|
|
30189
|
+
|
|
29734
30190
|
### 第 79 次发布
|
|
29735
30191
|
|
|
29736
30192
|
发布时间:2024-01-19 01:09:34
|
|
@@ -35914,6 +36370,25 @@
|
|
|
35914
36370
|
|
|
35915
36371
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
35916
36372
|
|
|
36373
|
+
### 第 30 次发布
|
|
36374
|
+
|
|
36375
|
+
发布时间:2024-01-31 01:10:44
|
|
36376
|
+
|
|
36377
|
+
本次发布包含了以下内容:
|
|
36378
|
+
|
|
36379
|
+
改善已有的文档。
|
|
36380
|
+
|
|
36381
|
+
新增数据结构:
|
|
36382
|
+
|
|
36383
|
+
* [[PortRiskAdvanceCFGParamItem](https://cloud.tencent.com/document/api/664/90825#PortRiskAdvanceCFGParamItem)](https://cloud.tencent.com/document/api/664/90825#[PortRiskAdvanceCFGParamItem](https://cloud.tencent.com/document/api/664/90825#PortRiskAdvanceCFGParamItem))
|
|
36384
|
+
|
|
36385
|
+
修改数据结构:
|
|
36386
|
+
|
|
36387
|
+
* [TaskAdvanceCFG](https://cloud.tencent.com/document/api/664/90825#TaskAdvanceCFG)
|
|
36388
|
+
|
|
36389
|
+
* 新增成员:PortRisk
|
|
36390
|
+
|
|
36391
|
+
|
|
35917
36392
|
### 第 29 次发布
|
|
35918
36393
|
|
|
35919
36394
|
发布时间:2024-01-22 01:09:58
|
|
@@ -38884,6 +39359,18 @@
|
|
|
38884
39359
|
|
|
38885
39360
|
## 主机安全(cwp) 版本:2018-02-28
|
|
38886
39361
|
|
|
39362
|
+
### 第 107 次发布
|
|
39363
|
+
|
|
39364
|
+
发布时间:2024-01-31 01:11:09
|
|
39365
|
+
|
|
39366
|
+
本次发布包含了以下内容:
|
|
39367
|
+
|
|
39368
|
+
改善已有的文档。
|
|
39369
|
+
|
|
39370
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
39371
|
+
|
|
39372
|
+
* DescribeAttackLogInfo
|
|
39373
|
+
|
|
38887
39374
|
### 第 106 次发布
|
|
38888
39375
|
|
|
38889
39376
|
发布时间:2024-01-05 01:11:37
|
|
@@ -71226,6 +71713,33 @@
|
|
|
71226
71713
|
|
|
71227
71714
|
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
71228
71715
|
|
|
71716
|
+
### 第 10 次发布
|
|
71717
|
+
|
|
71718
|
+
发布时间:2024-01-31 01:16:26
|
|
71719
|
+
|
|
71720
|
+
本次发布包含了以下内容:
|
|
71721
|
+
|
|
71722
|
+
改善已有的文档。
|
|
71723
|
+
|
|
71724
|
+
新增接口:
|
|
71725
|
+
|
|
71726
|
+
* [[UpdateOtaTaskStatus](https://cloud.tencent.com/document/api/634/103653)](https://cloud.tencent.com/document/api/#/#)
|
|
71727
|
+
|
|
71728
|
+
修改接口:
|
|
71729
|
+
|
|
71730
|
+
* [BatchUpdateFirmware](https://cloud.tencent.com/document/api/634/73637)
|
|
71731
|
+
|
|
71732
|
+
* 新增入参:Type
|
|
71733
|
+
|
|
71734
|
+
* [EditFirmware](https://cloud.tencent.com/document/api/634/73623)
|
|
71735
|
+
|
|
71736
|
+
* 新增入参:FirmwareUserDefined
|
|
71737
|
+
|
|
71738
|
+
* [UploadFirmware](https://cloud.tencent.com/document/api/634/73621)
|
|
71739
|
+
|
|
71740
|
+
* 新增入参:FirmwareUserDefined
|
|
71741
|
+
|
|
71742
|
+
|
|
71229
71743
|
### 第 9 次发布
|
|
71230
71744
|
|
|
71231
71745
|
发布时间:2023-08-09 01:29:39
|
|
@@ -73458,6 +73972,28 @@
|
|
|
73458
73972
|
|
|
73459
73973
|
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
73460
73974
|
|
|
73975
|
+
### 第 26 次发布
|
|
73976
|
+
|
|
73977
|
+
发布时间:2024-01-30 01:16:52
|
|
73978
|
+
|
|
73979
|
+
本次发布包含了以下内容:
|
|
73980
|
+
|
|
73981
|
+
改善已有的文档。
|
|
73982
|
+
|
|
73983
|
+
修改接口:
|
|
73984
|
+
|
|
73985
|
+
* [DescribeDevicePackages](https://cloud.tencent.com/document/api/1131/95522)
|
|
73986
|
+
|
|
73987
|
+
* 新增入参:ChannelId
|
|
73988
|
+
|
|
73989
|
+
|
|
73990
|
+
修改数据结构:
|
|
73991
|
+
|
|
73992
|
+
* [PackageInfo](https://cloud.tencent.com/document/api/1131/76635#PackageInfo)
|
|
73993
|
+
|
|
73994
|
+
* 新增成员:ChannelId
|
|
73995
|
+
|
|
73996
|
+
|
|
73461
73997
|
### 第 25 次发布
|
|
73462
73998
|
|
|
73463
73999
|
发布时间:2024-01-23 01:20:20
|
|
@@ -76035,6 +76571,23 @@
|
|
|
76035
76571
|
|
|
76036
76572
|
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
76037
76573
|
|
|
76574
|
+
### 第 50 次发布
|
|
76575
|
+
|
|
76576
|
+
发布时间:2024-01-31 01:17:54
|
|
76577
|
+
|
|
76578
|
+
本次发布包含了以下内容:
|
|
76579
|
+
|
|
76580
|
+
改善已有的文档。
|
|
76581
|
+
|
|
76582
|
+
修改接口:
|
|
76583
|
+
|
|
76584
|
+
* [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
|
|
76585
|
+
|
|
76586
|
+
* 新增入参:RTMPStreamingURL
|
|
76587
|
+
|
|
76588
|
+
* 新增出参:RTMPStreamingURL
|
|
76589
|
+
|
|
76590
|
+
|
|
76038
76591
|
### 第 49 次发布
|
|
76039
76592
|
|
|
76040
76593
|
发布时间:2023-12-21 01:48:52
|
|
@@ -97854,6 +98407,18 @@
|
|
|
97854
98407
|
|
|
97855
98408
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
97856
98409
|
|
|
98410
|
+
### 第 33 次发布
|
|
98411
|
+
|
|
98412
|
+
发布时间:2024-01-31 01:20:58
|
|
98413
|
+
|
|
98414
|
+
本次发布包含了以下内容:
|
|
98415
|
+
|
|
98416
|
+
改善已有的文档。
|
|
98417
|
+
|
|
98418
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
98419
|
+
|
|
98420
|
+
* DescribeDataPerformanceProject
|
|
98421
|
+
|
|
97857
98422
|
### 第 32 次发布
|
|
97858
98423
|
|
|
97859
98424
|
发布时间:2024-01-23 01:26:09
|
|
@@ -117647,6 +118212,21 @@
|
|
|
117647
118212
|
|
|
117648
118213
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
117649
118214
|
|
|
118215
|
+
### 第 73 次发布
|
|
118216
|
+
|
|
118217
|
+
发布时间:2024-01-30 01:24:01
|
|
118218
|
+
|
|
118219
|
+
本次发布包含了以下内容:
|
|
118220
|
+
|
|
118221
|
+
改善已有的文档。
|
|
118222
|
+
|
|
118223
|
+
修改接口:
|
|
118224
|
+
|
|
118225
|
+
* [DescribeApplicationProxies](https://cloud.tencent.com/document/api/1552/80690)
|
|
118226
|
+
|
|
118227
|
+
* 新增入参:ZoneId
|
|
118228
|
+
|
|
118229
|
+
|
|
117650
118230
|
### 第 72 次发布
|
|
117651
118231
|
|
|
117652
118232
|
发布时间:2024-01-27 19:39:47
|
|
@@ -117657,12 +118237,12 @@
|
|
|
117657
118237
|
|
|
117658
118238
|
新增接口:
|
|
117659
118239
|
|
|
117660
|
-
* [
|
|
118240
|
+
* [DescribeBillingData](https://cloud.tencent.com/document/api/1552/103562)
|
|
117661
118241
|
|
|
117662
118242
|
新增数据结构:
|
|
117663
118243
|
|
|
117664
|
-
* [
|
|
117665
|
-
* [
|
|
118244
|
+
* [BillingData](https://cloud.tencent.com/document/api/1552/80721#BillingData)
|
|
118245
|
+
* [BillingDataFilter](https://cloud.tencent.com/document/api/1552/80721#BillingDataFilter)
|
|
117666
118246
|
|
|
117667
118247
|
### 第 71 次发布
|
|
117668
118248
|
|
|
@@ -128584,6 +129164,34 @@
|
|
|
128584
129164
|
|
|
128585
129165
|
## 远程实时操控(trro) 版本:2022-03-25
|
|
128586
129166
|
|
|
129167
|
+
### 第 4 次发布
|
|
129168
|
+
|
|
129169
|
+
发布时间:2024-01-31 01:25:41
|
|
129170
|
+
|
|
129171
|
+
本次发布包含了以下内容:
|
|
129172
|
+
|
|
129173
|
+
改善已有的文档。
|
|
129174
|
+
|
|
129175
|
+
修改接口:
|
|
129176
|
+
|
|
129177
|
+
* [GetLicenseStat](https://cloud.tencent.com/document/api/1584/89901)
|
|
129178
|
+
|
|
129179
|
+
* 新增出参:MonthlyExpire
|
|
129180
|
+
|
|
129181
|
+
* [GetLicenses](https://cloud.tencent.com/document/api/1584/89900)
|
|
129182
|
+
|
|
129183
|
+
* 新增入参:Status
|
|
129184
|
+
|
|
129185
|
+
|
|
129186
|
+
修改数据结构:
|
|
129187
|
+
|
|
129188
|
+
* [Device](https://cloud.tencent.com/document/api/1584/89828#Device)
|
|
129189
|
+
|
|
129190
|
+
* 新增成员:MonthlyRemainTime
|
|
129191
|
+
|
|
129192
|
+
* <font color="#dd0000">**修改成员**:</font>DeviceId, DeviceName, LicenseCount, RemainDay, ExpireTime, Duration, LicenseIds
|
|
129193
|
+
|
|
129194
|
+
|
|
128587
129195
|
### 第 3 次发布
|
|
128588
129196
|
|
|
128589
129197
|
发布时间:2023-07-18 01:53:24
|
|
@@ -129883,6 +130491,32 @@
|
|
|
129883
130491
|
|
|
129884
130492
|
## 微服务引擎(tse) 版本:2020-12-07
|
|
129885
130493
|
|
|
130494
|
+
### 第 56 次发布
|
|
130495
|
+
|
|
130496
|
+
发布时间:2024-01-31 01:25:54
|
|
130497
|
+
|
|
130498
|
+
本次发布包含了以下内容:
|
|
130499
|
+
|
|
130500
|
+
改善已有的文档。
|
|
130501
|
+
|
|
130502
|
+
修改接口:
|
|
130503
|
+
|
|
130504
|
+
* [CreateCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102778)
|
|
130505
|
+
|
|
130506
|
+
* 新增出参:Result
|
|
130507
|
+
|
|
130508
|
+
|
|
130509
|
+
新增数据结构:
|
|
130510
|
+
|
|
130511
|
+
* [[CreatePublicNetworkResult](https://cloud.tencent.com/document/api/1364/54942#CreatePublicNetworkResult)](https://cloud.tencent.com/document/api/1364/54942#[CreatePublicNetworkResult](https://cloud.tencent.com/document/api/1364/54942#CreatePublicNetworkResult))
|
|
130512
|
+
|
|
130513
|
+
修改数据结构:
|
|
130514
|
+
|
|
130515
|
+
* [CloudNativeAPIGatewayStrategyAutoScalerConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayStrategyAutoScalerConfig)
|
|
130516
|
+
|
|
130517
|
+
* [CloudNativeAPIGatewayStrategyCronScalerConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayStrategyCronScalerConfig)
|
|
130518
|
+
|
|
130519
|
+
|
|
129886
130520
|
### 第 55 次发布
|
|
129887
130521
|
|
|
129888
130522
|
发布时间:2023-12-29 01:27:46
|
|
@@ -145655,6 +146289,341 @@
|
|
|
145655
146289
|
|
|
145656
146290
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
145657
146291
|
|
|
146292
|
+
### 第 74 次发布
|
|
146293
|
+
|
|
146294
|
+
发布时间:2024-01-30 01:28:12
|
|
146295
|
+
|
|
146296
|
+
本次发布包含了以下内容:
|
|
146297
|
+
|
|
146298
|
+
改善已有的文档。
|
|
146299
|
+
|
|
146300
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
146301
|
+
|
|
146302
|
+
* AcquireLock
|
|
146303
|
+
* AnalyzeDependentTasks
|
|
146304
|
+
* BatchCreateTaskVersionAsync
|
|
146305
|
+
* BatchCreateVirtualTaskDs
|
|
146306
|
+
* BatchDeleteTasksDsAsync
|
|
146307
|
+
* BatchRunTasksDs
|
|
146308
|
+
* BatchUpdateTasksDs
|
|
146309
|
+
* CheckCustomFunctionPremise
|
|
146310
|
+
* CheckTaskNameExistDs
|
|
146311
|
+
* CheckTaskPriorityDs
|
|
146312
|
+
* ClearRecycleTask
|
|
146313
|
+
* CommitWorkflow
|
|
146314
|
+
* CompareDsTaskVersionInfo
|
|
146315
|
+
* CopyTaskDs
|
|
146316
|
+
* CopyWorkflowDs
|
|
146317
|
+
* CreateBrowsingHistory
|
|
146318
|
+
* CreateFileVersion
|
|
146319
|
+
* CreateLink
|
|
146320
|
+
* CreatePath
|
|
146321
|
+
* CreateProjectParamDs
|
|
146322
|
+
* CreateResourceDirectory
|
|
146323
|
+
* CreateScriptsImportTasksDs
|
|
146324
|
+
* CreateTaskDs
|
|
146325
|
+
* CreateTaskFolder
|
|
146326
|
+
* CreateTaskInParamDs
|
|
146327
|
+
* CreateTaskOutParamDs
|
|
146328
|
+
* CreateTaskOutputRegistries
|
|
146329
|
+
* CreateTaskOutputRegistry
|
|
146330
|
+
* CreateTaskParamDs
|
|
146331
|
+
* CreateWorkflowDs
|
|
146332
|
+
* DeleteBatchWorkflowDs
|
|
146333
|
+
* DeleteDsEvent
|
|
146334
|
+
* DeleteDsEventListener
|
|
146335
|
+
* DeleteDsEventPublisher
|
|
146336
|
+
* DeleteEventListenerByTaskId
|
|
146337
|
+
* DeleteLink
|
|
146338
|
+
* DeleteProjectParamVersionDs
|
|
146339
|
+
* DeleteRecordList
|
|
146340
|
+
* DeleteRecycleTask
|
|
146341
|
+
* DeleteResourcePath
|
|
146342
|
+
* DeleteTaskFolder
|
|
146343
|
+
* DeleteTaskInParamDs
|
|
146344
|
+
* DeleteTaskOutParamDs
|
|
146345
|
+
* DeleteTaskOutputRegistry
|
|
146346
|
+
* DescribeAllParamDs
|
|
146347
|
+
* DescribeBatchTestRun
|
|
146348
|
+
* DescribeBrowsingHistories
|
|
146349
|
+
* DescribeChildrenDs
|
|
146350
|
+
* DescribeChildrenPathTrees
|
|
146351
|
+
* DescribeCodeDetail
|
|
146352
|
+
* DescribeCodeDetailV2
|
|
146353
|
+
* DescribeCodeSearchAuditInfo
|
|
146354
|
+
* DescribeCodeSearchAuditInfoV2
|
|
146355
|
+
* DescribeCodeSearchCount
|
|
146356
|
+
* DescribeCodeSearchInfo
|
|
146357
|
+
* DescribeCodeSearchInfoV2
|
|
146358
|
+
* DescribeCrontabTopNDs
|
|
146359
|
+
* DescribeCustomFunctionVersionList
|
|
146360
|
+
* DescribeDataDevelopTaskType
|
|
146361
|
+
* DescribeDataTableImportProgress
|
|
146362
|
+
* DescribeDependTasksDevDs
|
|
146363
|
+
* DescribeDependencyTasksForProjectClone
|
|
146364
|
+
* DescribeDependencyWorkflowForProjectClone
|
|
146365
|
+
* DescribeDevelopmentSpaceSupportType
|
|
146366
|
+
* DescribeDsEvent
|
|
146367
|
+
* DescribeDsEventDetail
|
|
146368
|
+
* DescribeDsEventListener
|
|
146369
|
+
* DescribeDsEventListenerList
|
|
146370
|
+
* DescribeDsEventPublisher
|
|
146371
|
+
* DescribeDsEventPublisherList
|
|
146372
|
+
* DescribeDsKettleServerFolderTree
|
|
146373
|
+
* DescribeDsLatestTaskVersionInfo
|
|
146374
|
+
* DescribeDsNotSubmitTasksAndCanRunByWorkflow
|
|
146375
|
+
* DescribeDsTaskVersionInfo
|
|
146376
|
+
* DescribeDsTaskVersionList
|
|
146377
|
+
* DescribeEtlTaskType
|
|
146378
|
+
* DescribeEventListenerByTaskId
|
|
146379
|
+
* DescribeEventListenerTask
|
|
146380
|
+
* DescribeExecutionLog
|
|
146381
|
+
* DescribeFatherDatasourceInfoDs
|
|
146382
|
+
* DescribeFileVersions
|
|
146383
|
+
* DescribeGlobalWorkflowDs
|
|
146384
|
+
* DescribeImportableOfflineTask
|
|
146385
|
+
* DescribeInfoTransByTypeIdDs
|
|
146386
|
+
* DescribeLock
|
|
146387
|
+
* DescribeNewSqlTaskResult
|
|
146388
|
+
* DescribeParentTask
|
|
146389
|
+
* DescribePathTrees
|
|
146390
|
+
* DescribeProdWorkflowCanvasInfoDs
|
|
146391
|
+
* DescribeProjectParamDs
|
|
146392
|
+
* DescribeProjectParamDsPage
|
|
146393
|
+
* DescribeProjectParamVersionDs
|
|
146394
|
+
* DescribeProjectParamVersionInfoDs
|
|
146395
|
+
* DescribeRecordList
|
|
146396
|
+
* DescribeRecycleTaskDetail
|
|
146397
|
+
* DescribeRecycleTaskList
|
|
146398
|
+
* DescribeScriptsImportTaskType
|
|
146399
|
+
* DescribeSqlTaskResult
|
|
146400
|
+
* DescribeTaskBindVirtualTask
|
|
146401
|
+
* DescribeTaskDetailDs
|
|
146402
|
+
* DescribeTaskInParamDs
|
|
146403
|
+
* DescribeTaskLatestRunTime
|
|
146404
|
+
* DescribeTaskListByConditionDs
|
|
146405
|
+
* DescribeTaskOutParamDs
|
|
146406
|
+
* DescribeTaskOutputRegistries
|
|
146407
|
+
* DescribeTaskParamDs
|
|
146408
|
+
* DescribeTaskParentRunTime
|
|
146409
|
+
* DescribeTaskTypeByScriptType
|
|
146410
|
+
* DescribeTasksForProjectClone
|
|
146411
|
+
* DescribeTestRun
|
|
146412
|
+
* DescribeToken
|
|
146413
|
+
* DescribeWorkflowByFordIds
|
|
146414
|
+
* DescribeWorkflowCanvasInfoDs
|
|
146415
|
+
* DescribeWorkflowCanvasOpLogs
|
|
146416
|
+
* DescribeWorkflowCanvasOperators
|
|
146417
|
+
* DescribeWorkflowForProjectClone
|
|
146418
|
+
* DescribeWorkflowParamDs
|
|
146419
|
+
* DescribeWorkflowSchedulerInfoDs
|
|
146420
|
+
* DescribeWorkflowTasksForProjectClone
|
|
146421
|
+
* DownloadNewSqlResult
|
|
146422
|
+
* DownloadSqlResult
|
|
146423
|
+
* ExportDsEvent
|
|
146424
|
+
* ExportFiles
|
|
146425
|
+
* ExportProjectParamDs
|
|
146426
|
+
* ExportWorkflowXml
|
|
146427
|
+
* ExportWorkflowZip
|
|
146428
|
+
* FindDependTaskListDs
|
|
146429
|
+
* FindDependTaskListsDs
|
|
146430
|
+
* FindFuzzyTasksDs
|
|
146431
|
+
* FindTaskByRemotePath
|
|
146432
|
+
* GetAdvanceRunParams
|
|
146433
|
+
* GetBatchDetailErrorLog
|
|
146434
|
+
* GetCosToken
|
|
146435
|
+
* GetLatestAnalyseInfo
|
|
146436
|
+
* GetLatestTestRunInfo
|
|
146437
|
+
* GetPathTrees
|
|
146438
|
+
* GetResourceCosPath
|
|
146439
|
+
* GetResourcePathTree
|
|
146440
|
+
* GetRunSonListDs
|
|
146441
|
+
* GetTestRunTaskInstancesStatusInfo
|
|
146442
|
+
* HeartBeat
|
|
146443
|
+
* ImportDsEvent
|
|
146444
|
+
* ImportFiles
|
|
146445
|
+
* ImportOfflineTask
|
|
146446
|
+
* ImportProjectParamDs
|
|
146447
|
+
* ImportTableData
|
|
146448
|
+
* ImportWorkflowXml
|
|
146449
|
+
* ImportWorkflowZip
|
|
146450
|
+
* JudgeResourceFile
|
|
146451
|
+
* JudgeTaskListenEvent
|
|
146452
|
+
* KillTasksTestRun
|
|
146453
|
+
* ListBatchDetail
|
|
146454
|
+
* ListBatchJob
|
|
146455
|
+
* ModifyTaskFolder
|
|
146456
|
+
* ModifyTaskInfoDs
|
|
146457
|
+
* ModifyTaskLinksDs
|
|
146458
|
+
* ModifyTaskScriptDs
|
|
146459
|
+
* MoveFile
|
|
146460
|
+
* MoveTasksToFolder
|
|
146461
|
+
* PreviewDataTableCsv
|
|
146462
|
+
* QueryWorkflowVersion
|
|
146463
|
+
* RegisterDsEvent
|
|
146464
|
+
* RegisterDsEventListener
|
|
146465
|
+
* RegisterDsEventPublisher
|
|
146466
|
+
* ReleaseLock
|
|
146467
|
+
* RenameFile
|
|
146468
|
+
* RenameResource
|
|
146469
|
+
* RenameResourceFile
|
|
146470
|
+
* RenameResourcePath
|
|
146471
|
+
* RenameTaskDs
|
|
146472
|
+
* RenewWorkflowDs
|
|
146473
|
+
* RenewWorkflowFolderDs
|
|
146474
|
+
* RenewWorkflowOwnerDs
|
|
146475
|
+
* RenewWorkflowSchedulerInfoDs
|
|
146476
|
+
* ReplaceProjectParamVersionDs
|
|
146477
|
+
* RestoreRecycleTask
|
|
146478
|
+
* RollbackCustomFunctionVersion
|
|
146479
|
+
* SavePositionsDs
|
|
146480
|
+
* ScriptUsedByOtherTaskDs
|
|
146481
|
+
* StopAdhocTask
|
|
146482
|
+
* StopTestRun
|
|
146483
|
+
* SubmitBatchTestRun
|
|
146484
|
+
* SubmitIntegrationTask
|
|
146485
|
+
* SubmitPySparkTask
|
|
146486
|
+
* SubmitPythonTask
|
|
146487
|
+
* SubmitShellTask
|
|
146488
|
+
* SubmitTestRun
|
|
146489
|
+
* UpdateBatchTaskAdvancedSettings
|
|
146490
|
+
* UpdateBatchTaskDatasource
|
|
146491
|
+
* UpdateBatchTaskInCharge
|
|
146492
|
+
* UpdateBatchTaskParameter
|
|
146493
|
+
* UpdateBatchTaskParams
|
|
146494
|
+
* UpdateBatchTaskResourceGroup
|
|
146495
|
+
* UpdateBatchTaskSchedule
|
|
146496
|
+
* UpdateDsEvent
|
|
146497
|
+
* UpdateEventListener
|
|
146498
|
+
* UpdateTaskDs
|
|
146499
|
+
* UpdateWorkflowInfo
|
|
146500
|
+
* UploadAdvanceRunParams
|
|
146501
|
+
* UploadFilesDs
|
|
146502
|
+
* UploadResource
|
|
146503
|
+
|
|
146504
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
146505
|
+
|
|
146506
|
+
* AdhocRecordInfoDto
|
|
146507
|
+
* AdhocSubTaskDto
|
|
146508
|
+
* AlarmExtVO
|
|
146509
|
+
* AlarmVO
|
|
146510
|
+
* AnalyzeDependentTask
|
|
146511
|
+
* AsyncResourceVO
|
|
146512
|
+
* AttributeItemVO
|
|
146513
|
+
* BatchCreateVirtualTaskDTO
|
|
146514
|
+
* BatchJobVO
|
|
146515
|
+
* BatchResultDs
|
|
146516
|
+
* BatchTaskOperateNew
|
|
146517
|
+
* BizParams
|
|
146518
|
+
* BrowsingHistory
|
|
146519
|
+
* CheckTaskNameExistResult
|
|
146520
|
+
* CheckTaskPriorityTaskDTO
|
|
146521
|
+
* CloneObjectDTO
|
|
146522
|
+
* CloneTaskModeInfo
|
|
146523
|
+
* CloneTaskModePageInfoInfo
|
|
146524
|
+
* CodeDetailResult
|
|
146525
|
+
* CodeMatchInfo
|
|
146526
|
+
* CodeSearchAuditDTO
|
|
146527
|
+
* CodeSearchAuditInfo
|
|
146528
|
+
* CodeSearchAuditResult
|
|
146529
|
+
* CodeSearchCountInfo
|
|
146530
|
+
* CodeSearchInfo
|
|
146531
|
+
* CodeSearchInfoPage
|
|
146532
|
+
* CodeSearchResult
|
|
146533
|
+
* CollectionEventDTO
|
|
146534
|
+
* CollectionEventListenerTaskDTO
|
|
146535
|
+
* CollectionParamDTO
|
|
146536
|
+
* Columns
|
|
146537
|
+
* CosTokenResponse
|
|
146538
|
+
* CreateTaskOutputRegistry
|
|
146539
|
+
* CsvReadDTO
|
|
146540
|
+
* CsvRow
|
|
146541
|
+
* CustomizeBusinessEntityDTO
|
|
146542
|
+
* DeleteUserFileDTO
|
|
146543
|
+
* DependencyConfigDsDTO
|
|
146544
|
+
* DependencyConfigDsDTONoRecur
|
|
146545
|
+
* DependencyConfigDsDTONoRecurV3
|
|
146546
|
+
* DependencyStrategy
|
|
146547
|
+
* DependencyTaskDTO
|
|
146548
|
+
* DependencyWorkflowDTO
|
|
146549
|
+
* DescribeLockResp
|
|
146550
|
+
* DescribeTestRunBatchItem
|
|
146551
|
+
* DescribeWorkflowCanvasOplogRequestFilter
|
|
146552
|
+
* DsKettleServerFolderTreeNodeDto
|
|
146553
|
+
* EventDsDto
|
|
146554
|
+
* EventListenerDTO
|
|
146555
|
+
* EventListenerNewDTO
|
|
146556
|
+
* EventListenerTaskInfo
|
|
146557
|
+
* EventPublisherDTO
|
|
146558
|
+
* ExportEventDTO
|
|
146559
|
+
* ExportFile
|
|
146560
|
+
* ExportRequestInfo
|
|
146561
|
+
* ImportRequestInfo
|
|
146562
|
+
* ImportTableDTO
|
|
146563
|
+
* KillTestRunTasksResponseResult
|
|
146564
|
+
* LatestAnalyseInfoTask
|
|
146565
|
+
* LatestTestRunInfoTask
|
|
146566
|
+
* ListBatchJobPages
|
|
146567
|
+
* NewPathDTO
|
|
146568
|
+
* ParamDsRequest
|
|
146569
|
+
* ParamGetTaskInstancesStatusInfoResponseInstance
|
|
146570
|
+
* ParamGetTestRunTaskInstancesStatusInfoTask
|
|
146571
|
+
* ParamMapDsDto
|
|
146572
|
+
* ParamTaskDsRequest
|
|
146573
|
+
* ParameterInfoDsDto
|
|
146574
|
+
* ParameterVersionDsDto
|
|
146575
|
+
* Params
|
|
146576
|
+
* PathTreeNode
|
|
146577
|
+
* PathTreeNodeParams
|
|
146578
|
+
* ProjectCloneTaskInfo
|
|
146579
|
+
* ProjectCloneTaskInfoPageNew
|
|
146580
|
+
* ProjectCloneWorkflowInfo
|
|
146581
|
+
* ProjectCloneWorkflowInfoPageNew
|
|
146582
|
+
* RecycleFilePageInfo
|
|
146583
|
+
* RecycleTaskInfo
|
|
146584
|
+
* RecycleTaskPageInfo
|
|
146585
|
+
* RenameResourceDTO
|
|
146586
|
+
* RowColumn
|
|
146587
|
+
* ScriptTypeInfo
|
|
146588
|
+
* ShareStorageFileDTO
|
|
146589
|
+
* ShareStorageFileMappingDTO
|
|
146590
|
+
* SparkParameterDTO
|
|
146591
|
+
* SubCloneObjectDTO
|
|
146592
|
+
* TCHouseXTaskParameter
|
|
146593
|
+
* TableHybrisReq
|
|
146594
|
+
* TaskBaseInfo
|
|
146595
|
+
* TaskDataRegistry
|
|
146596
|
+
* TaskDataRegistryDTO
|
|
146597
|
+
* TaskDatasourceDTO
|
|
146598
|
+
* TaskDatasourceDTOPage
|
|
146599
|
+
* TaskDsDTO
|
|
146600
|
+
* TaskDsDTOLite
|
|
146601
|
+
* TaskDsDTOLiteV3
|
|
146602
|
+
* TaskDsDTONoRecur
|
|
146603
|
+
* TaskDsDTONoRecurV3
|
|
146604
|
+
* TaskDsDTOPage
|
|
146605
|
+
* TaskExtVO
|
|
146606
|
+
* TaskInfoWithInstance
|
|
146607
|
+
* TaskParentSchedulerDependency
|
|
146608
|
+
* TaskTypeExtParamVO
|
|
146609
|
+
* TaskTypeExtVO
|
|
146610
|
+
* TaskTypeVO
|
|
146611
|
+
* TaskVersionDsDTO
|
|
146612
|
+
* TestRunBatchItem
|
|
146613
|
+
* UpdateBatchTaskParameterDTO
|
|
146614
|
+
* UploadResourceRequestInfo
|
|
146615
|
+
* UserFileDTONew
|
|
146616
|
+
* UserFileVersionDto
|
|
146617
|
+
* VirtualTaskInfo
|
|
146618
|
+
* VirtualTaskInfoPage
|
|
146619
|
+
* WorkflowCanvasOpLogResult
|
|
146620
|
+
* WorkflowCanvasOperatorsDs
|
|
146621
|
+
* WorkflowCanvasOplog
|
|
146622
|
+
* WorkflowDsDTO
|
|
146623
|
+
* WorkflowDsDTOPage
|
|
146624
|
+
* WorkflowScheduleDtoDs
|
|
146625
|
+
* WorkflowVersionInfo
|
|
146626
|
+
|
|
145658
146627
|
### 第 73 次发布
|
|
145659
146628
|
|
|
145660
146629
|
发布时间:2024-01-26 01:25:54
|
|
@@ -145665,76 +146634,76 @@
|
|
|
145665
146634
|
|
|
145666
146635
|
新增接口:
|
|
145667
146636
|
|
|
145668
|
-
* [CheckCustomFunctionPremise](https://cloud.tencent.com/document/api
|
|
145669
|
-
* [ClearRecycleTask](https://cloud.tencent.com/document/api
|
|
145670
|
-
* [CommitWorkflow](https://cloud.tencent.com/document/api
|
|
145671
|
-
* [CompareDsTaskVersionInfo](https://cloud.tencent.com/document/api
|
|
145672
|
-
* [CopyWorkflowDs](https://cloud.tencent.com/document/api
|
|
145673
|
-
* [CreateBrowsingHistory](https://cloud.tencent.com/document/api
|
|
145674
|
-
* [CreateLink](https://cloud.tencent.com/document/api
|
|
145675
|
-
* [CreateResourceDirectory](https://cloud.tencent.com/document/api
|
|
145676
|
-
* [CreateWorkflowDs](https://cloud.tencent.com/document/api
|
|
145677
|
-
* [DeleteBatchWorkflowDs](https://cloud.tencent.com/document/api
|
|
145678
|
-
* [DeleteDsEvent](https://cloud.tencent.com/document/api
|
|
145679
|
-
* [DeleteEventListenerByTaskId](https://cloud.tencent.com/document/api
|
|
145680
|
-
* [DeleteRecordList](https://cloud.tencent.com/document/api
|
|
145681
|
-
* [DeleteRecycleTask](https://cloud.tencent.com/document/api
|
|
145682
|
-
* [DeleteResourcePath](https://cloud.tencent.com/document/api
|
|
145683
|
-
* [DescribeAllParamDs](https://cloud.tencent.com/document/api
|
|
145684
|
-
* [DescribeBatchTestRun](https://cloud.tencent.com/document/api
|
|
145685
|
-
* [DescribeCustomFunctionVersionList](https://cloud.tencent.com/document/api
|
|
145686
|
-
* [DescribeDataTableImportProgress](https://cloud.tencent.com/document/api
|
|
145687
|
-
* [DescribeDsEventDetail](https://cloud.tencent.com/document/api
|
|
145688
|
-
* [DescribeDsEventListener](https://cloud.tencent.com/document/api
|
|
145689
|
-
* [DescribeDsEventListenerList](https://cloud.tencent.com/document/api
|
|
145690
|
-
* [DescribeDsEventPublisher](https://cloud.tencent.com/document/api
|
|
145691
|
-
* [DescribeDsEventPublisherList](https://cloud.tencent.com/document/api
|
|
145692
|
-
* [DescribeDsLatestTaskVersionInfo](https://cloud.tencent.com/document/api
|
|
145693
|
-
* [DescribeDsNotSubmitTasksAndCanRunByWorkflow](https://cloud.tencent.com/document/api
|
|
145694
|
-
* [DescribeDsTaskVersionInfo](https://cloud.tencent.com/document/api
|
|
145695
|
-
* [DescribeDsTaskVersionList](https://cloud.tencent.com/document/api
|
|
145696
|
-
* [DescribeExecutionLog](https://cloud.tencent.com/document/api
|
|
145697
|
-
* [DescribeFileVersions](https://cloud.tencent.com/document/api
|
|
145698
|
-
* [DescribeGlobalWorkflowDs](https://cloud.tencent.com/document/api
|
|
145699
|
-
* [DescribeNewSqlTaskResult](https://cloud.tencent.com/document/api
|
|
145700
|
-
* [DescribeProdWorkflowCanvasInfoDs](https://cloud.tencent.com/document/api
|
|
145701
|
-
* [DescribeProjectParamDs](https://cloud.tencent.com/document/api
|
|
145702
|
-
* [DescribeProjectParamVersionDs](https://cloud.tencent.com/document/api
|
|
145703
|
-
* [DescribeRecordList](https://cloud.tencent.com/document/api
|
|
145704
|
-
* [DescribeRecycleTaskDetail](https://cloud.tencent.com/document/api
|
|
145705
|
-
* [DescribeRecycleTaskList](https://cloud.tencent.com/document/api
|
|
145706
|
-
* [DescribeSqlTaskResult](https://cloud.tencent.com/document/api
|
|
145707
|
-
* [DescribeTaskInParamDs](https://cloud.tencent.com/document/api
|
|
145708
|
-
* [DescribeTaskOutParamDs](https://cloud.tencent.com/document/api
|
|
145709
|
-
* [DescribeTaskParamDs](https://cloud.tencent.com/document/api
|
|
145710
|
-
* [DescribeTestRun](https://cloud.tencent.com/document/api
|
|
145711
|
-
* [DescribeToken](https://cloud.tencent.com/document/api
|
|
145712
|
-
* [DescribeWorkflowByFordIds](https://cloud.tencent.com/document/api
|
|
145713
|
-
* [DescribeWorkflowCanvasOperators](https://cloud.tencent.com/document/api
|
|
145714
|
-
* [DescribeWorkflowParamDs](https://cloud.tencent.com/document/api
|
|
145715
|
-
* [DownloadNewSqlResult](https://cloud.tencent.com/document/api
|
|
145716
|
-
* [DownloadSqlResult](https://cloud.tencent.com/document/api
|
|
145717
|
-
* [FindTaskByRemotePath](https://cloud.tencent.com/document/api
|
|
145718
|
-
* [GetLatestAnalyseInfo](https://cloud.tencent.com/document/api
|
|
145719
|
-
* [GetLatestTestRunInfo](https://cloud.tencent.com/document/api
|
|
145720
|
-
* [GetResourceCosPath](https://cloud.tencent.com/document/api
|
|
145721
|
-
* [ImportTableData](https://cloud.tencent.com/document/api
|
|
145722
|
-
* [ImportWorkflowXml](https://cloud.tencent.com/document/api
|
|
145723
|
-
* [ImportWorkflowZip](https://cloud.tencent.com/document/api
|
|
145724
|
-
* [JudgeResourceFile](https://cloud.tencent.com/document/api
|
|
145725
|
-
* [KillTasksTestRun](https://cloud.tencent.com/document/api
|
|
145726
|
-
* [PreviewDataTableCsv](https://cloud.tencent.com/document/api
|
|
145727
|
-
* [QueryWorkflowVersion](https://cloud.tencent.com/document/api
|
|
145728
|
-
* [RenameResourcePath](https://cloud.tencent.com/document/api
|
|
145729
|
-
* [ReplaceProjectParamVersionDs](https://cloud.tencent.com/document/api
|
|
145730
|
-
* [RestoreRecycleTask](https://cloud.tencent.com/document/api
|
|
145731
|
-
* [RollbackCustomFunctionVersion](https://cloud.tencent.com/document/api
|
|
145732
|
-
* [StopAdhocTask](https://cloud.tencent.com/document/api
|
|
145733
|
-
* [StopTestRun](https://cloud.tencent.com/document/api
|
|
145734
|
-
* [SubmitBatchTestRun](https://cloud.tencent.com/document/api
|
|
145735
|
-
* [SubmitIntegrationTask](https://cloud.tencent.com/document/api
|
|
145736
|
-
* [SubmitTestRun](https://cloud.tencent.com/document/api
|
|
145737
|
-
* [UpdateWorkflowInfo](https://cloud.tencent.com/document/api
|
|
146637
|
+
* [CheckCustomFunctionPremise](https://cloud.tencent.com/document/api/#/#)
|
|
146638
|
+
* [ClearRecycleTask](https://cloud.tencent.com/document/api/#/#)
|
|
146639
|
+
* [CommitWorkflow](https://cloud.tencent.com/document/api/#/#)
|
|
146640
|
+
* [CompareDsTaskVersionInfo](https://cloud.tencent.com/document/api/#/#)
|
|
146641
|
+
* [CopyWorkflowDs](https://cloud.tencent.com/document/api/#/#)
|
|
146642
|
+
* [CreateBrowsingHistory](https://cloud.tencent.com/document/api/#/#)
|
|
146643
|
+
* [CreateLink](https://cloud.tencent.com/document/api/#/#)
|
|
146644
|
+
* [CreateResourceDirectory](https://cloud.tencent.com/document/api/#/#)
|
|
146645
|
+
* [CreateWorkflowDs](https://cloud.tencent.com/document/api/#/#)
|
|
146646
|
+
* [DeleteBatchWorkflowDs](https://cloud.tencent.com/document/api/#/#)
|
|
146647
|
+
* [DeleteDsEvent](https://cloud.tencent.com/document/api/#/#)
|
|
146648
|
+
* [DeleteEventListenerByTaskId](https://cloud.tencent.com/document/api/#/#)
|
|
146649
|
+
* [DeleteRecordList](https://cloud.tencent.com/document/api/#/#)
|
|
146650
|
+
* [DeleteRecycleTask](https://cloud.tencent.com/document/api/#/#)
|
|
146651
|
+
* [DeleteResourcePath](https://cloud.tencent.com/document/api/#/#)
|
|
146652
|
+
* [DescribeAllParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146653
|
+
* [DescribeBatchTestRun](https://cloud.tencent.com/document/api/#/#)
|
|
146654
|
+
* [DescribeCustomFunctionVersionList](https://cloud.tencent.com/document/api/#/#)
|
|
146655
|
+
* [DescribeDataTableImportProgress](https://cloud.tencent.com/document/api/#/#)
|
|
146656
|
+
* [DescribeDsEventDetail](https://cloud.tencent.com/document/api/#/#)
|
|
146657
|
+
* [DescribeDsEventListener](https://cloud.tencent.com/document/api/#/#)
|
|
146658
|
+
* [DescribeDsEventListenerList](https://cloud.tencent.com/document/api/#/#)
|
|
146659
|
+
* [DescribeDsEventPublisher](https://cloud.tencent.com/document/api/#/#)
|
|
146660
|
+
* [DescribeDsEventPublisherList](https://cloud.tencent.com/document/api/#/#)
|
|
146661
|
+
* [DescribeDsLatestTaskVersionInfo](https://cloud.tencent.com/document/api/#/#)
|
|
146662
|
+
* [DescribeDsNotSubmitTasksAndCanRunByWorkflow](https://cloud.tencent.com/document/api/#/#)
|
|
146663
|
+
* [DescribeDsTaskVersionInfo](https://cloud.tencent.com/document/api/#/#)
|
|
146664
|
+
* [DescribeDsTaskVersionList](https://cloud.tencent.com/document/api/#/#)
|
|
146665
|
+
* [DescribeExecutionLog](https://cloud.tencent.com/document/api/#/#)
|
|
146666
|
+
* [DescribeFileVersions](https://cloud.tencent.com/document/api/#/#)
|
|
146667
|
+
* [DescribeGlobalWorkflowDs](https://cloud.tencent.com/document/api/#/#)
|
|
146668
|
+
* [DescribeNewSqlTaskResult](https://cloud.tencent.com/document/api/#/#)
|
|
146669
|
+
* [DescribeProdWorkflowCanvasInfoDs](https://cloud.tencent.com/document/api/#/#)
|
|
146670
|
+
* [DescribeProjectParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146671
|
+
* [DescribeProjectParamVersionDs](https://cloud.tencent.com/document/api/#/#)
|
|
146672
|
+
* [DescribeRecordList](https://cloud.tencent.com/document/api/#/#)
|
|
146673
|
+
* [DescribeRecycleTaskDetail](https://cloud.tencent.com/document/api/#/#)
|
|
146674
|
+
* [DescribeRecycleTaskList](https://cloud.tencent.com/document/api/#/#)
|
|
146675
|
+
* [DescribeSqlTaskResult](https://cloud.tencent.com/document/api/#/#)
|
|
146676
|
+
* [DescribeTaskInParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146677
|
+
* [DescribeTaskOutParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146678
|
+
* [DescribeTaskParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146679
|
+
* [DescribeTestRun](https://cloud.tencent.com/document/api/#/#)
|
|
146680
|
+
* [DescribeToken](https://cloud.tencent.com/document/api/#/#)
|
|
146681
|
+
* [DescribeWorkflowByFordIds](https://cloud.tencent.com/document/api/#/#)
|
|
146682
|
+
* [DescribeWorkflowCanvasOperators](https://cloud.tencent.com/document/api/#/#)
|
|
146683
|
+
* [DescribeWorkflowParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146684
|
+
* [DownloadNewSqlResult](https://cloud.tencent.com/document/api/#/#)
|
|
146685
|
+
* [DownloadSqlResult](https://cloud.tencent.com/document/api/#/#)
|
|
146686
|
+
* [FindTaskByRemotePath](https://cloud.tencent.com/document/api/#/#)
|
|
146687
|
+
* [GetLatestAnalyseInfo](https://cloud.tencent.com/document/api/#/#)
|
|
146688
|
+
* [GetLatestTestRunInfo](https://cloud.tencent.com/document/api/#/#)
|
|
146689
|
+
* [GetResourceCosPath](https://cloud.tencent.com/document/api/#/#)
|
|
146690
|
+
* [ImportTableData](https://cloud.tencent.com/document/api/#/#)
|
|
146691
|
+
* [ImportWorkflowXml](https://cloud.tencent.com/document/api/#/#)
|
|
146692
|
+
* [ImportWorkflowZip](https://cloud.tencent.com/document/api/#/#)
|
|
146693
|
+
* [JudgeResourceFile](https://cloud.tencent.com/document/api/#/#)
|
|
146694
|
+
* [KillTasksTestRun](https://cloud.tencent.com/document/api/#/#)
|
|
146695
|
+
* [PreviewDataTableCsv](https://cloud.tencent.com/document/api/#/#)
|
|
146696
|
+
* [QueryWorkflowVersion](https://cloud.tencent.com/document/api/#/#)
|
|
146697
|
+
* [RenameResourcePath](https://cloud.tencent.com/document/api/#/#)
|
|
146698
|
+
* [ReplaceProjectParamVersionDs](https://cloud.tencent.com/document/api/#/#)
|
|
146699
|
+
* [RestoreRecycleTask](https://cloud.tencent.com/document/api/#/#)
|
|
146700
|
+
* [RollbackCustomFunctionVersion](https://cloud.tencent.com/document/api/#/#)
|
|
146701
|
+
* [StopAdhocTask](https://cloud.tencent.com/document/api/#/#)
|
|
146702
|
+
* [StopTestRun](https://cloud.tencent.com/document/api/#/#)
|
|
146703
|
+
* [SubmitBatchTestRun](https://cloud.tencent.com/document/api/#/#)
|
|
146704
|
+
* [SubmitIntegrationTask](https://cloud.tencent.com/document/api/#/#)
|
|
146705
|
+
* [SubmitTestRun](https://cloud.tencent.com/document/api/#/#)
|
|
146706
|
+
* [UpdateWorkflowInfo](https://cloud.tencent.com/document/api/#/#)
|
|
145738
146707
|
|
|
145739
146708
|
修改接口:
|
|
145740
146709
|
|
|
@@ -145790,7 +146759,7 @@
|
|
|
145790
146759
|
|
|
145791
146760
|
* 新增入参:NeedCheckParentSubmitted
|
|
145792
146761
|
|
|
145793
|
-
* [DescribeCodeSearchInfo](https://cloud.tencent.com/document/api
|
|
146762
|
+
* [DescribeCodeSearchInfo](https://cloud.tencent.com/document/api/#/#)
|
|
145794
146763
|
|
|
145795
146764
|
* 新增入参:WorkflowIds, FolderIds, DatasourceIds, FolderPaths, TaskStatus
|
|
145796
146765
|
|
|
@@ -145818,137 +146787,137 @@
|
|
|
145818
146787
|
|
|
145819
146788
|
新增接口:
|
|
145820
146789
|
|
|
145821
|
-
* [AcquireLock](https://cloud.tencent.com/document/api
|
|
145822
|
-
* [AnalyzeDependentTasks](https://cloud.tencent.com/document/api
|
|
145823
|
-
* [BatchCreateTaskVersionAsync](https://cloud.tencent.com/document/api
|
|
145824
|
-
* [BatchCreateVirtualTaskDs](https://cloud.tencent.com/document/api
|
|
145825
|
-
* [BatchDeleteTasksDsAsync](https://cloud.tencent.com/document/api
|
|
145826
|
-
* [BatchRunTasksDs](https://cloud.tencent.com/document/api
|
|
145827
|
-
* [BatchUpdateTasksDs](https://cloud.tencent.com/document/api
|
|
145828
|
-
* [CheckTaskNameExistDs](https://cloud.tencent.com/document/api
|
|
145829
|
-
* [CheckTaskPriorityDs](https://cloud.tencent.com/document/api
|
|
145830
|
-
* [CopyTaskDs](https://cloud.tencent.com/document/api
|
|
145831
|
-
* [CreateFileVersion](https://cloud.tencent.com/document/api
|
|
145832
|
-
* [CreatePath](https://cloud.tencent.com/document/api
|
|
145833
|
-
* [CreateProjectParamDs](https://cloud.tencent.com/document/api
|
|
145834
|
-
* [CreateScriptsImportTasksDs](https://cloud.tencent.com/document/api
|
|
145835
|
-
* [CreateTaskDs](https://cloud.tencent.com/document/api
|
|
145836
|
-
* [CreateTaskFolder](https://cloud.tencent.com/document/api
|
|
145837
|
-
* [CreateTaskInParamDs](https://cloud.tencent.com/document/api
|
|
145838
|
-
* [CreateTaskOutParamDs](https://cloud.tencent.com/document/api
|
|
145839
|
-
* [CreateTaskOutputRegistries](https://cloud.tencent.com/document/api
|
|
145840
|
-
* [CreateTaskOutputRegistry](https://cloud.tencent.com/document/api
|
|
145841
|
-
* [CreateTaskParamDs](https://cloud.tencent.com/document/api
|
|
145842
|
-
* [DeleteDsEventListener](https://cloud.tencent.com/document/api
|
|
145843
|
-
* [DeleteDsEventPublisher](https://cloud.tencent.com/document/api
|
|
145844
|
-
* [DeleteLink](https://cloud.tencent.com/document/api
|
|
145845
|
-
* [DeleteProjectParamVersionDs](https://cloud.tencent.com/document/api
|
|
145846
|
-
* [DeleteTaskFolder](https://cloud.tencent.com/document/api
|
|
145847
|
-
* [DeleteTaskInParamDs](https://cloud.tencent.com/document/api
|
|
145848
|
-
* [DeleteTaskOutParamDs](https://cloud.tencent.com/document/api
|
|
145849
|
-
* [DeleteTaskOutputRegistry](https://cloud.tencent.com/document/api
|
|
145850
|
-
* [DescribeBrowsingHistories](https://cloud.tencent.com/document/api
|
|
145851
|
-
* [DescribeChildrenDs](https://cloud.tencent.com/document/api
|
|
145852
|
-
* [DescribeChildrenPathTrees](https://cloud.tencent.com/document/api
|
|
145853
|
-
* [DescribeCodeDetail](https://cloud.tencent.com/document/api
|
|
145854
|
-
* [DescribeCodeDetailV2](https://cloud.tencent.com/document/api
|
|
145855
|
-
* [DescribeCodeSearchAuditInfo](https://cloud.tencent.com/document/api
|
|
145856
|
-
* [DescribeCodeSearchAuditInfoV2](https://cloud.tencent.com/document/api
|
|
145857
|
-
* [DescribeCodeSearchCount](https://cloud.tencent.com/document/api
|
|
145858
|
-
* [DescribeCodeSearchInfo](https://cloud.tencent.com/document/api
|
|
145859
|
-
* [DescribeCodeSearchInfoV2](https://cloud.tencent.com/document/api
|
|
145860
|
-
* [DescribeCrontabTopNDs](https://cloud.tencent.com/document/api
|
|
145861
|
-
* [DescribeDataDevelopTaskType](https://cloud.tencent.com/document/api
|
|
145862
|
-
* [DescribeDependTasksDevDs](https://cloud.tencent.com/document/api
|
|
145863
|
-
* [DescribeDependencyTasksForProjectClone](https://cloud.tencent.com/document/api
|
|
145864
|
-
* [DescribeDependencyWorkflowForProjectClone](https://cloud.tencent.com/document/api
|
|
145865
|
-
* [DescribeDevelopmentSpaceSupportType](https://cloud.tencent.com/document/api
|
|
145866
|
-
* [DescribeDsEvent](https://cloud.tencent.com/document/api
|
|
145867
|
-
* [DescribeDsKettleServerFolderTree](https://cloud.tencent.com/document/api
|
|
145868
|
-
* [DescribeEtlTaskType](https://cloud.tencent.com/document/api
|
|
145869
|
-
* [DescribeEventListenerByTaskId](https://cloud.tencent.com/document/api
|
|
145870
|
-
* [DescribeEventListenerTask](https://cloud.tencent.com/document/api
|
|
145871
|
-
* [DescribeFatherDatasourceInfoDs](https://cloud.tencent.com/document/api
|
|
145872
|
-
* [DescribeImportableOfflineTask](https://cloud.tencent.com/document/api
|
|
145873
|
-
* [DescribeInfoTransByTypeIdDs](https://cloud.tencent.com/document/api
|
|
145874
|
-
* [DescribeLock](https://cloud.tencent.com/document/api
|
|
145875
|
-
* [DescribeParentTask](https://cloud.tencent.com/document/api
|
|
145876
|
-
* [DescribePathTrees](https://cloud.tencent.com/document/api
|
|
145877
|
-
* [DescribeProjectParamDsPage](https://cloud.tencent.com/document/api
|
|
145878
|
-
* [DescribeProjectParamVersionInfoDs](https://cloud.tencent.com/document/api
|
|
145879
|
-
* [DescribeScriptsImportTaskType](https://cloud.tencent.com/document/api
|
|
145880
|
-
* [DescribeTaskBindVirtualTask](https://cloud.tencent.com/document/api
|
|
145881
|
-
* [DescribeTaskDetailDs](https://cloud.tencent.com/document/api
|
|
145882
|
-
* [DescribeTaskLatestRunTime](https://cloud.tencent.com/document/api
|
|
145883
|
-
* [DescribeTaskListByConditionDs](https://cloud.tencent.com/document/api
|
|
145884
|
-
* [DescribeTaskOutputRegistries](https://cloud.tencent.com/document/api
|
|
145885
|
-
* [DescribeTaskParentRunTime](https://cloud.tencent.com/document/api
|
|
145886
|
-
* [DescribeTaskTypeByScriptType](https://cloud.tencent.com/document/api
|
|
145887
|
-
* [DescribeTasksForProjectClone](https://cloud.tencent.com/document/api
|
|
145888
|
-
* [DescribeWorkflowCanvasInfoDs](https://cloud.tencent.com/document/api
|
|
145889
|
-
* [DescribeWorkflowCanvasOpLogs](https://cloud.tencent.com/document/api
|
|
145890
|
-
* [DescribeWorkflowForProjectClone](https://cloud.tencent.com/document/api
|
|
145891
|
-
* [DescribeWorkflowSchedulerInfoDs](https://cloud.tencent.com/document/api
|
|
145892
|
-
* [DescribeWorkflowTasksForProjectClone](https://cloud.tencent.com/document/api
|
|
145893
|
-
* [ExportDsEvent](https://cloud.tencent.com/document/api
|
|
145894
|
-
* [ExportFiles](https://cloud.tencent.com/document/api
|
|
145895
|
-
* [ExportProjectParamDs](https://cloud.tencent.com/document/api
|
|
145896
|
-
* [ExportWorkflowXml](https://cloud.tencent.com/document/api
|
|
145897
|
-
* [ExportWorkflowZip](https://cloud.tencent.com/document/api
|
|
145898
|
-
* [FindDependTaskListDs](https://cloud.tencent.com/document/api
|
|
145899
|
-
* [FindDependTaskListsDs](https://cloud.tencent.com/document/api
|
|
145900
|
-
* [FindFuzzyTasksDs](https://cloud.tencent.com/document/api
|
|
145901
|
-
* [GetAdvanceRunParams](https://cloud.tencent.com/document/api
|
|
145902
|
-
* [GetBatchDetailErrorLog](https://cloud.tencent.com/document/api
|
|
145903
|
-
* [GetCosToken](https://cloud.tencent.com/document/api
|
|
145904
|
-
* [GetPathTrees](https://cloud.tencent.com/document/api
|
|
145905
|
-
* [GetResourcePathTree](https://cloud.tencent.com/document/api
|
|
145906
|
-
* [GetRunSonListDs](https://cloud.tencent.com/document/api
|
|
145907
|
-
* [GetTestRunTaskInstancesStatusInfo](https://cloud.tencent.com/document/api
|
|
145908
|
-
* [HeartBeat](https://cloud.tencent.com/document/api
|
|
145909
|
-
* [ImportDsEvent](https://cloud.tencent.com/document/api
|
|
145910
|
-
* [ImportFiles](https://cloud.tencent.com/document/api
|
|
145911
|
-
* [ImportOfflineTask](https://cloud.tencent.com/document/api
|
|
145912
|
-
* [ImportProjectParamDs](https://cloud.tencent.com/document/api
|
|
145913
|
-
* [JudgeTaskListenEvent](https://cloud.tencent.com/document/api
|
|
145914
|
-
* [ListBatchDetail](https://cloud.tencent.com/document/api
|
|
145915
|
-
* [ListBatchJob](https://cloud.tencent.com/document/api
|
|
145916
|
-
* [ModifyTaskFolder](https://cloud.tencent.com/document/api
|
|
145917
|
-
* [ModifyTaskInfoDs](https://cloud.tencent.com/document/api
|
|
145918
|
-
* [ModifyTaskLinksDs](https://cloud.tencent.com/document/api
|
|
145919
|
-
* [ModifyTaskScriptDs](https://cloud.tencent.com/document/api
|
|
145920
|
-
* [MoveFile](https://cloud.tencent.com/document/api
|
|
145921
|
-
* [MoveTasksToFolder](https://cloud.tencent.com/document/api
|
|
145922
|
-
* [RegisterDsEvent](https://cloud.tencent.com/document/api
|
|
145923
|
-
* [RegisterDsEventListener](https://cloud.tencent.com/document/api
|
|
145924
|
-
* [RegisterDsEventPublisher](https://cloud.tencent.com/document/api
|
|
145925
|
-
* [ReleaseLock](https://cloud.tencent.com/document/api
|
|
145926
|
-
* [RenameFile](https://cloud.tencent.com/document/api
|
|
145927
|
-
* [RenameResource](https://cloud.tencent.com/document/api
|
|
145928
|
-
* [RenameResourceFile](https://cloud.tencent.com/document/api
|
|
145929
|
-
* [RenameTaskDs](https://cloud.tencent.com/document/api
|
|
145930
|
-
* [RenewWorkflowDs](https://cloud.tencent.com/document/api
|
|
145931
|
-
* [RenewWorkflowFolderDs](https://cloud.tencent.com/document/api
|
|
145932
|
-
* [RenewWorkflowOwnerDs](https://cloud.tencent.com/document/api
|
|
145933
|
-
* [RenewWorkflowSchedulerInfoDs](https://cloud.tencent.com/document/api
|
|
145934
|
-
* [SavePositionsDs](https://cloud.tencent.com/document/api
|
|
145935
|
-
* [ScriptUsedByOtherTaskDs](https://cloud.tencent.com/document/api
|
|
145936
|
-
* [SubmitPySparkTask](https://cloud.tencent.com/document/api
|
|
145937
|
-
* [SubmitPythonTask](https://cloud.tencent.com/document/api
|
|
145938
|
-
* [SubmitShellTask](https://cloud.tencent.com/document/api
|
|
145939
|
-
* [UpdateBatchTaskAdvancedSettings](https://cloud.tencent.com/document/api
|
|
145940
|
-
* [UpdateBatchTaskDatasource](https://cloud.tencent.com/document/api
|
|
145941
|
-
* [UpdateBatchTaskInCharge](https://cloud.tencent.com/document/api
|
|
145942
|
-
* [UpdateBatchTaskParameter](https://cloud.tencent.com/document/api
|
|
145943
|
-
* [UpdateBatchTaskParams](https://cloud.tencent.com/document/api
|
|
145944
|
-
* [UpdateBatchTaskResourceGroup](https://cloud.tencent.com/document/api
|
|
145945
|
-
* [UpdateBatchTaskSchedule](https://cloud.tencent.com/document/api
|
|
145946
|
-
* [UpdateDsEvent](https://cloud.tencent.com/document/api
|
|
145947
|
-
* [UpdateEventListener](https://cloud.tencent.com/document/api
|
|
145948
|
-
* [UpdateTaskDs](https://cloud.tencent.com/document/api
|
|
145949
|
-
* [UploadAdvanceRunParams](https://cloud.tencent.com/document/api
|
|
145950
|
-
* [UploadFilesDs](https://cloud.tencent.com/document/api
|
|
145951
|
-
* [UploadResource](https://cloud.tencent.com/document/api
|
|
146790
|
+
* [AcquireLock](https://cloud.tencent.com/document/api/#/#)
|
|
146791
|
+
* [AnalyzeDependentTasks](https://cloud.tencent.com/document/api/#/#)
|
|
146792
|
+
* [BatchCreateTaskVersionAsync](https://cloud.tencent.com/document/api/#/#)
|
|
146793
|
+
* [BatchCreateVirtualTaskDs](https://cloud.tencent.com/document/api/#/#)
|
|
146794
|
+
* [BatchDeleteTasksDsAsync](https://cloud.tencent.com/document/api/#/#)
|
|
146795
|
+
* [BatchRunTasksDs](https://cloud.tencent.com/document/api/#/#)
|
|
146796
|
+
* [BatchUpdateTasksDs](https://cloud.tencent.com/document/api/#/#)
|
|
146797
|
+
* [CheckTaskNameExistDs](https://cloud.tencent.com/document/api/#/#)
|
|
146798
|
+
* [CheckTaskPriorityDs](https://cloud.tencent.com/document/api/#/#)
|
|
146799
|
+
* [CopyTaskDs](https://cloud.tencent.com/document/api/#/#)
|
|
146800
|
+
* [CreateFileVersion](https://cloud.tencent.com/document/api/#/#)
|
|
146801
|
+
* [CreatePath](https://cloud.tencent.com/document/api/#/#)
|
|
146802
|
+
* [CreateProjectParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146803
|
+
* [CreateScriptsImportTasksDs](https://cloud.tencent.com/document/api/#/#)
|
|
146804
|
+
* [CreateTaskDs](https://cloud.tencent.com/document/api/#/#)
|
|
146805
|
+
* [CreateTaskFolder](https://cloud.tencent.com/document/api/#/#)
|
|
146806
|
+
* [CreateTaskInParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146807
|
+
* [CreateTaskOutParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146808
|
+
* [CreateTaskOutputRegistries](https://cloud.tencent.com/document/api/#/#)
|
|
146809
|
+
* [CreateTaskOutputRegistry](https://cloud.tencent.com/document/api/#/#)
|
|
146810
|
+
* [CreateTaskParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146811
|
+
* [DeleteDsEventListener](https://cloud.tencent.com/document/api/#/#)
|
|
146812
|
+
* [DeleteDsEventPublisher](https://cloud.tencent.com/document/api/#/#)
|
|
146813
|
+
* [DeleteLink](https://cloud.tencent.com/document/api/#/#)
|
|
146814
|
+
* [DeleteProjectParamVersionDs](https://cloud.tencent.com/document/api/#/#)
|
|
146815
|
+
* [DeleteTaskFolder](https://cloud.tencent.com/document/api/#/#)
|
|
146816
|
+
* [DeleteTaskInParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146817
|
+
* [DeleteTaskOutParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146818
|
+
* [DeleteTaskOutputRegistry](https://cloud.tencent.com/document/api/#/#)
|
|
146819
|
+
* [DescribeBrowsingHistories](https://cloud.tencent.com/document/api/#/#)
|
|
146820
|
+
* [DescribeChildrenDs](https://cloud.tencent.com/document/api/#/#)
|
|
146821
|
+
* [DescribeChildrenPathTrees](https://cloud.tencent.com/document/api/#/#)
|
|
146822
|
+
* [DescribeCodeDetail](https://cloud.tencent.com/document/api/#/#)
|
|
146823
|
+
* [DescribeCodeDetailV2](https://cloud.tencent.com/document/api/#/#)
|
|
146824
|
+
* [DescribeCodeSearchAuditInfo](https://cloud.tencent.com/document/api/#/#)
|
|
146825
|
+
* [DescribeCodeSearchAuditInfoV2](https://cloud.tencent.com/document/api/#/#)
|
|
146826
|
+
* [DescribeCodeSearchCount](https://cloud.tencent.com/document/api/#/#)
|
|
146827
|
+
* [DescribeCodeSearchInfo](https://cloud.tencent.com/document/api/#/#)
|
|
146828
|
+
* [DescribeCodeSearchInfoV2](https://cloud.tencent.com/document/api/#/#)
|
|
146829
|
+
* [DescribeCrontabTopNDs](https://cloud.tencent.com/document/api/#/#)
|
|
146830
|
+
* [DescribeDataDevelopTaskType](https://cloud.tencent.com/document/api/#/#)
|
|
146831
|
+
* [DescribeDependTasksDevDs](https://cloud.tencent.com/document/api/#/#)
|
|
146832
|
+
* [DescribeDependencyTasksForProjectClone](https://cloud.tencent.com/document/api/#/#)
|
|
146833
|
+
* [DescribeDependencyWorkflowForProjectClone](https://cloud.tencent.com/document/api/#/#)
|
|
146834
|
+
* [DescribeDevelopmentSpaceSupportType](https://cloud.tencent.com/document/api/#/#)
|
|
146835
|
+
* [DescribeDsEvent](https://cloud.tencent.com/document/api/#/#)
|
|
146836
|
+
* [DescribeDsKettleServerFolderTree](https://cloud.tencent.com/document/api/#/#)
|
|
146837
|
+
* [DescribeEtlTaskType](https://cloud.tencent.com/document/api/#/#)
|
|
146838
|
+
* [DescribeEventListenerByTaskId](https://cloud.tencent.com/document/api/#/#)
|
|
146839
|
+
* [DescribeEventListenerTask](https://cloud.tencent.com/document/api/#/#)
|
|
146840
|
+
* [DescribeFatherDatasourceInfoDs](https://cloud.tencent.com/document/api/#/#)
|
|
146841
|
+
* [DescribeImportableOfflineTask](https://cloud.tencent.com/document/api/#/#)
|
|
146842
|
+
* [DescribeInfoTransByTypeIdDs](https://cloud.tencent.com/document/api/#/#)
|
|
146843
|
+
* [DescribeLock](https://cloud.tencent.com/document/api/#/#)
|
|
146844
|
+
* [DescribeParentTask](https://cloud.tencent.com/document/api/#/#)
|
|
146845
|
+
* [DescribePathTrees](https://cloud.tencent.com/document/api/#/#)
|
|
146846
|
+
* [DescribeProjectParamDsPage](https://cloud.tencent.com/document/api/#/#)
|
|
146847
|
+
* [DescribeProjectParamVersionInfoDs](https://cloud.tencent.com/document/api/#/#)
|
|
146848
|
+
* [DescribeScriptsImportTaskType](https://cloud.tencent.com/document/api/#/#)
|
|
146849
|
+
* [DescribeTaskBindVirtualTask](https://cloud.tencent.com/document/api/#/#)
|
|
146850
|
+
* [DescribeTaskDetailDs](https://cloud.tencent.com/document/api/#/#)
|
|
146851
|
+
* [DescribeTaskLatestRunTime](https://cloud.tencent.com/document/api/#/#)
|
|
146852
|
+
* [DescribeTaskListByConditionDs](https://cloud.tencent.com/document/api/#/#)
|
|
146853
|
+
* [DescribeTaskOutputRegistries](https://cloud.tencent.com/document/api/#/#)
|
|
146854
|
+
* [DescribeTaskParentRunTime](https://cloud.tencent.com/document/api/#/#)
|
|
146855
|
+
* [DescribeTaskTypeByScriptType](https://cloud.tencent.com/document/api/#/#)
|
|
146856
|
+
* [DescribeTasksForProjectClone](https://cloud.tencent.com/document/api/#/#)
|
|
146857
|
+
* [DescribeWorkflowCanvasInfoDs](https://cloud.tencent.com/document/api/#/#)
|
|
146858
|
+
* [DescribeWorkflowCanvasOpLogs](https://cloud.tencent.com/document/api/#/#)
|
|
146859
|
+
* [DescribeWorkflowForProjectClone](https://cloud.tencent.com/document/api/#/#)
|
|
146860
|
+
* [DescribeWorkflowSchedulerInfoDs](https://cloud.tencent.com/document/api/#/#)
|
|
146861
|
+
* [DescribeWorkflowTasksForProjectClone](https://cloud.tencent.com/document/api/#/#)
|
|
146862
|
+
* [ExportDsEvent](https://cloud.tencent.com/document/api/#/#)
|
|
146863
|
+
* [ExportFiles](https://cloud.tencent.com/document/api/#/#)
|
|
146864
|
+
* [ExportProjectParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146865
|
+
* [ExportWorkflowXml](https://cloud.tencent.com/document/api/#/#)
|
|
146866
|
+
* [ExportWorkflowZip](https://cloud.tencent.com/document/api/#/#)
|
|
146867
|
+
* [FindDependTaskListDs](https://cloud.tencent.com/document/api/#/#)
|
|
146868
|
+
* [FindDependTaskListsDs](https://cloud.tencent.com/document/api/#/#)
|
|
146869
|
+
* [FindFuzzyTasksDs](https://cloud.tencent.com/document/api/#/#)
|
|
146870
|
+
* [GetAdvanceRunParams](https://cloud.tencent.com/document/api/#/#)
|
|
146871
|
+
* [GetBatchDetailErrorLog](https://cloud.tencent.com/document/api/#/#)
|
|
146872
|
+
* [GetCosToken](https://cloud.tencent.com/document/api/#/#)
|
|
146873
|
+
* [GetPathTrees](https://cloud.tencent.com/document/api/#/#)
|
|
146874
|
+
* [GetResourcePathTree](https://cloud.tencent.com/document/api/#/#)
|
|
146875
|
+
* [GetRunSonListDs](https://cloud.tencent.com/document/api/#/#)
|
|
146876
|
+
* [GetTestRunTaskInstancesStatusInfo](https://cloud.tencent.com/document/api/#/#)
|
|
146877
|
+
* [HeartBeat](https://cloud.tencent.com/document/api/#/#)
|
|
146878
|
+
* [ImportDsEvent](https://cloud.tencent.com/document/api/#/#)
|
|
146879
|
+
* [ImportFiles](https://cloud.tencent.com/document/api/#/#)
|
|
146880
|
+
* [ImportOfflineTask](https://cloud.tencent.com/document/api/#/#)
|
|
146881
|
+
* [ImportProjectParamDs](https://cloud.tencent.com/document/api/#/#)
|
|
146882
|
+
* [JudgeTaskListenEvent](https://cloud.tencent.com/document/api/#/#)
|
|
146883
|
+
* [ListBatchDetail](https://cloud.tencent.com/document/api/#/#)
|
|
146884
|
+
* [ListBatchJob](https://cloud.tencent.com/document/api/#/#)
|
|
146885
|
+
* [ModifyTaskFolder](https://cloud.tencent.com/document/api/#/#)
|
|
146886
|
+
* [ModifyTaskInfoDs](https://cloud.tencent.com/document/api/#/#)
|
|
146887
|
+
* [ModifyTaskLinksDs](https://cloud.tencent.com/document/api/#/#)
|
|
146888
|
+
* [ModifyTaskScriptDs](https://cloud.tencent.com/document/api/#/#)
|
|
146889
|
+
* [MoveFile](https://cloud.tencent.com/document/api/#/#)
|
|
146890
|
+
* [MoveTasksToFolder](https://cloud.tencent.com/document/api/#/#)
|
|
146891
|
+
* [RegisterDsEvent](https://cloud.tencent.com/document/api/#/#)
|
|
146892
|
+
* [RegisterDsEventListener](https://cloud.tencent.com/document/api/#/#)
|
|
146893
|
+
* [RegisterDsEventPublisher](https://cloud.tencent.com/document/api/#/#)
|
|
146894
|
+
* [ReleaseLock](https://cloud.tencent.com/document/api/#/#)
|
|
146895
|
+
* [RenameFile](https://cloud.tencent.com/document/api/#/#)
|
|
146896
|
+
* [RenameResource](https://cloud.tencent.com/document/api/#/#)
|
|
146897
|
+
* [RenameResourceFile](https://cloud.tencent.com/document/api/#/#)
|
|
146898
|
+
* [RenameTaskDs](https://cloud.tencent.com/document/api/#/#)
|
|
146899
|
+
* [RenewWorkflowDs](https://cloud.tencent.com/document/api/#/#)
|
|
146900
|
+
* [RenewWorkflowFolderDs](https://cloud.tencent.com/document/api/#/#)
|
|
146901
|
+
* [RenewWorkflowOwnerDs](https://cloud.tencent.com/document/api/#/#)
|
|
146902
|
+
* [RenewWorkflowSchedulerInfoDs](https://cloud.tencent.com/document/api/#/#)
|
|
146903
|
+
* [SavePositionsDs](https://cloud.tencent.com/document/api/#/#)
|
|
146904
|
+
* [ScriptUsedByOtherTaskDs](https://cloud.tencent.com/document/api/#/#)
|
|
146905
|
+
* [SubmitPySparkTask](https://cloud.tencent.com/document/api/#/#)
|
|
146906
|
+
* [SubmitPythonTask](https://cloud.tencent.com/document/api/#/#)
|
|
146907
|
+
* [SubmitShellTask](https://cloud.tencent.com/document/api/#/#)
|
|
146908
|
+
* [UpdateBatchTaskAdvancedSettings](https://cloud.tencent.com/document/api/#/#)
|
|
146909
|
+
* [UpdateBatchTaskDatasource](https://cloud.tencent.com/document/api/#/#)
|
|
146910
|
+
* [UpdateBatchTaskInCharge](https://cloud.tencent.com/document/api/#/#)
|
|
146911
|
+
* [UpdateBatchTaskParameter](https://cloud.tencent.com/document/api/#/#)
|
|
146912
|
+
* [UpdateBatchTaskParams](https://cloud.tencent.com/document/api/#/#)
|
|
146913
|
+
* [UpdateBatchTaskResourceGroup](https://cloud.tencent.com/document/api/#/#)
|
|
146914
|
+
* [UpdateBatchTaskSchedule](https://cloud.tencent.com/document/api/#/#)
|
|
146915
|
+
* [UpdateDsEvent](https://cloud.tencent.com/document/api/#/#)
|
|
146916
|
+
* [UpdateEventListener](https://cloud.tencent.com/document/api/#/#)
|
|
146917
|
+
* [UpdateTaskDs](https://cloud.tencent.com/document/api/#/#)
|
|
146918
|
+
* [UploadAdvanceRunParams](https://cloud.tencent.com/document/api/#/#)
|
|
146919
|
+
* [UploadFilesDs](https://cloud.tencent.com/document/api/#/#)
|
|
146920
|
+
* [UploadResource](https://cloud.tencent.com/document/api/#/#)
|
|
145952
146921
|
|
|
145953
146922
|
新增数据结构:
|
|
145954
146923
|
|
|
@@ -148268,6 +149237,28 @@
|
|
|
148268
149237
|
|
|
148269
149238
|
## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
|
|
148270
149239
|
|
|
149240
|
+
### 第 7 次发布
|
|
149241
|
+
|
|
149242
|
+
发布时间:2024-01-31 01:28:56
|
|
149243
|
+
|
|
149244
|
+
本次发布包含了以下内容:
|
|
149245
|
+
|
|
149246
|
+
改善已有的文档。
|
|
149247
|
+
|
|
149248
|
+
修改接口:
|
|
149249
|
+
|
|
149250
|
+
* [DescribeDeviceList](https://cloud.tencent.com/document/api/1693/101482)
|
|
149251
|
+
|
|
149252
|
+
* 新增入参:IsActive, IsCamera
|
|
149253
|
+
|
|
149254
|
+
|
|
149255
|
+
修改数据结构:
|
|
149256
|
+
|
|
149257
|
+
* [DeviceDataInfo](https://cloud.tencent.com/document/api/1693/97961#DeviceDataInfo)
|
|
149258
|
+
|
|
149259
|
+
* 新增成员:DeviceStatus, Status
|
|
149260
|
+
|
|
149261
|
+
|
|
148271
149262
|
### 第 6 次发布
|
|
148272
149263
|
|
|
148273
149264
|
发布时间:2024-01-17 01:27:53
|