tencentcloud-sdk-nodejs 4.0.877 → 4.0.879
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 +407 -0
- package/SERVICE_CHANGELOG.md +530 -66
- package/package.json +1 -1
- package/products.md +33 -33
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdwch/v20200915/cdwch_models.ts +8 -8
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +8 -0
- package/src/services/cfw/v20190904/cfw_models.ts +4 -4
- package/src/services/ckafka/v20190819/ckafka_client.ts +2 -3
- package/src/services/ckafka/v20190819/ckafka_models.ts +71 -46
- package/src/services/csip/v20221121/csip_client.ts +31 -3
- package/src/services/csip/v20221121/csip_models.ts +385 -31
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +7 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +215 -29
- package/src/services/dlc/v20210125/dlc_client.ts +12 -0
- package/src/services/dlc/v20210125/dlc_models.ts +19 -0
- package/src/services/dsgc/v20190723/dsgc_models.ts +5 -5
- package/src/services/emr/v20190103/emr_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +3 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +13 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +3 -2
- package/src/services/gaap/v20180529/gaap_models.ts +11 -1
- package/src/services/iecp/v20210914/iecp_client.ts +80 -40
- package/src/services/ims/v20201229/ims_client.ts +4 -3
- package/src/services/lke/v20231130/lke_client.ts +61 -18
- package/src/services/lke/v20231130/lke_models.ts +370 -83
- package/src/services/monitor/v20180724/monitor_models.ts +4 -0
- package/src/services/ocr/v20181119/ocr_models.ts +22 -16
- package/src/services/pts/v20210728/pts_models.ts +1 -1
- package/src/services/redis/v20180412/redis_client.ts +2 -2
- package/src/services/redis/v20180412/redis_models.ts +37 -16
- package/src/services/sms/v20210111/sms_client.ts +36 -68
- package/src/services/tcr/v20190924/tcr_models.ts +1 -1
- package/src/services/tke/v20180525/tke_client.ts +13 -0
- package/src/services/tke/v20180525/tke_models.ts +117 -28
- package/src/services/tse/v20201207/tse_models.ts +7 -1
- package/src/services/tsf/v20180326/tsf_client.ts +4 -2
- package/src/services/tsf/v20180326/tsf_models.ts +1 -1
- package/src/services/waf/v20180125/waf_client.ts +6 -5
- package/src/services/waf/v20180125/waf_models.ts +112 -84
- package/src/services/wedata/v20210820/wedata_client.ts +13 -1
- package/src/services/wedata/v20210820/wedata_models.ts +55 -9
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +8 -8
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +8 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +4 -4
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +0 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +0 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +71 -46
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +9 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +12 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +377 -31
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +210 -29
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +17 -0
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +5 -5
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +3 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -2
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +11 -1
- package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +60 -20
- package/tencentcloud/services/iecp/v20210914/iecp_client.js +60 -20
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +4 -3
- package/tencentcloud/services/ims/v20201229/ims_client.js +4 -3
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +17 -5
- package/tencentcloud/services/lke/v20231130/lke_client.js +24 -6
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +358 -84
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +22 -16
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +2 -2
- package/tencentcloud/services/redis/v20180412/redis_client.js +2 -2
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +37 -16
- package/tencentcloud/services/sms/v20210111/sms_client.d.ts +33 -65
- package/tencentcloud/services/sms/v20210111/sms_client.js +33 -65
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +5 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +6 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +114 -28
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +7 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +3 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +3 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +110 -83
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +6 -2
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +7 -1
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +53 -9
- package/test/csip.v20221121.test.js +20 -0
- package/test/dlc.v20210125.test.js +10 -0
- package/test/lke.v20231130.test.js +34 -4
- package/test/tke.v20180525.test.js +10 -0
- package/test/wedata.v20210820.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,26 +1,29 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 13 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-06-
|
|
7
|
+
发布时间:2024-06-20 01:19:00
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
*
|
|
15
|
+
* [DescribeSlowQueryRecordsDownload](https://cloud.tencent.com/document/api/1387/102613)
|
|
16
16
|
|
|
17
|
+
* 新增入参:DbName, CatalogName
|
|
17
18
|
|
|
18
19
|
|
|
19
|
-
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
20
20
|
|
|
21
|
-
### 第 21 次发布
|
|
22
21
|
|
|
23
|
-
|
|
22
|
+
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
23
|
+
|
|
24
|
+
### 第 105 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2024-06-20 01:21:11
|
|
24
27
|
|
|
25
28
|
本次发布包含了以下内容:
|
|
26
29
|
|
|
@@ -28,142 +31,266 @@
|
|
|
28
31
|
|
|
29
32
|
修改数据结构:
|
|
30
33
|
|
|
31
|
-
* [
|
|
34
|
+
* [ZoneResponse](https://cloud.tencent.com/document/api/597/40861#ZoneResponse)
|
|
32
35
|
|
|
33
|
-
* 新增成员:
|
|
36
|
+
* 新增成员:RequestId, Version, Offset, Limit, ForceCheckTag
|
|
34
37
|
|
|
35
38
|
|
|
36
39
|
|
|
37
40
|
|
|
38
|
-
##
|
|
41
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
39
42
|
|
|
40
|
-
### 第
|
|
43
|
+
### 第 40 次发布
|
|
41
44
|
|
|
42
|
-
发布时间:2024-06-
|
|
45
|
+
发布时间:2024-06-20 01:24:58
|
|
43
46
|
|
|
44
47
|
本次发布包含了以下内容:
|
|
45
48
|
|
|
46
49
|
改善已有的文档。
|
|
47
50
|
|
|
48
|
-
|
|
51
|
+
修改接口:
|
|
49
52
|
|
|
50
|
-
*
|
|
53
|
+
* [CreateDomainAndIp](https://cloud.tencent.com/document/api/664/93274)
|
|
51
54
|
|
|
52
|
-
|
|
55
|
+
* 新增入参:MemberId
|
|
53
56
|
|
|
54
|
-
* [
|
|
57
|
+
* [CreateRiskCenterScanTask](https://cloud.tencent.com/document/api/664/94177)
|
|
55
58
|
|
|
56
|
-
* 新增入参:
|
|
59
|
+
* 新增入参:FinishWebHook
|
|
60
|
+
|
|
61
|
+
* [DeleteDomainAndIp](https://cloud.tencent.com/document/api/664/98743)
|
|
57
62
|
|
|
63
|
+
* 新增入参:MemberId
|
|
58
64
|
|
|
65
|
+
* [ModifyRiskCenterScanTask](https://cloud.tencent.com/document/api/664/103117)
|
|
59
66
|
|
|
67
|
+
* 新增入参:FinishWebHook
|
|
60
68
|
|
|
61
|
-
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
62
69
|
|
|
63
|
-
|
|
70
|
+
修改数据结构:
|
|
64
71
|
|
|
65
|
-
|
|
72
|
+
* [AssetViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#AssetViewVULRiskData)
|
|
73
|
+
|
|
74
|
+
* 新增成员:TvdID, IsOneClick
|
|
75
|
+
|
|
76
|
+
* [CVMAssetVO](https://cloud.tencent.com/document/api/664/90825#CVMAssetVO)
|
|
77
|
+
|
|
78
|
+
* 新增成员:RealAppid, CloudType
|
|
79
|
+
|
|
80
|
+
* [VULViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#VULViewVULRiskData)
|
|
81
|
+
|
|
82
|
+
* 新增成员:TvdID, IsOneClick
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
88
|
+
|
|
89
|
+
### 第 93 次发布
|
|
90
|
+
|
|
91
|
+
发布时间:2024-06-20 01:30:19
|
|
66
92
|
|
|
67
93
|
本次发布包含了以下内容:
|
|
68
94
|
|
|
69
95
|
改善已有的文档。
|
|
70
96
|
|
|
97
|
+
新增数据结构:
|
|
98
|
+
|
|
99
|
+
* [ExchangeInstanceInfo](https://cloud.tencent.com/document/api/1003/48097#ExchangeInstanceInfo)
|
|
100
|
+
* [ExchangeRoGroupInfo](https://cloud.tencent.com/document/api/1003/48097#ExchangeRoGroupInfo)
|
|
101
|
+
* [RollbackInstanceInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackInstanceInfo)
|
|
102
|
+
* [RollbackProcessInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackProcessInfo)
|
|
103
|
+
* [RollbackRoGroupInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackRoGroupInfo)
|
|
104
|
+
|
|
71
105
|
修改数据结构:
|
|
72
106
|
|
|
73
|
-
* [
|
|
107
|
+
* [BizTaskInfo](https://cloud.tencent.com/document/api/1003/48097#BizTaskInfo)
|
|
74
108
|
|
|
75
|
-
*
|
|
109
|
+
* 新增成员:Region, InstanceCLSDeliveryInfos
|
|
76
110
|
|
|
111
|
+
* [RollbackData](https://cloud.tencent.com/document/api/1003/48097#RollbackData)
|
|
77
112
|
|
|
113
|
+
* 新增成员:RollbackProcess
|
|
78
114
|
|
|
79
115
|
|
|
80
|
-
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
81
116
|
|
|
82
|
-
### 第 40 次发布
|
|
83
117
|
|
|
84
|
-
|
|
118
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
119
|
+
|
|
120
|
+
### 第 93 次发布
|
|
121
|
+
|
|
122
|
+
发布时间:2024-06-20 01:34:00
|
|
85
123
|
|
|
86
124
|
本次发布包含了以下内容:
|
|
87
125
|
|
|
88
126
|
改善已有的文档。
|
|
89
127
|
|
|
90
|
-
|
|
128
|
+
新增接口:
|
|
91
129
|
|
|
92
|
-
* [
|
|
130
|
+
* [DescribeTasksOverview](https://cloud.tencent.com/document/api/1342/107503)
|
|
93
131
|
|
|
94
|
-
* 新增成员:BackId, DeleteTime, BackupRegion
|
|
95
132
|
|
|
96
133
|
|
|
134
|
+
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
97
135
|
|
|
136
|
+
### 第 8 次发布
|
|
98
137
|
|
|
99
|
-
|
|
138
|
+
发布时间:2024-06-20 01:46:44
|
|
100
139
|
|
|
140
|
+
本次发布包含了以下内容:
|
|
101
141
|
|
|
142
|
+
改善已有的文档。
|
|
102
143
|
|
|
103
|
-
|
|
144
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
104
145
|
|
|
105
|
-
|
|
146
|
+
* ApplyMarketComponent
|
|
147
|
+
* CreateApplicationVisualization
|
|
148
|
+
* CreateEdgeUnitApplicationVisualization
|
|
149
|
+
* CreateEdgeUnitApplicationYaml
|
|
150
|
+
* DeleteApplications
|
|
151
|
+
* DeleteEdgeUnitApplications
|
|
152
|
+
* DescribeApplicationVisualization
|
|
153
|
+
* DescribeApplicationYaml
|
|
154
|
+
* DescribeApplicationYamlError
|
|
155
|
+
* DescribeApplications
|
|
156
|
+
* DescribeEdgeUnitApplicationEvents
|
|
157
|
+
* DescribeEdgeUnitApplicationLogs
|
|
158
|
+
* DescribeEdgeUnitApplicationPodContainers
|
|
159
|
+
* DescribeEdgeUnitApplicationPods
|
|
160
|
+
* DescribeEdgeUnitApplicationVisualization
|
|
161
|
+
* DescribeEdgeUnitApplicationYaml
|
|
162
|
+
* DescribeEdgeUnitApplicationYamlError
|
|
163
|
+
* DescribeEdgeUnitCloud
|
|
164
|
+
* ModifyApplicationBasicInfo
|
|
165
|
+
* ModifyApplicationVisualization
|
|
106
166
|
|
|
107
|
-
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
170
|
+
|
|
171
|
+
### 第 7 次发布
|
|
172
|
+
|
|
173
|
+
发布时间:2024-06-20 01:56:34
|
|
108
174
|
|
|
109
175
|
本次发布包含了以下内容:
|
|
110
176
|
|
|
111
177
|
改善已有的文档。
|
|
112
178
|
|
|
113
|
-
|
|
179
|
+
新增接口:
|
|
114
180
|
|
|
115
|
-
* [
|
|
181
|
+
* [CreateReconstructDocumentFlow](https://cloud.tencent.com/document/api/1759/107506)
|
|
182
|
+
* [GetReconstructDocumentResult](https://cloud.tencent.com/document/api/1759/107505)
|
|
183
|
+
* [ReconstructDocument](https://cloud.tencent.com/document/api/1759/107504)
|
|
116
184
|
|
|
117
|
-
|
|
185
|
+
新增数据结构:
|
|
118
186
|
|
|
187
|
+
* [Coord](https://cloud.tencent.com/document/api/1759/105104#Coord)
|
|
188
|
+
* [CreateReconstructDocumentFlowConfig](https://cloud.tencent.com/document/api/1759/105104#CreateReconstructDocumentFlowConfig)
|
|
189
|
+
* [DocumentElement](https://cloud.tencent.com/document/api/1759/105104#DocumentElement)
|
|
190
|
+
* [DocumentRecognizeInfo](https://cloud.tencent.com/document/api/1759/105104#DocumentRecognizeInfo)
|
|
191
|
+
* [Polygon](https://cloud.tencent.com/document/api/1759/105104#Polygon)
|
|
192
|
+
* [ReconstructDocumentConfig](https://cloud.tencent.com/document/api/1759/105104#ReconstructDocumentConfig)
|
|
193
|
+
* [ReconstructDocumentFailedPage](https://cloud.tencent.com/document/api/1759/105104#ReconstructDocumentFailedPage)
|
|
119
194
|
|
|
120
195
|
|
|
121
196
|
|
|
122
|
-
##
|
|
197
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
123
198
|
|
|
124
|
-
### 第
|
|
199
|
+
### 第 117 次发布
|
|
125
200
|
|
|
126
|
-
发布时间:2024-06-
|
|
201
|
+
发布时间:2024-06-20 01:58:59
|
|
127
202
|
|
|
128
203
|
本次发布包含了以下内容:
|
|
129
204
|
|
|
130
205
|
改善已有的文档。
|
|
131
206
|
|
|
132
|
-
|
|
207
|
+
修改接口:
|
|
133
208
|
|
|
134
|
-
* [
|
|
209
|
+
* [DeleteAlarmPolicy](https://cloud.tencent.com/document/api/248/51285)
|
|
135
210
|
|
|
136
|
-
*
|
|
211
|
+
* 新增入参:PromInsIds
|
|
137
212
|
|
|
138
|
-
* [TaskInfoNew](https://cloud.tencent.com/document/api/596/39686#TaskInfoNew)
|
|
139
213
|
|
|
140
|
-
* 新增成员:TableGroupId, TableGroupName, TableName
|
|
141
214
|
|
|
142
215
|
|
|
216
|
+
## 容器服务(tke) 版本:2022-05-01
|
|
143
217
|
|
|
144
218
|
|
|
145
|
-
## 实时音视频(trtc) 版本:2019-07-22
|
|
146
219
|
|
|
147
|
-
|
|
220
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
148
221
|
|
|
149
|
-
|
|
222
|
+
### 第 173 次发布
|
|
223
|
+
|
|
224
|
+
发布时间:2024-06-20 02:22:36
|
|
150
225
|
|
|
151
226
|
本次发布包含了以下内容:
|
|
152
227
|
|
|
153
228
|
改善已有的文档。
|
|
154
229
|
|
|
230
|
+
新增接口:
|
|
231
|
+
|
|
232
|
+
* [DescribePodChargeInfo](https://cloud.tencent.com/document/api/457/107507)
|
|
233
|
+
|
|
234
|
+
修改接口:
|
|
235
|
+
|
|
236
|
+
* [DescribeIPAMD](https://cloud.tencent.com/document/api/457/101765)
|
|
237
|
+
|
|
238
|
+
* 新增出参:EnableTrunkingENI
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
新增数据结构:
|
|
242
|
+
|
|
243
|
+
* [PodChargeInfo](https://cloud.tencent.com/document/api/457/31866#PodChargeInfo)
|
|
244
|
+
|
|
155
245
|
修改数据结构:
|
|
156
246
|
|
|
157
|
-
* [
|
|
247
|
+
* [ContainerState](https://cloud.tencent.com/document/api/457/31866#ContainerState)
|
|
248
|
+
|
|
249
|
+
* <font color="#dd0000">**修改成员**:</font>StartTime, State, FinishTime, ExitCode, Reason, Message, RestartCount
|
|
158
250
|
|
|
159
251
|
|
|
160
252
|
|
|
161
253
|
|
|
162
254
|
## 微服务引擎(tse) 版本:2020-12-07
|
|
163
255
|
|
|
164
|
-
### 第
|
|
256
|
+
### 第 72 次发布
|
|
165
257
|
|
|
166
|
-
发布时间:2024-06-
|
|
258
|
+
发布时间:2024-06-20 02:26:25
|
|
259
|
+
|
|
260
|
+
本次发布包含了以下内容:
|
|
261
|
+
|
|
262
|
+
改善已有的文档。
|
|
263
|
+
|
|
264
|
+
修改数据结构:
|
|
265
|
+
|
|
266
|
+
* [UpstreamHealthCheckConfig](https://cloud.tencent.com/document/api/1364/54942#UpstreamHealthCheckConfig)
|
|
267
|
+
|
|
268
|
+
* 新增成员:ZeroWeightHeathCheck
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
274
|
+
|
|
275
|
+
### 第 109 次发布
|
|
276
|
+
|
|
277
|
+
发布时间:2024-06-20 02:27:26
|
|
278
|
+
|
|
279
|
+
本次发布包含了以下内容:
|
|
280
|
+
|
|
281
|
+
改善已有的文档。
|
|
282
|
+
|
|
283
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
284
|
+
|
|
285
|
+
* DescribeApplicationBusinessLogConfig
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
290
|
+
|
|
291
|
+
### 第 89 次发布
|
|
292
|
+
|
|
293
|
+
发布时间:2024-06-20 02:34:10
|
|
167
294
|
|
|
168
295
|
本次发布包含了以下内容:
|
|
169
296
|
|
|
@@ -171,39 +298,41 @@
|
|
|
171
298
|
|
|
172
299
|
修改接口:
|
|
173
300
|
|
|
174
|
-
* [
|
|
301
|
+
* [DescribeAccessFastAnalysis](https://cloud.tencent.com/document/api/627/60014)
|
|
175
302
|
|
|
176
|
-
*
|
|
303
|
+
* <font color="#dd0000">**修改入参**:</font>TopicId
|
|
304
|
+
|
|
305
|
+
* 新增出参:FieldValueRatioInfos, TotalCount
|
|
177
306
|
|
|
178
307
|
|
|
179
308
|
新增数据结构:
|
|
180
309
|
|
|
181
|
-
* [
|
|
182
|
-
* [PublicAddressConfig](https://cloud.tencent.com/document/api/1364/54942#PublicAddressConfig)
|
|
310
|
+
* [AccessFieldValueRatioInfo](https://cloud.tencent.com/document/api/627/53609#AccessFieldValueRatioInfo)
|
|
183
311
|
|
|
184
312
|
|
|
185
313
|
|
|
186
|
-
##
|
|
314
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
187
315
|
|
|
188
|
-
### 第
|
|
316
|
+
### 第 97 次发布
|
|
189
317
|
|
|
190
|
-
发布时间:2024-06-
|
|
318
|
+
发布时间:2024-06-20 02:35:45
|
|
191
319
|
|
|
192
320
|
本次发布包含了以下内容:
|
|
193
321
|
|
|
194
322
|
改善已有的文档。
|
|
195
323
|
|
|
196
|
-
|
|
324
|
+
修改接口:
|
|
197
325
|
|
|
198
|
-
* [
|
|
326
|
+
* [DiagnosePro](https://cloud.tencent.com/document/api/1267/105332)
|
|
199
327
|
|
|
200
|
-
*
|
|
328
|
+
* <font color="#dd0000">**修改入参**:</font>SearchCondition, ProjectId
|
|
201
329
|
|
|
202
|
-
* <font color="#dd0000">**修改成员**:</font>ConfigReleaseId, ConfigId, ConfigName, ConfigVersion, ReleaseDesc, ReleaseTime, GroupId, GroupName, NamespaceId, NamespaceName, ClusterId, ClusterName
|
|
203
330
|
|
|
204
|
-
|
|
331
|
+
修改数据结构:
|
|
205
332
|
|
|
206
|
-
|
|
333
|
+
* [TaskAlarmInfo](https://cloud.tencent.com/document/api/1267/76336#TaskAlarmInfo)
|
|
334
|
+
|
|
335
|
+
* 新增成员:DingDingWebHooks
|
|
207
336
|
|
|
208
337
|
|
|
209
338
|
|
|
@@ -23139,6 +23268,21 @@
|
|
|
23139
23268
|
|
|
23140
23269
|
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
23141
23270
|
|
|
23271
|
+
### 第 13 次发布
|
|
23272
|
+
|
|
23273
|
+
发布时间:2024-06-20 01:19:00
|
|
23274
|
+
|
|
23275
|
+
本次发布包含了以下内容:
|
|
23276
|
+
|
|
23277
|
+
改善已有的文档。
|
|
23278
|
+
|
|
23279
|
+
修改接口:
|
|
23280
|
+
|
|
23281
|
+
* [DescribeSlowQueryRecordsDownload](https://cloud.tencent.com/document/api/1387/102613)
|
|
23282
|
+
|
|
23283
|
+
* 新增入参:DbName, CatalogName
|
|
23284
|
+
|
|
23285
|
+
|
|
23142
23286
|
### 第 12 次发布
|
|
23143
23287
|
|
|
23144
23288
|
发布时间:2024-06-14 01:22:52
|
|
@@ -26469,6 +26613,21 @@
|
|
|
26469
26613
|
|
|
26470
26614
|
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
26471
26615
|
|
|
26616
|
+
### 第 105 次发布
|
|
26617
|
+
|
|
26618
|
+
发布时间:2024-06-20 01:21:11
|
|
26619
|
+
|
|
26620
|
+
本次发布包含了以下内容:
|
|
26621
|
+
|
|
26622
|
+
改善已有的文档。
|
|
26623
|
+
|
|
26624
|
+
修改数据结构:
|
|
26625
|
+
|
|
26626
|
+
* [ZoneResponse](https://cloud.tencent.com/document/api/597/40861#ZoneResponse)
|
|
26627
|
+
|
|
26628
|
+
* 新增成员:RequestId, Version, Offset, Limit, ForceCheckTag
|
|
26629
|
+
|
|
26630
|
+
|
|
26472
26631
|
### 第 104 次发布
|
|
26473
26632
|
|
|
26474
26633
|
发布时间:2024-05-28 01:20:25
|
|
@@ -37854,6 +38013,68 @@
|
|
|
37854
38013
|
|
|
37855
38014
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
37856
38015
|
|
|
38016
|
+
### 第 40 次发布
|
|
38017
|
+
|
|
38018
|
+
发布时间:2024-06-20 01:24:58
|
|
38019
|
+
|
|
38020
|
+
本次发布包含了以下内容:
|
|
38021
|
+
|
|
38022
|
+
改善已有的文档。
|
|
38023
|
+
|
|
38024
|
+
修改接口:
|
|
38025
|
+
|
|
38026
|
+
* [CreateDomainAndIp](https://cloud.tencent.com/document/api/664/93274)
|
|
38027
|
+
|
|
38028
|
+
* 新增入参:MemberId
|
|
38029
|
+
|
|
38030
|
+
* [CreateRiskCenterScanTask](https://cloud.tencent.com/document/api/664/94177)
|
|
38031
|
+
|
|
38032
|
+
* 新增入参:FinishWebHook
|
|
38033
|
+
|
|
38034
|
+
* [DeleteDomainAndIp](https://cloud.tencent.com/document/api/664/98743)
|
|
38035
|
+
|
|
38036
|
+
* 新增入参:MemberId
|
|
38037
|
+
|
|
38038
|
+
* [ModifyRiskCenterScanTask](https://cloud.tencent.com/document/api/664/103117)
|
|
38039
|
+
|
|
38040
|
+
* 新增入参:FinishWebHook
|
|
38041
|
+
|
|
38042
|
+
|
|
38043
|
+
修改数据结构:
|
|
38044
|
+
|
|
38045
|
+
* [AssetViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#AssetViewVULRiskData)
|
|
38046
|
+
|
|
38047
|
+
* 新增成员:TvdID, IsOneClick
|
|
38048
|
+
|
|
38049
|
+
* [CVMAssetVO](https://cloud.tencent.com/document/api/664/90825#CVMAssetVO)
|
|
38050
|
+
|
|
38051
|
+
* 新增成员:RealAppid, CloudType
|
|
38052
|
+
|
|
38053
|
+
* [VULViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#VULViewVULRiskData)
|
|
38054
|
+
|
|
38055
|
+
* 新增成员:TvdID, IsOneClick
|
|
38056
|
+
|
|
38057
|
+
|
|
38058
|
+
### 第 39 次发布
|
|
38059
|
+
|
|
38060
|
+
发布时间:2024-06-19 01:24:50
|
|
38061
|
+
|
|
38062
|
+
本次发布包含了以下内容:
|
|
38063
|
+
|
|
38064
|
+
改善已有的文档。
|
|
38065
|
+
|
|
38066
|
+
新增接口:
|
|
38067
|
+
|
|
38068
|
+
* [DescribeVULRiskDetail](https://cloud.tencent.com/document/api/664/107483)
|
|
38069
|
+
* [DescribeVulViewVulRiskList](https://cloud.tencent.com/document/api/664/107482)
|
|
38070
|
+
|
|
38071
|
+
新增数据结构:
|
|
38072
|
+
|
|
38073
|
+
* [VULRiskInfo](https://cloud.tencent.com/document/api/664/90825#VULRiskInfo)
|
|
38074
|
+
* [VULViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#VULViewVULRiskData)
|
|
38075
|
+
* [VulImpactComponentInfo](https://cloud.tencent.com/document/api/664/90825#VulImpactComponentInfo)
|
|
38076
|
+
* [VulTrend](https://cloud.tencent.com/document/api/664/90825#VulTrend)
|
|
38077
|
+
|
|
37857
38078
|
### 第 38 次发布
|
|
37858
38079
|
|
|
37859
38080
|
发布时间:2024-05-16 01:26:49
|
|
@@ -44738,6 +44959,33 @@
|
|
|
44738
44959
|
|
|
44739
44960
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
44740
44961
|
|
|
44962
|
+
### 第 93 次发布
|
|
44963
|
+
|
|
44964
|
+
发布时间:2024-06-20 01:30:19
|
|
44965
|
+
|
|
44966
|
+
本次发布包含了以下内容:
|
|
44967
|
+
|
|
44968
|
+
改善已有的文档。
|
|
44969
|
+
|
|
44970
|
+
新增数据结构:
|
|
44971
|
+
|
|
44972
|
+
* [[ExchangeInstanceInfo](https://cloud.tencent.com/document/api/1003/48097#ExchangeInstanceInfo)](https://cloud.tencent.com/document/api/1003/48097#[ExchangeInstanceInfo](https://cloud.tencent.com/document/api/1003/48097#ExchangeInstanceInfo))
|
|
44973
|
+
* [[ExchangeRoGroupInfo](https://cloud.tencent.com/document/api/1003/48097#ExchangeRoGroupInfo)](https://cloud.tencent.com/document/api/1003/48097#[ExchangeRoGroupInfo](https://cloud.tencent.com/document/api/1003/48097#ExchangeRoGroupInfo))
|
|
44974
|
+
* [[RollbackInstanceInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackInstanceInfo)](https://cloud.tencent.com/document/api/1003/48097#[RollbackInstanceInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackInstanceInfo))
|
|
44975
|
+
* [[RollbackProcessInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackProcessInfo)](https://cloud.tencent.com/document/api/1003/48097#[RollbackProcessInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackProcessInfo))
|
|
44976
|
+
* [[RollbackRoGroupInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackRoGroupInfo)](https://cloud.tencent.com/document/api/1003/48097#[RollbackRoGroupInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackRoGroupInfo))
|
|
44977
|
+
|
|
44978
|
+
修改数据结构:
|
|
44979
|
+
|
|
44980
|
+
* [BizTaskInfo](https://cloud.tencent.com/document/api/1003/48097#BizTaskInfo)
|
|
44981
|
+
|
|
44982
|
+
* 新增成员:Region, InstanceCLSDeliveryInfos
|
|
44983
|
+
|
|
44984
|
+
* [RollbackData](https://cloud.tencent.com/document/api/1003/48097#RollbackData)
|
|
44985
|
+
|
|
44986
|
+
* 新增成员:RollbackProcess
|
|
44987
|
+
|
|
44988
|
+
|
|
44741
44989
|
### 第 92 次发布
|
|
44742
44990
|
|
|
44743
44991
|
发布时间:2024-06-18 01:30:07
|
|
@@ -50743,6 +50991,18 @@
|
|
|
50743
50991
|
|
|
50744
50992
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
50745
50993
|
|
|
50994
|
+
### 第 93 次发布
|
|
50995
|
+
|
|
50996
|
+
发布时间:2024-06-20 01:34:00
|
|
50997
|
+
|
|
50998
|
+
本次发布包含了以下内容:
|
|
50999
|
+
|
|
51000
|
+
改善已有的文档。
|
|
51001
|
+
|
|
51002
|
+
新增接口:
|
|
51003
|
+
|
|
51004
|
+
* [[DescribeTasksOverview](https://cloud.tencent.com/document/api/1342/107503)](https://cloud.tencent.com/document/api/#/#)
|
|
51005
|
+
|
|
50746
51006
|
### 第 92 次发布
|
|
50747
51007
|
|
|
50748
51008
|
发布时间:2024-06-07 01:39:09
|
|
@@ -70198,6 +70458,21 @@
|
|
|
70198
70458
|
|
|
70199
70459
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
70200
70460
|
|
|
70461
|
+
### 第 45 次发布
|
|
70462
|
+
|
|
70463
|
+
发布时间:2024-06-19 01:43:58
|
|
70464
|
+
|
|
70465
|
+
本次发布包含了以下内容:
|
|
70466
|
+
|
|
70467
|
+
改善已有的文档。
|
|
70468
|
+
|
|
70469
|
+
修改数据结构:
|
|
70470
|
+
|
|
70471
|
+
* [DomainRuleSet](https://cloud.tencent.com/document/api/608/37023#DomainRuleSet)
|
|
70472
|
+
|
|
70473
|
+
* 新增成员:TLSCiphers, TLSSupportVersion
|
|
70474
|
+
|
|
70475
|
+
|
|
70201
70476
|
### 第 44 次发布
|
|
70202
70477
|
|
|
70203
70478
|
发布时间:2024-04-17 01:14:36
|
|
@@ -74987,6 +75262,37 @@
|
|
|
74987
75262
|
|
|
74988
75263
|
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
74989
75264
|
|
|
75265
|
+
### 第 8 次发布
|
|
75266
|
+
|
|
75267
|
+
发布时间:2024-06-20 01:46:44
|
|
75268
|
+
|
|
75269
|
+
本次发布包含了以下内容:
|
|
75270
|
+
|
|
75271
|
+
改善已有的文档。
|
|
75272
|
+
|
|
75273
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
75274
|
+
|
|
75275
|
+
* ApplyMarketComponent
|
|
75276
|
+
* CreateApplicationVisualization
|
|
75277
|
+
* CreateEdgeUnitApplicationVisualization
|
|
75278
|
+
* CreateEdgeUnitApplicationYaml
|
|
75279
|
+
* DeleteApplications
|
|
75280
|
+
* DeleteEdgeUnitApplications
|
|
75281
|
+
* DescribeApplicationVisualization
|
|
75282
|
+
* DescribeApplicationYaml
|
|
75283
|
+
* DescribeApplicationYamlError
|
|
75284
|
+
* DescribeApplications
|
|
75285
|
+
* DescribeEdgeUnitApplicationEvents
|
|
75286
|
+
* DescribeEdgeUnitApplicationLogs
|
|
75287
|
+
* DescribeEdgeUnitApplicationPodContainers
|
|
75288
|
+
* DescribeEdgeUnitApplicationPods
|
|
75289
|
+
* DescribeEdgeUnitApplicationVisualization
|
|
75290
|
+
* DescribeEdgeUnitApplicationYaml
|
|
75291
|
+
* DescribeEdgeUnitApplicationYamlError
|
|
75292
|
+
* DescribeEdgeUnitCloud
|
|
75293
|
+
* ModifyApplicationBasicInfo
|
|
75294
|
+
* ModifyApplicationVisualization
|
|
75295
|
+
|
|
74990
75296
|
### 第 7 次发布
|
|
74991
75297
|
|
|
74992
75298
|
发布时间:2022-04-08 06:08:23
|
|
@@ -86877,6 +87183,30 @@
|
|
|
86877
87183
|
|
|
86878
87184
|
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
86879
87185
|
|
|
87186
|
+
### 第 7 次发布
|
|
87187
|
+
|
|
87188
|
+
发布时间:2024-06-20 01:56:34
|
|
87189
|
+
|
|
87190
|
+
本次发布包含了以下内容:
|
|
87191
|
+
|
|
87192
|
+
改善已有的文档。
|
|
87193
|
+
|
|
87194
|
+
新增接口:
|
|
87195
|
+
|
|
87196
|
+
* [[CreateReconstructDocumentFlow](https://cloud.tencent.com/document/api/1759/107506)](https://cloud.tencent.com/document/api/#/#)
|
|
87197
|
+
* [[GetReconstructDocumentResult](https://cloud.tencent.com/document/api/1759/107505)](https://cloud.tencent.com/document/api/#/#)
|
|
87198
|
+
* [[ReconstructDocument](https://cloud.tencent.com/document/api/1759/107504)](https://cloud.tencent.com/document/api/#/#)
|
|
87199
|
+
|
|
87200
|
+
新增数据结构:
|
|
87201
|
+
|
|
87202
|
+
* [[Coord](https://cloud.tencent.com/document/api/1759/105104#Coord)](https://cloud.tencent.com/document/api/1759/105104#[Coord](https://cloud.tencent.com/document/api/1759/105104#Coord))
|
|
87203
|
+
* [[CreateReconstructDocumentFlowConfig](https://cloud.tencent.com/document/api/1759/105104#CreateReconstructDocumentFlowConfig)](https://cloud.tencent.com/document/api/1759/105104#[CreateReconstructDocumentFlowConfig](https://cloud.tencent.com/document/api/1759/105104#CreateReconstructDocumentFlowConfig))
|
|
87204
|
+
* [[DocumentElement](https://cloud.tencent.com/document/api/1759/105104#DocumentElement)](https://cloud.tencent.com/document/api/1759/105104#[DocumentElement](https://cloud.tencent.com/document/api/1759/105104#DocumentElement))
|
|
87205
|
+
* [[DocumentRecognizeInfo](https://cloud.tencent.com/document/api/1759/105104#DocumentRecognizeInfo)](https://cloud.tencent.com/document/api/1759/105104#[DocumentRecognizeInfo](https://cloud.tencent.com/document/api/1759/105104#DocumentRecognizeInfo))
|
|
87206
|
+
* [[Polygon](https://cloud.tencent.com/document/api/1759/105104#Polygon)](https://cloud.tencent.com/document/api/1759/105104#[Polygon](https://cloud.tencent.com/document/api/1759/105104#Polygon))
|
|
87207
|
+
* [[ReconstructDocumentConfig](https://cloud.tencent.com/document/api/1759/105104#ReconstructDocumentConfig)](https://cloud.tencent.com/document/api/1759/105104#[ReconstructDocumentConfig](https://cloud.tencent.com/document/api/1759/105104#ReconstructDocumentConfig))
|
|
87208
|
+
* [[ReconstructDocumentFailedPage](https://cloud.tencent.com/document/api/1759/105104#ReconstructDocumentFailedPage)](https://cloud.tencent.com/document/api/1759/105104#[ReconstructDocumentFailedPage](https://cloud.tencent.com/document/api/1759/105104#ReconstructDocumentFailedPage))
|
|
87209
|
+
|
|
86880
87210
|
### 第 6 次发布
|
|
86881
87211
|
|
|
86882
87212
|
发布时间:2024-05-13 01:22:27
|
|
@@ -89993,6 +90323,21 @@
|
|
|
89993
90323
|
|
|
89994
90324
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
89995
90325
|
|
|
90326
|
+
### 第 117 次发布
|
|
90327
|
+
|
|
90328
|
+
发布时间:2024-06-20 01:58:59
|
|
90329
|
+
|
|
90330
|
+
本次发布包含了以下内容:
|
|
90331
|
+
|
|
90332
|
+
改善已有的文档。
|
|
90333
|
+
|
|
90334
|
+
修改接口:
|
|
90335
|
+
|
|
90336
|
+
* [DeleteAlarmPolicy](https://cloud.tencent.com/document/api/248/51285)
|
|
90337
|
+
|
|
90338
|
+
* 新增入参:PromInsIds
|
|
90339
|
+
|
|
90340
|
+
|
|
89996
90341
|
### 第 116 次发布
|
|
89997
90342
|
|
|
89998
90343
|
发布时间:2024-06-14 02:13:11
|
|
@@ -133041,6 +133386,36 @@
|
|
|
133041
133386
|
|
|
133042
133387
|
## 容器服务(tke) 版本:2018-05-25
|
|
133043
133388
|
|
|
133389
|
+
### 第 173 次发布
|
|
133390
|
+
|
|
133391
|
+
发布时间:2024-06-20 02:22:36
|
|
133392
|
+
|
|
133393
|
+
本次发布包含了以下内容:
|
|
133394
|
+
|
|
133395
|
+
改善已有的文档。
|
|
133396
|
+
|
|
133397
|
+
新增接口:
|
|
133398
|
+
|
|
133399
|
+
* [[DescribePodChargeInfo](https://cloud.tencent.com/document/api/457/107507)](https://cloud.tencent.com/document/api/#/#)
|
|
133400
|
+
|
|
133401
|
+
修改接口:
|
|
133402
|
+
|
|
133403
|
+
* [DescribeIPAMD](https://cloud.tencent.com/document/api/457/101765)
|
|
133404
|
+
|
|
133405
|
+
* 新增出参:EnableTrunkingENI
|
|
133406
|
+
|
|
133407
|
+
|
|
133408
|
+
新增数据结构:
|
|
133409
|
+
|
|
133410
|
+
* [[PodChargeInfo](https://cloud.tencent.com/document/api/457/31866#PodChargeInfo)](https://cloud.tencent.com/document/api/457/31866#[PodChargeInfo](https://cloud.tencent.com/document/api/457/31866#PodChargeInfo))
|
|
133411
|
+
|
|
133412
|
+
修改数据结构:
|
|
133413
|
+
|
|
133414
|
+
* [ContainerState](https://cloud.tencent.com/document/api/457/31866#ContainerState)
|
|
133415
|
+
|
|
133416
|
+
* <font color="#dd0000">**修改成员**:</font>StartTime, State, FinishTime, ExitCode, Reason, Message, RestartCount
|
|
133417
|
+
|
|
133418
|
+
|
|
133044
133419
|
### 第 172 次发布
|
|
133045
133420
|
|
|
133046
133421
|
发布时间:2024-06-17 02:22:05
|
|
@@ -139757,6 +140132,21 @@
|
|
|
139757
140132
|
|
|
139758
140133
|
## 微服务引擎(tse) 版本:2020-12-07
|
|
139759
140134
|
|
|
140135
|
+
### 第 72 次发布
|
|
140136
|
+
|
|
140137
|
+
发布时间:2024-06-20 02:26:25
|
|
140138
|
+
|
|
140139
|
+
本次发布包含了以下内容:
|
|
140140
|
+
|
|
140141
|
+
改善已有的文档。
|
|
140142
|
+
|
|
140143
|
+
修改数据结构:
|
|
140144
|
+
|
|
140145
|
+
* [UpstreamHealthCheckConfig](https://cloud.tencent.com/document/api/1364/54942#UpstreamHealthCheckConfig)
|
|
140146
|
+
|
|
140147
|
+
* 新增成员:ZeroWeightHeathCheck
|
|
140148
|
+
|
|
140149
|
+
|
|
139760
140150
|
### 第 71 次发布
|
|
139761
140151
|
|
|
139762
140152
|
发布时间:2024-06-18 02:25:40
|
|
@@ -139774,8 +140164,8 @@
|
|
|
139774
140164
|
|
|
139775
140165
|
新增数据结构:
|
|
139776
140166
|
|
|
139777
|
-
* [
|
|
139778
|
-
* [
|
|
140167
|
+
* [DescribePublicAddressConfigResult](https://cloud.tencent.com/document/api/1364/54942#DescribePublicAddressConfigResult)
|
|
140168
|
+
* [PublicAddressConfig](https://cloud.tencent.com/document/api/1364/54942#PublicAddressConfig)
|
|
139779
140169
|
|
|
139780
140170
|
### 第 70 次发布
|
|
139781
140171
|
|
|
@@ -141252,6 +141642,18 @@
|
|
|
141252
141642
|
|
|
141253
141643
|
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
141254
141644
|
|
|
141645
|
+
### 第 109 次发布
|
|
141646
|
+
|
|
141647
|
+
发布时间:2024-06-20 02:27:26
|
|
141648
|
+
|
|
141649
|
+
本次发布包含了以下内容:
|
|
141650
|
+
|
|
141651
|
+
改善已有的文档。
|
|
141652
|
+
|
|
141653
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
141654
|
+
|
|
141655
|
+
* DescribeApplicationBusinessLogConfig
|
|
141656
|
+
|
|
141255
141657
|
### 第 108 次发布
|
|
141256
141658
|
|
|
141257
141659
|
发布时间:2024-06-18 02:26:44
|
|
@@ -154136,6 +154538,27 @@
|
|
|
154136
154538
|
|
|
154137
154539
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
154138
154540
|
|
|
154541
|
+
### 第 89 次发布
|
|
154542
|
+
|
|
154543
|
+
发布时间:2024-06-20 02:34:10
|
|
154544
|
+
|
|
154545
|
+
本次发布包含了以下内容:
|
|
154546
|
+
|
|
154547
|
+
改善已有的文档。
|
|
154548
|
+
|
|
154549
|
+
修改接口:
|
|
154550
|
+
|
|
154551
|
+
* [DescribeAccessFastAnalysis](https://cloud.tencent.com/document/api/627/60014)
|
|
154552
|
+
|
|
154553
|
+
* <font color="#dd0000">**修改入参**:</font>TopicId
|
|
154554
|
+
|
|
154555
|
+
* 新增出参:FieldValueRatioInfos, TotalCount
|
|
154556
|
+
|
|
154557
|
+
|
|
154558
|
+
新增数据结构:
|
|
154559
|
+
|
|
154560
|
+
* [[AccessFieldValueRatioInfo](https://cloud.tencent.com/document/api/627/53609#AccessFieldValueRatioInfo)](https://cloud.tencent.com/document/api/627/53609#[AccessFieldValueRatioInfo](https://cloud.tencent.com/document/api/627/53609#AccessFieldValueRatioInfo))
|
|
154561
|
+
|
|
154139
154562
|
### 第 88 次发布
|
|
154140
154563
|
|
|
154141
154564
|
发布时间:2024-06-17 02:33:30
|
|
@@ -156510,6 +156933,47 @@
|
|
|
156510
156933
|
|
|
156511
156934
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
156512
156935
|
|
|
156936
|
+
### 第 97 次发布
|
|
156937
|
+
|
|
156938
|
+
发布时间:2024-06-20 02:35:45
|
|
156939
|
+
|
|
156940
|
+
本次发布包含了以下内容:
|
|
156941
|
+
|
|
156942
|
+
改善已有的文档。
|
|
156943
|
+
|
|
156944
|
+
修改接口:
|
|
156945
|
+
|
|
156946
|
+
* [DiagnosePro](https://cloud.tencent.com/document/api/1267/105332)
|
|
156947
|
+
|
|
156948
|
+
* <font color="#dd0000">**修改入参**:</font>SearchCondition, ProjectId
|
|
156949
|
+
|
|
156950
|
+
|
|
156951
|
+
修改数据结构:
|
|
156952
|
+
|
|
156953
|
+
* [TaskAlarmInfo](https://cloud.tencent.com/document/api/1267/76336#TaskAlarmInfo)
|
|
156954
|
+
|
|
156955
|
+
* 新增成员:DingDingWebHooks
|
|
156956
|
+
|
|
156957
|
+
|
|
156958
|
+
### 第 96 次发布
|
|
156959
|
+
|
|
156960
|
+
发布时间:2024-06-19 02:35:11
|
|
156961
|
+
|
|
156962
|
+
本次发布包含了以下内容:
|
|
156963
|
+
|
|
156964
|
+
改善已有的文档。
|
|
156965
|
+
|
|
156966
|
+
新增接口:
|
|
156967
|
+
|
|
156968
|
+
* [MoveTasksToFolder](https://cloud.tencent.com/document/api/1267/107484)
|
|
156969
|
+
|
|
156970
|
+
修改数据结构:
|
|
156971
|
+
|
|
156972
|
+
* [OpsTaskCanvasInfoList](https://cloud.tencent.com/document/api/1267/76336#OpsTaskCanvasInfoList)
|
|
156973
|
+
|
|
156974
|
+
* <font color="#dd0000">**修改成员**:</font>CirculateTaskList
|
|
156975
|
+
|
|
156976
|
+
|
|
156513
156977
|
### 第 95 次发布
|
|
156514
156978
|
|
|
156515
156979
|
发布时间:2024-06-17 02:35:04
|
|
@@ -157940,7 +158404,7 @@
|
|
|
157940
158404
|
* [ModifyTaskLinksDs](https://cloud.tencent.com/document/api/#/#)
|
|
157941
158405
|
* [ModifyTaskScriptDs](https://cloud.tencent.com/document/api/#/#)
|
|
157942
158406
|
* [MoveFile](https://cloud.tencent.com/document/api/#/#)
|
|
157943
|
-
* [MoveTasksToFolder](https://cloud.tencent.com/document/api
|
|
158407
|
+
* [MoveTasksToFolder](https://cloud.tencent.com/document/api/1267/107484)
|
|
157944
158408
|
* [RegisterDsEvent](https://cloud.tencent.com/document/api/#/#)
|
|
157945
158409
|
* [RegisterDsEventListener](https://cloud.tencent.com/document/api/#/#)
|
|
157946
158410
|
* [RegisterDsEventPublisher](https://cloud.tencent.com/document/api/#/#)
|