tencentcloud-sdk-nodejs 4.0.419 → 4.0.422
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 +766 -0
- package/SERVICE_CHANGELOG.md +998 -57
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/captcha/v20190722/captcha_models.ts +0 -1
- package/src/services/cdn/v20180606/cdn_models.ts +0 -1
- package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +46 -1
- package/src/services/cls/v20201016/cls_models.ts +5 -0
- package/src/services/cvm/v20170312/cvm_models.ts +5 -0
- package/src/services/cwp/v20180228/cwp_client.ts +1 -0
- package/src/services/cwp/v20180228/cwp_models.ts +44 -1
- package/src/services/eb/v20210416/eb_models.ts +5 -0
- package/src/services/ess/v20201111/ess_models.ts +2 -2
- package/src/services/gs/v20191118/gs_client.ts +1 -1
- package/src/services/gs/v20191118/gs_models.ts +5 -0
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
- package/src/services/irp/v20220805/irp_client.ts +3 -3
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +3 -3
- package/src/services/monitor/v20180724/monitor_client.ts +917 -500
- package/src/services/monitor/v20180724/monitor_models.ts +1820 -493
- package/src/services/partners/v20180321/partners_models.ts +5 -4
- package/src/services/pts/v20210728/pts_client.ts +1 -0
- package/src/services/pts/v20210728/pts_models.ts +20 -0
- package/src/services/taf/v20200210/taf_client.ts +5 -21
- package/src/services/taf/v20200210/taf_models.ts +42 -170
- package/src/services/tcaplusdb/v20190823/tcaplusdb_client.ts +2 -0
- package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +81 -0
- package/src/services/tcb/v20180608/tcb_models.ts +12 -0
- package/src/services/tcbr/v20220217/tcbr_models.ts +5 -0
- package/src/services/tcss/v20201101/tcss_models.ts +24 -2
- package/src/services/teo/v20220106/teo_models.ts +284 -109
- package/src/services/tiia/v20190529/tiia_client.ts +4 -1
- package/src/services/tione/v20211111/tione_models.ts +2 -2
- package/src/services/tke/v20180525/tke_client.ts +3 -2
- package/src/services/tke/v20180525/tke_models.ts +46 -1
- package/src/services/vod/v20180717/vod_client.ts +15 -2
- package/src/services/vod/v20180717/vod_models.ts +124 -0
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +46 -31
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +236 -150
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +0 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +0 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +39 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -1
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -2
- package/tencentcloud/services/gs/v20191118/gs_client.d.ts +1 -1
- package/tencentcloud/services/gs/v20191118/gs_client.js +1 -1
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +4 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
- package/tencentcloud/services/irp/v20220805/irp_client.d.ts +3 -3
- package/tencentcloud/services/irp/v20220805/irp_client.js +3 -3
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +3 -3
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +305 -169
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +449 -245
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1520 -381
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +3 -2
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +17 -0
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -5
- package/tencentcloud/services/taf/v20200210/taf_client.js +0 -6
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +37 -147
- package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +67 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +10 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +4 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +21 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +241 -92
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +4 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +4 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +39 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +7 -3
- package/tencentcloud/services/vod/v20180717/vod_client.js +8 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +104 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +13 -9
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +18 -12
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +212 -138
- package/test/monitor.v20180724.test.js +492 -152
- package/test/taf.v20200210.test.js +0 -10
- package/test/vod.v20180717.test.js +10 -0
- package/test/yinsuda.v20220527.test.js +18 -8
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,26 +1,166 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
4
|
+
|
|
5
|
+
### 第 54 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-08-23 06:17:56
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [ModifyInstanceAttributes](https://cloud.tencent.com/document/api/597/40832)
|
|
16
|
+
|
|
17
|
+
* 新增入参:MaxMessageByte
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### 第 53 次发布
|
|
21
|
+
|
|
22
|
+
发布时间:2022-08-22 06:16:09
|
|
23
|
+
|
|
24
|
+
本次发布包含了以下内容:
|
|
25
|
+
|
|
26
|
+
改善已有的文档。
|
|
27
|
+
|
|
28
|
+
新增数据结构:
|
|
29
|
+
|
|
30
|
+
* [RowParam](https://cloud.tencent.com/document/api/597/40861#RowParam)
|
|
31
|
+
|
|
32
|
+
修改数据结构:
|
|
33
|
+
|
|
34
|
+
* [TransformsParam](https://cloud.tencent.com/document/api/597/40861#TransformsParam)
|
|
35
|
+
|
|
36
|
+
* 新增成员:RowParam
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### 第 52 次发布
|
|
40
|
+
|
|
41
|
+
发布时间:2022-08-19 06:13:13
|
|
42
|
+
|
|
43
|
+
本次发布包含了以下内容:
|
|
44
|
+
|
|
45
|
+
改善已有的文档。
|
|
46
|
+
|
|
47
|
+
修改数据结构:
|
|
48
|
+
|
|
49
|
+
* [MySQLModifyConnectParam](https://cloud.tencent.com/document/api/597/40861#MySQLModifyConnectParam)
|
|
50
|
+
|
|
51
|
+
* 新增成员:SelfBuilt
|
|
52
|
+
|
|
53
|
+
* [PostgreSQLModifyConnectParam](https://cloud.tencent.com/document/api/597/40861#PostgreSQLModifyConnectParam)
|
|
54
|
+
|
|
55
|
+
* 新增成员:SelfBuilt
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
61
|
+
|
|
62
|
+
### 第 50 次发布
|
|
63
|
+
|
|
64
|
+
发布时间:2022-08-19 06:16:28
|
|
65
|
+
|
|
66
|
+
本次发布包含了以下内容:
|
|
67
|
+
|
|
68
|
+
改善已有的文档。
|
|
69
|
+
|
|
70
|
+
修改接口:
|
|
71
|
+
|
|
72
|
+
* [DescribeVulHostCountScanTime](https://cloud.tencent.com/document/api/296/60899)
|
|
73
|
+
|
|
74
|
+
* 新增出参:LastFixTime, hadAutoFixVul
|
|
75
|
+
|
|
76
|
+
* [DescribeVulInfoCvss](https://cloud.tencent.com/document/api/296/60898)
|
|
77
|
+
|
|
78
|
+
* 新增出参:SuccessFixCount, FixSwitch
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
新增数据结构:
|
|
82
|
+
|
|
83
|
+
* [Tags](https://cloud.tencent.com/document/api/296/19867#Tags)
|
|
84
|
+
|
|
85
|
+
修改数据结构:
|
|
86
|
+
|
|
87
|
+
* [Machine](https://cloud.tencent.com/document/api/296/19867#Machine)
|
|
88
|
+
|
|
89
|
+
* 新增成员:CloudTags
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
## 事件总线(eb) 版本:2021-04-16
|
|
95
|
+
|
|
96
|
+
### 第 6 次发布
|
|
97
|
+
|
|
98
|
+
发布时间:2022-08-23 06:27:55
|
|
99
|
+
|
|
100
|
+
本次发布包含了以下内容:
|
|
101
|
+
|
|
102
|
+
改善已有的文档。
|
|
103
|
+
|
|
104
|
+
修改接口:
|
|
105
|
+
|
|
106
|
+
* [UpdateRule](https://cloud.tencent.com/document/api/1359/67693)
|
|
107
|
+
|
|
108
|
+
* 新增入参:EventPattern
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
## 云游戏解决方案(gs) 版本:2019-11-18
|
|
114
|
+
|
|
115
|
+
### 第 18 次发布
|
|
116
|
+
|
|
117
|
+
发布时间:2022-08-19 06:23:23
|
|
118
|
+
|
|
119
|
+
本次发布包含了以下内容:
|
|
120
|
+
|
|
121
|
+
改善已有的文档。
|
|
122
|
+
|
|
123
|
+
修改接口:
|
|
124
|
+
|
|
125
|
+
* [DescribeInstancesCount](https://cloud.tencent.com/document/api/1162/52717)
|
|
126
|
+
|
|
127
|
+
* 新增入参:GameRegion
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
4
133
|
|
|
5
134
|
### 第 5 次发布
|
|
6
135
|
|
|
7
|
-
发布时间:2022-08-
|
|
136
|
+
发布时间:2022-08-22 06:33:46
|
|
8
137
|
|
|
9
138
|
本次发布包含了以下内容:
|
|
10
139
|
|
|
11
140
|
改善已有的文档。
|
|
12
141
|
|
|
13
|
-
|
|
142
|
+
修改数据结构:
|
|
14
143
|
|
|
15
|
-
* [
|
|
144
|
+
* [VideoProduct](https://cloud.tencent.com/document/api/1131/76635#VideoProduct)
|
|
16
145
|
|
|
146
|
+
* 新增成员:CategoryId
|
|
17
147
|
|
|
18
148
|
|
|
19
|
-
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
20
149
|
|
|
21
|
-
### 第 29 次发布
|
|
22
150
|
|
|
23
|
-
|
|
151
|
+
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
160
|
+
|
|
161
|
+
### 第 55 次发布
|
|
162
|
+
|
|
163
|
+
发布时间:2022-08-22 06:38:10
|
|
24
164
|
|
|
25
165
|
本次发布包含了以下内容:
|
|
26
166
|
|
|
@@ -28,18 +168,43 @@
|
|
|
28
168
|
|
|
29
169
|
修改接口:
|
|
30
170
|
|
|
31
|
-
* [
|
|
171
|
+
* [DescribeAllNamespaces](https://cloud.tencent.com/document/api/248/48683)
|
|
32
172
|
|
|
33
|
-
*
|
|
173
|
+
* 新增出参:CommonNamespaces
|
|
34
174
|
|
|
35
175
|
|
|
176
|
+
新增数据结构:
|
|
36
177
|
|
|
178
|
+
* [CommonNamespaceNew](https://cloud.tencent.com/document/api/248/30354#CommonNamespaceNew)
|
|
179
|
+
* [DimensionNew](https://cloud.tencent.com/document/api/248/30354#DimensionNew)
|
|
180
|
+
* [Operator](https://cloud.tencent.com/document/api/248/30354#Operator)
|
|
37
181
|
|
|
38
|
-
|
|
182
|
+
### 第 54 次发布
|
|
39
183
|
|
|
40
|
-
|
|
184
|
+
发布时间:2022-08-19 06:29:18
|
|
41
185
|
|
|
42
|
-
|
|
186
|
+
本次发布包含了以下内容:
|
|
187
|
+
|
|
188
|
+
改善已有的文档。
|
|
189
|
+
|
|
190
|
+
修改接口:
|
|
191
|
+
|
|
192
|
+
* [DescribeBasicAlarmList](https://cloud.tencent.com/document/api/248/41199)
|
|
193
|
+
|
|
194
|
+
* 新增出参:Warning
|
|
195
|
+
|
|
196
|
+
* [DescribePolicyGroupList](https://cloud.tencent.com/document/api/248/40945)
|
|
197
|
+
|
|
198
|
+
* 新增出参:Warning
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
## 云压测(pts) 版本:2021-07-28
|
|
204
|
+
|
|
205
|
+
### 第 3 次发布
|
|
206
|
+
|
|
207
|
+
发布时间:2022-08-22 06:42:21
|
|
43
208
|
|
|
44
209
|
本次发布包含了以下内容:
|
|
45
210
|
|
|
@@ -47,18 +212,22 @@
|
|
|
47
212
|
|
|
48
213
|
修改接口:
|
|
49
214
|
|
|
50
|
-
* [
|
|
215
|
+
* [UpdateScenario](https://cloud.tencent.com/document/api/1484/78057)
|
|
51
216
|
|
|
52
|
-
* 新增入参:
|
|
217
|
+
* 新增入参:NotificationHooks
|
|
53
218
|
|
|
54
219
|
|
|
220
|
+
新增数据结构:
|
|
55
221
|
|
|
222
|
+
* [Notification](https://cloud.tencent.com/document/api/1484/78100#Notification)
|
|
56
223
|
|
|
57
|
-
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
58
224
|
|
|
59
|
-
### 第 22 次发布
|
|
60
225
|
|
|
61
|
-
|
|
226
|
+
## 流量反欺诈(taf) 版本:2020-02-10
|
|
227
|
+
|
|
228
|
+
### 第 15 次发布
|
|
229
|
+
|
|
230
|
+
发布时间:2022-08-22 06:46:33
|
|
62
231
|
|
|
63
232
|
本次发布包含了以下内容:
|
|
64
233
|
|
|
@@ -66,103 +235,259 @@
|
|
|
66
235
|
|
|
67
236
|
<font color="#dd0000">**删除接口**:</font>
|
|
68
237
|
|
|
69
|
-
*
|
|
70
|
-
* DescribeFilterResultList
|
|
71
|
-
* VoiceFilter
|
|
238
|
+
* DetectFraudKOL
|
|
72
239
|
|
|
73
240
|
<font color="#dd0000">**删除数据结构**:</font>
|
|
74
241
|
|
|
75
|
-
*
|
|
76
|
-
*
|
|
242
|
+
* InputKolBspData
|
|
243
|
+
* InputKolDataList
|
|
244
|
+
* OutputKolData
|
|
245
|
+
* OutputKolValue
|
|
77
246
|
|
|
78
247
|
|
|
79
248
|
|
|
80
|
-
##
|
|
249
|
+
## 游戏数据库 TcaplusDB(tcaplusdb) 版本:2019-08-23
|
|
81
250
|
|
|
82
|
-
### 第
|
|
251
|
+
### 第 16 次发布
|
|
83
252
|
|
|
84
|
-
发布时间:2022-08-
|
|
253
|
+
发布时间:2022-08-23 06:49:36
|
|
85
254
|
|
|
86
255
|
本次发布包含了以下内容:
|
|
87
256
|
|
|
88
257
|
改善已有的文档。
|
|
89
258
|
|
|
90
|
-
|
|
259
|
+
新增数据结构:
|
|
91
260
|
|
|
92
|
-
* [
|
|
261
|
+
* [SyncTableField](https://cloud.tencent.com/document/api/596/39686#SyncTableField)
|
|
262
|
+
* [SyncTableInfo](https://cloud.tencent.com/document/api/596/39686#SyncTableInfo)
|
|
93
263
|
|
|
94
|
-
|
|
264
|
+
修改数据结构:
|
|
95
265
|
|
|
96
|
-
* [
|
|
266
|
+
* [TableInfoNew](https://cloud.tencent.com/document/api/596/39686#TableInfoNew)
|
|
97
267
|
|
|
98
|
-
*
|
|
268
|
+
* 新增成员:SyncTableInfo
|
|
99
269
|
|
|
100
270
|
|
|
101
|
-
新增数据结构:
|
|
102
271
|
|
|
103
|
-
|
|
272
|
+
|
|
273
|
+
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
274
|
+
|
|
275
|
+
### 第 86 次发布
|
|
276
|
+
|
|
277
|
+
发布时间:2022-08-23 06:50:01
|
|
278
|
+
|
|
279
|
+
本次发布包含了以下内容:
|
|
280
|
+
|
|
281
|
+
改善已有的文档。
|
|
104
282
|
|
|
105
283
|
修改数据结构:
|
|
106
284
|
|
|
107
|
-
* [
|
|
285
|
+
* [EnvBillingInfoItem](https://cloud.tencent.com/document/api/876/34822#EnvBillingInfoItem)
|
|
108
286
|
|
|
109
|
-
* 新增成员:
|
|
287
|
+
* 新增成员:EnableOverrun, ExtPackageType
|
|
110
288
|
|
|
111
289
|
|
|
112
290
|
|
|
113
291
|
|
|
114
|
-
##
|
|
292
|
+
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
115
293
|
|
|
116
|
-
### 第
|
|
294
|
+
### 第 8 次发布
|
|
117
295
|
|
|
118
|
-
发布时间:2022-08-
|
|
296
|
+
发布时间:2022-08-23 06:50:39
|
|
119
297
|
|
|
120
298
|
本次发布包含了以下内容:
|
|
121
299
|
|
|
122
300
|
改善已有的文档。
|
|
123
301
|
|
|
124
|
-
|
|
302
|
+
修改数据结构:
|
|
125
303
|
|
|
126
|
-
* [
|
|
304
|
+
* [ServerBaseInfo](https://cloud.tencent.com/document/api/1243/75713#ServerBaseInfo)
|
|
127
305
|
|
|
128
|
-
|
|
306
|
+
* 新增成员:CustomDomainNames
|
|
129
307
|
|
|
130
|
-
* [ReportConversionStatus](https://cloud.tencent.com/document/api/382/52068#ReportConversionStatus)
|
|
131
308
|
|
|
132
309
|
|
|
133
310
|
|
|
134
|
-
##
|
|
311
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
312
|
+
|
|
313
|
+
### 第 25 次发布
|
|
314
|
+
|
|
315
|
+
发布时间:2022-08-23 06:51:30
|
|
316
|
+
|
|
317
|
+
本次发布包含了以下内容:
|
|
318
|
+
|
|
319
|
+
改善已有的文档。
|
|
320
|
+
|
|
321
|
+
修改接口:
|
|
322
|
+
|
|
323
|
+
* [ModifyEscapeEventStatus](https://cloud.tencent.com/document/api/1285/65523)
|
|
324
|
+
|
|
325
|
+
* 新增入参:ImageIDs, EventType
|
|
326
|
+
|
|
135
327
|
|
|
136
328
|
|
|
137
329
|
|
|
138
330
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
139
331
|
|
|
140
|
-
### 第
|
|
332
|
+
### 第 21 次发布
|
|
141
333
|
|
|
142
|
-
发布时间:2022-08-
|
|
334
|
+
发布时间:2022-08-23 06:54:06
|
|
143
335
|
|
|
144
336
|
本次发布包含了以下内容:
|
|
145
337
|
|
|
146
338
|
改善已有的文档。
|
|
147
339
|
|
|
148
|
-
|
|
340
|
+
修改接口:
|
|
341
|
+
|
|
342
|
+
* [CreateApplicationProxy](https://cloud.tencent.com/document/api/1552/74833)
|
|
343
|
+
|
|
344
|
+
* <font color="#dd0000">**修改入参**:</font>Rule
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
### 第 20 次发布
|
|
348
|
+
|
|
349
|
+
发布时间:2022-08-19 06:38:50
|
|
350
|
+
|
|
351
|
+
本次发布包含了以下内容:
|
|
352
|
+
|
|
353
|
+
改善已有的文档。
|
|
354
|
+
|
|
355
|
+
修改接口:
|
|
356
|
+
|
|
357
|
+
* [DescribeApplicationProxyDetail](https://cloud.tencent.com/document/api/1552/74827)
|
|
358
|
+
|
|
359
|
+
* 新增出参:Area
|
|
360
|
+
|
|
361
|
+
* [DescribeBotLog](https://cloud.tencent.com/document/api/1552/75663)
|
|
362
|
+
|
|
363
|
+
* 新增入参:Area
|
|
364
|
+
|
|
365
|
+
* [DescribeDDosAttackData](https://cloud.tencent.com/document/api/1552/75662)
|
|
366
|
+
|
|
367
|
+
* 新增入参:Area
|
|
368
|
+
|
|
369
|
+
* [DescribeDDosAttackEvent](https://cloud.tencent.com/document/api/1552/75661)
|
|
370
|
+
|
|
371
|
+
* 新增入参:Area
|
|
372
|
+
|
|
373
|
+
* [DescribeDDosAttackEventDetail](https://cloud.tencent.com/document/api/1552/75660)
|
|
374
|
+
|
|
375
|
+
* 新增入参:Area
|
|
376
|
+
|
|
377
|
+
* [DescribeDDosAttackSourceEvent](https://cloud.tencent.com/document/api/1552/75659)
|
|
378
|
+
|
|
379
|
+
* 新增入参:Area
|
|
380
|
+
|
|
381
|
+
* [DescribeDDosAttackTopData](https://cloud.tencent.com/document/api/1552/75658)
|
|
382
|
+
|
|
383
|
+
* 新增入参:Area
|
|
384
|
+
|
|
385
|
+
* [DescribeDDosMajorAttackEvent](https://cloud.tencent.com/document/api/1552/75657)
|
|
386
|
+
|
|
387
|
+
* 新增入参:Area
|
|
388
|
+
|
|
389
|
+
* [DescribeOverviewL7Data](https://cloud.tencent.com/document/api/1552/75656)
|
|
390
|
+
|
|
391
|
+
* 新增入参:Area
|
|
392
|
+
|
|
393
|
+
* [DescribeTimingL4Data](https://cloud.tencent.com/document/api/1552/75655)
|
|
394
|
+
|
|
395
|
+
* 新增入参:Area
|
|
396
|
+
|
|
397
|
+
* [DescribeTimingL7AnalysisData](https://cloud.tencent.com/document/api/1552/75654)
|
|
398
|
+
|
|
399
|
+
* 新增入参:Area
|
|
400
|
+
|
|
401
|
+
* [DescribeTimingL7CacheData](https://cloud.tencent.com/document/api/1552/75726)
|
|
402
|
+
|
|
403
|
+
* 新增入参:Area
|
|
404
|
+
|
|
405
|
+
* [DescribeTopL7AnalysisData](https://cloud.tencent.com/document/api/1552/75653)
|
|
406
|
+
|
|
407
|
+
* 新增入参:Area
|
|
408
|
+
|
|
409
|
+
* [DescribeTopL7CacheData](https://cloud.tencent.com/document/api/1552/75725)
|
|
410
|
+
|
|
411
|
+
* 新增入参:Area
|
|
412
|
+
|
|
413
|
+
* [DescribeWebManagedRulesData](https://cloud.tencent.com/document/api/1552/75651)
|
|
414
|
+
|
|
415
|
+
* 新增入参:Area
|
|
416
|
+
|
|
417
|
+
* [DescribeWebManagedRulesLog](https://cloud.tencent.com/document/api/1552/75650)
|
|
418
|
+
|
|
419
|
+
* 新增入参:Area
|
|
420
|
+
|
|
421
|
+
* [DescribeWebManagedRulesTopData](https://cloud.tencent.com/document/api/1552/75649)
|
|
422
|
+
|
|
423
|
+
* 新增入参:Area
|
|
424
|
+
|
|
425
|
+
* [DescribeWebProtectionData](https://cloud.tencent.com/document/api/1552/75647)
|
|
426
|
+
|
|
427
|
+
* 新增入参:Area
|
|
428
|
+
|
|
429
|
+
* [DescribeWebProtectionLog](https://cloud.tencent.com/document/api/1552/75646)
|
|
430
|
+
|
|
431
|
+
* 新增入参:Area
|
|
432
|
+
|
|
433
|
+
* [DescribeZoneDetails](https://cloud.tencent.com/document/api/1552/74843)
|
|
434
|
+
|
|
435
|
+
* 新增出参:Area
|
|
436
|
+
|
|
437
|
+
* [DescribeZoneSetting](https://cloud.tencent.com/document/api/1552/74820)
|
|
438
|
+
|
|
439
|
+
* 新增出参:Area
|
|
149
440
|
|
|
150
|
-
* [DdosSpeedLimit](https://cloud.tencent.com/document/api/1552/73155#DdosSpeedLimit)
|
|
151
441
|
|
|
152
442
|
修改数据结构:
|
|
153
443
|
|
|
154
|
-
* [
|
|
444
|
+
* [ApplicationProxy](https://cloud.tencent.com/document/api/1552/73155#ApplicationProxy)
|
|
155
445
|
|
|
156
|
-
* 新增成员:
|
|
446
|
+
* 新增成员:Area, BanStatus
|
|
447
|
+
|
|
448
|
+
* [L7OfflineLog](https://cloud.tencent.com/document/api/1552/73155#L7OfflineLog)
|
|
449
|
+
|
|
450
|
+
* 新增成员:Area
|
|
451
|
+
|
|
452
|
+
* [Resource](https://cloud.tencent.com/document/api/1552/73155#Resource)
|
|
453
|
+
|
|
454
|
+
* 新增成员:Area
|
|
455
|
+
|
|
456
|
+
* [Zone](https://cloud.tencent.com/document/api/1552/73155#Zone)
|
|
457
|
+
|
|
458
|
+
* 新增成员:Area
|
|
157
459
|
|
|
158
460
|
|
|
159
461
|
|
|
160
462
|
|
|
161
463
|
## 容器服务(tke) 版本:2018-05-25
|
|
162
464
|
|
|
163
|
-
### 第
|
|
465
|
+
### 第 118 次发布
|
|
164
466
|
|
|
165
|
-
发布时间:2022-08-
|
|
467
|
+
发布时间:2022-08-23 06:56:25
|
|
468
|
+
|
|
469
|
+
本次发布包含了以下内容:
|
|
470
|
+
|
|
471
|
+
改善已有的文档。
|
|
472
|
+
|
|
473
|
+
修改接口:
|
|
474
|
+
|
|
475
|
+
* [DeletePrometheusClusterAgent](https://cloud.tencent.com/document/api/457/76246)
|
|
476
|
+
|
|
477
|
+
* 新增入参:Agents, InstanceId
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
新增数据结构:
|
|
481
|
+
|
|
482
|
+
* [PrometheusAgentInfo](https://cloud.tencent.com/document/api/457/31866#PrometheusAgentInfo)
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
## 云点播(vod) 版本:2018-07-17
|
|
487
|
+
|
|
488
|
+
### 第 114 次发布
|
|
489
|
+
|
|
490
|
+
发布时间:2022-08-22 06:57:10
|
|
166
491
|
|
|
167
492
|
本次发布包含了以下内容:
|
|
168
493
|
|
|
@@ -170,7 +495,54 @@
|
|
|
170
495
|
|
|
171
496
|
新增接口:
|
|
172
497
|
|
|
173
|
-
* [
|
|
498
|
+
* [RemoveWatermark](https://cloud.tencent.com/document/api/266/79257)
|
|
499
|
+
|
|
500
|
+
### 第 113 次发布
|
|
501
|
+
|
|
502
|
+
发布时间:2022-08-19 06:43:39
|
|
503
|
+
|
|
504
|
+
本次发布包含了以下内容:
|
|
505
|
+
|
|
506
|
+
改善已有的文档。
|
|
507
|
+
|
|
508
|
+
修改接口:
|
|
509
|
+
|
|
510
|
+
* [LiveRealTimeClip](https://cloud.tencent.com/document/api/266/32587)
|
|
511
|
+
|
|
512
|
+
* 新增入参:ClassId, SourceContext, SessionContext, StreamInfo
|
|
513
|
+
|
|
514
|
+
* [SimpleHlsClip](https://cloud.tencent.com/document/api/266/33428)
|
|
515
|
+
|
|
516
|
+
* 新增入参:ExpireTime, Procedure, ClassId, SourceContext, SessionContext
|
|
517
|
+
|
|
518
|
+
* 新增出参:TaskId
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
新增数据结构:
|
|
522
|
+
|
|
523
|
+
* [LiveRealTimeClipStreamInfo](https://cloud.tencent.com/document/api/266/31773#LiveRealTimeClipStreamInfo)
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
528
|
+
|
|
529
|
+
### 第 5 次发布
|
|
530
|
+
|
|
531
|
+
发布时间:2022-08-22 07:01:10
|
|
532
|
+
|
|
533
|
+
本次发布包含了以下内容:
|
|
534
|
+
|
|
535
|
+
改善已有的文档。
|
|
536
|
+
|
|
537
|
+
新增接口:
|
|
538
|
+
|
|
539
|
+
* [DescribeKTVMatchMusics](https://cloud.tencent.com/document/api/1592/79259)
|
|
540
|
+
|
|
541
|
+
新增数据结构:
|
|
542
|
+
|
|
543
|
+
* [KTVMatchMusic](https://cloud.tencent.com/document/api/1592/76191#KTVMatchMusic)
|
|
544
|
+
* [KTVMatchRule](https://cloud.tencent.com/document/api/1592/76191#KTVMatchRule)
|
|
545
|
+
* [KTVMatchRuleMusicInfo](https://cloud.tencent.com/document/api/1592/76191#KTVMatchRuleMusicInfo)
|
|
174
546
|
|
|
175
547
|
|
|
176
548
|
|
|
@@ -7722,7 +8094,7 @@
|
|
|
7722
8094
|
|
|
7723
8095
|
新增接口:
|
|
7724
8096
|
|
|
7725
|
-
* [
|
|
8097
|
+
* [CreateCRUserVerify](https://cloud.tencent.com/document/api/1296/79150)
|
|
7726
8098
|
|
|
7727
8099
|
### 第 4 次发布
|
|
7728
8100
|
|
|
@@ -17355,6 +17727,59 @@
|
|
|
17355
17727
|
|
|
17356
17728
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
17357
17729
|
|
|
17730
|
+
### 第 54 次发布
|
|
17731
|
+
|
|
17732
|
+
发布时间:2022-08-23 06:17:56
|
|
17733
|
+
|
|
17734
|
+
本次发布包含了以下内容:
|
|
17735
|
+
|
|
17736
|
+
改善已有的文档。
|
|
17737
|
+
|
|
17738
|
+
修改接口:
|
|
17739
|
+
|
|
17740
|
+
* [ModifyInstanceAttributes](https://cloud.tencent.com/document/api/597/40832)
|
|
17741
|
+
|
|
17742
|
+
* 新增入参:MaxMessageByte
|
|
17743
|
+
|
|
17744
|
+
|
|
17745
|
+
### 第 53 次发布
|
|
17746
|
+
|
|
17747
|
+
发布时间:2022-08-22 06:16:09
|
|
17748
|
+
|
|
17749
|
+
本次发布包含了以下内容:
|
|
17750
|
+
|
|
17751
|
+
改善已有的文档。
|
|
17752
|
+
|
|
17753
|
+
新增数据结构:
|
|
17754
|
+
|
|
17755
|
+
* [[RowParam](https://cloud.tencent.com/document/api/597/40861#RowParam)](https://cloud.tencent.com/document/api/597/40861#[RowParam](https://cloud.tencent.com/document/api/597/40861#RowParam))
|
|
17756
|
+
|
|
17757
|
+
修改数据结构:
|
|
17758
|
+
|
|
17759
|
+
* [TransformsParam](https://cloud.tencent.com/document/api/597/40861#TransformsParam)
|
|
17760
|
+
|
|
17761
|
+
* 新增成员:RowParam
|
|
17762
|
+
|
|
17763
|
+
|
|
17764
|
+
### 第 52 次发布
|
|
17765
|
+
|
|
17766
|
+
发布时间:2022-08-19 06:13:13
|
|
17767
|
+
|
|
17768
|
+
本次发布包含了以下内容:
|
|
17769
|
+
|
|
17770
|
+
改善已有的文档。
|
|
17771
|
+
|
|
17772
|
+
修改数据结构:
|
|
17773
|
+
|
|
17774
|
+
* [MySQLModifyConnectParam](https://cloud.tencent.com/document/api/597/40861#MySQLModifyConnectParam)
|
|
17775
|
+
|
|
17776
|
+
* 新增成员:SelfBuilt
|
|
17777
|
+
|
|
17778
|
+
* [PostgreSQLModifyConnectParam](https://cloud.tencent.com/document/api/597/40861#PostgreSQLModifyConnectParam)
|
|
17779
|
+
|
|
17780
|
+
* 新增成员:SelfBuilt
|
|
17781
|
+
|
|
17782
|
+
|
|
17358
17783
|
### 第 51 次发布
|
|
17359
17784
|
|
|
17360
17785
|
发布时间:2022-08-16 06:14:00
|
|
@@ -20291,6 +20716,21 @@
|
|
|
20291
20716
|
|
|
20292
20717
|
## 日志服务(cls) 版本:2020-10-16
|
|
20293
20718
|
|
|
20719
|
+
### 第 28 次发布
|
|
20720
|
+
|
|
20721
|
+
发布时间:2022-08-18 06:14:59
|
|
20722
|
+
|
|
20723
|
+
本次发布包含了以下内容:
|
|
20724
|
+
|
|
20725
|
+
改善已有的文档。
|
|
20726
|
+
|
|
20727
|
+
修改接口:
|
|
20728
|
+
|
|
20729
|
+
* [OpenKafkaConsumer](https://cloud.tencent.com/document/api/614/72339)
|
|
20730
|
+
|
|
20731
|
+
* 新增入参:Compression
|
|
20732
|
+
|
|
20733
|
+
|
|
20294
20734
|
### 第 27 次发布
|
|
20295
20735
|
|
|
20296
20736
|
发布时间:2022-08-11 06:20:21
|
|
@@ -26549,6 +26989,36 @@
|
|
|
26549
26989
|
|
|
26550
26990
|
## 主机安全(cwp) 版本:2018-02-28
|
|
26551
26991
|
|
|
26992
|
+
### 第 50 次发布
|
|
26993
|
+
|
|
26994
|
+
发布时间:2022-08-19 06:16:28
|
|
26995
|
+
|
|
26996
|
+
本次发布包含了以下内容:
|
|
26997
|
+
|
|
26998
|
+
改善已有的文档。
|
|
26999
|
+
|
|
27000
|
+
修改接口:
|
|
27001
|
+
|
|
27002
|
+
* [DescribeVulHostCountScanTime](https://cloud.tencent.com/document/api/296/60899)
|
|
27003
|
+
|
|
27004
|
+
* 新增出参:LastFixTime, hadAutoFixVul
|
|
27005
|
+
|
|
27006
|
+
* [DescribeVulInfoCvss](https://cloud.tencent.com/document/api/296/60898)
|
|
27007
|
+
|
|
27008
|
+
* 新增出参:SuccessFixCount, FixSwitch
|
|
27009
|
+
|
|
27010
|
+
|
|
27011
|
+
新增数据结构:
|
|
27012
|
+
|
|
27013
|
+
* [[Tags](https://cloud.tencent.com/document/api/296/19867#Tags)](https://cloud.tencent.com/document/api/296/19867#[Tags](https://cloud.tencent.com/document/api/296/19867#Tags))
|
|
27014
|
+
|
|
27015
|
+
修改数据结构:
|
|
27016
|
+
|
|
27017
|
+
* [Machine](https://cloud.tencent.com/document/api/296/19867#Machine)
|
|
27018
|
+
|
|
27019
|
+
* 新增成员:CloudTags
|
|
27020
|
+
|
|
27021
|
+
|
|
26552
27022
|
### 第 49 次发布
|
|
26553
27023
|
|
|
26554
27024
|
发布时间:2022-07-15 06:07:13
|
|
@@ -33101,6 +33571,21 @@
|
|
|
33101
33571
|
|
|
33102
33572
|
## 事件总线(eb) 版本:2021-04-16
|
|
33103
33573
|
|
|
33574
|
+
### 第 6 次发布
|
|
33575
|
+
|
|
33576
|
+
发布时间:2022-08-23 06:27:55
|
|
33577
|
+
|
|
33578
|
+
本次发布包含了以下内容:
|
|
33579
|
+
|
|
33580
|
+
改善已有的文档。
|
|
33581
|
+
|
|
33582
|
+
修改接口:
|
|
33583
|
+
|
|
33584
|
+
* [UpdateRule](https://cloud.tencent.com/document/api/1359/67693)
|
|
33585
|
+
|
|
33586
|
+
* 新增入参:EventPattern
|
|
33587
|
+
|
|
33588
|
+
|
|
33104
33589
|
### 第 5 次发布
|
|
33105
33590
|
|
|
33106
33591
|
发布时间:2022-06-30 06:06:12
|
|
@@ -40612,6 +41097,21 @@
|
|
|
40612
41097
|
|
|
40613
41098
|
## 云游戏解决方案(gs) 版本:2019-11-18
|
|
40614
41099
|
|
|
41100
|
+
### 第 18 次发布
|
|
41101
|
+
|
|
41102
|
+
发布时间:2022-08-19 06:23:23
|
|
41103
|
+
|
|
41104
|
+
本次发布包含了以下内容:
|
|
41105
|
+
|
|
41106
|
+
改善已有的文档。
|
|
41107
|
+
|
|
41108
|
+
修改接口:
|
|
41109
|
+
|
|
41110
|
+
* [DescribeInstancesCount](https://cloud.tencent.com/document/api/1162/52717)
|
|
41111
|
+
|
|
41112
|
+
* 新增入参:GameRegion
|
|
41113
|
+
|
|
41114
|
+
|
|
40615
41115
|
### 第 17 次发布
|
|
40616
41116
|
|
|
40617
41117
|
发布时间:2022-04-08 06:07:59
|
|
@@ -46186,6 +46686,21 @@
|
|
|
46186
46686
|
|
|
46187
46687
|
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
46188
46688
|
|
|
46689
|
+
### 第 5 次发布
|
|
46690
|
+
|
|
46691
|
+
发布时间:2022-08-22 06:33:46
|
|
46692
|
+
|
|
46693
|
+
本次发布包含了以下内容:
|
|
46694
|
+
|
|
46695
|
+
改善已有的文档。
|
|
46696
|
+
|
|
46697
|
+
修改数据结构:
|
|
46698
|
+
|
|
46699
|
+
* [VideoProduct](https://cloud.tencent.com/document/api/1131/76635#VideoProduct)
|
|
46700
|
+
|
|
46701
|
+
* 新增成员:CategoryId
|
|
46702
|
+
|
|
46703
|
+
|
|
46189
46704
|
### 第 4 次发布
|
|
46190
46705
|
|
|
46191
46706
|
发布时间:2022-07-19 16:17:21
|
|
@@ -48164,7 +48679,7 @@
|
|
|
48164
48679
|
|
|
48165
48680
|
新增数据结构:
|
|
48166
48681
|
|
|
48167
|
-
* [
|
|
48682
|
+
* [PullPushWatermarkInfo](https://cloud.tencent.com/document/api/267/20474#PullPushWatermarkInfo)
|
|
48168
48683
|
|
|
48169
48684
|
修改数据结构:
|
|
48170
48685
|
|
|
@@ -51772,6 +52287,111 @@
|
|
|
51772
52287
|
|
|
51773
52288
|
## 云监控(monitor) 版本:2018-07-24
|
|
51774
52289
|
|
|
52290
|
+
### 第 55 次发布
|
|
52291
|
+
|
|
52292
|
+
发布时间:2022-08-22 06:38:10
|
|
52293
|
+
|
|
52294
|
+
本次发布包含了以下内容:
|
|
52295
|
+
|
|
52296
|
+
改善已有的文档。
|
|
52297
|
+
|
|
52298
|
+
修改接口:
|
|
52299
|
+
|
|
52300
|
+
* [DescribeAllNamespaces](https://cloud.tencent.com/document/api/248/48683)
|
|
52301
|
+
|
|
52302
|
+
* 新增出参:CommonNamespaces
|
|
52303
|
+
|
|
52304
|
+
|
|
52305
|
+
新增数据结构:
|
|
52306
|
+
|
|
52307
|
+
* [[CommonNamespaceNew](https://cloud.tencent.com/document/api/248/30354#CommonNamespaceNew)](https://cloud.tencent.com/document/api/248/30354#[CommonNamespaceNew](https://cloud.tencent.com/document/api/248/30354#CommonNamespaceNew))
|
|
52308
|
+
* [[DimensionNew](https://cloud.tencent.com/document/api/248/30354#DimensionNew)](https://cloud.tencent.com/document/api/248/30354#[DimensionNew](https://cloud.tencent.com/document/api/248/30354#DimensionNew))
|
|
52309
|
+
* [[Operator](https://cloud.tencent.com/document/api/248/30354#Operator)](https://cloud.tencent.com/document/api/248/30354#[Operator](https://cloud.tencent.com/document/api/248/30354#Operator))
|
|
52310
|
+
|
|
52311
|
+
### 第 54 次发布
|
|
52312
|
+
|
|
52313
|
+
发布时间:2022-08-19 06:29:18
|
|
52314
|
+
|
|
52315
|
+
本次发布包含了以下内容:
|
|
52316
|
+
|
|
52317
|
+
改善已有的文档。
|
|
52318
|
+
|
|
52319
|
+
修改接口:
|
|
52320
|
+
|
|
52321
|
+
* [DescribeBasicAlarmList](https://cloud.tencent.com/document/api/248/41199)
|
|
52322
|
+
|
|
52323
|
+
* 新增出参:Warning
|
|
52324
|
+
|
|
52325
|
+
* [DescribePolicyGroupList](https://cloud.tencent.com/document/api/248/40945)
|
|
52326
|
+
|
|
52327
|
+
* 新增出参:Warning
|
|
52328
|
+
|
|
52329
|
+
|
|
52330
|
+
### 第 53 次发布
|
|
52331
|
+
|
|
52332
|
+
发布时间:2022-08-18 06:31:02
|
|
52333
|
+
|
|
52334
|
+
本次发布包含了以下内容:
|
|
52335
|
+
|
|
52336
|
+
改善已有的文档。
|
|
52337
|
+
|
|
52338
|
+
新增接口:
|
|
52339
|
+
|
|
52340
|
+
* [CleanGrafanaInstance](https://cloud.tencent.com/document/api/248/79220)
|
|
52341
|
+
* [CreateGrafanaInstance](https://cloud.tencent.com/document/api/248/79219)
|
|
52342
|
+
* [CreateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79218)
|
|
52343
|
+
* [CreateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79217)
|
|
52344
|
+
* [CreateSSOAccount](https://cloud.tencent.com/document/api/248/79216)
|
|
52345
|
+
* [DeleteGrafanaInstance](https://cloud.tencent.com/document/api/248/79215)
|
|
52346
|
+
* [DeleteGrafanaIntegration](https://cloud.tencent.com/document/api/248/79214)
|
|
52347
|
+
* [DeleteGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79213)
|
|
52348
|
+
* [DeleteSSOAccount](https://cloud.tencent.com/document/api/248/79212)
|
|
52349
|
+
* [DescribeDNSConfig](https://cloud.tencent.com/document/api/248/79211)
|
|
52350
|
+
* [DescribeGrafanaConfig](https://cloud.tencent.com/document/api/248/79210)
|
|
52351
|
+
* [DescribeGrafanaEnvironments](https://cloud.tencent.com/document/api/248/79209)
|
|
52352
|
+
* [DescribeGrafanaInstances](https://cloud.tencent.com/document/api/248/79208)
|
|
52353
|
+
* [DescribeGrafanaIntegrations](https://cloud.tencent.com/document/api/248/79207)
|
|
52354
|
+
* [DescribeGrafanaNotificationChannels](https://cloud.tencent.com/document/api/248/79206)
|
|
52355
|
+
* [DescribeGrafanaWhiteList](https://cloud.tencent.com/document/api/248/79205)
|
|
52356
|
+
* [DescribeInstalledPlugins](https://cloud.tencent.com/document/api/248/79204)
|
|
52357
|
+
* [DescribePluginOverviews](https://cloud.tencent.com/document/api/248/79203)
|
|
52358
|
+
* [DescribeSSOAccount](https://cloud.tencent.com/document/api/248/79202)
|
|
52359
|
+
* [EnableGrafanaInternet](https://cloud.tencent.com/document/api/248/79201)
|
|
52360
|
+
* [EnableGrafanaSSO](https://cloud.tencent.com/document/api/248/79200)
|
|
52361
|
+
* [EnableSSOCamCheck](https://cloud.tencent.com/document/api/248/79199)
|
|
52362
|
+
* [InstallPlugins](https://cloud.tencent.com/document/api/248/79198)
|
|
52363
|
+
* [ModifyGrafanaInstance](https://cloud.tencent.com/document/api/248/79197)
|
|
52364
|
+
* [ResumeGrafanaInstance](https://cloud.tencent.com/document/api/248/79196)
|
|
52365
|
+
* [UninstallGrafanaPlugins](https://cloud.tencent.com/document/api/248/79195)
|
|
52366
|
+
* [UpdateDNSConfig](https://cloud.tencent.com/document/api/248/79194)
|
|
52367
|
+
* [UpdateGrafanaConfig](https://cloud.tencent.com/document/api/248/79193)
|
|
52368
|
+
* [UpdateGrafanaEnvironments](https://cloud.tencent.com/document/api/248/79192)
|
|
52369
|
+
* [UpdateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79191)
|
|
52370
|
+
* [UpdateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79190)
|
|
52371
|
+
* [UpdateGrafanaWhiteList](https://cloud.tencent.com/document/api/248/79189)
|
|
52372
|
+
* [UpdateSSOAccount](https://cloud.tencent.com/document/api/248/79188)
|
|
52373
|
+
* [UpgradeGrafanaInstance](https://cloud.tencent.com/document/api/248/79187)
|
|
52374
|
+
|
|
52375
|
+
修改接口:
|
|
52376
|
+
|
|
52377
|
+
* [DeleteExporterIntegration](https://cloud.tencent.com/document/api/248/76016)
|
|
52378
|
+
|
|
52379
|
+
* <font color="#dd0000">**修改入参**:</font>KubeType, ClusterId
|
|
52380
|
+
|
|
52381
|
+
* [DescribeExporterIntegrations](https://cloud.tencent.com/document/api/248/76014)
|
|
52382
|
+
|
|
52383
|
+
* <font color="#dd0000">**修改入参**:</font>KubeType, ClusterId
|
|
52384
|
+
|
|
52385
|
+
|
|
52386
|
+
新增数据结构:
|
|
52387
|
+
|
|
52388
|
+
* [GrafanaAccountInfo](https://cloud.tencent.com/document/api/248/30354#GrafanaAccountInfo)
|
|
52389
|
+
* [GrafanaAccountRole](https://cloud.tencent.com/document/api/248/30354#GrafanaAccountRole)
|
|
52390
|
+
* [GrafanaInstanceInfo](https://cloud.tencent.com/document/api/248/30354#GrafanaInstanceInfo)
|
|
52391
|
+
* [GrafanaIntegrationConfig](https://cloud.tencent.com/document/api/248/30354#GrafanaIntegrationConfig)
|
|
52392
|
+
* [GrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/30354#GrafanaNotificationChannel)
|
|
52393
|
+
* [GrafanaPlugin](https://cloud.tencent.com/document/api/248/30354#GrafanaPlugin)
|
|
52394
|
+
|
|
51775
52395
|
### 第 52 次发布
|
|
51776
52396
|
|
|
51777
52397
|
发布时间:2022-08-09 12:18:17
|
|
@@ -58663,6 +59283,25 @@
|
|
|
58663
59283
|
|
|
58664
59284
|
## 云压测(pts) 版本:2021-07-28
|
|
58665
59285
|
|
|
59286
|
+
### 第 3 次发布
|
|
59287
|
+
|
|
59288
|
+
发布时间:2022-08-22 06:42:21
|
|
59289
|
+
|
|
59290
|
+
本次发布包含了以下内容:
|
|
59291
|
+
|
|
59292
|
+
改善已有的文档。
|
|
59293
|
+
|
|
59294
|
+
修改接口:
|
|
59295
|
+
|
|
59296
|
+
* [UpdateScenario](https://cloud.tencent.com/document/api/1484/78057)
|
|
59297
|
+
|
|
59298
|
+
* 新增入参:NotificationHooks
|
|
59299
|
+
|
|
59300
|
+
|
|
59301
|
+
新增数据结构:
|
|
59302
|
+
|
|
59303
|
+
* [[Notification](https://cloud.tencent.com/document/api/1484/78100#Notification)](https://cloud.tencent.com/document/api/1484/78100#[Notification](https://cloud.tencent.com/document/api/1484/78100#Notification))
|
|
59304
|
+
|
|
58666
59305
|
### 第 2 次发布
|
|
58667
59306
|
|
|
58668
59307
|
发布时间:2022-08-15 06:35:03
|
|
@@ -61931,11 +62570,11 @@
|
|
|
61931
62570
|
|
|
61932
62571
|
新增接口:
|
|
61933
62572
|
|
|
61934
|
-
* [
|
|
62573
|
+
* [ReportConversion](https://cloud.tencent.com/document/api/382/79152)
|
|
61935
62574
|
|
|
61936
62575
|
新增数据结构:
|
|
61937
62576
|
|
|
61938
|
-
* [
|
|
62577
|
+
* [ReportConversionStatus](https://cloud.tencent.com/document/api/382/52068#ReportConversionStatus)
|
|
61939
62578
|
|
|
61940
62579
|
### 第 4 次发布
|
|
61941
62580
|
|
|
@@ -64223,6 +64862,25 @@
|
|
|
64223
64862
|
|
|
64224
64863
|
## 流量反欺诈(taf) 版本:2020-02-10
|
|
64225
64864
|
|
|
64865
|
+
### 第 15 次发布
|
|
64866
|
+
|
|
64867
|
+
发布时间:2022-08-22 06:46:33
|
|
64868
|
+
|
|
64869
|
+
本次发布包含了以下内容:
|
|
64870
|
+
|
|
64871
|
+
改善已有的文档。
|
|
64872
|
+
|
|
64873
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
64874
|
+
|
|
64875
|
+
* DetectFraudKOL
|
|
64876
|
+
|
|
64877
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
64878
|
+
|
|
64879
|
+
* InputKolBspData
|
|
64880
|
+
* InputKolDataList
|
|
64881
|
+
* OutputKolData
|
|
64882
|
+
* OutputKolValue
|
|
64883
|
+
|
|
64226
64884
|
### 第 14 次发布
|
|
64227
64885
|
|
|
64228
64886
|
发布时间:2022-08-11 06:48:40
|
|
@@ -65531,6 +66189,26 @@
|
|
|
65531
66189
|
|
|
65532
66190
|
## 游戏数据库 TcaplusDB(tcaplusdb) 版本:2019-08-23
|
|
65533
66191
|
|
|
66192
|
+
### 第 16 次发布
|
|
66193
|
+
|
|
66194
|
+
发布时间:2022-08-23 06:49:36
|
|
66195
|
+
|
|
66196
|
+
本次发布包含了以下内容:
|
|
66197
|
+
|
|
66198
|
+
改善已有的文档。
|
|
66199
|
+
|
|
66200
|
+
新增数据结构:
|
|
66201
|
+
|
|
66202
|
+
* [[SyncTableField](https://cloud.tencent.com/document/api/596/39686#SyncTableField)](https://cloud.tencent.com/document/api/596/39686#[SyncTableField](https://cloud.tencent.com/document/api/596/39686#SyncTableField))
|
|
66203
|
+
* [[SyncTableInfo](https://cloud.tencent.com/document/api/596/39686#SyncTableInfo)](https://cloud.tencent.com/document/api/596/39686#[SyncTableInfo](https://cloud.tencent.com/document/api/596/39686#SyncTableInfo))
|
|
66204
|
+
|
|
66205
|
+
修改数据结构:
|
|
66206
|
+
|
|
66207
|
+
* [TableInfoNew](https://cloud.tencent.com/document/api/596/39686#TableInfoNew)
|
|
66208
|
+
|
|
66209
|
+
* 新增成员:SyncTableInfo
|
|
66210
|
+
|
|
66211
|
+
|
|
65534
66212
|
### 第 15 次发布
|
|
65535
66213
|
|
|
65536
66214
|
发布时间:2022-03-29 08:15:32
|
|
@@ -66093,6 +66771,21 @@
|
|
|
66093
66771
|
|
|
66094
66772
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
66095
66773
|
|
|
66774
|
+
### 第 86 次发布
|
|
66775
|
+
|
|
66776
|
+
发布时间:2022-08-23 06:50:01
|
|
66777
|
+
|
|
66778
|
+
本次发布包含了以下内容:
|
|
66779
|
+
|
|
66780
|
+
改善已有的文档。
|
|
66781
|
+
|
|
66782
|
+
修改数据结构:
|
|
66783
|
+
|
|
66784
|
+
* [EnvBillingInfoItem](https://cloud.tencent.com/document/api/876/34822#EnvBillingInfoItem)
|
|
66785
|
+
|
|
66786
|
+
* 新增成员:EnableOverrun, ExtPackageType
|
|
66787
|
+
|
|
66788
|
+
|
|
66096
66789
|
### 第 85 次发布
|
|
66097
66790
|
|
|
66098
66791
|
发布时间:2022-08-01 11:52:06
|
|
@@ -67614,6 +68307,21 @@
|
|
|
67614
68307
|
|
|
67615
68308
|
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
67616
68309
|
|
|
68310
|
+
### 第 8 次发布
|
|
68311
|
+
|
|
68312
|
+
发布时间:2022-08-23 06:50:39
|
|
68313
|
+
|
|
68314
|
+
本次发布包含了以下内容:
|
|
68315
|
+
|
|
68316
|
+
改善已有的文档。
|
|
68317
|
+
|
|
68318
|
+
修改数据结构:
|
|
68319
|
+
|
|
68320
|
+
* [ServerBaseInfo](https://cloud.tencent.com/document/api/1243/75713#ServerBaseInfo)
|
|
68321
|
+
|
|
68322
|
+
* 新增成员:CustomDomainNames
|
|
68323
|
+
|
|
68324
|
+
|
|
67617
68325
|
### 第 7 次发布
|
|
67618
68326
|
|
|
67619
68327
|
发布时间:2022-08-15 06:39:26
|
|
@@ -69178,6 +69886,21 @@
|
|
|
69178
69886
|
|
|
69179
69887
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
69180
69888
|
|
|
69889
|
+
### 第 25 次发布
|
|
69890
|
+
|
|
69891
|
+
发布时间:2022-08-23 06:51:30
|
|
69892
|
+
|
|
69893
|
+
本次发布包含了以下内容:
|
|
69894
|
+
|
|
69895
|
+
改善已有的文档。
|
|
69896
|
+
|
|
69897
|
+
修改接口:
|
|
69898
|
+
|
|
69899
|
+
* [ModifyEscapeEventStatus](https://cloud.tencent.com/document/api/1285/65523)
|
|
69900
|
+
|
|
69901
|
+
* 新增入参:ImageIDs, EventType
|
|
69902
|
+
|
|
69903
|
+
|
|
69181
69904
|
### 第 24 次发布
|
|
69182
69905
|
|
|
69183
69906
|
发布时间:2022-08-15 06:40:11
|
|
@@ -71888,6 +72611,135 @@
|
|
|
71888
72611
|
|
|
71889
72612
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
71890
72613
|
|
|
72614
|
+
### 第 21 次发布
|
|
72615
|
+
|
|
72616
|
+
发布时间:2022-08-23 06:54:06
|
|
72617
|
+
|
|
72618
|
+
本次发布包含了以下内容:
|
|
72619
|
+
|
|
72620
|
+
改善已有的文档。
|
|
72621
|
+
|
|
72622
|
+
修改接口:
|
|
72623
|
+
|
|
72624
|
+
* [CreateApplicationProxy](https://cloud.tencent.com/document/api/1552/74833)
|
|
72625
|
+
|
|
72626
|
+
* <font color="#dd0000">**修改入参**:</font>Rule
|
|
72627
|
+
|
|
72628
|
+
|
|
72629
|
+
### 第 20 次发布
|
|
72630
|
+
|
|
72631
|
+
发布时间:2022-08-19 06:38:50
|
|
72632
|
+
|
|
72633
|
+
本次发布包含了以下内容:
|
|
72634
|
+
|
|
72635
|
+
改善已有的文档。
|
|
72636
|
+
|
|
72637
|
+
修改接口:
|
|
72638
|
+
|
|
72639
|
+
* [DescribeApplicationProxyDetail](https://cloud.tencent.com/document/api/1552/74827)
|
|
72640
|
+
|
|
72641
|
+
* 新增出参:Area
|
|
72642
|
+
|
|
72643
|
+
* [DescribeBotLog](https://cloud.tencent.com/document/api/1552/75663)
|
|
72644
|
+
|
|
72645
|
+
* 新增入参:Area
|
|
72646
|
+
|
|
72647
|
+
* [DescribeDDosAttackData](https://cloud.tencent.com/document/api/1552/75662)
|
|
72648
|
+
|
|
72649
|
+
* 新增入参:Area
|
|
72650
|
+
|
|
72651
|
+
* [DescribeDDosAttackEvent](https://cloud.tencent.com/document/api/1552/75661)
|
|
72652
|
+
|
|
72653
|
+
* 新增入参:Area
|
|
72654
|
+
|
|
72655
|
+
* [DescribeDDosAttackEventDetail](https://cloud.tencent.com/document/api/1552/75660)
|
|
72656
|
+
|
|
72657
|
+
* 新增入参:Area
|
|
72658
|
+
|
|
72659
|
+
* [DescribeDDosAttackSourceEvent](https://cloud.tencent.com/document/api/1552/75659)
|
|
72660
|
+
|
|
72661
|
+
* 新增入参:Area
|
|
72662
|
+
|
|
72663
|
+
* [DescribeDDosAttackTopData](https://cloud.tencent.com/document/api/1552/75658)
|
|
72664
|
+
|
|
72665
|
+
* 新增入参:Area
|
|
72666
|
+
|
|
72667
|
+
* [DescribeDDosMajorAttackEvent](https://cloud.tencent.com/document/api/1552/75657)
|
|
72668
|
+
|
|
72669
|
+
* 新增入参:Area
|
|
72670
|
+
|
|
72671
|
+
* [DescribeOverviewL7Data](https://cloud.tencent.com/document/api/1552/75656)
|
|
72672
|
+
|
|
72673
|
+
* 新增入参:Area
|
|
72674
|
+
|
|
72675
|
+
* [DescribeTimingL4Data](https://cloud.tencent.com/document/api/1552/75655)
|
|
72676
|
+
|
|
72677
|
+
* 新增入参:Area
|
|
72678
|
+
|
|
72679
|
+
* [DescribeTimingL7AnalysisData](https://cloud.tencent.com/document/api/1552/75654)
|
|
72680
|
+
|
|
72681
|
+
* 新增入参:Area
|
|
72682
|
+
|
|
72683
|
+
* [DescribeTimingL7CacheData](https://cloud.tencent.com/document/api/1552/75726)
|
|
72684
|
+
|
|
72685
|
+
* 新增入参:Area
|
|
72686
|
+
|
|
72687
|
+
* [DescribeTopL7AnalysisData](https://cloud.tencent.com/document/api/1552/75653)
|
|
72688
|
+
|
|
72689
|
+
* 新增入参:Area
|
|
72690
|
+
|
|
72691
|
+
* [DescribeTopL7CacheData](https://cloud.tencent.com/document/api/1552/75725)
|
|
72692
|
+
|
|
72693
|
+
* 新增入参:Area
|
|
72694
|
+
|
|
72695
|
+
* [DescribeWebManagedRulesData](https://cloud.tencent.com/document/api/1552/75651)
|
|
72696
|
+
|
|
72697
|
+
* 新增入参:Area
|
|
72698
|
+
|
|
72699
|
+
* [DescribeWebManagedRulesLog](https://cloud.tencent.com/document/api/1552/75650)
|
|
72700
|
+
|
|
72701
|
+
* 新增入参:Area
|
|
72702
|
+
|
|
72703
|
+
* [DescribeWebManagedRulesTopData](https://cloud.tencent.com/document/api/1552/75649)
|
|
72704
|
+
|
|
72705
|
+
* 新增入参:Area
|
|
72706
|
+
|
|
72707
|
+
* [DescribeWebProtectionData](https://cloud.tencent.com/document/api/1552/75647)
|
|
72708
|
+
|
|
72709
|
+
* 新增入参:Area
|
|
72710
|
+
|
|
72711
|
+
* [DescribeWebProtectionLog](https://cloud.tencent.com/document/api/1552/75646)
|
|
72712
|
+
|
|
72713
|
+
* 新增入参:Area
|
|
72714
|
+
|
|
72715
|
+
* [DescribeZoneDetails](https://cloud.tencent.com/document/api/1552/74843)
|
|
72716
|
+
|
|
72717
|
+
* 新增出参:Area
|
|
72718
|
+
|
|
72719
|
+
* [DescribeZoneSetting](https://cloud.tencent.com/document/api/1552/74820)
|
|
72720
|
+
|
|
72721
|
+
* 新增出参:Area
|
|
72722
|
+
|
|
72723
|
+
|
|
72724
|
+
修改数据结构:
|
|
72725
|
+
|
|
72726
|
+
* [ApplicationProxy](https://cloud.tencent.com/document/api/1552/73155#ApplicationProxy)
|
|
72727
|
+
|
|
72728
|
+
* 新增成员:Area, BanStatus
|
|
72729
|
+
|
|
72730
|
+
* [L7OfflineLog](https://cloud.tencent.com/document/api/1552/73155#L7OfflineLog)
|
|
72731
|
+
|
|
72732
|
+
* 新增成员:Area
|
|
72733
|
+
|
|
72734
|
+
* [Resource](https://cloud.tencent.com/document/api/1552/73155#Resource)
|
|
72735
|
+
|
|
72736
|
+
* 新增成员:Area
|
|
72737
|
+
|
|
72738
|
+
* [Zone](https://cloud.tencent.com/document/api/1552/73155#Zone)
|
|
72739
|
+
|
|
72740
|
+
* 新增成员:Area
|
|
72741
|
+
|
|
72742
|
+
|
|
71891
72743
|
### 第 19 次发布
|
|
71892
72744
|
|
|
71893
72745
|
发布时间:2022-08-17 06:41:13
|
|
@@ -71898,7 +72750,7 @@
|
|
|
71898
72750
|
|
|
71899
72751
|
新增数据结构:
|
|
71900
72752
|
|
|
71901
|
-
* [
|
|
72753
|
+
* [DdosSpeedLimit](https://cloud.tencent.com/document/api/1552/73155#DdosSpeedLimit)
|
|
71902
72754
|
|
|
71903
72755
|
修改数据结构:
|
|
71904
72756
|
|
|
@@ -74695,6 +75547,40 @@
|
|
|
74695
75547
|
|
|
74696
75548
|
## 容器服务(tke) 版本:2018-05-25
|
|
74697
75549
|
|
|
75550
|
+
### 第 118 次发布
|
|
75551
|
+
|
|
75552
|
+
发布时间:2022-08-23 06:56:25
|
|
75553
|
+
|
|
75554
|
+
本次发布包含了以下内容:
|
|
75555
|
+
|
|
75556
|
+
改善已有的文档。
|
|
75557
|
+
|
|
75558
|
+
修改接口:
|
|
75559
|
+
|
|
75560
|
+
* [DeletePrometheusClusterAgent](https://cloud.tencent.com/document/api/457/76246)
|
|
75561
|
+
|
|
75562
|
+
* 新增入参:Agents, InstanceId
|
|
75563
|
+
|
|
75564
|
+
|
|
75565
|
+
新增数据结构:
|
|
75566
|
+
|
|
75567
|
+
* [[PrometheusAgentInfo](https://cloud.tencent.com/document/api/457/31866#PrometheusAgentInfo)](https://cloud.tencent.com/document/api/457/31866#[PrometheusAgentInfo](https://cloud.tencent.com/document/api/457/31866#PrometheusAgentInfo))
|
|
75568
|
+
|
|
75569
|
+
### 第 117 次发布
|
|
75570
|
+
|
|
75571
|
+
发布时间:2022-08-18 06:44:32
|
|
75572
|
+
|
|
75573
|
+
本次发布包含了以下内容:
|
|
75574
|
+
|
|
75575
|
+
改善已有的文档。
|
|
75576
|
+
|
|
75577
|
+
修改接口:
|
|
75578
|
+
|
|
75579
|
+
* [CreateTKEEdgeCluster](https://cloud.tencent.com/document/api/457/74868)
|
|
75580
|
+
|
|
75581
|
+
* 新增入参:ClusterLevel, AutoUpgradeClusterLevel, ChargeType
|
|
75582
|
+
|
|
75583
|
+
|
|
74698
75584
|
### 第 116 次发布
|
|
74699
75585
|
|
|
74700
75586
|
发布时间:2022-08-17 06:42:44
|
|
@@ -74705,7 +75591,7 @@
|
|
|
74705
75591
|
|
|
74706
75592
|
新增接口:
|
|
74707
75593
|
|
|
74708
|
-
* [
|
|
75594
|
+
* [CreateEdgeCVMInstances](https://cloud.tencent.com/document/api/457/79153)
|
|
74709
75595
|
|
|
74710
75596
|
### 第 115 次发布
|
|
74711
75597
|
|
|
@@ -81199,6 +82085,43 @@
|
|
|
81199
82085
|
|
|
81200
82086
|
## 云点播(vod) 版本:2018-07-17
|
|
81201
82087
|
|
|
82088
|
+
### 第 114 次发布
|
|
82089
|
+
|
|
82090
|
+
发布时间:2022-08-22 06:57:10
|
|
82091
|
+
|
|
82092
|
+
本次发布包含了以下内容:
|
|
82093
|
+
|
|
82094
|
+
改善已有的文档。
|
|
82095
|
+
|
|
82096
|
+
新增接口:
|
|
82097
|
+
|
|
82098
|
+
* [[RemoveWatermark](https://cloud.tencent.com/document/api/266/79257)](https://cloud.tencent.com/document/api/#/#)
|
|
82099
|
+
|
|
82100
|
+
### 第 113 次发布
|
|
82101
|
+
|
|
82102
|
+
发布时间:2022-08-19 06:43:39
|
|
82103
|
+
|
|
82104
|
+
本次发布包含了以下内容:
|
|
82105
|
+
|
|
82106
|
+
改善已有的文档。
|
|
82107
|
+
|
|
82108
|
+
修改接口:
|
|
82109
|
+
|
|
82110
|
+
* [LiveRealTimeClip](https://cloud.tencent.com/document/api/266/32587)
|
|
82111
|
+
|
|
82112
|
+
* 新增入参:ClassId, SourceContext, SessionContext, StreamInfo
|
|
82113
|
+
|
|
82114
|
+
* [SimpleHlsClip](https://cloud.tencent.com/document/api/266/33428)
|
|
82115
|
+
|
|
82116
|
+
* 新增入参:ExpireTime, Procedure, ClassId, SourceContext, SessionContext
|
|
82117
|
+
|
|
82118
|
+
* 新增出参:TaskId
|
|
82119
|
+
|
|
82120
|
+
|
|
82121
|
+
新增数据结构:
|
|
82122
|
+
|
|
82123
|
+
* [[LiveRealTimeClipStreamInfo](https://cloud.tencent.com/document/api/266/31773#LiveRealTimeClipStreamInfo)](https://cloud.tencent.com/document/api/266/31773#[LiveRealTimeClipStreamInfo](https://cloud.tencent.com/document/api/266/31773#LiveRealTimeClipStreamInfo))
|
|
82124
|
+
|
|
81202
82125
|
### 第 112 次发布
|
|
81203
82126
|
|
|
81204
82127
|
发布时间:2022-08-11 07:05:14
|
|
@@ -87765,6 +88688,24 @@
|
|
|
87765
88688
|
|
|
87766
88689
|
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
87767
88690
|
|
|
88691
|
+
### 第 5 次发布
|
|
88692
|
+
|
|
88693
|
+
发布时间:2022-08-22 07:01:10
|
|
88694
|
+
|
|
88695
|
+
本次发布包含了以下内容:
|
|
88696
|
+
|
|
88697
|
+
改善已有的文档。
|
|
88698
|
+
|
|
88699
|
+
新增接口:
|
|
88700
|
+
|
|
88701
|
+
* [[DescribeKTVMatchMusics](https://cloud.tencent.com/document/api/1592/79259)](https://cloud.tencent.com/document/api/#/#)
|
|
88702
|
+
|
|
88703
|
+
新增数据结构:
|
|
88704
|
+
|
|
88705
|
+
* [[KTVMatchMusic](https://cloud.tencent.com/document/api/1592/76191#KTVMatchMusic)](https://cloud.tencent.com/document/api/1592/76191#[KTVMatchMusic](https://cloud.tencent.com/document/api/1592/76191#KTVMatchMusic))
|
|
88706
|
+
* [[KTVMatchRule](https://cloud.tencent.com/document/api/1592/76191#KTVMatchRule)](https://cloud.tencent.com/document/api/1592/76191#[KTVMatchRule](https://cloud.tencent.com/document/api/1592/76191#KTVMatchRule))
|
|
88707
|
+
* [[KTVMatchRuleMusicInfo](https://cloud.tencent.com/document/api/1592/76191#KTVMatchRuleMusicInfo)](https://cloud.tencent.com/document/api/1592/76191#[KTVMatchRuleMusicInfo](https://cloud.tencent.com/document/api/1592/76191#KTVMatchRuleMusicInfo))
|
|
88708
|
+
|
|
87768
88709
|
### 第 4 次发布
|
|
87769
88710
|
|
|
87770
88711
|
发布时间:2022-07-30 15:22:03
|