tencentcloud-sdk-nodejs 4.0.297 → 4.0.300
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 +706 -0
- package/SERVICE_CHANGELOG.md +965 -60
- package/package.json +1 -1
- package/products.md +34 -33
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +127 -53
- package/src/services/antiddos/v20200309/antiddos_models.ts +355 -30
- package/src/services/api/v20201106/api_client.ts +13 -0
- package/src/services/api/v20201106/api_models.ts +45 -0
- package/src/services/apigateway/v20180808/apigateway_client.ts +75 -6
- package/src/services/apigateway/v20180808/apigateway_models.ts +621 -44
- package/src/services/as/v20180419/as_models.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +12 -0
- package/src/services/cam/v20190116/cam_client.ts +12 -0
- package/src/services/cam/v20190116/cam_models.ts +30 -0
- package/src/services/cdb/v20170320/cdb_models.ts +7 -1
- package/src/services/clb/v20180317/clb_client.ts +20 -11
- package/src/services/clb/v20180317/clb_models.ts +25 -0
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +37 -27
- package/src/services/cmq/v20190304/cmq_models.ts +94 -82
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +5 -0
- package/src/services/dcdb/v20180411/dcdb_client.ts +36 -12
- package/src/services/dcdb/v20180411/dcdb_models.ts +60 -0
- package/src/services/emr/v20190103/emr_client.ts +1 -0
- package/src/services/emr/v20190103/emr_models.ts +46 -0
- package/src/services/gme/v20180711/gme_client.ts +36 -0
- package/src/services/gme/v20180711/gme_models.ts +126 -0
- package/src/services/index.ts +1 -0
- package/src/services/ivld/v20210903/ivld_client.ts +78 -4
- package/src/services/ivld/v20210903/ivld_models.ts +156 -38
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -0
- package/src/services/mariadb/v20170312/mariadb_client.ts +31 -7
- package/src/services/mariadb/v20170312/mariadb_models.ts +238 -179
- package/src/services/mongodb/v20190725/mongodb_client.ts +72 -60
- package/src/services/mongodb/v20190725/mongodb_models.ts +1022 -997
- package/src/services/monitor/v20180724/monitor_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +8 -1
- package/src/services/oceanus/v20190422/oceanus_models.ts +84 -2
- package/src/services/postgres/v20170312/postgres_client.ts +85 -37
- package/src/services/postgres/v20170312/postgres_models.ts +258 -84
- package/src/services/rum/v20210622/rum_models.ts +1 -1
- package/src/services/sslpod/v20190605/sslpod_models.ts +7 -1
- package/src/services/tcss/v20201101/tcss_models.ts +26 -0
- package/src/services/tdcpg/index.ts +5 -0
- package/src/services/tdcpg/v20211118/index.ts +6 -0
- package/src/services/tdcpg/v20211118/tdcpg_client.ts +345 -0
- package/src/services/tdcpg/v20211118/tdcpg_models.ts +1320 -0
- package/src/services/tdid/v20210519/tdid_client.ts +64 -14
- package/src/services/tdid/v20210519/tdid_models.ts +205 -17
- package/src/services/tdmq/v20200217/tdmq_models.ts +41 -1
- package/src/services/tem/v20210701/tem_models.ts +5 -0
- package/src/services/tsf/v20180326/tsf_client.ts +128 -15
- package/src/services/tsf/v20180326/tsf_models.ts +1116 -112
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_client.d.ts +1 -1
- package/tencentcloud/services/ame/v20190916/ame_client.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +41 -17
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +60 -24
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +302 -28
- package/tencentcloud/services/api/v20201106/api_client.d.ts +5 -1
- package/tencentcloud/services/api/v20201106/api_client.js +6 -0
- package/tencentcloud/services/api/v20201106/api_models.d.ts +39 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +21 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +30 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +523 -40
- package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +10 -0
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +5 -1
- package/tencentcloud/services/cam/v20190116/cam_client.js +6 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +25 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -1
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +8 -7
- package/tencentcloud/services/clb/v20180317/clb_client.js +10 -7
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +22 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +35 -25
- package/tencentcloud/services/cmq/v20190304/cmq_models.d.ts +89 -79
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +4 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +13 -5
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +18 -6
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +52 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +39 -0
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +13 -1
- package/tencentcloud/services/gme/v20180711/gme_client.js +18 -0
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +107 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +52 -2
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +57 -1
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +134 -34
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +5 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +9 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +12 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +202 -151
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +965 -943
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +7 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +68 -2
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +29 -13
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +42 -18
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +219 -71
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +1 -1
- package/tencentcloud/services/sslpod/v20190605/sslpod_models.d.ts +6 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +21 -0
- package/tencentcloud/services/tdcpg/index.d.ts +6 -0
- package/tencentcloud/services/tdcpg/index.js +7 -0
- package/tencentcloud/services/tdcpg/v20211118/index.d.ts +6 -0
- package/tencentcloud/services/tdcpg/v20211118/index.js +9 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_client.d.ts +116 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_client.js +187 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +1111 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.js +18 -0
- package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +22 -5
- package/tencentcloud/services/tdid/v20210519/tdid_client.js +31 -6
- package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +175 -15
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +34 -1
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +4 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +37 -5
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +54 -6
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +934 -86
- package/test/antiddos.v20200309.test.js +76 -16
- package/test/api.v20201106.test.js +10 -0
- package/test/apigateway.v20180808.test.js +50 -0
- package/test/cam.v20190116.test.js +10 -0
- package/test/clb.v20180317.test.js +12 -2
- package/test/dcdb.v20180411.test.js +24 -4
- package/test/gme.v20180711.test.js +30 -0
- package/test/ivld.v20210903.test.js +30 -0
- package/test/mariadb.v20170312.test.js +20 -0
- package/test/mongodb.v20190725.test.js +10 -0
- package/test/postgres.v20170312.test.js +58 -18
- package/test/tdcpg.v20211118.test.js +271 -0
- package/test/tdid.v20210519.test.js +44 -4
- package/test/tsf.v20180326.test.js +84 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,49 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云 API(api) 版本:2020-11-06
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 2 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-03-03 08:00:37
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeProducts](https://cloud.tencent.com/document/api/1278/70575)
|
|
16
|
+
|
|
17
|
+
新增数据结构:
|
|
18
|
+
|
|
19
|
+
* [RegionProduct](https://cloud.tencent.com/document/api/1278/55256#RegionProduct)
|
|
6
20
|
|
|
7
|
-
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## API网关(apigateway) 版本:2018-08-08
|
|
24
|
+
|
|
25
|
+
### 第 27 次发布
|
|
26
|
+
|
|
27
|
+
发布时间:2022-03-03 08:00:40
|
|
28
|
+
|
|
29
|
+
本次发布包含了以下内容:
|
|
30
|
+
|
|
31
|
+
改善已有的文档。
|
|
32
|
+
|
|
33
|
+
修改接口:
|
|
34
|
+
|
|
35
|
+
* [CreateService](https://cloud.tencent.com/document/api/628/45201)
|
|
36
|
+
|
|
37
|
+
* 新增入参:UniqVpcId
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
43
|
+
|
|
44
|
+
### 第 86 次发布
|
|
45
|
+
|
|
46
|
+
发布时间:2022-03-03 08:02:04
|
|
8
47
|
|
|
9
48
|
本次发布包含了以下内容:
|
|
10
49
|
|
|
@@ -12,20 +51,57 @@
|
|
|
12
51
|
|
|
13
52
|
修改数据结构:
|
|
14
53
|
|
|
15
|
-
* [
|
|
54
|
+
* [AuditPolicy](https://cloud.tencent.com/document/api/236/15878#AuditPolicy)
|
|
16
55
|
|
|
17
|
-
* 新增成员:
|
|
56
|
+
* 新增成员:InstanceName
|
|
18
57
|
|
|
19
|
-
* <font color="#dd0000">**修改成员**:</font>Index
|
|
20
58
|
|
|
21
59
|
|
|
22
60
|
|
|
61
|
+
## 负载均衡(clb) 版本:2018-03-17
|
|
23
62
|
|
|
24
|
-
|
|
63
|
+
### 第 67 次发布
|
|
64
|
+
|
|
65
|
+
发布时间:2022-03-03 08:03:01
|
|
66
|
+
|
|
67
|
+
本次发布包含了以下内容:
|
|
68
|
+
|
|
69
|
+
改善已有的文档。
|
|
70
|
+
|
|
71
|
+
新增接口:
|
|
72
|
+
|
|
73
|
+
* [ModifyLoadBalancerMixIpTarget](https://cloud.tencent.com/document/api/214/70576)
|
|
25
74
|
|
|
26
|
-
### 第 22 次发布
|
|
27
75
|
|
|
28
|
-
|
|
76
|
+
|
|
77
|
+
## 消息队列 CMQ(cmq) 版本:2019-03-04
|
|
78
|
+
|
|
79
|
+
### 第 2 次发布
|
|
80
|
+
|
|
81
|
+
发布时间:2022-03-03 08:03:36
|
|
82
|
+
|
|
83
|
+
本次发布包含了以下内容:
|
|
84
|
+
|
|
85
|
+
改善已有的文档。
|
|
86
|
+
|
|
87
|
+
修改数据结构:
|
|
88
|
+
|
|
89
|
+
* [QueueSet](https://cloud.tencent.com/document/api/406/42640#QueueSet)
|
|
90
|
+
|
|
91
|
+
* 新增成员:Migrate
|
|
92
|
+
|
|
93
|
+
* [TopicSet](https://cloud.tencent.com/document/api/406/42640#TopicSet)
|
|
94
|
+
|
|
95
|
+
* 新增成员:Migrate
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
101
|
+
|
|
102
|
+
### 第 8 次发布
|
|
103
|
+
|
|
104
|
+
发布时间:2022-03-03 08:04:55
|
|
29
105
|
|
|
30
106
|
本次发布包含了以下内容:
|
|
31
107
|
|
|
@@ -33,18 +109,75 @@
|
|
|
33
109
|
|
|
34
110
|
修改接口:
|
|
35
111
|
|
|
36
|
-
* [
|
|
112
|
+
* [DescribeUserSqlAdvice](https://cloud.tencent.com/document/api/1130/57782)
|
|
37
113
|
|
|
38
|
-
* 新增入参:
|
|
114
|
+
* 新增入参:Product
|
|
39
115
|
|
|
40
116
|
|
|
41
117
|
|
|
42
118
|
|
|
43
|
-
##
|
|
119
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
|
|
44
120
|
|
|
45
|
-
### 第 11 次发布
|
|
46
121
|
|
|
47
|
-
|
|
122
|
+
|
|
123
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
124
|
+
|
|
125
|
+
### 第 27 次发布
|
|
126
|
+
|
|
127
|
+
发布时间:2022-03-03 08:06:04
|
|
128
|
+
|
|
129
|
+
本次发布包含了以下内容:
|
|
130
|
+
|
|
131
|
+
改善已有的文档。
|
|
132
|
+
|
|
133
|
+
修改接口:
|
|
134
|
+
|
|
135
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/589/34261)
|
|
136
|
+
|
|
137
|
+
* 新增入参:ExternalService
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
新增数据结构:
|
|
141
|
+
|
|
142
|
+
* [ClusterExternalServiceInfo](https://cloud.tencent.com/document/api/589/33981#ClusterExternalServiceInfo)
|
|
143
|
+
|
|
144
|
+
修改数据结构:
|
|
145
|
+
|
|
146
|
+
* [ClusterInstancesInfo](https://cloud.tencent.com/document/api/589/33981#ClusterInstancesInfo)
|
|
147
|
+
|
|
148
|
+
* 新增成员:ClusterExternalServiceInfo
|
|
149
|
+
|
|
150
|
+
* [EmrProductConfigOutter](https://cloud.tencent.com/document/api/589/33981#EmrProductConfigOutter)
|
|
151
|
+
|
|
152
|
+
* 新增成员:PublicKeyId
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
158
|
+
|
|
159
|
+
### 第 26 次发布
|
|
160
|
+
|
|
161
|
+
发布时间:2022-03-03 08:08:18
|
|
162
|
+
|
|
163
|
+
本次发布包含了以下内容:
|
|
164
|
+
|
|
165
|
+
改善已有的文档。
|
|
166
|
+
|
|
167
|
+
修改数据结构:
|
|
168
|
+
|
|
169
|
+
* [ModifyBundle](https://cloud.tencent.com/document/api/1207/47576#ModifyBundle)
|
|
170
|
+
|
|
171
|
+
* 新增成员:NotSupportModifyMessage
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
177
|
+
|
|
178
|
+
### 第 19 次发布
|
|
179
|
+
|
|
180
|
+
发布时间:2022-03-03 08:08:57
|
|
48
181
|
|
|
49
182
|
本次发布包含了以下内容:
|
|
50
183
|
|
|
@@ -52,17 +185,116 @@
|
|
|
52
185
|
|
|
53
186
|
新增接口:
|
|
54
187
|
|
|
55
|
-
* [
|
|
56
|
-
* [DeleteAuditTrack](https://cloud.tencent.com/document/api/629/70382)
|
|
57
|
-
* [ModifyAuditTrack](https://cloud.tencent.com/document/api/629/70381)
|
|
188
|
+
* [ModifyDBInstanceSecurityGroup](https://cloud.tencent.com/document/api/240/70577)
|
|
58
189
|
|
|
59
190
|
|
|
60
191
|
|
|
61
|
-
##
|
|
192
|
+
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
62
193
|
|
|
63
|
-
### 第 1 次发布
|
|
64
194
|
|
|
65
|
-
|
|
195
|
+
|
|
196
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
197
|
+
|
|
198
|
+
### 第 40 次发布
|
|
199
|
+
|
|
200
|
+
发布时间:2022-03-03 08:09:04
|
|
201
|
+
|
|
202
|
+
本次发布包含了以下内容:
|
|
203
|
+
|
|
204
|
+
改善已有的文档。
|
|
205
|
+
|
|
206
|
+
修改接口:
|
|
207
|
+
|
|
208
|
+
* [DescribePrometheusInstances](https://cloud.tencent.com/document/api/248/66097)
|
|
209
|
+
|
|
210
|
+
* 新增入参:InstanceChargeType
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
216
|
+
|
|
217
|
+
### 第 16 次发布
|
|
218
|
+
|
|
219
|
+
发布时间:2022-03-03 08:09:36
|
|
220
|
+
|
|
221
|
+
本次发布包含了以下内容:
|
|
222
|
+
|
|
223
|
+
改善已有的文档。
|
|
224
|
+
|
|
225
|
+
修改接口:
|
|
226
|
+
|
|
227
|
+
* [CreateJob](https://cloud.tencent.com/document/api/849/52009)
|
|
228
|
+
|
|
229
|
+
* 新增入参:WorkSpaceId
|
|
230
|
+
|
|
231
|
+
* [CreateJobConfig](https://cloud.tencent.com/document/api/849/52004)
|
|
232
|
+
|
|
233
|
+
* 新增入参:WorkSpaceId
|
|
234
|
+
|
|
235
|
+
* [CreateResource](https://cloud.tencent.com/document/api/849/52000)
|
|
236
|
+
|
|
237
|
+
* 新增入参:WorkSpaceId
|
|
238
|
+
|
|
239
|
+
* [CreateResourceConfig](https://cloud.tencent.com/document/api/849/51997)
|
|
240
|
+
|
|
241
|
+
* 新增入参:WorkSpaceId
|
|
242
|
+
|
|
243
|
+
* [DeleteResourceConfigs](https://cloud.tencent.com/document/api/849/54667)
|
|
244
|
+
|
|
245
|
+
* 新增入参:WorkSpaceId
|
|
246
|
+
|
|
247
|
+
* [DeleteResources](https://cloud.tencent.com/document/api/849/54670)
|
|
248
|
+
|
|
249
|
+
* 新增入参:WorkSpaceId
|
|
250
|
+
|
|
251
|
+
* [DeleteTableConfig](https://cloud.tencent.com/document/api/849/52002)
|
|
252
|
+
|
|
253
|
+
* 新增入参:WorkSpaceId
|
|
254
|
+
|
|
255
|
+
* [DescribeJobConfigs](https://cloud.tencent.com/document/api/849/52875)
|
|
256
|
+
|
|
257
|
+
* 新增入参:WorkSpaceId
|
|
258
|
+
|
|
259
|
+
* [DescribeJobs](https://cloud.tencent.com/document/api/849/52008)
|
|
260
|
+
|
|
261
|
+
* 新增入参:WorkSpaceId
|
|
262
|
+
|
|
263
|
+
* [DescribeResourceConfigs](https://cloud.tencent.com/document/api/849/54666)
|
|
264
|
+
|
|
265
|
+
* 新增入参:WorkSpaceId
|
|
266
|
+
|
|
267
|
+
* [DescribeResourceRelatedJobs](https://cloud.tencent.com/document/api/849/54669)
|
|
268
|
+
|
|
269
|
+
* 新增入参:WorkSpaceId
|
|
270
|
+
|
|
271
|
+
* [DescribeResources](https://cloud.tencent.com/document/api/849/54668)
|
|
272
|
+
|
|
273
|
+
* 新增入参:WorkSpaceId
|
|
274
|
+
|
|
275
|
+
* [RunJobs](https://cloud.tencent.com/document/api/849/52007)
|
|
276
|
+
|
|
277
|
+
* 新增入参:WorkSpaceId
|
|
278
|
+
|
|
279
|
+
* [StopJobs](https://cloud.tencent.com/document/api/849/52006)
|
|
280
|
+
|
|
281
|
+
* 新增入参:WorkSpaceId
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
修改数据结构:
|
|
285
|
+
|
|
286
|
+
* [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
|
|
287
|
+
|
|
288
|
+
* 新增成员:WorkSpaceId, WorkSpaceName
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
294
|
+
|
|
295
|
+
### 第 25 次发布
|
|
296
|
+
|
|
297
|
+
发布时间:2022-03-03 08:10:01
|
|
66
298
|
|
|
67
299
|
本次发布包含了以下内容:
|
|
68
300
|
|
|
@@ -70,27 +302,67 @@
|
|
|
70
302
|
|
|
71
303
|
新增接口:
|
|
72
304
|
|
|
73
|
-
* [
|
|
74
|
-
* [
|
|
75
|
-
* [
|
|
76
|
-
* [
|
|
77
|
-
* [CreateSchemeUrl](https://cloud.tencent.com/document/api/1323/70359)
|
|
78
|
-
* [DescribeFileUrls](https://cloud.tencent.com/document/api/1323/70366)
|
|
79
|
-
* [DescribeFlowBriefs](https://cloud.tencent.com/document/api/1323/70358)
|
|
80
|
-
* [DescribeThirdPartyAuthCode](https://cloud.tencent.com/document/api/1323/70368)
|
|
81
|
-
* [StartFlow](https://cloud.tencent.com/document/api/1323/70357)
|
|
305
|
+
* [CreateDBInstanceNetworkAccess](https://cloud.tencent.com/document/api/409/70581)
|
|
306
|
+
* [CreateReadOnlyGroupNetworkAccess](https://cloud.tencent.com/document/api/409/70580)
|
|
307
|
+
* [DeleteDBInstanceNetworkAccess](https://cloud.tencent.com/document/api/409/70579)
|
|
308
|
+
* [DeleteReadOnlyGroupNetworkAccess](https://cloud.tencent.com/document/api/409/70578)
|
|
82
309
|
|
|
83
|
-
新增数据结构:
|
|
84
310
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
311
|
+
|
|
312
|
+
## SSL 证书监控(sslpod) 版本:2019-06-05
|
|
313
|
+
|
|
314
|
+
### 第 2 次发布
|
|
315
|
+
|
|
316
|
+
发布时间:2022-03-03 08:11:12
|
|
317
|
+
|
|
318
|
+
本次发布包含了以下内容:
|
|
319
|
+
|
|
320
|
+
改善已有的文档。
|
|
321
|
+
|
|
322
|
+
修改接口:
|
|
323
|
+
|
|
324
|
+
* [DescribeDomains](https://cloud.tencent.com/document/api/1084/49339)
|
|
325
|
+
|
|
326
|
+
* 新增入参:Domain
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
332
|
+
|
|
333
|
+
### 第 30 次发布
|
|
334
|
+
|
|
335
|
+
发布时间:2022-03-03 08:12:23
|
|
336
|
+
|
|
337
|
+
本次发布包含了以下内容:
|
|
338
|
+
|
|
339
|
+
改善已有的文档。
|
|
340
|
+
|
|
341
|
+
修改接口:
|
|
342
|
+
|
|
343
|
+
* [CreateAMQPExchange](https://cloud.tencent.com/document/api/1179/64672)
|
|
344
|
+
|
|
345
|
+
* 新增入参:DelayedType
|
|
346
|
+
|
|
347
|
+
* [DescribeAMQPVHosts](https://cloud.tencent.com/document/api/1179/64658)
|
|
348
|
+
|
|
349
|
+
* 新增入参:VHostIdList
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
修改数据结构:
|
|
353
|
+
|
|
354
|
+
* [AMQPClusterDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterDetail)
|
|
355
|
+
|
|
356
|
+
* 新增成员:Status
|
|
357
|
+
|
|
358
|
+
* [AMQPExchange](https://cloud.tencent.com/document/api/1179/46089#AMQPExchange)
|
|
359
|
+
|
|
360
|
+
* 新增成员:AlternateExchange, AlternateExchangeDeleteMark, DelayType
|
|
361
|
+
|
|
362
|
+
* [AMQPVHost](https://cloud.tencent.com/document/api/1179/46089#AMQPVHost)
|
|
363
|
+
|
|
364
|
+
* 新增成员:Status
|
|
365
|
+
|
|
94
366
|
|
|
95
367
|
|
|
96
368
|
|
|
@@ -1267,6 +1539,28 @@
|
|
|
1267
1539
|
|
|
1268
1540
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1269
1541
|
|
|
1542
|
+
### 第 23 次发布
|
|
1543
|
+
|
|
1544
|
+
发布时间:2022-03-02 08:04:36
|
|
1545
|
+
|
|
1546
|
+
本次发布包含了以下内容:
|
|
1547
|
+
|
|
1548
|
+
改善已有的文档。
|
|
1549
|
+
|
|
1550
|
+
新增接口:
|
|
1551
|
+
|
|
1552
|
+
* [CreateCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/70487)
|
|
1553
|
+
* [DeleteCCLevelPolicy](https://cloud.tencent.com/document/api/1021/70492)
|
|
1554
|
+
* [DeleteCCThresholdPolicy](https://cloud.tencent.com/document/api/1021/70491)
|
|
1555
|
+
* [DescribeCCLevelList](https://cloud.tencent.com/document/api/1021/70490)
|
|
1556
|
+
* [DescribeCCLevelPolicy](https://cloud.tencent.com/document/api/1021/70489)
|
|
1557
|
+
* [DescribeCCThresholdList](https://cloud.tencent.com/document/api/1021/70488)
|
|
1558
|
+
|
|
1559
|
+
新增数据结构:
|
|
1560
|
+
|
|
1561
|
+
* [CCLevelPolicy](https://cloud.tencent.com/document/api/1021/57582#CCLevelPolicy)
|
|
1562
|
+
* [CCThresholdPolicy](https://cloud.tencent.com/document/api/1021/57582#CCThresholdPolicy)
|
|
1563
|
+
|
|
1270
1564
|
### 第 22 次发布
|
|
1271
1565
|
|
|
1272
1566
|
发布时间:2022-02-28 08:05:20
|
|
@@ -1914,6 +2208,22 @@
|
|
|
1914
2208
|
|
|
1915
2209
|
## 云 API(api) 版本:2020-11-06
|
|
1916
2210
|
|
|
2211
|
+
### 第 2 次发布
|
|
2212
|
+
|
|
2213
|
+
发布时间:2022-03-03 08:00:37
|
|
2214
|
+
|
|
2215
|
+
本次发布包含了以下内容:
|
|
2216
|
+
|
|
2217
|
+
改善已有的文档。
|
|
2218
|
+
|
|
2219
|
+
新增接口:
|
|
2220
|
+
|
|
2221
|
+
* [[DescribeProducts](https://cloud.tencent.com/document/api/1278/70575)](https://cloud.tencent.com/document/api/#/#)
|
|
2222
|
+
|
|
2223
|
+
新增数据结构:
|
|
2224
|
+
|
|
2225
|
+
* [[RegionProduct](https://cloud.tencent.com/document/api/1278/55256#RegionProduct)](https://cloud.tencent.com/document/api/1278/55256#[RegionProduct](https://cloud.tencent.com/document/api/1278/55256#RegionProduct))
|
|
2226
|
+
|
|
1917
2227
|
### 第 1 次发布
|
|
1918
2228
|
|
|
1919
2229
|
发布时间:2021-04-25 10:09:57
|
|
@@ -1937,6 +2247,49 @@
|
|
|
1937
2247
|
|
|
1938
2248
|
## API网关(apigateway) 版本:2018-08-08
|
|
1939
2249
|
|
|
2250
|
+
### 第 27 次发布
|
|
2251
|
+
|
|
2252
|
+
发布时间:2022-03-03 08:00:40
|
|
2253
|
+
|
|
2254
|
+
本次发布包含了以下内容:
|
|
2255
|
+
|
|
2256
|
+
改善已有的文档。
|
|
2257
|
+
|
|
2258
|
+
修改接口:
|
|
2259
|
+
|
|
2260
|
+
* [CreateService](https://cloud.tencent.com/document/api/628/45201)
|
|
2261
|
+
|
|
2262
|
+
* 新增入参:UniqVpcId
|
|
2263
|
+
|
|
2264
|
+
|
|
2265
|
+
### 第 26 次发布
|
|
2266
|
+
|
|
2267
|
+
发布时间:2022-03-01 08:00:39
|
|
2268
|
+
|
|
2269
|
+
本次发布包含了以下内容:
|
|
2270
|
+
|
|
2271
|
+
改善已有的文档。
|
|
2272
|
+
|
|
2273
|
+
新增接口:
|
|
2274
|
+
|
|
2275
|
+
* [CreateUpstream](https://cloud.tencent.com/document/api/628/70414)
|
|
2276
|
+
* [DeleteUpstream](https://cloud.tencent.com/document/api/628/70413)
|
|
2277
|
+
* [DescribeUpstreamBindApis](https://cloud.tencent.com/document/api/628/70412)
|
|
2278
|
+
* [DescribeUpstreams](https://cloud.tencent.com/document/api/628/70411)
|
|
2279
|
+
* [ModifyUpstream](https://cloud.tencent.com/document/api/628/70410)
|
|
2280
|
+
|
|
2281
|
+
新增数据结构:
|
|
2282
|
+
|
|
2283
|
+
* [BindApiInfo](https://cloud.tencent.com/document/api/628/45244#BindApiInfo)
|
|
2284
|
+
* [DescribeUpstreamBindApis](https://cloud.tencent.com/document/api/628/45244#DescribeUpstreamBindApis)
|
|
2285
|
+
* [DescribeUpstreamInfo](https://cloud.tencent.com/document/api/628/45244#DescribeUpstreamInfo)
|
|
2286
|
+
* [K8sLabel](https://cloud.tencent.com/document/api/628/45244#K8sLabel)
|
|
2287
|
+
* [K8sService](https://cloud.tencent.com/document/api/628/45244#K8sService)
|
|
2288
|
+
* [UpstreamHealthChecker](https://cloud.tencent.com/document/api/628/45244#UpstreamHealthChecker)
|
|
2289
|
+
* [UpstreamHealthCheckerReqHeaders](https://cloud.tencent.com/document/api/628/45244#UpstreamHealthCheckerReqHeaders)
|
|
2290
|
+
* [UpstreamInfo](https://cloud.tencent.com/document/api/628/45244#UpstreamInfo)
|
|
2291
|
+
* [UpstreamNode](https://cloud.tencent.com/document/api/628/45244#UpstreamNode)
|
|
2292
|
+
|
|
1940
2293
|
### 第 25 次发布
|
|
1941
2294
|
|
|
1942
2295
|
发布时间:2022-01-24 08:04:33
|
|
@@ -5211,6 +5564,21 @@
|
|
|
5211
5564
|
|
|
5212
5565
|
## 计费相关(billing) 版本:2018-07-09
|
|
5213
5566
|
|
|
5567
|
+
### 第 31 次发布
|
|
5568
|
+
|
|
5569
|
+
发布时间:2022-03-02 08:05:35
|
|
5570
|
+
|
|
5571
|
+
本次发布包含了以下内容:
|
|
5572
|
+
|
|
5573
|
+
改善已有的文档。
|
|
5574
|
+
|
|
5575
|
+
修改数据结构:
|
|
5576
|
+
|
|
5577
|
+
* [Deal](https://cloud.tencent.com/document/api/555/19183#Deal)
|
|
5578
|
+
|
|
5579
|
+
* 新增成员:ProductName, SubProductName
|
|
5580
|
+
|
|
5581
|
+
|
|
5214
5582
|
### 第 30 次发布
|
|
5215
5583
|
|
|
5216
5584
|
发布时间:2022-01-11 08:03:32
|
|
@@ -6968,6 +7336,18 @@
|
|
|
6968
7336
|
|
|
6969
7337
|
## 访问管理(cam) 版本:2019-01-16
|
|
6970
7338
|
|
|
7339
|
+
### 第 43 次发布
|
|
7340
|
+
|
|
7341
|
+
发布时间:2022-03-01 08:01:53
|
|
7342
|
+
|
|
7343
|
+
本次发布包含了以下内容:
|
|
7344
|
+
|
|
7345
|
+
改善已有的文档。
|
|
7346
|
+
|
|
7347
|
+
新增接口:
|
|
7348
|
+
|
|
7349
|
+
* [GetUserAppId](https://cloud.tencent.com/document/api/598/70416)
|
|
7350
|
+
|
|
6971
7351
|
### 第 42 次发布
|
|
6972
7352
|
|
|
6973
7353
|
发布时间:2022-01-27 08:10:42
|
|
@@ -9271,6 +9651,21 @@
|
|
|
9271
9651
|
|
|
9272
9652
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
9273
9653
|
|
|
9654
|
+
### 第 86 次发布
|
|
9655
|
+
|
|
9656
|
+
发布时间:2022-03-03 08:02:04
|
|
9657
|
+
|
|
9658
|
+
本次发布包含了以下内容:
|
|
9659
|
+
|
|
9660
|
+
改善已有的文档。
|
|
9661
|
+
|
|
9662
|
+
修改数据结构:
|
|
9663
|
+
|
|
9664
|
+
* [AuditPolicy](https://cloud.tencent.com/document/api/236/15878#AuditPolicy)
|
|
9665
|
+
|
|
9666
|
+
* 新增成员:InstanceName
|
|
9667
|
+
|
|
9668
|
+
|
|
9274
9669
|
### 第 85 次发布
|
|
9275
9670
|
|
|
9276
9671
|
发布时间:2022-02-16 08:02:33
|
|
@@ -15097,6 +15492,18 @@
|
|
|
15097
15492
|
|
|
15098
15493
|
## 负载均衡(clb) 版本:2018-03-17
|
|
15099
15494
|
|
|
15495
|
+
### 第 67 次发布
|
|
15496
|
+
|
|
15497
|
+
发布时间:2022-03-03 08:03:01
|
|
15498
|
+
|
|
15499
|
+
本次发布包含了以下内容:
|
|
15500
|
+
|
|
15501
|
+
改善已有的文档。
|
|
15502
|
+
|
|
15503
|
+
新增接口:
|
|
15504
|
+
|
|
15505
|
+
* [[ModifyLoadBalancerMixIpTarget](https://cloud.tencent.com/document/api/214/70576)](https://cloud.tencent.com/document/api/#/#)
|
|
15506
|
+
|
|
15100
15507
|
### 第 66 次发布
|
|
15101
15508
|
|
|
15102
15509
|
发布时间:2022-02-22 08:03:47
|
|
@@ -16535,9 +16942,9 @@
|
|
|
16535
16942
|
|
|
16536
16943
|
新增接口:
|
|
16537
16944
|
|
|
16538
|
-
* [
|
|
16539
|
-
* [
|
|
16540
|
-
* [
|
|
16945
|
+
* [CreateAuditTrack](https://cloud.tencent.com/document/api/629/70383)
|
|
16946
|
+
* [DeleteAuditTrack](https://cloud.tencent.com/document/api/629/70382)
|
|
16947
|
+
* [ModifyAuditTrack](https://cloud.tencent.com/document/api/629/70381)
|
|
16541
16948
|
|
|
16542
16949
|
### 第 10 次发布
|
|
16543
16950
|
|
|
@@ -18252,6 +18659,25 @@
|
|
|
18252
18659
|
|
|
18253
18660
|
## 消息队列 CMQ(cmq) 版本:2019-03-04
|
|
18254
18661
|
|
|
18662
|
+
### 第 2 次发布
|
|
18663
|
+
|
|
18664
|
+
发布时间:2022-03-03 08:03:36
|
|
18665
|
+
|
|
18666
|
+
本次发布包含了以下内容:
|
|
18667
|
+
|
|
18668
|
+
改善已有的文档。
|
|
18669
|
+
|
|
18670
|
+
修改数据结构:
|
|
18671
|
+
|
|
18672
|
+
* [QueueSet](https://cloud.tencent.com/document/api/406/42640#QueueSet)
|
|
18673
|
+
|
|
18674
|
+
* 新增成员:Migrate
|
|
18675
|
+
|
|
18676
|
+
* [TopicSet](https://cloud.tencent.com/document/api/406/42640#TopicSet)
|
|
18677
|
+
|
|
18678
|
+
* 新增成员:Migrate
|
|
18679
|
+
|
|
18680
|
+
|
|
18255
18681
|
### 第 1 次发布
|
|
18256
18682
|
|
|
18257
18683
|
发布时间:2020-03-19 11:37:32
|
|
@@ -24344,6 +24770,21 @@
|
|
|
24344
24770
|
|
|
24345
24771
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
24346
24772
|
|
|
24773
|
+
### 第 8 次发布
|
|
24774
|
+
|
|
24775
|
+
发布时间:2022-03-03 08:04:55
|
|
24776
|
+
|
|
24777
|
+
本次发布包含了以下内容:
|
|
24778
|
+
|
|
24779
|
+
改善已有的文档。
|
|
24780
|
+
|
|
24781
|
+
修改接口:
|
|
24782
|
+
|
|
24783
|
+
* [DescribeUserSqlAdvice](https://cloud.tencent.com/document/api/1130/57782)
|
|
24784
|
+
|
|
24785
|
+
* 新增入参:Product
|
|
24786
|
+
|
|
24787
|
+
|
|
24347
24788
|
### 第 7 次发布
|
|
24348
24789
|
|
|
24349
24790
|
发布时间:2022-02-14 08:09:51
|
|
@@ -24923,6 +25364,19 @@
|
|
|
24923
25364
|
|
|
24924
25365
|
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
24925
25366
|
|
|
25367
|
+
### 第 36 次发布
|
|
25368
|
+
|
|
25369
|
+
发布时间:2022-03-01 08:05:34
|
|
25370
|
+
|
|
25371
|
+
本次发布包含了以下内容:
|
|
25372
|
+
|
|
25373
|
+
改善已有的文档。
|
|
25374
|
+
|
|
25375
|
+
新增接口:
|
|
25376
|
+
|
|
25377
|
+
* [ActiveHourDCDBInstance](https://cloud.tencent.com/document/api/557/70421)
|
|
25378
|
+
* [IsolateHourDCDBInstance](https://cloud.tencent.com/document/api/557/70420)
|
|
25379
|
+
|
|
24926
25380
|
### 第 35 次发布
|
|
24927
25381
|
|
|
24928
25382
|
发布时间:2022-02-23 08:06:28
|
|
@@ -29104,6 +29558,36 @@
|
|
|
29104
29558
|
|
|
29105
29559
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
29106
29560
|
|
|
29561
|
+
### 第 27 次发布
|
|
29562
|
+
|
|
29563
|
+
发布时间:2022-03-03 08:06:04
|
|
29564
|
+
|
|
29565
|
+
本次发布包含了以下内容:
|
|
29566
|
+
|
|
29567
|
+
改善已有的文档。
|
|
29568
|
+
|
|
29569
|
+
修改接口:
|
|
29570
|
+
|
|
29571
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/589/34261)
|
|
29572
|
+
|
|
29573
|
+
* 新增入参:ExternalService
|
|
29574
|
+
|
|
29575
|
+
|
|
29576
|
+
新增数据结构:
|
|
29577
|
+
|
|
29578
|
+
* [[ClusterExternalServiceInfo](https://cloud.tencent.com/document/api/589/33981#ClusterExternalServiceInfo)](https://cloud.tencent.com/document/api/589/33981#[ClusterExternalServiceInfo](https://cloud.tencent.com/document/api/589/33981#ClusterExternalServiceInfo))
|
|
29579
|
+
|
|
29580
|
+
修改数据结构:
|
|
29581
|
+
|
|
29582
|
+
* [ClusterInstancesInfo](https://cloud.tencent.com/document/api/589/33981#ClusterInstancesInfo)
|
|
29583
|
+
|
|
29584
|
+
* 新增成员:ClusterExternalServiceInfo
|
|
29585
|
+
|
|
29586
|
+
* [EmrProductConfigOutter](https://cloud.tencent.com/document/api/589/33981#EmrProductConfigOutter)
|
|
29587
|
+
|
|
29588
|
+
* 新增成员:PublicKeyId
|
|
29589
|
+
|
|
29590
|
+
|
|
29107
29591
|
### 第 26 次发布
|
|
29108
29592
|
|
|
29109
29593
|
发布时间:2022-01-17 08:08:00
|
|
@@ -30384,27 +30868,27 @@
|
|
|
30384
30868
|
|
|
30385
30869
|
新增接口:
|
|
30386
30870
|
|
|
30387
|
-
* [
|
|
30388
|
-
* [
|
|
30389
|
-
* [
|
|
30390
|
-
* [
|
|
30391
|
-
* [
|
|
30392
|
-
* [
|
|
30393
|
-
* [
|
|
30394
|
-
* [
|
|
30395
|
-
* [
|
|
30871
|
+
* [CancelFlow](https://cloud.tencent.com/document/api/1323/70362)
|
|
30872
|
+
* [CreateDocument](https://cloud.tencent.com/document/api/1323/70364)
|
|
30873
|
+
* [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
|
|
30874
|
+
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
30875
|
+
* [CreateSchemeUrl](https://cloud.tencent.com/document/api/1323/70359)
|
|
30876
|
+
* [DescribeFileUrls](https://cloud.tencent.com/document/api/1323/70366)
|
|
30877
|
+
* [DescribeFlowBriefs](https://cloud.tencent.com/document/api/1323/70358)
|
|
30878
|
+
* [DescribeThirdPartyAuthCode](https://cloud.tencent.com/document/api/1323/70368)
|
|
30879
|
+
* [StartFlow](https://cloud.tencent.com/document/api/1323/70357)
|
|
30396
30880
|
|
|
30397
30881
|
新增数据结构:
|
|
30398
30882
|
|
|
30399
|
-
* [
|
|
30400
|
-
* [
|
|
30401
|
-
* [
|
|
30402
|
-
* [
|
|
30403
|
-
* [
|
|
30404
|
-
* [
|
|
30405
|
-
* [
|
|
30406
|
-
* [
|
|
30407
|
-
* [
|
|
30883
|
+
* [Agent](https://cloud.tencent.com/document/api/1323/70369#Agent)
|
|
30884
|
+
* [ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)
|
|
30885
|
+
* [CcInfo](https://cloud.tencent.com/document/api/1323/70369#CcInfo)
|
|
30886
|
+
* [Component](https://cloud.tencent.com/document/api/1323/70369#Component)
|
|
30887
|
+
* [FileUrl](https://cloud.tencent.com/document/api/1323/70369#FileUrl)
|
|
30888
|
+
* [FlowBrief](https://cloud.tencent.com/document/api/1323/70369#FlowBrief)
|
|
30889
|
+
* [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
|
|
30890
|
+
* [FormField](https://cloud.tencent.com/document/api/1323/70369#FormField)
|
|
30891
|
+
* [UserInfo](https://cloud.tencent.com/document/api/1323/70369#UserInfo)
|
|
30408
30892
|
|
|
30409
30893
|
|
|
30410
30894
|
|
|
@@ -32631,6 +33115,20 @@
|
|
|
32631
33115
|
|
|
32632
33116
|
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
32633
33117
|
|
|
33118
|
+
### 第 18 次发布
|
|
33119
|
+
|
|
33120
|
+
发布时间:2022-03-01 08:07:22
|
|
33121
|
+
|
|
33122
|
+
本次发布包含了以下内容:
|
|
33123
|
+
|
|
33124
|
+
改善已有的文档。
|
|
33125
|
+
|
|
33126
|
+
新增接口:
|
|
33127
|
+
|
|
33128
|
+
* [DescribeRealtimeScanConfig](https://cloud.tencent.com/document/api/607/70424)
|
|
33129
|
+
* [UpdateScanRooms](https://cloud.tencent.com/document/api/607/70423)
|
|
33130
|
+
* [UpdateScanUsers](https://cloud.tencent.com/document/api/607/70422)
|
|
33131
|
+
|
|
32634
33132
|
### 第 17 次发布
|
|
32635
33133
|
|
|
32636
33134
|
发布时间:2022-01-17 08:08:32
|
|
@@ -38679,6 +39177,50 @@
|
|
|
38679
39177
|
|
|
38680
39178
|
## 视频智能标签(ivld) 版本:2021-09-03
|
|
38681
39179
|
|
|
39180
|
+
### 第 4 次发布
|
|
39181
|
+
|
|
39182
|
+
发布时间:2022-03-02 12:16:47
|
|
39183
|
+
|
|
39184
|
+
本次发布包含了以下内容:
|
|
39185
|
+
|
|
39186
|
+
改善已有的文档。
|
|
39187
|
+
|
|
39188
|
+
新增接口:
|
|
39189
|
+
|
|
39190
|
+
* [DeleteTask](https://cloud.tencent.com/document/api/1509/70513)
|
|
39191
|
+
* [ModifyCallback](https://cloud.tencent.com/document/api/1509/70512)
|
|
39192
|
+
* [QueryCallback](https://cloud.tencent.com/document/api/1509/70511)
|
|
39193
|
+
|
|
39194
|
+
修改接口:
|
|
39195
|
+
|
|
39196
|
+
* [CreateTask](https://cloud.tencent.com/document/api/1509/65057)
|
|
39197
|
+
|
|
39198
|
+
* 新增入参:Label, CallbackURL
|
|
39199
|
+
|
|
39200
|
+
* [ImportMedia](https://cloud.tencent.com/document/api/1509/65059)
|
|
39201
|
+
|
|
39202
|
+
* 新增入参:WriteBackCosPath, Label, CallbackURL
|
|
39203
|
+
|
|
39204
|
+
|
|
39205
|
+
修改数据结构:
|
|
39206
|
+
|
|
39207
|
+
* [MediaFilter](https://cloud.tencent.com/document/api/1509/65063#MediaFilter)
|
|
39208
|
+
|
|
39209
|
+
* 新增成员:LabelSet
|
|
39210
|
+
|
|
39211
|
+
* [MediaInfo](https://cloud.tencent.com/document/api/1509/65063#MediaInfo)
|
|
39212
|
+
|
|
39213
|
+
* 新增成员:Label
|
|
39214
|
+
|
|
39215
|
+
* [TaskFilter](https://cloud.tencent.com/document/api/1509/65063#TaskFilter)
|
|
39216
|
+
|
|
39217
|
+
* 新增成员:LabelSet
|
|
39218
|
+
|
|
39219
|
+
* [TaskInfo](https://cloud.tencent.com/document/api/1509/65063#TaskInfo)
|
|
39220
|
+
|
|
39221
|
+
* 新增成员:Label
|
|
39222
|
+
|
|
39223
|
+
|
|
38682
39224
|
### 第 3 次发布
|
|
38683
39225
|
|
|
38684
39226
|
发布时间:2022-02-16 08:08:24
|
|
@@ -39118,6 +39660,21 @@
|
|
|
39118
39660
|
|
|
39119
39661
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
39120
39662
|
|
|
39663
|
+
### 第 26 次发布
|
|
39664
|
+
|
|
39665
|
+
发布时间:2022-03-03 08:08:18
|
|
39666
|
+
|
|
39667
|
+
本次发布包含了以下内容:
|
|
39668
|
+
|
|
39669
|
+
改善已有的文档。
|
|
39670
|
+
|
|
39671
|
+
修改数据结构:
|
|
39672
|
+
|
|
39673
|
+
* [ModifyBundle](https://cloud.tencent.com/document/api/1207/47576#ModifyBundle)
|
|
39674
|
+
|
|
39675
|
+
* 新增成员:NotSupportModifyMessage
|
|
39676
|
+
|
|
39677
|
+
|
|
39121
39678
|
### 第 25 次发布
|
|
39122
39679
|
|
|
39123
39680
|
发布时间:2022-02-16 08:08:43
|
|
@@ -41206,6 +41763,19 @@
|
|
|
41206
41763
|
|
|
41207
41764
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
41208
41765
|
|
|
41766
|
+
### 第 33 次发布
|
|
41767
|
+
|
|
41768
|
+
发布时间:2022-03-01 08:09:32
|
|
41769
|
+
|
|
41770
|
+
本次发布包含了以下内容:
|
|
41771
|
+
|
|
41772
|
+
改善已有的文档。
|
|
41773
|
+
|
|
41774
|
+
新增接口:
|
|
41775
|
+
|
|
41776
|
+
* [ActivateHourDBInstance](https://cloud.tencent.com/document/api/237/70426)
|
|
41777
|
+
* [IsolateHourDBInstance](https://cloud.tencent.com/document/api/237/70425)
|
|
41778
|
+
|
|
41209
41779
|
### 第 32 次发布
|
|
41210
41780
|
|
|
41211
41781
|
发布时间:2022-02-22 08:09:47
|
|
@@ -42342,6 +42912,18 @@
|
|
|
42342
42912
|
|
|
42343
42913
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
42344
42914
|
|
|
42915
|
+
### 第 19 次发布
|
|
42916
|
+
|
|
42917
|
+
发布时间:2022-03-03 08:08:57
|
|
42918
|
+
|
|
42919
|
+
本次发布包含了以下内容:
|
|
42920
|
+
|
|
42921
|
+
改善已有的文档。
|
|
42922
|
+
|
|
42923
|
+
新增接口:
|
|
42924
|
+
|
|
42925
|
+
* [[ModifyDBInstanceSecurityGroup](https://cloud.tencent.com/document/api/240/70577)](https://cloud.tencent.com/document/api/#/#)
|
|
42926
|
+
|
|
42345
42927
|
### 第 18 次发布
|
|
42346
42928
|
|
|
42347
42929
|
发布时间:2022-02-25 08:11:43
|
|
@@ -42690,6 +43272,21 @@
|
|
|
42690
43272
|
|
|
42691
43273
|
## 云监控(monitor) 版本:2018-07-24
|
|
42692
43274
|
|
|
43275
|
+
### 第 40 次发布
|
|
43276
|
+
|
|
43277
|
+
发布时间:2022-03-03 08:09:04
|
|
43278
|
+
|
|
43279
|
+
本次发布包含了以下内容:
|
|
43280
|
+
|
|
43281
|
+
改善已有的文档。
|
|
43282
|
+
|
|
43283
|
+
修改接口:
|
|
43284
|
+
|
|
43285
|
+
* [DescribePrometheusInstances](https://cloud.tencent.com/document/api/248/66097)
|
|
43286
|
+
|
|
43287
|
+
* 新增入参:InstanceChargeType
|
|
43288
|
+
|
|
43289
|
+
|
|
42693
43290
|
### 第 39 次发布
|
|
42694
43291
|
|
|
42695
43292
|
发布时间:2022-02-23 08:10:23
|
|
@@ -45555,6 +46152,80 @@
|
|
|
45555
46152
|
|
|
45556
46153
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
45557
46154
|
|
|
46155
|
+
### 第 16 次发布
|
|
46156
|
+
|
|
46157
|
+
发布时间:2022-03-03 08:09:36
|
|
46158
|
+
|
|
46159
|
+
本次发布包含了以下内容:
|
|
46160
|
+
|
|
46161
|
+
改善已有的文档。
|
|
46162
|
+
|
|
46163
|
+
修改接口:
|
|
46164
|
+
|
|
46165
|
+
* [CreateJob](https://cloud.tencent.com/document/api/849/52009)
|
|
46166
|
+
|
|
46167
|
+
* 新增入参:WorkSpaceId
|
|
46168
|
+
|
|
46169
|
+
* [CreateJobConfig](https://cloud.tencent.com/document/api/849/52004)
|
|
46170
|
+
|
|
46171
|
+
* 新增入参:WorkSpaceId
|
|
46172
|
+
|
|
46173
|
+
* [CreateResource](https://cloud.tencent.com/document/api/849/52000)
|
|
46174
|
+
|
|
46175
|
+
* 新增入参:WorkSpaceId
|
|
46176
|
+
|
|
46177
|
+
* [CreateResourceConfig](https://cloud.tencent.com/document/api/849/51997)
|
|
46178
|
+
|
|
46179
|
+
* 新增入参:WorkSpaceId
|
|
46180
|
+
|
|
46181
|
+
* [DeleteResourceConfigs](https://cloud.tencent.com/document/api/849/54667)
|
|
46182
|
+
|
|
46183
|
+
* 新增入参:WorkSpaceId
|
|
46184
|
+
|
|
46185
|
+
* [DeleteResources](https://cloud.tencent.com/document/api/849/54670)
|
|
46186
|
+
|
|
46187
|
+
* 新增入参:WorkSpaceId
|
|
46188
|
+
|
|
46189
|
+
* [DeleteTableConfig](https://cloud.tencent.com/document/api/849/52002)
|
|
46190
|
+
|
|
46191
|
+
* 新增入参:WorkSpaceId
|
|
46192
|
+
|
|
46193
|
+
* [DescribeJobConfigs](https://cloud.tencent.com/document/api/849/52875)
|
|
46194
|
+
|
|
46195
|
+
* 新增入参:WorkSpaceId
|
|
46196
|
+
|
|
46197
|
+
* [DescribeJobs](https://cloud.tencent.com/document/api/849/52008)
|
|
46198
|
+
|
|
46199
|
+
* 新增入参:WorkSpaceId
|
|
46200
|
+
|
|
46201
|
+
* [DescribeResourceConfigs](https://cloud.tencent.com/document/api/849/54666)
|
|
46202
|
+
|
|
46203
|
+
* 新增入参:WorkSpaceId
|
|
46204
|
+
|
|
46205
|
+
* [DescribeResourceRelatedJobs](https://cloud.tencent.com/document/api/849/54669)
|
|
46206
|
+
|
|
46207
|
+
* 新增入参:WorkSpaceId
|
|
46208
|
+
|
|
46209
|
+
* [DescribeResources](https://cloud.tencent.com/document/api/849/54668)
|
|
46210
|
+
|
|
46211
|
+
* 新增入参:WorkSpaceId
|
|
46212
|
+
|
|
46213
|
+
* [RunJobs](https://cloud.tencent.com/document/api/849/52007)
|
|
46214
|
+
|
|
46215
|
+
* 新增入参:WorkSpaceId
|
|
46216
|
+
|
|
46217
|
+
* [StopJobs](https://cloud.tencent.com/document/api/849/52006)
|
|
46218
|
+
|
|
46219
|
+
* 新增入参:WorkSpaceId
|
|
46220
|
+
|
|
46221
|
+
|
|
46222
|
+
修改数据结构:
|
|
46223
|
+
|
|
46224
|
+
* [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
|
|
46225
|
+
|
|
46226
|
+
* 新增成员:WorkSpaceId, WorkSpaceName
|
|
46227
|
+
|
|
46228
|
+
|
|
45558
46229
|
### 第 15 次发布
|
|
45559
46230
|
|
|
45560
46231
|
发布时间:2022-02-24 08:11:34
|
|
@@ -47696,6 +48367,21 @@
|
|
|
47696
48367
|
|
|
47697
48368
|
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
47698
48369
|
|
|
48370
|
+
### 第 25 次发布
|
|
48371
|
+
|
|
48372
|
+
发布时间:2022-03-03 08:10:01
|
|
48373
|
+
|
|
48374
|
+
本次发布包含了以下内容:
|
|
48375
|
+
|
|
48376
|
+
改善已有的文档。
|
|
48377
|
+
|
|
48378
|
+
新增接口:
|
|
48379
|
+
|
|
48380
|
+
* [[CreateDBInstanceNetworkAccess](https://cloud.tencent.com/document/api/409/70581)](https://cloud.tencent.com/document/api/#/#)
|
|
48381
|
+
* [[CreateReadOnlyGroupNetworkAccess](https://cloud.tencent.com/document/api/409/70580)](https://cloud.tencent.com/document/api/#/#)
|
|
48382
|
+
* [[DeleteDBInstanceNetworkAccess](https://cloud.tencent.com/document/api/409/70579)](https://cloud.tencent.com/document/api/#/#)
|
|
48383
|
+
* [[DeleteReadOnlyGroupNetworkAccess](https://cloud.tencent.com/document/api/409/70578)](https://cloud.tencent.com/document/api/#/#)
|
|
48384
|
+
|
|
47699
48385
|
### 第 24 次发布
|
|
47700
48386
|
|
|
47701
48387
|
发布时间:2022-01-12 08:13:23
|
|
@@ -52455,6 +53141,21 @@
|
|
|
52455
53141
|
|
|
52456
53142
|
## SSL 证书监控(sslpod) 版本:2019-06-05
|
|
52457
53143
|
|
|
53144
|
+
### 第 2 次发布
|
|
53145
|
+
|
|
53146
|
+
发布时间:2022-03-03 08:11:12
|
|
53147
|
+
|
|
53148
|
+
本次发布包含了以下内容:
|
|
53149
|
+
|
|
53150
|
+
改善已有的文档。
|
|
53151
|
+
|
|
53152
|
+
修改接口:
|
|
53153
|
+
|
|
53154
|
+
* [DescribeDomains](https://cloud.tencent.com/document/api/1084/49339)
|
|
53155
|
+
|
|
53156
|
+
* 新增入参:Domain
|
|
53157
|
+
|
|
53158
|
+
|
|
52458
53159
|
### 第 1 次发布
|
|
52459
53160
|
|
|
52460
53161
|
发布时间:2020-10-23 18:56:12
|
|
@@ -57160,6 +57861,33 @@
|
|
|
57160
57861
|
|
|
57161
57862
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
57162
57863
|
|
|
57864
|
+
### 第 10 次发布
|
|
57865
|
+
|
|
57866
|
+
发布时间:2022-03-02 08:15:58
|
|
57867
|
+
|
|
57868
|
+
本次发布包含了以下内容:
|
|
57869
|
+
|
|
57870
|
+
改善已有的文档。
|
|
57871
|
+
|
|
57872
|
+
修改接口:
|
|
57873
|
+
|
|
57874
|
+
* [AddAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65560)
|
|
57875
|
+
|
|
57876
|
+
* 新增入参:Insecure
|
|
57877
|
+
|
|
57878
|
+
* [DescribeAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65539)
|
|
57879
|
+
|
|
57880
|
+
* 新增出参:Insecure
|
|
57881
|
+
|
|
57882
|
+
* [DescribeComplianceWhitelistItemList](https://cloud.tencent.com/document/api/1285/65600)
|
|
57883
|
+
|
|
57884
|
+
* 新增入参:By, Order
|
|
57885
|
+
|
|
57886
|
+
* [UpdateAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65519)
|
|
57887
|
+
|
|
57888
|
+
* 新增入参:Insecure
|
|
57889
|
+
|
|
57890
|
+
|
|
57163
57891
|
### 第 9 次发布
|
|
57164
57892
|
|
|
57165
57893
|
发布时间:2022-02-15 08:13:53
|
|
@@ -57624,8 +58352,97 @@
|
|
|
57624
58352
|
|
|
57625
58353
|
|
|
57626
58354
|
|
|
58355
|
+
## TDSQL-C PostgreSQL 版(tdcpg) 版本:2021-11-18
|
|
58356
|
+
|
|
58357
|
+
### 第 1 次发布
|
|
58358
|
+
|
|
58359
|
+
发布时间:2022-03-01 10:49:12
|
|
58360
|
+
|
|
58361
|
+
本次发布包含了以下内容:
|
|
58362
|
+
|
|
58363
|
+
改善已有的文档。
|
|
58364
|
+
|
|
58365
|
+
新增接口:
|
|
58366
|
+
|
|
58367
|
+
* [CloneClusterToPointInTime](https://cloud.tencent.com/document/api/#/#)
|
|
58368
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/#/#)
|
|
58369
|
+
* [CreateClusterInstances](https://cloud.tencent.com/document/api/#/#)
|
|
58370
|
+
* [DeleteCluster](https://cloud.tencent.com/document/api/#/#)
|
|
58371
|
+
* [DeleteClusterInstances](https://cloud.tencent.com/document/api/#/#)
|
|
58372
|
+
* [DescribeAccounts](https://cloud.tencent.com/document/api/#/#)
|
|
58373
|
+
* [DescribeClusterBackups](https://cloud.tencent.com/document/api/#/#)
|
|
58374
|
+
* [DescribeClusterEndpoints](https://cloud.tencent.com/document/api/#/#)
|
|
58375
|
+
* [DescribeClusterInstances](https://cloud.tencent.com/document/api/#/#)
|
|
58376
|
+
* [DescribeClusterRecoveryTimeRange](https://cloud.tencent.com/document/api/#/#)
|
|
58377
|
+
* [DescribeClusters](https://cloud.tencent.com/document/api/#/#)
|
|
58378
|
+
* [DescribeResourcesByDealName](https://cloud.tencent.com/document/api/#/#)
|
|
58379
|
+
* [IsolateCluster](https://cloud.tencent.com/document/api/#/#)
|
|
58380
|
+
* [IsolateClusterInstances](https://cloud.tencent.com/document/api/#/#)
|
|
58381
|
+
* [ModifyAccountDescription](https://cloud.tencent.com/document/api/#/#)
|
|
58382
|
+
* [ModifyClusterEndpointWanStatus](https://cloud.tencent.com/document/api/#/#)
|
|
58383
|
+
* [ModifyClusterInstancesSpec](https://cloud.tencent.com/document/api/#/#)
|
|
58384
|
+
* [ModifyClusterName](https://cloud.tencent.com/document/api/#/#)
|
|
58385
|
+
* [ModifyClustersAutoRenewFlag](https://cloud.tencent.com/document/api/#/#)
|
|
58386
|
+
* [RecoverCluster](https://cloud.tencent.com/document/api/#/#)
|
|
58387
|
+
* [RecoverClusterInstances](https://cloud.tencent.com/document/api/#/#)
|
|
58388
|
+
* [RenewCluster](https://cloud.tencent.com/document/api/#/#)
|
|
58389
|
+
* [ResetAccountPassword](https://cloud.tencent.com/document/api/#/#)
|
|
58390
|
+
* [RestartClusterInstances](https://cloud.tencent.com/document/api/#/#)
|
|
58391
|
+
* [TransformClusterPayMode](https://cloud.tencent.com/document/api/#/#)
|
|
58392
|
+
|
|
58393
|
+
新增数据结构:
|
|
58394
|
+
|
|
58395
|
+
* [Account](https://cloud.tencent.com/document/api/#/##Account)
|
|
58396
|
+
* [AvailableRecoveryTimeRange](https://cloud.tencent.com/document/api/#/##AvailableRecoveryTimeRange)
|
|
58397
|
+
* [Backup](https://cloud.tencent.com/document/api/#/##Backup)
|
|
58398
|
+
* [Cluster](https://cloud.tencent.com/document/api/#/##Cluster)
|
|
58399
|
+
* [Endpoint](https://cloud.tencent.com/document/api/#/##Endpoint)
|
|
58400
|
+
* [Filter](https://cloud.tencent.com/document/api/#/##Filter)
|
|
58401
|
+
* [Instance](https://cloud.tencent.com/document/api/#/##Instance)
|
|
58402
|
+
* [ResourceIdInfo](https://cloud.tencent.com/document/api/#/##ResourceIdInfo)
|
|
58403
|
+
|
|
58404
|
+
|
|
58405
|
+
|
|
58406
|
+
|
|
57627
58407
|
## 分布式身份(tdid) 版本:2021-05-19
|
|
57628
58408
|
|
|
58409
|
+
### 第 3 次发布
|
|
58410
|
+
|
|
58411
|
+
发布时间:2022-03-01 15:05:45
|
|
58412
|
+
|
|
58413
|
+
本次发布包含了以下内容:
|
|
58414
|
+
|
|
58415
|
+
改善已有的文档。
|
|
58416
|
+
|
|
58417
|
+
新增接口:
|
|
58418
|
+
|
|
58419
|
+
* [SetCredentialStatus](https://cloud.tencent.com/document/api/1439/70457)
|
|
58420
|
+
|
|
58421
|
+
新增数据结构:
|
|
58422
|
+
|
|
58423
|
+
* [CredentialStatus](https://cloud.tencent.com/document/api/1439/60283#CredentialStatus)
|
|
58424
|
+
|
|
58425
|
+
### 第 2 次发布
|
|
58426
|
+
|
|
58427
|
+
发布时间:2022-03-01 14:59:32
|
|
58428
|
+
|
|
58429
|
+
本次发布包含了以下内容:
|
|
58430
|
+
|
|
58431
|
+
改善已有的文档。
|
|
58432
|
+
|
|
58433
|
+
新增接口:
|
|
58434
|
+
|
|
58435
|
+
* [CreateTDidByPublicKey](https://cloud.tencent.com/document/api/1439/70456)
|
|
58436
|
+
* [GetAuthorityIssuer](https://cloud.tencent.com/document/api/1439/70455)
|
|
58437
|
+
* [GetDidDocument](https://cloud.tencent.com/document/api/1439/70454)
|
|
58438
|
+
|
|
58439
|
+
修改接口:
|
|
58440
|
+
|
|
58441
|
+
* [CreateCredential](https://cloud.tencent.com/document/api/1439/60282)
|
|
58442
|
+
|
|
58443
|
+
* 新增入参:UnSigned
|
|
58444
|
+
|
|
58445
|
+
|
|
57629
58446
|
### 第 1 次发布
|
|
57630
58447
|
|
|
57631
58448
|
发布时间:2021-08-16 08:00:04
|
|
@@ -57653,6 +58470,40 @@
|
|
|
57653
58470
|
|
|
57654
58471
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
57655
58472
|
|
|
58473
|
+
### 第 30 次发布
|
|
58474
|
+
|
|
58475
|
+
发布时间:2022-03-03 08:12:23
|
|
58476
|
+
|
|
58477
|
+
本次发布包含了以下内容:
|
|
58478
|
+
|
|
58479
|
+
改善已有的文档。
|
|
58480
|
+
|
|
58481
|
+
修改接口:
|
|
58482
|
+
|
|
58483
|
+
* [CreateAMQPExchange](https://cloud.tencent.com/document/api/1179/64672)
|
|
58484
|
+
|
|
58485
|
+
* 新增入参:DelayedType
|
|
58486
|
+
|
|
58487
|
+
* [DescribeAMQPVHosts](https://cloud.tencent.com/document/api/1179/64658)
|
|
58488
|
+
|
|
58489
|
+
* 新增入参:VHostIdList
|
|
58490
|
+
|
|
58491
|
+
|
|
58492
|
+
修改数据结构:
|
|
58493
|
+
|
|
58494
|
+
* [AMQPClusterDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterDetail)
|
|
58495
|
+
|
|
58496
|
+
* 新增成员:Status
|
|
58497
|
+
|
|
58498
|
+
* [AMQPExchange](https://cloud.tencent.com/document/api/1179/46089#AMQPExchange)
|
|
58499
|
+
|
|
58500
|
+
* 新增成员:AlternateExchange, AlternateExchangeDeleteMark, DelayType
|
|
58501
|
+
|
|
58502
|
+
* [AMQPVHost](https://cloud.tencent.com/document/api/1179/46089#AMQPVHost)
|
|
58503
|
+
|
|
58504
|
+
* 新增成员:Status
|
|
58505
|
+
|
|
58506
|
+
|
|
57656
58507
|
### 第 29 次发布
|
|
57657
58508
|
|
|
57658
58509
|
发布时间:2022-02-17 08:16:33
|
|
@@ -58632,6 +59483,21 @@
|
|
|
58632
59483
|
|
|
58633
59484
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
58634
59485
|
|
|
59486
|
+
### 第 12 次发布
|
|
59487
|
+
|
|
59488
|
+
发布时间:2022-03-01 08:13:25
|
|
59489
|
+
|
|
59490
|
+
本次发布包含了以下内容:
|
|
59491
|
+
|
|
59492
|
+
改善已有的文档。
|
|
59493
|
+
|
|
59494
|
+
修改数据结构:
|
|
59495
|
+
|
|
59496
|
+
* [DeployStrategyConf](https://cloud.tencent.com/document/api/1371/60171#DeployStrategyConf)
|
|
59497
|
+
|
|
59498
|
+
* 新增成员:Force
|
|
59499
|
+
|
|
59500
|
+
|
|
58635
59501
|
### 第 11 次发布
|
|
58636
59502
|
|
|
58637
59503
|
发布时间:2022-01-21 08:18:01
|
|
@@ -63387,6 +64253,45 @@
|
|
|
63387
64253
|
|
|
63388
64254
|
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
63389
64255
|
|
|
64256
|
+
### 第 70 次发布
|
|
64257
|
+
|
|
64258
|
+
发布时间:2022-03-01 08:14:14
|
|
64259
|
+
|
|
64260
|
+
本次发布包含了以下内容:
|
|
64261
|
+
|
|
64262
|
+
改善已有的文档。
|
|
64263
|
+
|
|
64264
|
+
新增接口:
|
|
64265
|
+
|
|
64266
|
+
* [DescribeInovcationIndicators](https://cloud.tencent.com/document/api/649/70434)
|
|
64267
|
+
* [DescribeInvocationMetricDataCurve](https://cloud.tencent.com/document/api/649/70433)
|
|
64268
|
+
* [DescribeInvocationMetricDataDimension](https://cloud.tencent.com/document/api/649/70432)
|
|
64269
|
+
* [DescribeInvocationMetricDataPoint](https://cloud.tencent.com/document/api/649/70431)
|
|
64270
|
+
* [DescribeInvocationMetricScatterPlot](https://cloud.tencent.com/document/api/649/70430)
|
|
64271
|
+
* [DescribeJvmMonitor](https://cloud.tencent.com/document/api/649/70429)
|
|
64272
|
+
* [DescribeOverviewInvocation](https://cloud.tencent.com/document/api/649/70428)
|
|
64273
|
+
* [DescribeStatistics](https://cloud.tencent.com/document/api/649/70427)
|
|
64274
|
+
|
|
64275
|
+
新增数据结构:
|
|
64276
|
+
|
|
64277
|
+
* [CurvePoint](https://cloud.tencent.com/document/api/649/36099#CurvePoint)
|
|
64278
|
+
* [IndicatorCoord](https://cloud.tencent.com/document/api/649/36099#IndicatorCoord)
|
|
64279
|
+
* [InvocationIndicator](https://cloud.tencent.com/document/api/649/36099#InvocationIndicator)
|
|
64280
|
+
* [InvocationMetricScatterPlot](https://cloud.tencent.com/document/api/649/36099#InvocationMetricScatterPlot)
|
|
64281
|
+
* [JvmMonitorData](https://cloud.tencent.com/document/api/649/36099#JvmMonitorData)
|
|
64282
|
+
* [MemoryPicture](https://cloud.tencent.com/document/api/649/36099#MemoryPicture)
|
|
64283
|
+
* [Metric](https://cloud.tencent.com/document/api/649/36099#Metric)
|
|
64284
|
+
* [MetricDataCurve](https://cloud.tencent.com/document/api/649/36099#MetricDataCurve)
|
|
64285
|
+
* [MetricDataSingleValue](https://cloud.tencent.com/document/api/649/36099#MetricDataSingleValue)
|
|
64286
|
+
* [MetricDimension](https://cloud.tencent.com/document/api/649/36099#MetricDimension)
|
|
64287
|
+
* [MetricDimensionValue](https://cloud.tencent.com/document/api/649/36099#MetricDimensionValue)
|
|
64288
|
+
* [MultiValue](https://cloud.tencent.com/document/api/649/36099#MultiValue)
|
|
64289
|
+
* [MultiValueDataPoints](https://cloud.tencent.com/document/api/649/36099#MultiValueDataPoints)
|
|
64290
|
+
* [ServiceStatisticsResult](https://cloud.tencent.com/document/api/649/36099#ServiceStatisticsResult)
|
|
64291
|
+
* [ServiceStatisticsResults](https://cloud.tencent.com/document/api/649/36099#ServiceStatisticsResults)
|
|
64292
|
+
* [ThreadPicture](https://cloud.tencent.com/document/api/649/36099#ThreadPicture)
|
|
64293
|
+
* [TsfPageDimension](https://cloud.tencent.com/document/api/649/36099#TsfPageDimension)
|
|
64294
|
+
|
|
63390
64295
|
### 第 69 次发布
|
|
63391
64296
|
|
|
63392
64297
|
发布时间:2022-02-24 08:15:06
|