tencentcloud-sdk-nodejs 4.0.420 → 4.0.423
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 +876 -0
- package/SERVICE_CHANGELOG.md +870 -97
- package/package.json +1 -1
- package/products.md +31 -31
- package/src/common/sdk_version.ts +1 -1
- package/src/services/acp/v20220105/acp_models.ts +18 -7
- package/src/services/apigateway/v20180808/apigateway_client.ts +13 -0
- package/src/services/apigateway/v20180808/apigateway_models.ts +55 -0
- 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/cls/v20201016/cls_models.ts +11 -1
- package/src/services/cme/v20191029/cme_client.ts +13 -4
- package/src/services/cme/v20191029/cme_models.ts +283 -68
- 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 +199 -75
- 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/tse/v20201207/tse_client.ts +1 -0
- package/src/services/tse/v20201207/tse_models.ts +41 -0
- package/src/services/vod/v20180717/vod_client.ts +21 -2
- package/src/services/vod/v20180717/vod_models.ts +329 -6
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +101 -26
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +694 -157
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/acp/v20220105/acp_models.d.ts +16 -7
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +5 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +6 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +47 -0
- 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/cls/v20201016/cls_models.d.ts +9 -1
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +1 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +245 -61
- 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 +171 -68
- 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/tse/v20201207/tse_models.d.ts +35 -0
- 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 +281 -6
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +27 -7
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +39 -9
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +575 -112
- package/test/apigateway.v20180808.test.js +10 -0
- package/test/taf.v20200210.test.js +0 -10
- package/test/vod.v20180717.test.js +10 -0
- package/test/yinsuda.v20220527.test.js +56 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,879 @@
|
|
|
1
|
+
# Release 4.0.423
|
|
2
|
+
|
|
3
|
+
## 应用合规平台(acp) 版本:2022-01-05
|
|
4
|
+
|
|
5
|
+
### 第 4 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-08-24 06:06:48
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeResourceUsageInfo](https://cloud.tencent.com/document/api/1553/75518)
|
|
16
|
+
|
|
17
|
+
* 新增入参:Source
|
|
18
|
+
|
|
19
|
+
* [DescribeScanTaskReportUrl](https://cloud.tencent.com/document/api/1553/75162)
|
|
20
|
+
|
|
21
|
+
* 新增出参:ReportResult
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## API网关(apigateway) 版本:2018-08-08
|
|
27
|
+
|
|
28
|
+
### 第 32 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2022-08-24 06:08:44
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
新增接口:
|
|
37
|
+
|
|
38
|
+
* [ImportOpenApi](https://cloud.tencent.com/document/api/628/79383)
|
|
39
|
+
|
|
40
|
+
新增数据结构:
|
|
41
|
+
|
|
42
|
+
* [CreateApiRspSet](https://cloud.tencent.com/document/api/628/45244#CreateApiRspSet)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
47
|
+
|
|
48
|
+
### 第 29 次发布
|
|
49
|
+
|
|
50
|
+
发布时间:2022-08-24 06:18:24
|
|
51
|
+
|
|
52
|
+
本次发布包含了以下内容:
|
|
53
|
+
|
|
54
|
+
改善已有的文档。
|
|
55
|
+
|
|
56
|
+
修改接口:
|
|
57
|
+
|
|
58
|
+
* [CreateShipper](https://cloud.tencent.com/document/api/614/58747)
|
|
59
|
+
|
|
60
|
+
* 新增入参:FilenameMode
|
|
61
|
+
|
|
62
|
+
* [ModifyShipper](https://cloud.tencent.com/document/api/614/58743)
|
|
63
|
+
|
|
64
|
+
* 新增入参:FilenameMode
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
70
|
+
|
|
71
|
+
### 第 51 次发布
|
|
72
|
+
|
|
73
|
+
发布时间:2022-08-24 06:19:05
|
|
74
|
+
|
|
75
|
+
本次发布包含了以下内容:
|
|
76
|
+
|
|
77
|
+
改善已有的文档。
|
|
78
|
+
|
|
79
|
+
新增数据结构:
|
|
80
|
+
|
|
81
|
+
* [MediaCastDestinationInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastDestinationInfo)
|
|
82
|
+
* [MediaCastDestinationInterruptInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastDestinationInterruptInfo)
|
|
83
|
+
* [MediaCastOutputMediaSetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastOutputMediaSetting)
|
|
84
|
+
* [MediaCastPlaySetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastPlaySetting)
|
|
85
|
+
* [MediaCastProjectInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastProjectInfo)
|
|
86
|
+
* [MediaCastSourceInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastSourceInfo)
|
|
87
|
+
* [MediaCastSourceInterruptInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastSourceInterruptInfo)
|
|
88
|
+
* [MediaCastVideoSetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastVideoSetting)
|
|
89
|
+
* [ProjectMediaCastStatusChangedEvent](https://cloud.tencent.com/document/api/1156/40360#ProjectMediaCastStatusChangedEvent)
|
|
90
|
+
|
|
91
|
+
修改数据结构:
|
|
92
|
+
|
|
93
|
+
* [EventContent](https://cloud.tencent.com/document/api/1156/40360#EventContent)
|
|
94
|
+
|
|
95
|
+
* 新增成员:ProjectMediaCastStatusChangedEvent
|
|
96
|
+
|
|
97
|
+
* [ProjectInfo](https://cloud.tencent.com/document/api/1156/40360#ProjectInfo)
|
|
98
|
+
|
|
99
|
+
* 新增成员:MediaCastProjectInfo
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
105
|
+
|
|
106
|
+
### 第 26 次发布
|
|
107
|
+
|
|
108
|
+
发布时间:2022-08-24 06:56:05
|
|
109
|
+
|
|
110
|
+
本次发布包含了以下内容:
|
|
111
|
+
|
|
112
|
+
改善已有的文档。
|
|
113
|
+
|
|
114
|
+
新增数据结构:
|
|
115
|
+
|
|
116
|
+
* [DescribeInstanceRegionInfo](https://cloud.tencent.com/document/api/1364/54942#DescribeInstanceRegionInfo)
|
|
117
|
+
|
|
118
|
+
修改数据结构:
|
|
119
|
+
|
|
120
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
121
|
+
|
|
122
|
+
* 新增成员:RegionInfos
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
## 云点播(vod) 版本:2018-07-17
|
|
128
|
+
|
|
129
|
+
### 第 115 次发布
|
|
130
|
+
|
|
131
|
+
发布时间:2022-08-24 06:58:00
|
|
132
|
+
|
|
133
|
+
本次发布包含了以下内容:
|
|
134
|
+
|
|
135
|
+
改善已有的文档。
|
|
136
|
+
|
|
137
|
+
修改接口:
|
|
138
|
+
|
|
139
|
+
* [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/266/43068)
|
|
140
|
+
|
|
141
|
+
* 新增入参:DrmKeyProvider
|
|
142
|
+
|
|
143
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/266/33431)
|
|
144
|
+
|
|
145
|
+
* 新增出参:RemoveWatermarkTask
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
新增数据结构:
|
|
149
|
+
|
|
150
|
+
* [AiRecognitionTaskAsrFullTextResultOutputSubtitleItem](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrFullTextResultOutputSubtitleItem)
|
|
151
|
+
* [RemoveWaterMarkTaskInput](https://cloud.tencent.com/document/api/266/31773#RemoveWaterMarkTaskInput)
|
|
152
|
+
* [RemoveWaterMarkTaskOutput](https://cloud.tencent.com/document/api/266/31773#RemoveWaterMarkTaskOutput)
|
|
153
|
+
* [RemoveWatermarkTask](https://cloud.tencent.com/document/api/266/31773#RemoveWatermarkTask)
|
|
154
|
+
* [SubtitleFormatsOperation](https://cloud.tencent.com/document/api/266/31773#SubtitleFormatsOperation)
|
|
155
|
+
* [TrtcRecordInfo](https://cloud.tencent.com/document/api/266/31773#TrtcRecordInfo)
|
|
156
|
+
|
|
157
|
+
修改数据结构:
|
|
158
|
+
|
|
159
|
+
* [AdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingTemplate)
|
|
160
|
+
|
|
161
|
+
* 新增成员:DrmKeyProvider
|
|
162
|
+
|
|
163
|
+
* [AiRecognitionTaskAsrFullTextResultOutput](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrFullTextResultOutput)
|
|
164
|
+
|
|
165
|
+
* 新增成员:SubtitleSet
|
|
166
|
+
|
|
167
|
+
* [AsrFullTextConfigureInfo](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfo)
|
|
168
|
+
|
|
169
|
+
* 新增成员:SubtitleFormats
|
|
170
|
+
|
|
171
|
+
* [AsrFullTextConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfoForUpdate)
|
|
172
|
+
|
|
173
|
+
* 新增成员:SubtitleFormatsOperation
|
|
174
|
+
|
|
175
|
+
* [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
|
|
176
|
+
|
|
177
|
+
* 新增成员:RemoveWatermarkCompleteEvent
|
|
178
|
+
|
|
179
|
+
* [MediaSourceData](https://cloud.tencent.com/document/api/266/31773#MediaSourceData)
|
|
180
|
+
|
|
181
|
+
* 新增成员:TrtcRecordInfo
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
187
|
+
|
|
188
|
+
### 第 6 次发布
|
|
189
|
+
|
|
190
|
+
发布时间:2022-08-24 07:02:00
|
|
191
|
+
|
|
192
|
+
本次发布包含了以下内容:
|
|
193
|
+
|
|
194
|
+
改善已有的文档。
|
|
195
|
+
|
|
196
|
+
新增接口:
|
|
197
|
+
|
|
198
|
+
* [CreateKTVRobot](https://cloud.tencent.com/document/api/1592/79388)
|
|
199
|
+
* [DescribeKTVRobots](https://cloud.tencent.com/document/api/1592/79387)
|
|
200
|
+
* [DestroyKTVRobot](https://cloud.tencent.com/document/api/1592/79386)
|
|
201
|
+
* [SyncKTVRobotCommand](https://cloud.tencent.com/document/api/1592/79385)
|
|
202
|
+
|
|
203
|
+
新增数据结构:
|
|
204
|
+
|
|
205
|
+
* [JoinRoomInput](https://cloud.tencent.com/document/api/1592/76191#JoinRoomInput)
|
|
206
|
+
* [KTVRobotInfo](https://cloud.tencent.com/document/api/1592/76191#KTVRobotInfo)
|
|
207
|
+
* [PlayCommandInput](https://cloud.tencent.com/document/api/1592/76191#PlayCommandInput)
|
|
208
|
+
* [SeekCommandInput](https://cloud.tencent.com/document/api/1592/76191#SeekCommandInput)
|
|
209
|
+
* [SendMessageCommandInput](https://cloud.tencent.com/document/api/1592/76191#SendMessageCommandInput)
|
|
210
|
+
* [SetAudioParamCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetAudioParamCommandInput)
|
|
211
|
+
* [SetDestroyModeCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetDestroyModeCommandInput)
|
|
212
|
+
* [SetPlayModeCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetPlayModeCommandInput)
|
|
213
|
+
* [SetPlaylistCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetPlaylistCommandInput)
|
|
214
|
+
* [SyncRobotCommand](https://cloud.tencent.com/document/api/1592/76191#SyncRobotCommand)
|
|
215
|
+
* [TRTCJoinRoomInput](https://cloud.tencent.com/document/api/1592/76191#TRTCJoinRoomInput)
|
|
216
|
+
* [TimeRange](https://cloud.tencent.com/document/api/1592/76191#TimeRange)
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
# Release 4.0.422
|
|
221
|
+
|
|
222
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
223
|
+
|
|
224
|
+
### 第 54 次发布
|
|
225
|
+
|
|
226
|
+
发布时间:2022-08-23 06:17:56
|
|
227
|
+
|
|
228
|
+
本次发布包含了以下内容:
|
|
229
|
+
|
|
230
|
+
改善已有的文档。
|
|
231
|
+
|
|
232
|
+
修改接口:
|
|
233
|
+
|
|
234
|
+
* [ModifyInstanceAttributes](https://cloud.tencent.com/document/api/597/40832)
|
|
235
|
+
|
|
236
|
+
* 新增入参:MaxMessageByte
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### 第 53 次发布
|
|
240
|
+
|
|
241
|
+
发布时间:2022-08-22 06:16:09
|
|
242
|
+
|
|
243
|
+
本次发布包含了以下内容:
|
|
244
|
+
|
|
245
|
+
改善已有的文档。
|
|
246
|
+
|
|
247
|
+
新增数据结构:
|
|
248
|
+
|
|
249
|
+
* [RowParam](https://cloud.tencent.com/document/api/597/40861#RowParam)
|
|
250
|
+
|
|
251
|
+
修改数据结构:
|
|
252
|
+
|
|
253
|
+
* [TransformsParam](https://cloud.tencent.com/document/api/597/40861#TransformsParam)
|
|
254
|
+
|
|
255
|
+
* 新增成员:RowParam
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
### 第 52 次发布
|
|
259
|
+
|
|
260
|
+
发布时间:2022-08-19 06:13:13
|
|
261
|
+
|
|
262
|
+
本次发布包含了以下内容:
|
|
263
|
+
|
|
264
|
+
改善已有的文档。
|
|
265
|
+
|
|
266
|
+
修改数据结构:
|
|
267
|
+
|
|
268
|
+
* [MySQLModifyConnectParam](https://cloud.tencent.com/document/api/597/40861#MySQLModifyConnectParam)
|
|
269
|
+
|
|
270
|
+
* 新增成员:SelfBuilt
|
|
271
|
+
|
|
272
|
+
* [PostgreSQLModifyConnectParam](https://cloud.tencent.com/document/api/597/40861#PostgreSQLModifyConnectParam)
|
|
273
|
+
|
|
274
|
+
* 新增成员:SelfBuilt
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
280
|
+
|
|
281
|
+
### 第 50 次发布
|
|
282
|
+
|
|
283
|
+
发布时间:2022-08-19 06:16:28
|
|
284
|
+
|
|
285
|
+
本次发布包含了以下内容:
|
|
286
|
+
|
|
287
|
+
改善已有的文档。
|
|
288
|
+
|
|
289
|
+
修改接口:
|
|
290
|
+
|
|
291
|
+
* [DescribeVulHostCountScanTime](https://cloud.tencent.com/document/api/296/60899)
|
|
292
|
+
|
|
293
|
+
* 新增出参:LastFixTime, hadAutoFixVul
|
|
294
|
+
|
|
295
|
+
* [DescribeVulInfoCvss](https://cloud.tencent.com/document/api/296/60898)
|
|
296
|
+
|
|
297
|
+
* 新增出参:SuccessFixCount, FixSwitch
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
新增数据结构:
|
|
301
|
+
|
|
302
|
+
* [Tags](https://cloud.tencent.com/document/api/296/19867#Tags)
|
|
303
|
+
|
|
304
|
+
修改数据结构:
|
|
305
|
+
|
|
306
|
+
* [Machine](https://cloud.tencent.com/document/api/296/19867#Machine)
|
|
307
|
+
|
|
308
|
+
* 新增成员:CloudTags
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
## 事件总线(eb) 版本:2021-04-16
|
|
314
|
+
|
|
315
|
+
### 第 6 次发布
|
|
316
|
+
|
|
317
|
+
发布时间:2022-08-23 06:27:55
|
|
318
|
+
|
|
319
|
+
本次发布包含了以下内容:
|
|
320
|
+
|
|
321
|
+
改善已有的文档。
|
|
322
|
+
|
|
323
|
+
修改接口:
|
|
324
|
+
|
|
325
|
+
* [UpdateRule](https://cloud.tencent.com/document/api/1359/67693)
|
|
326
|
+
|
|
327
|
+
* 新增入参:EventPattern
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
## 云游戏解决方案(gs) 版本:2019-11-18
|
|
333
|
+
|
|
334
|
+
### 第 18 次发布
|
|
335
|
+
|
|
336
|
+
发布时间:2022-08-19 06:23:23
|
|
337
|
+
|
|
338
|
+
本次发布包含了以下内容:
|
|
339
|
+
|
|
340
|
+
改善已有的文档。
|
|
341
|
+
|
|
342
|
+
修改接口:
|
|
343
|
+
|
|
344
|
+
* [DescribeInstancesCount](https://cloud.tencent.com/document/api/1162/52717)
|
|
345
|
+
|
|
346
|
+
* 新增入参:GameRegion
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
352
|
+
|
|
353
|
+
### 第 5 次发布
|
|
354
|
+
|
|
355
|
+
发布时间:2022-08-22 06:33:46
|
|
356
|
+
|
|
357
|
+
本次发布包含了以下内容:
|
|
358
|
+
|
|
359
|
+
改善已有的文档。
|
|
360
|
+
|
|
361
|
+
修改数据结构:
|
|
362
|
+
|
|
363
|
+
* [VideoProduct](https://cloud.tencent.com/document/api/1131/76635#VideoProduct)
|
|
364
|
+
|
|
365
|
+
* 新增成员:CategoryId
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
379
|
+
|
|
380
|
+
### 第 55 次发布
|
|
381
|
+
|
|
382
|
+
发布时间:2022-08-22 06:38:10
|
|
383
|
+
|
|
384
|
+
本次发布包含了以下内容:
|
|
385
|
+
|
|
386
|
+
改善已有的文档。
|
|
387
|
+
|
|
388
|
+
修改接口:
|
|
389
|
+
|
|
390
|
+
* [DescribeAllNamespaces](https://cloud.tencent.com/document/api/248/48683)
|
|
391
|
+
|
|
392
|
+
* 新增出参:CommonNamespaces
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
新增数据结构:
|
|
396
|
+
|
|
397
|
+
* [CommonNamespaceNew](https://cloud.tencent.com/document/api/248/30354#CommonNamespaceNew)
|
|
398
|
+
* [DimensionNew](https://cloud.tencent.com/document/api/248/30354#DimensionNew)
|
|
399
|
+
* [Operator](https://cloud.tencent.com/document/api/248/30354#Operator)
|
|
400
|
+
|
|
401
|
+
### 第 54 次发布
|
|
402
|
+
|
|
403
|
+
发布时间:2022-08-19 06:29:18
|
|
404
|
+
|
|
405
|
+
本次发布包含了以下内容:
|
|
406
|
+
|
|
407
|
+
改善已有的文档。
|
|
408
|
+
|
|
409
|
+
修改接口:
|
|
410
|
+
|
|
411
|
+
* [DescribeBasicAlarmList](https://cloud.tencent.com/document/api/248/41199)
|
|
412
|
+
|
|
413
|
+
* 新增出参:Warning
|
|
414
|
+
|
|
415
|
+
* [DescribePolicyGroupList](https://cloud.tencent.com/document/api/248/40945)
|
|
416
|
+
|
|
417
|
+
* 新增出参:Warning
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
## 云压测(pts) 版本:2021-07-28
|
|
423
|
+
|
|
424
|
+
### 第 3 次发布
|
|
425
|
+
|
|
426
|
+
发布时间:2022-08-22 06:42:21
|
|
427
|
+
|
|
428
|
+
本次发布包含了以下内容:
|
|
429
|
+
|
|
430
|
+
改善已有的文档。
|
|
431
|
+
|
|
432
|
+
修改接口:
|
|
433
|
+
|
|
434
|
+
* [UpdateScenario](https://cloud.tencent.com/document/api/1484/78057)
|
|
435
|
+
|
|
436
|
+
* 新增入参:NotificationHooks
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
新增数据结构:
|
|
440
|
+
|
|
441
|
+
* [Notification](https://cloud.tencent.com/document/api/1484/78100#Notification)
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
## 流量反欺诈(taf) 版本:2020-02-10
|
|
446
|
+
|
|
447
|
+
### 第 15 次发布
|
|
448
|
+
|
|
449
|
+
发布时间:2022-08-22 06:46:33
|
|
450
|
+
|
|
451
|
+
本次发布包含了以下内容:
|
|
452
|
+
|
|
453
|
+
改善已有的文档。
|
|
454
|
+
|
|
455
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
456
|
+
|
|
457
|
+
* DetectFraudKOL
|
|
458
|
+
|
|
459
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
460
|
+
|
|
461
|
+
* InputKolBspData
|
|
462
|
+
* InputKolDataList
|
|
463
|
+
* OutputKolData
|
|
464
|
+
* OutputKolValue
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
## 游戏数据库 TcaplusDB(tcaplusdb) 版本:2019-08-23
|
|
469
|
+
|
|
470
|
+
### 第 16 次发布
|
|
471
|
+
|
|
472
|
+
发布时间:2022-08-23 06:49:36
|
|
473
|
+
|
|
474
|
+
本次发布包含了以下内容:
|
|
475
|
+
|
|
476
|
+
改善已有的文档。
|
|
477
|
+
|
|
478
|
+
新增数据结构:
|
|
479
|
+
|
|
480
|
+
* [SyncTableField](https://cloud.tencent.com/document/api/596/39686#SyncTableField)
|
|
481
|
+
* [SyncTableInfo](https://cloud.tencent.com/document/api/596/39686#SyncTableInfo)
|
|
482
|
+
|
|
483
|
+
修改数据结构:
|
|
484
|
+
|
|
485
|
+
* [TableInfoNew](https://cloud.tencent.com/document/api/596/39686#TableInfoNew)
|
|
486
|
+
|
|
487
|
+
* 新增成员:SyncTableInfo
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
493
|
+
|
|
494
|
+
### 第 86 次发布
|
|
495
|
+
|
|
496
|
+
发布时间:2022-08-23 06:50:01
|
|
497
|
+
|
|
498
|
+
本次发布包含了以下内容:
|
|
499
|
+
|
|
500
|
+
改善已有的文档。
|
|
501
|
+
|
|
502
|
+
修改数据结构:
|
|
503
|
+
|
|
504
|
+
* [EnvBillingInfoItem](https://cloud.tencent.com/document/api/876/34822#EnvBillingInfoItem)
|
|
505
|
+
|
|
506
|
+
* 新增成员:EnableOverrun, ExtPackageType
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
512
|
+
|
|
513
|
+
### 第 8 次发布
|
|
514
|
+
|
|
515
|
+
发布时间:2022-08-23 06:50:39
|
|
516
|
+
|
|
517
|
+
本次发布包含了以下内容:
|
|
518
|
+
|
|
519
|
+
改善已有的文档。
|
|
520
|
+
|
|
521
|
+
修改数据结构:
|
|
522
|
+
|
|
523
|
+
* [ServerBaseInfo](https://cloud.tencent.com/document/api/1243/75713#ServerBaseInfo)
|
|
524
|
+
|
|
525
|
+
* 新增成员:CustomDomainNames
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
531
|
+
|
|
532
|
+
### 第 25 次发布
|
|
533
|
+
|
|
534
|
+
发布时间:2022-08-23 06:51:30
|
|
535
|
+
|
|
536
|
+
本次发布包含了以下内容:
|
|
537
|
+
|
|
538
|
+
改善已有的文档。
|
|
539
|
+
|
|
540
|
+
修改接口:
|
|
541
|
+
|
|
542
|
+
* [ModifyEscapeEventStatus](https://cloud.tencent.com/document/api/1285/65523)
|
|
543
|
+
|
|
544
|
+
* 新增入参:ImageIDs, EventType
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
550
|
+
|
|
551
|
+
### 第 21 次发布
|
|
552
|
+
|
|
553
|
+
发布时间:2022-08-23 06:54:06
|
|
554
|
+
|
|
555
|
+
本次发布包含了以下内容:
|
|
556
|
+
|
|
557
|
+
改善已有的文档。
|
|
558
|
+
|
|
559
|
+
修改接口:
|
|
560
|
+
|
|
561
|
+
* [CreateApplicationProxy](https://cloud.tencent.com/document/api/1552/74833)
|
|
562
|
+
|
|
563
|
+
* <font color="#dd0000">**修改入参**:</font>Rule
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
### 第 20 次发布
|
|
567
|
+
|
|
568
|
+
发布时间:2022-08-19 06:38:50
|
|
569
|
+
|
|
570
|
+
本次发布包含了以下内容:
|
|
571
|
+
|
|
572
|
+
改善已有的文档。
|
|
573
|
+
|
|
574
|
+
修改接口:
|
|
575
|
+
|
|
576
|
+
* [DescribeApplicationProxyDetail](https://cloud.tencent.com/document/api/1552/74827)
|
|
577
|
+
|
|
578
|
+
* 新增出参:Area
|
|
579
|
+
|
|
580
|
+
* [DescribeBotLog](https://cloud.tencent.com/document/api/1552/75663)
|
|
581
|
+
|
|
582
|
+
* 新增入参:Area
|
|
583
|
+
|
|
584
|
+
* [DescribeDDosAttackData](https://cloud.tencent.com/document/api/1552/75662)
|
|
585
|
+
|
|
586
|
+
* 新增入参:Area
|
|
587
|
+
|
|
588
|
+
* [DescribeDDosAttackEvent](https://cloud.tencent.com/document/api/1552/75661)
|
|
589
|
+
|
|
590
|
+
* 新增入参:Area
|
|
591
|
+
|
|
592
|
+
* [DescribeDDosAttackEventDetail](https://cloud.tencent.com/document/api/1552/75660)
|
|
593
|
+
|
|
594
|
+
* 新增入参:Area
|
|
595
|
+
|
|
596
|
+
* [DescribeDDosAttackSourceEvent](https://cloud.tencent.com/document/api/1552/75659)
|
|
597
|
+
|
|
598
|
+
* 新增入参:Area
|
|
599
|
+
|
|
600
|
+
* [DescribeDDosAttackTopData](https://cloud.tencent.com/document/api/1552/75658)
|
|
601
|
+
|
|
602
|
+
* 新增入参:Area
|
|
603
|
+
|
|
604
|
+
* [DescribeDDosMajorAttackEvent](https://cloud.tencent.com/document/api/1552/75657)
|
|
605
|
+
|
|
606
|
+
* 新增入参:Area
|
|
607
|
+
|
|
608
|
+
* [DescribeOverviewL7Data](https://cloud.tencent.com/document/api/1552/75656)
|
|
609
|
+
|
|
610
|
+
* 新增入参:Area
|
|
611
|
+
|
|
612
|
+
* [DescribeTimingL4Data](https://cloud.tencent.com/document/api/1552/75655)
|
|
613
|
+
|
|
614
|
+
* 新增入参:Area
|
|
615
|
+
|
|
616
|
+
* [DescribeTimingL7AnalysisData](https://cloud.tencent.com/document/api/1552/75654)
|
|
617
|
+
|
|
618
|
+
* 新增入参:Area
|
|
619
|
+
|
|
620
|
+
* [DescribeTimingL7CacheData](https://cloud.tencent.com/document/api/1552/75726)
|
|
621
|
+
|
|
622
|
+
* 新增入参:Area
|
|
623
|
+
|
|
624
|
+
* [DescribeTopL7AnalysisData](https://cloud.tencent.com/document/api/1552/75653)
|
|
625
|
+
|
|
626
|
+
* 新增入参:Area
|
|
627
|
+
|
|
628
|
+
* [DescribeTopL7CacheData](https://cloud.tencent.com/document/api/1552/75725)
|
|
629
|
+
|
|
630
|
+
* 新增入参:Area
|
|
631
|
+
|
|
632
|
+
* [DescribeWebManagedRulesData](https://cloud.tencent.com/document/api/1552/75651)
|
|
633
|
+
|
|
634
|
+
* 新增入参:Area
|
|
635
|
+
|
|
636
|
+
* [DescribeWebManagedRulesLog](https://cloud.tencent.com/document/api/1552/75650)
|
|
637
|
+
|
|
638
|
+
* 新增入参:Area
|
|
639
|
+
|
|
640
|
+
* [DescribeWebManagedRulesTopData](https://cloud.tencent.com/document/api/1552/75649)
|
|
641
|
+
|
|
642
|
+
* 新增入参:Area
|
|
643
|
+
|
|
644
|
+
* [DescribeWebProtectionData](https://cloud.tencent.com/document/api/1552/75647)
|
|
645
|
+
|
|
646
|
+
* 新增入参:Area
|
|
647
|
+
|
|
648
|
+
* [DescribeWebProtectionLog](https://cloud.tencent.com/document/api/1552/75646)
|
|
649
|
+
|
|
650
|
+
* 新增入参:Area
|
|
651
|
+
|
|
652
|
+
* [DescribeZoneDetails](https://cloud.tencent.com/document/api/1552/74843)
|
|
653
|
+
|
|
654
|
+
* 新增出参:Area
|
|
655
|
+
|
|
656
|
+
* [DescribeZoneSetting](https://cloud.tencent.com/document/api/1552/74820)
|
|
657
|
+
|
|
658
|
+
* 新增出参:Area
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
修改数据结构:
|
|
662
|
+
|
|
663
|
+
* [ApplicationProxy](https://cloud.tencent.com/document/api/1552/73155#ApplicationProxy)
|
|
664
|
+
|
|
665
|
+
* 新增成员:Area, BanStatus
|
|
666
|
+
|
|
667
|
+
* [L7OfflineLog](https://cloud.tencent.com/document/api/1552/73155#L7OfflineLog)
|
|
668
|
+
|
|
669
|
+
* 新增成员:Area
|
|
670
|
+
|
|
671
|
+
* [Resource](https://cloud.tencent.com/document/api/1552/73155#Resource)
|
|
672
|
+
|
|
673
|
+
* 新增成员:Area
|
|
674
|
+
|
|
675
|
+
* [Zone](https://cloud.tencent.com/document/api/1552/73155#Zone)
|
|
676
|
+
|
|
677
|
+
* 新增成员:Area
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
683
|
+
|
|
684
|
+
### 第 118 次发布
|
|
685
|
+
|
|
686
|
+
发布时间:2022-08-23 06:56:25
|
|
687
|
+
|
|
688
|
+
本次发布包含了以下内容:
|
|
689
|
+
|
|
690
|
+
改善已有的文档。
|
|
691
|
+
|
|
692
|
+
修改接口:
|
|
693
|
+
|
|
694
|
+
* [DeletePrometheusClusterAgent](https://cloud.tencent.com/document/api/457/76246)
|
|
695
|
+
|
|
696
|
+
* 新增入参:Agents, InstanceId
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
新增数据结构:
|
|
700
|
+
|
|
701
|
+
* [PrometheusAgentInfo](https://cloud.tencent.com/document/api/457/31866#PrometheusAgentInfo)
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
## 云点播(vod) 版本:2018-07-17
|
|
706
|
+
|
|
707
|
+
### 第 114 次发布
|
|
708
|
+
|
|
709
|
+
发布时间:2022-08-22 06:57:10
|
|
710
|
+
|
|
711
|
+
本次发布包含了以下内容:
|
|
712
|
+
|
|
713
|
+
改善已有的文档。
|
|
714
|
+
|
|
715
|
+
新增接口:
|
|
716
|
+
|
|
717
|
+
* [RemoveWatermark](https://cloud.tencent.com/document/api/266/79257)
|
|
718
|
+
|
|
719
|
+
### 第 113 次发布
|
|
720
|
+
|
|
721
|
+
发布时间:2022-08-19 06:43:39
|
|
722
|
+
|
|
723
|
+
本次发布包含了以下内容:
|
|
724
|
+
|
|
725
|
+
改善已有的文档。
|
|
726
|
+
|
|
727
|
+
修改接口:
|
|
728
|
+
|
|
729
|
+
* [LiveRealTimeClip](https://cloud.tencent.com/document/api/266/32587)
|
|
730
|
+
|
|
731
|
+
* 新增入参:ClassId, SourceContext, SessionContext, StreamInfo
|
|
732
|
+
|
|
733
|
+
* [SimpleHlsClip](https://cloud.tencent.com/document/api/266/33428)
|
|
734
|
+
|
|
735
|
+
* 新增入参:ExpireTime, Procedure, ClassId, SourceContext, SessionContext
|
|
736
|
+
|
|
737
|
+
* 新增出参:TaskId
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
新增数据结构:
|
|
741
|
+
|
|
742
|
+
* [LiveRealTimeClipStreamInfo](https://cloud.tencent.com/document/api/266/31773#LiveRealTimeClipStreamInfo)
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
747
|
+
|
|
748
|
+
### 第 5 次发布
|
|
749
|
+
|
|
750
|
+
发布时间:2022-08-22 07:01:10
|
|
751
|
+
|
|
752
|
+
本次发布包含了以下内容:
|
|
753
|
+
|
|
754
|
+
改善已有的文档。
|
|
755
|
+
|
|
756
|
+
新增接口:
|
|
757
|
+
|
|
758
|
+
* [DescribeKTVMatchMusics](https://cloud.tencent.com/document/api/1592/79259)
|
|
759
|
+
|
|
760
|
+
新增数据结构:
|
|
761
|
+
|
|
762
|
+
* [KTVMatchMusic](https://cloud.tencent.com/document/api/1592/76191#KTVMatchMusic)
|
|
763
|
+
* [KTVMatchRule](https://cloud.tencent.com/document/api/1592/76191#KTVMatchRule)
|
|
764
|
+
* [KTVMatchRuleMusicInfo](https://cloud.tencent.com/document/api/1592/76191#KTVMatchRuleMusicInfo)
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
# Release 4.0.421
|
|
769
|
+
|
|
770
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
771
|
+
|
|
772
|
+
### 第 28 次发布
|
|
773
|
+
|
|
774
|
+
发布时间:2022-08-18 06:14:59
|
|
775
|
+
|
|
776
|
+
本次发布包含了以下内容:
|
|
777
|
+
|
|
778
|
+
改善已有的文档。
|
|
779
|
+
|
|
780
|
+
修改接口:
|
|
781
|
+
|
|
782
|
+
* [OpenKafkaConsumer](https://cloud.tencent.com/document/api/614/72339)
|
|
783
|
+
|
|
784
|
+
* 新增入参:Compression
|
|
785
|
+
|
|
786
|
+
|
|
787
|
+
|
|
788
|
+
|
|
789
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
790
|
+
|
|
791
|
+
### 第 53 次发布
|
|
792
|
+
|
|
793
|
+
发布时间:2022-08-18 06:31:02
|
|
794
|
+
|
|
795
|
+
本次发布包含了以下内容:
|
|
796
|
+
|
|
797
|
+
改善已有的文档。
|
|
798
|
+
|
|
799
|
+
新增接口:
|
|
800
|
+
|
|
801
|
+
* [CleanGrafanaInstance](https://cloud.tencent.com/document/api/248/79220)
|
|
802
|
+
* [CreateGrafanaInstance](https://cloud.tencent.com/document/api/248/79219)
|
|
803
|
+
* [CreateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79218)
|
|
804
|
+
* [CreateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79217)
|
|
805
|
+
* [CreateSSOAccount](https://cloud.tencent.com/document/api/248/79216)
|
|
806
|
+
* [DeleteGrafanaInstance](https://cloud.tencent.com/document/api/248/79215)
|
|
807
|
+
* [DeleteGrafanaIntegration](https://cloud.tencent.com/document/api/248/79214)
|
|
808
|
+
* [DeleteGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79213)
|
|
809
|
+
* [DeleteSSOAccount](https://cloud.tencent.com/document/api/248/79212)
|
|
810
|
+
* [DescribeDNSConfig](https://cloud.tencent.com/document/api/248/79211)
|
|
811
|
+
* [DescribeGrafanaConfig](https://cloud.tencent.com/document/api/248/79210)
|
|
812
|
+
* [DescribeGrafanaEnvironments](https://cloud.tencent.com/document/api/248/79209)
|
|
813
|
+
* [DescribeGrafanaInstances](https://cloud.tencent.com/document/api/248/79208)
|
|
814
|
+
* [DescribeGrafanaIntegrations](https://cloud.tencent.com/document/api/248/79207)
|
|
815
|
+
* [DescribeGrafanaNotificationChannels](https://cloud.tencent.com/document/api/248/79206)
|
|
816
|
+
* [DescribeGrafanaWhiteList](https://cloud.tencent.com/document/api/248/79205)
|
|
817
|
+
* [DescribeInstalledPlugins](https://cloud.tencent.com/document/api/248/79204)
|
|
818
|
+
* [DescribePluginOverviews](https://cloud.tencent.com/document/api/248/79203)
|
|
819
|
+
* [DescribeSSOAccount](https://cloud.tencent.com/document/api/248/79202)
|
|
820
|
+
* [EnableGrafanaInternet](https://cloud.tencent.com/document/api/248/79201)
|
|
821
|
+
* [EnableGrafanaSSO](https://cloud.tencent.com/document/api/248/79200)
|
|
822
|
+
* [EnableSSOCamCheck](https://cloud.tencent.com/document/api/248/79199)
|
|
823
|
+
* [InstallPlugins](https://cloud.tencent.com/document/api/248/79198)
|
|
824
|
+
* [ModifyGrafanaInstance](https://cloud.tencent.com/document/api/248/79197)
|
|
825
|
+
* [ResumeGrafanaInstance](https://cloud.tencent.com/document/api/248/79196)
|
|
826
|
+
* [UninstallGrafanaPlugins](https://cloud.tencent.com/document/api/248/79195)
|
|
827
|
+
* [UpdateDNSConfig](https://cloud.tencent.com/document/api/248/79194)
|
|
828
|
+
* [UpdateGrafanaConfig](https://cloud.tencent.com/document/api/248/79193)
|
|
829
|
+
* [UpdateGrafanaEnvironments](https://cloud.tencent.com/document/api/248/79192)
|
|
830
|
+
* [UpdateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79191)
|
|
831
|
+
* [UpdateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79190)
|
|
832
|
+
* [UpdateGrafanaWhiteList](https://cloud.tencent.com/document/api/248/79189)
|
|
833
|
+
* [UpdateSSOAccount](https://cloud.tencent.com/document/api/248/79188)
|
|
834
|
+
* [UpgradeGrafanaInstance](https://cloud.tencent.com/document/api/248/79187)
|
|
835
|
+
|
|
836
|
+
修改接口:
|
|
837
|
+
|
|
838
|
+
* [DeleteExporterIntegration](https://cloud.tencent.com/document/api/248/76016)
|
|
839
|
+
|
|
840
|
+
* <font color="#dd0000">**修改入参**:</font>KubeType, ClusterId
|
|
841
|
+
|
|
842
|
+
* [DescribeExporterIntegrations](https://cloud.tencent.com/document/api/248/76014)
|
|
843
|
+
|
|
844
|
+
* <font color="#dd0000">**修改入参**:</font>KubeType, ClusterId
|
|
845
|
+
|
|
846
|
+
|
|
847
|
+
新增数据结构:
|
|
848
|
+
|
|
849
|
+
* [GrafanaAccountInfo](https://cloud.tencent.com/document/api/248/30354#GrafanaAccountInfo)
|
|
850
|
+
* [GrafanaAccountRole](https://cloud.tencent.com/document/api/248/30354#GrafanaAccountRole)
|
|
851
|
+
* [GrafanaInstanceInfo](https://cloud.tencent.com/document/api/248/30354#GrafanaInstanceInfo)
|
|
852
|
+
* [GrafanaIntegrationConfig](https://cloud.tencent.com/document/api/248/30354#GrafanaIntegrationConfig)
|
|
853
|
+
* [GrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/30354#GrafanaNotificationChannel)
|
|
854
|
+
* [GrafanaPlugin](https://cloud.tencent.com/document/api/248/30354#GrafanaPlugin)
|
|
855
|
+
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
859
|
+
|
|
860
|
+
### 第 117 次发布
|
|
861
|
+
|
|
862
|
+
发布时间:2022-08-18 06:44:32
|
|
863
|
+
|
|
864
|
+
本次发布包含了以下内容:
|
|
865
|
+
|
|
866
|
+
改善已有的文档。
|
|
867
|
+
|
|
868
|
+
修改接口:
|
|
869
|
+
|
|
870
|
+
* [CreateTKEEdgeCluster](https://cloud.tencent.com/document/api/457/74868)
|
|
871
|
+
|
|
872
|
+
* 新增入参:ClusterLevel, AutoUpgradeClusterLevel, ChargeType
|
|
873
|
+
|
|
874
|
+
|
|
875
|
+
|
|
876
|
+
|
|
1
877
|
# Release 4.0.420
|
|
2
878
|
|
|
3
879
|
## 日志服务(cls) 版本:2020-10-16
|