tencentcloud-sdk-nodejs 4.0.421 → 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 +548 -0
- package/SERVICE_CHANGELOG.md +1009 -96
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -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/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/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 +6 -3
- package/src/services/monitor/v20180724/monitor_models.ts +185 -61
- 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 +31 -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/cdn/v20180606/cdn_models.d.ts +0 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +39 -1
- 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/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 +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +157 -54
- 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 +27 -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/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,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 54 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-08-
|
|
7
|
+
发布时间:2022-08-23 06:17:56
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,87 +12,459 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
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
|
|
133
|
+
|
|
134
|
+
### 第 5 次发布
|
|
135
|
+
|
|
136
|
+
发布时间:2022-08-22 06:33:46
|
|
137
|
+
|
|
138
|
+
本次发布包含了以下内容:
|
|
139
|
+
|
|
140
|
+
改善已有的文档。
|
|
141
|
+
|
|
142
|
+
修改数据结构:
|
|
143
|
+
|
|
144
|
+
* [VideoProduct](https://cloud.tencent.com/document/api/1131/76635#VideoProduct)
|
|
145
|
+
|
|
146
|
+
* 新增成员:CategoryId
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
16
152
|
|
|
17
|
-
* 新增入参:Compression
|
|
18
153
|
|
|
19
154
|
|
|
155
|
+
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
156
|
+
|
|
20
157
|
|
|
21
158
|
|
|
22
159
|
## 云监控(monitor) 版本:2018-07-24
|
|
23
160
|
|
|
24
|
-
### 第
|
|
161
|
+
### 第 55 次发布
|
|
25
162
|
|
|
26
|
-
发布时间:2022-08-
|
|
163
|
+
发布时间:2022-08-22 06:38:10
|
|
27
164
|
|
|
28
165
|
本次发布包含了以下内容:
|
|
29
166
|
|
|
30
167
|
改善已有的文档。
|
|
31
168
|
|
|
32
|
-
|
|
169
|
+
修改接口:
|
|
33
170
|
|
|
34
|
-
* [
|
|
35
|
-
|
|
36
|
-
*
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
* [
|
|
42
|
-
* [
|
|
43
|
-
* [
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
* [DescribeSSOAccount](https://cloud.tencent.com/document/api/248/79202)
|
|
53
|
-
* [EnableGrafanaInternet](https://cloud.tencent.com/document/api/248/79201)
|
|
54
|
-
* [EnableGrafanaSSO](https://cloud.tencent.com/document/api/248/79200)
|
|
55
|
-
* [EnableSSOCamCheck](https://cloud.tencent.com/document/api/248/79199)
|
|
56
|
-
* [InstallPlugins](https://cloud.tencent.com/document/api/248/79198)
|
|
57
|
-
* [ModifyGrafanaInstance](https://cloud.tencent.com/document/api/248/79197)
|
|
58
|
-
* [ResumeGrafanaInstance](https://cloud.tencent.com/document/api/248/79196)
|
|
59
|
-
* [UninstallGrafanaPlugins](https://cloud.tencent.com/document/api/248/79195)
|
|
60
|
-
* [UpdateDNSConfig](https://cloud.tencent.com/document/api/248/79194)
|
|
61
|
-
* [UpdateGrafanaConfig](https://cloud.tencent.com/document/api/248/79193)
|
|
62
|
-
* [UpdateGrafanaEnvironments](https://cloud.tencent.com/document/api/248/79192)
|
|
63
|
-
* [UpdateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79191)
|
|
64
|
-
* [UpdateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79190)
|
|
65
|
-
* [UpdateGrafanaWhiteList](https://cloud.tencent.com/document/api/248/79189)
|
|
66
|
-
* [UpdateSSOAccount](https://cloud.tencent.com/document/api/248/79188)
|
|
67
|
-
* [UpgradeGrafanaInstance](https://cloud.tencent.com/document/api/248/79187)
|
|
171
|
+
* [DescribeAllNamespaces](https://cloud.tencent.com/document/api/248/48683)
|
|
172
|
+
|
|
173
|
+
* 新增出参:CommonNamespaces
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
新增数据结构:
|
|
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)
|
|
181
|
+
|
|
182
|
+
### 第 54 次发布
|
|
183
|
+
|
|
184
|
+
发布时间:2022-08-19 06:29:18
|
|
185
|
+
|
|
186
|
+
本次发布包含了以下内容:
|
|
187
|
+
|
|
188
|
+
改善已有的文档。
|
|
68
189
|
|
|
69
190
|
修改接口:
|
|
70
191
|
|
|
71
|
-
* [
|
|
192
|
+
* [DescribeBasicAlarmList](https://cloud.tencent.com/document/api/248/41199)
|
|
72
193
|
|
|
73
|
-
*
|
|
194
|
+
* 新增出参:Warning
|
|
74
195
|
|
|
75
|
-
* [
|
|
196
|
+
* [DescribePolicyGroupList](https://cloud.tencent.com/document/api/248/40945)
|
|
76
197
|
|
|
77
|
-
*
|
|
198
|
+
* 新增出参:Warning
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
## 云压测(pts) 版本:2021-07-28
|
|
204
|
+
|
|
205
|
+
### 第 3 次发布
|
|
206
|
+
|
|
207
|
+
发布时间:2022-08-22 06:42:21
|
|
208
|
+
|
|
209
|
+
本次发布包含了以下内容:
|
|
210
|
+
|
|
211
|
+
改善已有的文档。
|
|
212
|
+
|
|
213
|
+
修改接口:
|
|
214
|
+
|
|
215
|
+
* [UpdateScenario](https://cloud.tencent.com/document/api/1484/78057)
|
|
216
|
+
|
|
217
|
+
* 新增入参:NotificationHooks
|
|
78
218
|
|
|
79
219
|
|
|
80
220
|
新增数据结构:
|
|
81
221
|
|
|
82
|
-
* [
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
222
|
+
* [Notification](https://cloud.tencent.com/document/api/1484/78100#Notification)
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
## 流量反欺诈(taf) 版本:2020-02-10
|
|
227
|
+
|
|
228
|
+
### 第 15 次发布
|
|
229
|
+
|
|
230
|
+
发布时间:2022-08-22 06:46:33
|
|
231
|
+
|
|
232
|
+
本次发布包含了以下内容:
|
|
233
|
+
|
|
234
|
+
改善已有的文档。
|
|
235
|
+
|
|
236
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
237
|
+
|
|
238
|
+
* DetectFraudKOL
|
|
239
|
+
|
|
240
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
241
|
+
|
|
242
|
+
* InputKolBspData
|
|
243
|
+
* InputKolDataList
|
|
244
|
+
* OutputKolData
|
|
245
|
+
* OutputKolValue
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
## 游戏数据库 TcaplusDB(tcaplusdb) 版本:2019-08-23
|
|
250
|
+
|
|
251
|
+
### 第 16 次发布
|
|
252
|
+
|
|
253
|
+
发布时间:2022-08-23 06:49:36
|
|
254
|
+
|
|
255
|
+
本次发布包含了以下内容:
|
|
256
|
+
|
|
257
|
+
改善已有的文档。
|
|
258
|
+
|
|
259
|
+
新增数据结构:
|
|
260
|
+
|
|
261
|
+
* [SyncTableField](https://cloud.tencent.com/document/api/596/39686#SyncTableField)
|
|
262
|
+
* [SyncTableInfo](https://cloud.tencent.com/document/api/596/39686#SyncTableInfo)
|
|
263
|
+
|
|
264
|
+
修改数据结构:
|
|
265
|
+
|
|
266
|
+
* [TableInfoNew](https://cloud.tencent.com/document/api/596/39686#TableInfoNew)
|
|
267
|
+
|
|
268
|
+
* 新增成员:SyncTableInfo
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
274
|
+
|
|
275
|
+
### 第 86 次发布
|
|
276
|
+
|
|
277
|
+
发布时间:2022-08-23 06:50:01
|
|
278
|
+
|
|
279
|
+
本次发布包含了以下内容:
|
|
280
|
+
|
|
281
|
+
改善已有的文档。
|
|
282
|
+
|
|
283
|
+
修改数据结构:
|
|
284
|
+
|
|
285
|
+
* [EnvBillingInfoItem](https://cloud.tencent.com/document/api/876/34822#EnvBillingInfoItem)
|
|
286
|
+
|
|
287
|
+
* 新增成员:EnableOverrun, ExtPackageType
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
293
|
+
|
|
294
|
+
### 第 8 次发布
|
|
295
|
+
|
|
296
|
+
发布时间:2022-08-23 06:50:39
|
|
297
|
+
|
|
298
|
+
本次发布包含了以下内容:
|
|
299
|
+
|
|
300
|
+
改善已有的文档。
|
|
301
|
+
|
|
302
|
+
修改数据结构:
|
|
303
|
+
|
|
304
|
+
* [ServerBaseInfo](https://cloud.tencent.com/document/api/1243/75713#ServerBaseInfo)
|
|
305
|
+
|
|
306
|
+
* 新增成员:CustomDomainNames
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
|
|
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
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
331
|
+
|
|
332
|
+
### 第 21 次发布
|
|
333
|
+
|
|
334
|
+
发布时间:2022-08-23 06:54:06
|
|
335
|
+
|
|
336
|
+
本次发布包含了以下内容:
|
|
337
|
+
|
|
338
|
+
改善已有的文档。
|
|
339
|
+
|
|
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
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
修改数据结构:
|
|
443
|
+
|
|
444
|
+
* [ApplicationProxy](https://cloud.tencent.com/document/api/1552/73155#ApplicationProxy)
|
|
445
|
+
|
|
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
|
|
459
|
+
|
|
88
460
|
|
|
89
461
|
|
|
90
462
|
|
|
91
463
|
## 容器服务(tke) 版本:2018-05-25
|
|
92
464
|
|
|
93
|
-
### 第
|
|
465
|
+
### 第 118 次发布
|
|
94
466
|
|
|
95
|
-
发布时间:2022-08-
|
|
467
|
+
发布时间:2022-08-23 06:56:25
|
|
96
468
|
|
|
97
469
|
本次发布包含了以下内容:
|
|
98
470
|
|
|
@@ -100,10 +472,77 @@
|
|
|
100
472
|
|
|
101
473
|
修改接口:
|
|
102
474
|
|
|
103
|
-
* [
|
|
475
|
+
* [DeletePrometheusClusterAgent](https://cloud.tencent.com/document/api/457/76246)
|
|
104
476
|
|
|
105
|
-
* 新增入参:
|
|
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
|
|
491
|
+
|
|
492
|
+
本次发布包含了以下内容:
|
|
493
|
+
|
|
494
|
+
改善已有的文档。
|
|
495
|
+
|
|
496
|
+
新增接口:
|
|
497
|
+
|
|
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
|
|
106
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)
|
|
107
546
|
|
|
108
547
|
|
|
109
548
|
|
|
@@ -17288,6 +17727,59 @@
|
|
|
17288
17727
|
|
|
17289
17728
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
17290
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
|
+
|
|
17291
17783
|
### 第 51 次发布
|
|
17292
17784
|
|
|
17293
17785
|
发布时间:2022-08-16 06:14:00
|
|
@@ -26497,6 +26989,36 @@
|
|
|
26497
26989
|
|
|
26498
26990
|
## 主机安全(cwp) 版本:2018-02-28
|
|
26499
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
|
+
|
|
26500
27022
|
### 第 49 次发布
|
|
26501
27023
|
|
|
26502
27024
|
发布时间:2022-07-15 06:07:13
|
|
@@ -33049,6 +33571,21 @@
|
|
|
33049
33571
|
|
|
33050
33572
|
## 事件总线(eb) 版本:2021-04-16
|
|
33051
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
|
+
|
|
33052
33589
|
### 第 5 次发布
|
|
33053
33590
|
|
|
33054
33591
|
发布时间:2022-06-30 06:06:12
|
|
@@ -40560,6 +41097,21 @@
|
|
|
40560
41097
|
|
|
40561
41098
|
## 云游戏解决方案(gs) 版本:2019-11-18
|
|
40562
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
|
+
|
|
40563
41115
|
### 第 17 次发布
|
|
40564
41116
|
|
|
40565
41117
|
发布时间:2022-04-08 06:07:59
|
|
@@ -46134,6 +46686,21 @@
|
|
|
46134
46686
|
|
|
46135
46687
|
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
46136
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
|
+
|
|
46137
46704
|
### 第 4 次发布
|
|
46138
46705
|
|
|
46139
46706
|
发布时间:2022-07-19 16:17:21
|
|
@@ -51720,6 +52287,46 @@
|
|
|
51720
52287
|
|
|
51721
52288
|
## 云监控(monitor) 版本:2018-07-24
|
|
51722
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
|
+
|
|
51723
52330
|
### 第 53 次发布
|
|
51724
52331
|
|
|
51725
52332
|
发布时间:2022-08-18 06:31:02
|
|
@@ -51730,40 +52337,40 @@
|
|
|
51730
52337
|
|
|
51731
52338
|
新增接口:
|
|
51732
52339
|
|
|
51733
|
-
* [
|
|
51734
|
-
* [
|
|
51735
|
-
* [
|
|
51736
|
-
* [
|
|
51737
|
-
* [
|
|
51738
|
-
* [
|
|
51739
|
-
* [
|
|
51740
|
-
* [
|
|
51741
|
-
* [
|
|
51742
|
-
* [
|
|
51743
|
-
* [
|
|
51744
|
-
* [
|
|
51745
|
-
* [
|
|
51746
|
-
* [
|
|
51747
|
-
* [
|
|
51748
|
-
* [
|
|
51749
|
-
* [
|
|
51750
|
-
* [
|
|
51751
|
-
* [
|
|
51752
|
-
* [
|
|
51753
|
-
* [
|
|
51754
|
-
* [
|
|
51755
|
-
* [
|
|
51756
|
-
* [
|
|
51757
|
-
* [
|
|
51758
|
-
* [
|
|
51759
|
-
* [
|
|
51760
|
-
* [
|
|
51761
|
-
* [
|
|
51762
|
-
* [
|
|
51763
|
-
* [
|
|
51764
|
-
* [
|
|
51765
|
-
* [
|
|
51766
|
-
* [
|
|
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)
|
|
51767
52374
|
|
|
51768
52375
|
修改接口:
|
|
51769
52376
|
|
|
@@ -51778,12 +52385,12 @@
|
|
|
51778
52385
|
|
|
51779
52386
|
新增数据结构:
|
|
51780
52387
|
|
|
51781
|
-
* [
|
|
51782
|
-
* [
|
|
51783
|
-
* [
|
|
51784
|
-
* [
|
|
51785
|
-
* [
|
|
51786
|
-
* [
|
|
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)
|
|
51787
52394
|
|
|
51788
52395
|
### 第 52 次发布
|
|
51789
52396
|
|
|
@@ -58676,6 +59283,25 @@
|
|
|
58676
59283
|
|
|
58677
59284
|
## 云压测(pts) 版本:2021-07-28
|
|
58678
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
|
+
|
|
58679
59305
|
### 第 2 次发布
|
|
58680
59306
|
|
|
58681
59307
|
发布时间:2022-08-15 06:35:03
|
|
@@ -64236,6 +64862,25 @@
|
|
|
64236
64862
|
|
|
64237
64863
|
## 流量反欺诈(taf) 版本:2020-02-10
|
|
64238
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
|
+
|
|
64239
64884
|
### 第 14 次发布
|
|
64240
64885
|
|
|
64241
64886
|
发布时间:2022-08-11 06:48:40
|
|
@@ -65544,6 +66189,26 @@
|
|
|
65544
66189
|
|
|
65545
66190
|
## 游戏数据库 TcaplusDB(tcaplusdb) 版本:2019-08-23
|
|
65546
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
|
+
|
|
65547
66212
|
### 第 15 次发布
|
|
65548
66213
|
|
|
65549
66214
|
发布时间:2022-03-29 08:15:32
|
|
@@ -66106,6 +66771,21 @@
|
|
|
66106
66771
|
|
|
66107
66772
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
66108
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
|
+
|
|
66109
66789
|
### 第 85 次发布
|
|
66110
66790
|
|
|
66111
66791
|
发布时间:2022-08-01 11:52:06
|
|
@@ -67627,6 +68307,21 @@
|
|
|
67627
68307
|
|
|
67628
68308
|
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
67629
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
|
+
|
|
67630
68325
|
### 第 7 次发布
|
|
67631
68326
|
|
|
67632
68327
|
发布时间:2022-08-15 06:39:26
|
|
@@ -69191,6 +69886,21 @@
|
|
|
69191
69886
|
|
|
69192
69887
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
69193
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
|
+
|
|
69194
69904
|
### 第 24 次发布
|
|
69195
69905
|
|
|
69196
69906
|
发布时间:2022-08-15 06:40:11
|
|
@@ -71901,6 +72611,135 @@
|
|
|
71901
72611
|
|
|
71902
72612
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
71903
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
|
+
|
|
71904
72743
|
### 第 19 次发布
|
|
71905
72744
|
|
|
71906
72745
|
发布时间:2022-08-17 06:41:13
|
|
@@ -74708,6 +75547,25 @@
|
|
|
74708
75547
|
|
|
74709
75548
|
## 容器服务(tke) 版本:2018-05-25
|
|
74710
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
|
+
|
|
74711
75569
|
### 第 117 次发布
|
|
74712
75570
|
|
|
74713
75571
|
发布时间:2022-08-18 06:44:32
|
|
@@ -81227,6 +82085,43 @@
|
|
|
81227
82085
|
|
|
81228
82086
|
## 云点播(vod) 版本:2018-07-17
|
|
81229
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
|
+
|
|
81230
82125
|
### 第 112 次发布
|
|
81231
82126
|
|
|
81232
82127
|
发布时间:2022-08-11 07:05:14
|
|
@@ -87793,6 +88688,24 @@
|
|
|
87793
88688
|
|
|
87794
88689
|
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
87795
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
|
+
|
|
87796
88709
|
### 第 4 次发布
|
|
87797
88710
|
|
|
87798
88711
|
发布时间:2022-07-30 15:22:03
|