tencentcloud-sdk-nodejs 4.0.219 → 4.0.223
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 +1109 -267
- package/package.json +1 -1
- package/products.md +35 -34
- package/src/common/sdk_version.ts +1 -1
- package/src/services/advisor/index.ts +5 -0
- package/src/services/advisor/v20200721/advisor_client.ts +58 -0
- package/src/services/advisor/v20200721/advisor_models.ts +197 -0
- package/src/services/advisor/v20200721/index.ts +6 -0
- package/src/services/as/v20180419/as_client.ts +31 -3
- package/src/services/as/v20180419/as_models.ts +49 -4
- package/src/services/cbs/v20170312/cbs_models.ts +35 -35
- package/src/services/cdb/v20170320/cdb_models.ts +5 -0
- package/src/services/cdn/v20180606/cdn_client.ts +105 -40
- package/src/services/cdn/v20180606/cdn_models.ts +844 -346
- package/src/services/cfw/v20190904/cfw_models.ts +1 -1
- package/src/services/clb/v20180317/clb_models.ts +20 -2
- package/src/services/cls/v20201016/cls_models.ts +17 -0
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_client.ts +33 -36
- package/src/services/cwp/v20180228/cwp_models.ts +252 -125
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +20 -7
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +74 -4
- package/src/services/ecm/v20190719/ecm_client.ts +44 -3
- package/src/services/ecm/v20190719/ecm_models.ts +333 -63
- package/src/services/eiam/v20210420/eiam_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +14 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +81 -0
- package/src/services/faceid/v20180301/faceid_models.ts +5 -0
- package/src/services/index.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +24 -0
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +35 -0
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +1 -0
- package/src/services/mps/v20190612/mps_models.ts +1 -2
- package/src/services/mrs/v20200910/mrs_client.ts +11 -7
- package/src/services/mrs/v20200910/mrs_models.ts +321 -97
- package/src/services/organization/v20210331/organization_client.ts +12 -0
- package/src/services/organization/v20210331/organization_models.ts +50 -0
- package/src/services/postgres/v20170312/postgres_client.ts +48 -8
- package/src/services/postgres/v20170312/postgres_models.ts +300 -12
- package/src/services/rce/v20201103/rce_client.ts +1 -0
- package/src/services/rce/v20201103/rce_models.ts +45 -97
- package/src/services/scf/v20180416/scf_client.ts +1 -0
- package/src/services/scf/v20180416/scf_models.ts +34 -0
- package/src/services/sms/v20210111/sms_models.ts +2 -2
- package/src/services/tcb/v20180608/tcb_client.ts +31 -5
- package/src/services/tcb/v20180608/tcb_models.ts +462 -189
- package/src/services/tcr/v20190924/tcr_models.ts +15 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +79 -1
- package/src/services/tse/v20201207/tse_client.ts +1 -0
- package/src/services/tse/v20201207/tse_models.ts +21 -0
- package/src/services/tsf/v20180326/tsf_client.ts +57 -32
- package/src/services/tsf/v20180326/tsf_models.ts +138 -52
- package/src/services/vpc/v20170312/vpc_client.ts +3 -1
- package/src/services/vpc/v20170312/vpc_models.ts +87 -23
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/advisor/index.d.ts +6 -0
- package/tencentcloud/services/advisor/index.js +7 -0
- package/tencentcloud/services/advisor/v20200721/advisor_client.d.ts +18 -0
- package/tencentcloud/services/advisor/v20200721/advisor_client.js +43 -0
- package/tencentcloud/services/advisor/v20200721/advisor_models.d.ts +155 -0
- package/tencentcloud/services/advisor/v20200721/advisor_models.js +18 -0
- package/tencentcloud/services/advisor/v20200721/index.d.ts +6 -0
- package/tencentcloud/services/advisor/v20200721/index.js +9 -0
- package/tencentcloud/services/as/v20180419/as_client.d.ts +29 -1
- package/tencentcloud/services/as/v20180419/as_client.js +29 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +40 -4
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +34 -34
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +29 -9
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +42 -12
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +731 -307
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +16 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +11 -15
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +15 -19
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +214 -106
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +64 -4
- package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +13 -1
- package/tencentcloud/services/ecm/v20190719/ecm_client.js +18 -0
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +286 -54
- package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +70 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +20 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +29 -0
- 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 +1 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -2
- package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +1 -1
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +275 -85
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +5 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +6 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +42 -0
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +15 -3
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +21 -3
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +258 -12
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +35 -91
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +29 -0
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +2 -2
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +9 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +12 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +387 -157
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +12 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +65 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +18 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +19 -11
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +27 -15
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +121 -47
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +76 -22
- package/test/advisor.v20200721.test.js +41 -0
- package/test/cdn.v20180606.test.js +58 -8
- package/test/cwp.v20180228.test.js +22 -22
- package/test/cynosdb.v20190107.test.js +12 -2
- package/test/ecm.v20190719.test.js +30 -0
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/organization.v20210331.test.js +10 -0
- package/test/postgres.v20170312.test.js +32 -2
- package/test/tcb.v20180608.test.js +20 -0
- package/test/tsf.v20180326.test.js +36 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,141 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
+
## 弹性伸缩(as) 版本:2018-04-19
|
|
4
|
+
|
|
5
|
+
### 第 41 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2021-10-27 08:02:46
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
|
|
16
|
+
|
|
17
|
+
* 新增入参:EnhancedService
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 云硬盘(cbs) 版本:2017-03-12
|
|
23
|
+
|
|
24
|
+
### 第 33 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2021-10-27 08:03:51
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改数据结构:
|
|
33
|
+
|
|
34
|
+
* [Snapshot](https://cloud.tencent.com/document/api/362/15669#Snapshot)
|
|
35
|
+
|
|
36
|
+
* <font color="#dd0000">**修改成员**:</font>SnapshotId
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
42
|
+
|
|
43
|
+
### 第 11 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2021-10-27 08:04:57
|
|
46
|
+
|
|
47
|
+
本次发布包含了以下内容:
|
|
48
|
+
|
|
49
|
+
改善已有的文档。
|
|
50
|
+
|
|
51
|
+
修改接口:
|
|
52
|
+
|
|
53
|
+
* [GetAlarmLog](https://cloud.tencent.com/document/api/614/56460)
|
|
54
|
+
|
|
55
|
+
* 新增入参:UseNewAnalysis
|
|
56
|
+
|
|
57
|
+
* 新增出参:AnalysisRecords, Columns
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
63
|
+
|
|
64
|
+
### 第 33 次发布
|
|
65
|
+
|
|
66
|
+
发布时间:2021-10-27 08:05:40
|
|
67
|
+
|
|
68
|
+
本次发布包含了以下内容:
|
|
69
|
+
|
|
70
|
+
改善已有的文档。
|
|
71
|
+
|
|
72
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
73
|
+
|
|
74
|
+
* RescanImpactedHost
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
79
|
+
|
|
80
|
+
### 第 13 次发布
|
|
81
|
+
|
|
82
|
+
发布时间:2021-10-27 08:06:08
|
|
83
|
+
|
|
84
|
+
本次发布包含了以下内容:
|
|
85
|
+
|
|
86
|
+
改善已有的文档。
|
|
87
|
+
|
|
88
|
+
新增接口:
|
|
89
|
+
|
|
90
|
+
* [ModifyClusterParam](https://cloud.tencent.com/document/api/1003/63365)
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
95
|
+
|
|
96
|
+
### 第 56 次发布
|
|
97
|
+
|
|
98
|
+
发布时间:2021-10-27 08:07:01
|
|
99
|
+
|
|
100
|
+
本次发布包含了以下内容:
|
|
101
|
+
|
|
102
|
+
改善已有的文档。
|
|
103
|
+
|
|
104
|
+
新增接口:
|
|
105
|
+
|
|
106
|
+
* [CreateKeyPair](https://cloud.tencent.com/document/api/1108/63368)
|
|
107
|
+
* [DisassociateInstancesKeyPairs](https://cloud.tencent.com/document/api/1108/63367)
|
|
108
|
+
|
|
109
|
+
新增数据结构:
|
|
110
|
+
|
|
111
|
+
* [KeyPair](https://cloud.tencent.com/document/api/1108/42574#KeyPair)
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
3
115
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
4
116
|
|
|
5
|
-
### 第
|
|
117
|
+
### 第 35 次发布
|
|
118
|
+
|
|
119
|
+
发布时间:2021-10-27 08:08:37
|
|
120
|
+
|
|
121
|
+
本次发布包含了以下内容:
|
|
122
|
+
|
|
123
|
+
改善已有的文档。
|
|
124
|
+
|
|
125
|
+
修改数据结构:
|
|
126
|
+
|
|
127
|
+
* [DeviceInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceInfo)
|
|
128
|
+
|
|
129
|
+
* 新增成员:EnableState, ProductId, ProductName, DeviceType
|
|
6
130
|
|
|
7
|
-
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
## 全栈式风控引擎(rce) 版本:2020-11-03
|
|
135
|
+
|
|
136
|
+
### 第 3 次发布
|
|
137
|
+
|
|
138
|
+
发布时间:2021-10-27 08:10:34
|
|
8
139
|
|
|
9
140
|
本次发布包含了以下内容:
|
|
10
141
|
|
|
@@ -12,17 +143,39 @@
|
|
|
12
143
|
|
|
13
144
|
修改接口:
|
|
14
145
|
|
|
15
|
-
* [
|
|
146
|
+
* [ManageMarketingRisk](https://cloud.tencent.com/document/api/1343/52565)
|
|
16
147
|
|
|
17
|
-
* 新增入参:
|
|
148
|
+
* 新增入参:BusinessCryptoData
|
|
18
149
|
|
|
19
|
-
*
|
|
150
|
+
* <font color="#dd0000">**修改入参**:</font>BusinessSecurityData
|
|
20
151
|
|
|
21
152
|
|
|
22
153
|
新增数据结构:
|
|
23
154
|
|
|
24
|
-
* [
|
|
25
|
-
|
|
155
|
+
* [InputCryptoManageMarketingRisk](https://cloud.tencent.com/document/api/1343/52566#InputCryptoManageMarketingRisk)
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
160
|
+
|
|
161
|
+
### 第 11 次发布
|
|
162
|
+
|
|
163
|
+
发布时间:2021-10-27 08:12:44
|
|
164
|
+
|
|
165
|
+
本次发布包含了以下内容:
|
|
166
|
+
|
|
167
|
+
改善已有的文档。
|
|
168
|
+
|
|
169
|
+
新增数据结构:
|
|
170
|
+
|
|
171
|
+
* [KVPair](https://cloud.tencent.com/document/api/1364/54942#KVPair)
|
|
172
|
+
|
|
173
|
+
修改数据结构:
|
|
174
|
+
|
|
175
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
176
|
+
|
|
177
|
+
* 新增成员:Tags
|
|
178
|
+
|
|
26
179
|
|
|
27
180
|
|
|
28
181
|
|
|
@@ -245,6 +398,30 @@
|
|
|
245
398
|
|
|
246
399
|
|
|
247
400
|
|
|
401
|
+
## 云顾问(advisor) 版本:2020-07-21
|
|
402
|
+
|
|
403
|
+
### 第 1 次发布
|
|
404
|
+
|
|
405
|
+
发布时间:2021-10-20 16:41:59
|
|
406
|
+
|
|
407
|
+
本次发布包含了以下内容:
|
|
408
|
+
|
|
409
|
+
改善已有的文档。
|
|
410
|
+
|
|
411
|
+
新增接口:
|
|
412
|
+
|
|
413
|
+
* [DescribeStrategies](https://cloud.tencent.com/document/api/1264/63110)
|
|
414
|
+
* [DescribeTaskStrategyRisks](https://cloud.tencent.com/document/api/1264/63112)
|
|
415
|
+
|
|
416
|
+
新增数据结构:
|
|
417
|
+
|
|
418
|
+
* [DescribeStrategie](https://cloud.tencent.com/document/api/1264/63113#DescribeStrategie)
|
|
419
|
+
* [DescribeStrategiesCondition](https://cloud.tencent.com/document/api/1264/63113#DescribeStrategiesCondition)
|
|
420
|
+
* [RiskFieldsDesc](https://cloud.tencent.com/document/api/1264/63113#RiskFieldsDesc)
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
|
|
248
425
|
## 借贷反欺诈(af) 版本:2020-02-26
|
|
249
426
|
|
|
250
427
|
### 第 3 次发布
|
|
@@ -1816,6 +1993,49 @@
|
|
|
1816
1993
|
|
|
1817
1994
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
1818
1995
|
|
|
1996
|
+
### 第 41 次发布
|
|
1997
|
+
|
|
1998
|
+
发布时间:2021-10-27 08:02:46
|
|
1999
|
+
|
|
2000
|
+
本次发布包含了以下内容:
|
|
2001
|
+
|
|
2002
|
+
改善已有的文档。
|
|
2003
|
+
|
|
2004
|
+
修改接口:
|
|
2005
|
+
|
|
2006
|
+
* [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
|
|
2007
|
+
|
|
2008
|
+
* 新增入参:EnhancedService
|
|
2009
|
+
|
|
2010
|
+
|
|
2011
|
+
### 第 40 次发布
|
|
2012
|
+
|
|
2013
|
+
发布时间:2021-10-21 11:15:03
|
|
2014
|
+
|
|
2015
|
+
本次发布包含了以下内容:
|
|
2016
|
+
|
|
2017
|
+
改善已有的文档。
|
|
2018
|
+
|
|
2019
|
+
修改接口:
|
|
2020
|
+
|
|
2021
|
+
* [CreateNotificationConfiguration](https://cloud.tencent.com/document/api/377/33185)
|
|
2022
|
+
|
|
2023
|
+
* 新增入参:TargetType, QueueName, TopicName
|
|
2024
|
+
|
|
2025
|
+
* <font color="#dd0000">**修改入参**:</font>NotificationUserGroupIds
|
|
2026
|
+
|
|
2027
|
+
* [ModifyNotificationConfiguration](https://cloud.tencent.com/document/api/377/33182)
|
|
2028
|
+
|
|
2029
|
+
* 新增入参:QueueName, TopicName
|
|
2030
|
+
|
|
2031
|
+
|
|
2032
|
+
修改数据结构:
|
|
2033
|
+
|
|
2034
|
+
* [AutoScalingNotification](https://cloud.tencent.com/document/api/377/20453#AutoScalingNotification)
|
|
2035
|
+
|
|
2036
|
+
* 新增成员:TargetType, QueueName, TopicName
|
|
2037
|
+
|
|
2038
|
+
|
|
1819
2039
|
### 第 39 次发布
|
|
1820
2040
|
|
|
1821
2041
|
发布时间:2021-09-06 08:03:06
|
|
@@ -6914,6 +7134,21 @@
|
|
|
6914
7134
|
|
|
6915
7135
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
6916
7136
|
|
|
7137
|
+
### 第 33 次发布
|
|
7138
|
+
|
|
7139
|
+
发布时间:2021-10-27 08:03:51
|
|
7140
|
+
|
|
7141
|
+
本次发布包含了以下内容:
|
|
7142
|
+
|
|
7143
|
+
改善已有的文档。
|
|
7144
|
+
|
|
7145
|
+
修改数据结构:
|
|
7146
|
+
|
|
7147
|
+
* [Snapshot](https://cloud.tencent.com/document/api/362/15669#Snapshot)
|
|
7148
|
+
|
|
7149
|
+
* <font color="#dd0000">**修改成员**:</font>SnapshotId
|
|
7150
|
+
|
|
7151
|
+
|
|
6917
7152
|
### 第 32 次发布
|
|
6918
7153
|
|
|
6919
7154
|
发布时间:2021-09-30 08:01:36
|
|
@@ -7847,6 +8082,21 @@
|
|
|
7847
8082
|
|
|
7848
8083
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
7849
8084
|
|
|
8085
|
+
### 第 69 次发布
|
|
8086
|
+
|
|
8087
|
+
发布时间:2021-10-21 11:16:58
|
|
8088
|
+
|
|
8089
|
+
本次发布包含了以下内容:
|
|
8090
|
+
|
|
8091
|
+
改善已有的文档。
|
|
8092
|
+
|
|
8093
|
+
修改接口:
|
|
8094
|
+
|
|
8095
|
+
* [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
|
|
8096
|
+
|
|
8097
|
+
* 新增入参:DeployGroupId
|
|
8098
|
+
|
|
8099
|
+
|
|
7850
8100
|
### 第 68 次发布
|
|
7851
8101
|
|
|
7852
8102
|
发布时间:2021-09-26 15:02:28
|
|
@@ -9286,6 +9536,39 @@
|
|
|
9286
9536
|
|
|
9287
9537
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
9288
9538
|
|
|
9539
|
+
### 第 83 次发布
|
|
9540
|
+
|
|
9541
|
+
发布时间:2021-10-21 11:18:54
|
|
9542
|
+
|
|
9543
|
+
本次发布包含了以下内容:
|
|
9544
|
+
|
|
9545
|
+
改善已有的文档。
|
|
9546
|
+
|
|
9547
|
+
新增接口:
|
|
9548
|
+
|
|
9549
|
+
* [DescribeCcData](https://cloud.tencent.com/document/api/228/63166)
|
|
9550
|
+
* [DescribeDDoSData](https://cloud.tencent.com/document/api/228/63165)
|
|
9551
|
+
* [DescribeEventLogData](https://cloud.tencent.com/document/api/228/63164)
|
|
9552
|
+
* [DescribeWafData](https://cloud.tencent.com/document/api/228/63163)
|
|
9553
|
+
* [ListTopClsLogData](https://cloud.tencent.com/document/api/228/63162)
|
|
9554
|
+
|
|
9555
|
+
修改接口:
|
|
9556
|
+
|
|
9557
|
+
* [ListTopDDoSData](https://cloud.tencent.com/document/api/228/60686)
|
|
9558
|
+
|
|
9559
|
+
* 新增入参:Metric
|
|
9560
|
+
|
|
9561
|
+
* 新增出参:IPData
|
|
9562
|
+
|
|
9563
|
+
|
|
9564
|
+
新增数据结构:
|
|
9565
|
+
|
|
9566
|
+
* [ClsLogIpData](https://cloud.tencent.com/document/api/228/30987#ClsLogIpData)
|
|
9567
|
+
* [DDoSAttackBandwidthData](https://cloud.tencent.com/document/api/228/30987#DDoSAttackBandwidthData)
|
|
9568
|
+
* [DDoSAttackIPTopData](https://cloud.tencent.com/document/api/228/30987#DDoSAttackIPTopData)
|
|
9569
|
+
* [DDoSStatsData](https://cloud.tencent.com/document/api/228/30987#DDoSStatsData)
|
|
9570
|
+
* [EventLogStatsData](https://cloud.tencent.com/document/api/228/30987#EventLogStatsData)
|
|
9571
|
+
|
|
9289
9572
|
### 第 82 次发布
|
|
9290
9573
|
|
|
9291
9574
|
发布时间:2021-10-15 08:07:48
|
|
@@ -12581,6 +12864,32 @@
|
|
|
12581
12864
|
|
|
12582
12865
|
## 负载均衡(clb) 版本:2018-03-17
|
|
12583
12866
|
|
|
12867
|
+
### 第 55 次发布
|
|
12868
|
+
|
|
12869
|
+
发布时间:2021-10-21 11:20:09
|
|
12870
|
+
|
|
12871
|
+
本次发布包含了以下内容:
|
|
12872
|
+
|
|
12873
|
+
改善已有的文档。
|
|
12874
|
+
|
|
12875
|
+
修改接口:
|
|
12876
|
+
|
|
12877
|
+
* [CreateLoadBalancer](https://cloud.tencent.com/document/api/214/30692)
|
|
12878
|
+
|
|
12879
|
+
* 新增入参:LoadBalancerPassToTarget
|
|
12880
|
+
|
|
12881
|
+
* [ModifyListener](https://cloud.tencent.com/document/api/214/30681)
|
|
12882
|
+
|
|
12883
|
+
* 新增入参:SessionType
|
|
12884
|
+
|
|
12885
|
+
|
|
12886
|
+
修改数据结构:
|
|
12887
|
+
|
|
12888
|
+
* [HealthCheck](https://cloud.tencent.com/document/api/214/30694#HealthCheck)
|
|
12889
|
+
|
|
12890
|
+
* 新增成员:SourceIpType
|
|
12891
|
+
|
|
12892
|
+
|
|
12584
12893
|
### 第 54 次发布
|
|
12585
12894
|
|
|
12586
12895
|
发布时间:2021-09-14 08:04:35
|
|
@@ -14058,6 +14367,23 @@
|
|
|
14058
14367
|
|
|
14059
14368
|
## 日志服务(cls) 版本:2020-10-16
|
|
14060
14369
|
|
|
14370
|
+
### 第 11 次发布
|
|
14371
|
+
|
|
14372
|
+
发布时间:2021-10-27 08:04:57
|
|
14373
|
+
|
|
14374
|
+
本次发布包含了以下内容:
|
|
14375
|
+
|
|
14376
|
+
改善已有的文档。
|
|
14377
|
+
|
|
14378
|
+
修改接口:
|
|
14379
|
+
|
|
14380
|
+
* [GetAlarmLog](https://cloud.tencent.com/document/api/614/56460)
|
|
14381
|
+
|
|
14382
|
+
* 新增入参:UseNewAnalysis
|
|
14383
|
+
|
|
14384
|
+
* 新增出参:AnalysisRecords, Columns
|
|
14385
|
+
|
|
14386
|
+
|
|
14061
14387
|
### 第 10 次发布
|
|
14062
14388
|
|
|
14063
14389
|
发布时间:2021-09-03 08:00:19
|
|
@@ -14068,7 +14394,7 @@
|
|
|
14068
14394
|
|
|
14069
14395
|
修改接口:
|
|
14070
14396
|
|
|
14071
|
-
* [CreateConfig](https://cloud.tencent.com/document/api/
|
|
14397
|
+
* [CreateConfig](https://cloud.tencent.com/document/api/614/58620)
|
|
14072
14398
|
|
|
14073
14399
|
* 新增入参:UserDefineRule
|
|
14074
14400
|
|
|
@@ -14079,7 +14405,7 @@
|
|
|
14079
14405
|
|
|
14080
14406
|
修改数据结构:
|
|
14081
14407
|
|
|
14082
|
-
* [ConfigInfo](https://cloud.tencent.com/document/api/
|
|
14408
|
+
* [ConfigInfo](https://cloud.tencent.com/document/api/614/56471#ConfigInfo)
|
|
14083
14409
|
|
|
14084
14410
|
* 新增成员:UserDefineRule
|
|
14085
14411
|
|
|
@@ -14094,7 +14420,7 @@
|
|
|
14094
14420
|
|
|
14095
14421
|
修改接口:
|
|
14096
14422
|
|
|
14097
|
-
* [SearchLog](https://cloud.tencent.com/document/api/
|
|
14423
|
+
* [SearchLog](https://cloud.tencent.com/document/api/614/56447)
|
|
14098
14424
|
|
|
14099
14425
|
* 新增入参:UseNewAnalysis
|
|
14100
14426
|
|
|
@@ -14103,7 +14429,7 @@
|
|
|
14103
14429
|
|
|
14104
14430
|
新增数据结构:
|
|
14105
14431
|
|
|
14106
|
-
* [Column](https://cloud.tencent.com/document/api/
|
|
14432
|
+
* [Column](https://cloud.tencent.com/document/api/614/56471#Column)
|
|
14107
14433
|
|
|
14108
14434
|
### 第 8 次发布
|
|
14109
14435
|
|
|
@@ -14115,22 +14441,22 @@
|
|
|
14115
14441
|
|
|
14116
14442
|
修改接口:
|
|
14117
14443
|
|
|
14118
|
-
* [CreateAlarm](https://cloud.tencent.com/document/api/
|
|
14444
|
+
* [CreateAlarm](https://cloud.tencent.com/document/api/614/56466)
|
|
14119
14445
|
|
|
14120
14446
|
* 新增入参:MessageTemplate, CallBack, Analysis
|
|
14121
14447
|
|
|
14122
|
-
* [ModifyAlarm](https://cloud.tencent.com/document/api/
|
|
14448
|
+
* [ModifyAlarm](https://cloud.tencent.com/document/api/614/56459)
|
|
14123
14449
|
|
|
14124
14450
|
* 新增入参:MessageTemplate, CallBack, Analysis
|
|
14125
14451
|
|
|
14126
14452
|
|
|
14127
14453
|
新增数据结构:
|
|
14128
14454
|
|
|
14129
|
-
* [AnalysisDimensional](https://cloud.tencent.com/document/api/
|
|
14455
|
+
* [AnalysisDimensional](https://cloud.tencent.com/document/api/614/56471#AnalysisDimensional)
|
|
14130
14456
|
|
|
14131
14457
|
修改数据结构:
|
|
14132
14458
|
|
|
14133
|
-
* [AlarmInfo](https://cloud.tencent.com/document/api/
|
|
14459
|
+
* [AlarmInfo](https://cloud.tencent.com/document/api/614/56471#AlarmInfo)
|
|
14134
14460
|
|
|
14135
14461
|
* 新增成员:Analysis
|
|
14136
14462
|
|
|
@@ -14145,19 +14471,19 @@
|
|
|
14145
14471
|
|
|
14146
14472
|
新增接口:
|
|
14147
14473
|
|
|
14148
|
-
* [CreateAsyncContextTask](https://cloud.tencent.com/document/api/
|
|
14149
|
-
* [CreateAsyncSearchTask](https://cloud.tencent.com/document/api/
|
|
14150
|
-
* [DeleteAsyncContextTask](https://cloud.tencent.com/document/api/
|
|
14151
|
-
* [DeleteAsyncSearchTask](https://cloud.tencent.com/document/api/
|
|
14152
|
-
* [DescribeAsyncContextResult](https://cloud.tencent.com/document/api/
|
|
14153
|
-
* [DescribeAsyncContextTasks](https://cloud.tencent.com/document/api/
|
|
14154
|
-
* [DescribeAsyncSearchResult](https://cloud.tencent.com/document/api/
|
|
14155
|
-
* [DescribeAsyncSearchTasks](https://cloud.tencent.com/document/api/
|
|
14474
|
+
* [CreateAsyncContextTask](https://cloud.tencent.com/document/api/614/60073)
|
|
14475
|
+
* [CreateAsyncSearchTask](https://cloud.tencent.com/document/api/614/60072)
|
|
14476
|
+
* [DeleteAsyncContextTask](https://cloud.tencent.com/document/api/614/60071)
|
|
14477
|
+
* [DeleteAsyncSearchTask](https://cloud.tencent.com/document/api/614/60070)
|
|
14478
|
+
* [DescribeAsyncContextResult](https://cloud.tencent.com/document/api/614/60069)
|
|
14479
|
+
* [DescribeAsyncContextTasks](https://cloud.tencent.com/document/api/614/60068)
|
|
14480
|
+
* [DescribeAsyncSearchResult](https://cloud.tencent.com/document/api/614/60067)
|
|
14481
|
+
* [DescribeAsyncSearchTasks](https://cloud.tencent.com/document/api/614/60066)
|
|
14156
14482
|
|
|
14157
14483
|
新增数据结构:
|
|
14158
14484
|
|
|
14159
|
-
* [AsyncContextTask](https://cloud.tencent.com/document/api/
|
|
14160
|
-
* [AsyncSearchTask](https://cloud.tencent.com/document/api/
|
|
14485
|
+
* [AsyncContextTask](https://cloud.tencent.com/document/api/614/56471#AsyncContextTask)
|
|
14486
|
+
* [AsyncSearchTask](https://cloud.tencent.com/document/api/614/56471#AsyncSearchTask)
|
|
14161
14487
|
|
|
14162
14488
|
### 第 6 次发布
|
|
14163
14489
|
|
|
@@ -14169,7 +14495,7 @@
|
|
|
14169
14495
|
|
|
14170
14496
|
新增接口:
|
|
14171
14497
|
|
|
14172
|
-
* [UploadLog](https://cloud.tencent.com/document/api/
|
|
14498
|
+
* [UploadLog](https://cloud.tencent.com/document/api/614/59470)
|
|
14173
14499
|
|
|
14174
14500
|
### 第 5 次发布
|
|
14175
14501
|
|
|
@@ -14181,22 +14507,22 @@
|
|
|
14181
14507
|
|
|
14182
14508
|
新增接口:
|
|
14183
14509
|
|
|
14184
|
-
* [CreateShipper](https://cloud.tencent.com/document/api/
|
|
14185
|
-
* [DeleteShipper](https://cloud.tencent.com/document/api/
|
|
14186
|
-
* [DescribeShipperTasks](https://cloud.tencent.com/document/api/
|
|
14187
|
-
* [DescribeShippers](https://cloud.tencent.com/document/api/
|
|
14188
|
-
* [ModifyShipper](https://cloud.tencent.com/document/api/
|
|
14189
|
-
* [RetryShipperTask](https://cloud.tencent.com/document/api/
|
|
14510
|
+
* [CreateShipper](https://cloud.tencent.com/document/api/614/58747)
|
|
14511
|
+
* [DeleteShipper](https://cloud.tencent.com/document/api/614/58746)
|
|
14512
|
+
* [DescribeShipperTasks](https://cloud.tencent.com/document/api/614/58745)
|
|
14513
|
+
* [DescribeShippers](https://cloud.tencent.com/document/api/614/58744)
|
|
14514
|
+
* [ModifyShipper](https://cloud.tencent.com/document/api/614/58743)
|
|
14515
|
+
* [RetryShipperTask](https://cloud.tencent.com/document/api/614/58742)
|
|
14190
14516
|
|
|
14191
14517
|
新增数据结构:
|
|
14192
14518
|
|
|
14193
|
-
* [CompressInfo](https://cloud.tencent.com/document/api/
|
|
14194
|
-
* [ContentInfo](https://cloud.tencent.com/document/api/
|
|
14195
|
-
* [CsvInfo](https://cloud.tencent.com/document/api/
|
|
14196
|
-
* [FilterRuleInfo](https://cloud.tencent.com/document/api/
|
|
14197
|
-
* [JsonInfo](https://cloud.tencent.com/document/api/
|
|
14198
|
-
* [ShipperInfo](https://cloud.tencent.com/document/api/
|
|
14199
|
-
* [ShipperTaskInfo](https://cloud.tencent.com/document/api/
|
|
14519
|
+
* [CompressInfo](https://cloud.tencent.com/document/api/614/56471#CompressInfo)
|
|
14520
|
+
* [ContentInfo](https://cloud.tencent.com/document/api/614/56471#ContentInfo)
|
|
14521
|
+
* [CsvInfo](https://cloud.tencent.com/document/api/614/56471#CsvInfo)
|
|
14522
|
+
* [FilterRuleInfo](https://cloud.tencent.com/document/api/614/56471#FilterRuleInfo)
|
|
14523
|
+
* [JsonInfo](https://cloud.tencent.com/document/api/614/56471#JsonInfo)
|
|
14524
|
+
* [ShipperInfo](https://cloud.tencent.com/document/api/614/56471#ShipperInfo)
|
|
14525
|
+
* [ShipperTaskInfo](https://cloud.tencent.com/document/api/614/56471#ShipperTaskInfo)
|
|
14200
14526
|
|
|
14201
14527
|
### 第 4 次发布
|
|
14202
14528
|
|
|
@@ -14208,37 +14534,37 @@
|
|
|
14208
14534
|
|
|
14209
14535
|
新增接口:
|
|
14210
14536
|
|
|
14211
|
-
* [ApplyConfigToMachineGroup](https://cloud.tencent.com/document/api/
|
|
14212
|
-
* [CreateConfig](https://cloud.tencent.com/document/api/
|
|
14213
|
-
* [CreateLogset](https://cloud.tencent.com/document/api/
|
|
14214
|
-
* [DeleteConfig](https://cloud.tencent.com/document/api/
|
|
14215
|
-
* [DeleteConfigFromMachineGroup](https://cloud.tencent.com/document/api/
|
|
14216
|
-
* [DeleteLogset](https://cloud.tencent.com/document/api/
|
|
14217
|
-
* [DescribeConfigMachineGroups](https://cloud.tencent.com/document/api/
|
|
14218
|
-
* [DescribeConfigs](https://cloud.tencent.com/document/api/
|
|
14219
|
-
* [DescribeLogsets](https://cloud.tencent.com/document/api/
|
|
14220
|
-
* [DescribeMachineGroupConfigs](https://cloud.tencent.com/document/api/
|
|
14537
|
+
* [ApplyConfigToMachineGroup](https://cloud.tencent.com/document/api/614/58621)
|
|
14538
|
+
* [CreateConfig](https://cloud.tencent.com/document/api/614/58620)
|
|
14539
|
+
* [CreateLogset](https://cloud.tencent.com/document/api/614/58626)
|
|
14540
|
+
* [DeleteConfig](https://cloud.tencent.com/document/api/614/58619)
|
|
14541
|
+
* [DeleteConfigFromMachineGroup](https://cloud.tencent.com/document/api/614/58618)
|
|
14542
|
+
* [DeleteLogset](https://cloud.tencent.com/document/api/614/58625)
|
|
14543
|
+
* [DescribeConfigMachineGroups](https://cloud.tencent.com/document/api/614/58617)
|
|
14544
|
+
* [DescribeConfigs](https://cloud.tencent.com/document/api/614/58616)
|
|
14545
|
+
* [DescribeLogsets](https://cloud.tencent.com/document/api/614/58624)
|
|
14546
|
+
* [DescribeMachineGroupConfigs](https://cloud.tencent.com/document/api/614/58615)
|
|
14221
14547
|
* [ModifyConfig](https://cloud.tencent.com/document/api/614/58614)
|
|
14222
|
-
* [ModifyLogset](https://cloud.tencent.com/document/api/
|
|
14548
|
+
* [ModifyLogset](https://cloud.tencent.com/document/api/614/58623)
|
|
14223
14549
|
|
|
14224
14550
|
修改接口:
|
|
14225
14551
|
|
|
14226
|
-
* [CreateTopic](https://cloud.tencent.com/document/api/
|
|
14552
|
+
* [CreateTopic](https://cloud.tencent.com/document/api/614/56456)
|
|
14227
14553
|
|
|
14228
14554
|
* 新增入参:Period
|
|
14229
14555
|
|
|
14230
|
-
* [ModifyTopic](https://cloud.tencent.com/document/api/
|
|
14556
|
+
* [ModifyTopic](https://cloud.tencent.com/document/api/614/56453)
|
|
14231
14557
|
|
|
14232
14558
|
* 新增入参:Period
|
|
14233
14559
|
|
|
14234
14560
|
|
|
14235
14561
|
新增数据结构:
|
|
14236
14562
|
|
|
14237
|
-
* [ConfigInfo](https://cloud.tencent.com/document/api/
|
|
14238
|
-
* [ExcludePathInfo](https://cloud.tencent.com/document/api/
|
|
14239
|
-
* [ExtractRuleInfo](https://cloud.tencent.com/document/api/
|
|
14240
|
-
* [KeyRegexInfo](https://cloud.tencent.com/document/api/
|
|
14241
|
-
* [LogsetInfo](https://cloud.tencent.com/document/api/
|
|
14563
|
+
* [ConfigInfo](https://cloud.tencent.com/document/api/614/56471#ConfigInfo)
|
|
14564
|
+
* [ExcludePathInfo](https://cloud.tencent.com/document/api/614/56471#ExcludePathInfo)
|
|
14565
|
+
* [ExtractRuleInfo](https://cloud.tencent.com/document/api/614/56471#ExtractRuleInfo)
|
|
14566
|
+
* [KeyRegexInfo](https://cloud.tencent.com/document/api/614/56471#KeyRegexInfo)
|
|
14567
|
+
* [LogsetInfo](https://cloud.tencent.com/document/api/614/56471#LogsetInfo)
|
|
14242
14568
|
|
|
14243
14569
|
### 第 3 次发布
|
|
14244
14570
|
|
|
@@ -14250,7 +14576,7 @@
|
|
|
14250
14576
|
|
|
14251
14577
|
修改数据结构:
|
|
14252
14578
|
|
|
14253
|
-
* [TopicInfo](https://cloud.tencent.com/document/api/
|
|
14579
|
+
* [TopicInfo](https://cloud.tencent.com/document/api/614/56471#TopicInfo)
|
|
14254
14580
|
|
|
14255
14581
|
* 新增成员:Period
|
|
14256
14582
|
|
|
@@ -14265,11 +14591,11 @@
|
|
|
14265
14591
|
|
|
14266
14592
|
修改数据结构:
|
|
14267
14593
|
|
|
14268
|
-
* [FullTextInfo](https://cloud.tencent.com/document/api/
|
|
14594
|
+
* [FullTextInfo](https://cloud.tencent.com/document/api/614/56471#FullTextInfo)
|
|
14269
14595
|
|
|
14270
14596
|
* 新增成员:ContainZH
|
|
14271
14597
|
|
|
14272
|
-
* [ValueInfo](https://cloud.tencent.com/document/api/
|
|
14598
|
+
* [ValueInfo](https://cloud.tencent.com/document/api/614/56471#ValueInfo)
|
|
14273
14599
|
|
|
14274
14600
|
* 新增成员:ContainZH
|
|
14275
14601
|
|
|
@@ -14284,65 +14610,65 @@
|
|
|
14284
14610
|
|
|
14285
14611
|
新增接口:
|
|
14286
14612
|
|
|
14287
|
-
* [CreateAlarm](https://cloud.tencent.com/document/api/
|
|
14288
|
-
* [CreateAlarmNotice](https://cloud.tencent.com/document/api/
|
|
14289
|
-
* [CreateExport](https://cloud.tencent.com/document/api/
|
|
14290
|
-
* [CreateIndex](https://cloud.tencent.com/document/api/
|
|
14291
|
-
* [CreateMachineGroup](https://cloud.tencent.com/document/api/
|
|
14292
|
-
* [CreateTopic](https://cloud.tencent.com/document/api/
|
|
14293
|
-
* [DeleteAlarm](https://cloud.tencent.com/document/api/
|
|
14294
|
-
* [DeleteAlarmNotice](https://cloud.tencent.com/document/api/
|
|
14295
|
-
* [DeleteExport](https://cloud.tencent.com/document/api/
|
|
14296
|
-
* [DeleteIndex](https://cloud.tencent.com/document/api/
|
|
14297
|
-
* [DeleteMachineGroup](https://cloud.tencent.com/document/api/
|
|
14298
|
-
* [DeleteTopic](https://cloud.tencent.com/document/api/
|
|
14299
|
-
* [DescribeAlarmNotices](https://cloud.tencent.com/document/api/
|
|
14300
|
-
* [DescribeAlarms](https://cloud.tencent.com/document/api/
|
|
14301
|
-
* [DescribeExports](https://cloud.tencent.com/document/api/
|
|
14302
|
-
* [DescribeIndex](https://cloud.tencent.com/document/api/
|
|
14303
|
-
* [DescribeLogContext](https://cloud.tencent.com/document/api/
|
|
14304
|
-
* [DescribeMachineGroups](https://cloud.tencent.com/document/api/
|
|
14305
|
-
* [DescribeMachines](https://cloud.tencent.com/document/api/
|
|
14306
|
-
* [DescribePartitions](https://cloud.tencent.com/document/api/
|
|
14307
|
-
* [DescribeTopics](https://cloud.tencent.com/document/api/
|
|
14308
|
-
* [GetAlarmLog](https://cloud.tencent.com/document/api/
|
|
14309
|
-
* [MergePartition](https://cloud.tencent.com/document/api/
|
|
14310
|
-
* [ModifyAlarm](https://cloud.tencent.com/document/api/
|
|
14311
|
-
* [ModifyAlarmNotice](https://cloud.tencent.com/document/api/
|
|
14312
|
-
* [ModifyIndex](https://cloud.tencent.com/document/api/
|
|
14313
|
-
* [ModifyMachineGroup](https://cloud.tencent.com/document/api/
|
|
14314
|
-
* [ModifyTopic](https://cloud.tencent.com/document/api/
|
|
14315
|
-
* [SearchLog](https://cloud.tencent.com/document/api/
|
|
14316
|
-
* [SplitPartition](https://cloud.tencent.com/document/api/
|
|
14317
|
-
|
|
14318
|
-
新增数据结构:
|
|
14319
|
-
|
|
14320
|
-
* [AlarmInfo](https://cloud.tencent.com/document/api/
|
|
14321
|
-
* [AlarmNotice](https://cloud.tencent.com/document/api/
|
|
14322
|
-
* [AlarmTarget](https://cloud.tencent.com/document/api/
|
|
14323
|
-
* [AlarmTargetInfo](https://cloud.tencent.com/document/api/
|
|
14324
|
-
* [CallBackInfo](https://cloud.tencent.com/document/api/
|
|
14325
|
-
* [ExportInfo](https://cloud.tencent.com/document/api/
|
|
14326
|
-
* [Filter](https://cloud.tencent.com/document/api/
|
|
14327
|
-
* [FullTextInfo](https://cloud.tencent.com/document/api/
|
|
14328
|
-
* [KeyValueInfo](https://cloud.tencent.com/document/api/
|
|
14329
|
-
* [LogContextInfo](https://cloud.tencent.com/document/api/
|
|
14330
|
-
* [LogInfo](https://cloud.tencent.com/document/api/
|
|
14331
|
-
* [LogItem](https://cloud.tencent.com/document/api/
|
|
14332
|
-
* [LogItems](https://cloud.tencent.com/document/api/
|
|
14333
|
-
* [MachineGroupInfo](https://cloud.tencent.com/document/api/
|
|
14334
|
-
* [MachineGroupTypeInfo](https://cloud.tencent.com/document/api/
|
|
14335
|
-
* [MachineInfo](https://cloud.tencent.com/document/api/
|
|
14336
|
-
* [MonitorTime](https://cloud.tencent.com/document/api/
|
|
14337
|
-
* [NoticeReceiver](https://cloud.tencent.com/document/api/
|
|
14338
|
-
* [PartitionInfo](https://cloud.tencent.com/document/api/
|
|
14339
|
-
* [RuleInfo](https://cloud.tencent.com/document/api/
|
|
14340
|
-
* [RuleKeyValueInfo](https://cloud.tencent.com/document/api/
|
|
14341
|
-
* [RuleTagInfo](https://cloud.tencent.com/document/api/
|
|
14342
|
-
* [Tag](https://cloud.tencent.com/document/api/
|
|
14343
|
-
* [TopicInfo](https://cloud.tencent.com/document/api/
|
|
14344
|
-
* [ValueInfo](https://cloud.tencent.com/document/api/
|
|
14345
|
-
* [WebCallback](https://cloud.tencent.com/document/api/
|
|
14613
|
+
* [CreateAlarm](https://cloud.tencent.com/document/api/614/56466)
|
|
14614
|
+
* [CreateAlarmNotice](https://cloud.tencent.com/document/api/614/56465)
|
|
14615
|
+
* [CreateExport](https://cloud.tencent.com/document/api/614/56451)
|
|
14616
|
+
* [CreateIndex](https://cloud.tencent.com/document/api/614/56445)
|
|
14617
|
+
* [CreateMachineGroup](https://cloud.tencent.com/document/api/614/56440)
|
|
14618
|
+
* [CreateTopic](https://cloud.tencent.com/document/api/614/56456)
|
|
14619
|
+
* [DeleteAlarm](https://cloud.tencent.com/document/api/614/56464)
|
|
14620
|
+
* [DeleteAlarmNotice](https://cloud.tencent.com/document/api/614/56463)
|
|
14621
|
+
* [DeleteExport](https://cloud.tencent.com/document/api/614/56450)
|
|
14622
|
+
* [DeleteIndex](https://cloud.tencent.com/document/api/614/56444)
|
|
14623
|
+
* [DeleteMachineGroup](https://cloud.tencent.com/document/api/614/56439)
|
|
14624
|
+
* [DeleteTopic](https://cloud.tencent.com/document/api/614/56455)
|
|
14625
|
+
* [DescribeAlarmNotices](https://cloud.tencent.com/document/api/614/56462)
|
|
14626
|
+
* [DescribeAlarms](https://cloud.tencent.com/document/api/614/56461)
|
|
14627
|
+
* [DescribeExports](https://cloud.tencent.com/document/api/614/56449)
|
|
14628
|
+
* [DescribeIndex](https://cloud.tencent.com/document/api/614/56443)
|
|
14629
|
+
* [DescribeLogContext](https://cloud.tencent.com/document/api/614/56448)
|
|
14630
|
+
* [DescribeMachineGroups](https://cloud.tencent.com/document/api/614/56438)
|
|
14631
|
+
* [DescribeMachines](https://cloud.tencent.com/document/api/614/56437)
|
|
14632
|
+
* [DescribePartitions](https://cloud.tencent.com/document/api/614/56470)
|
|
14633
|
+
* [DescribeTopics](https://cloud.tencent.com/document/api/614/56454)
|
|
14634
|
+
* [GetAlarmLog](https://cloud.tencent.com/document/api/614/56460)
|
|
14635
|
+
* [MergePartition](https://cloud.tencent.com/document/api/614/56469)
|
|
14636
|
+
* [ModifyAlarm](https://cloud.tencent.com/document/api/614/56459)
|
|
14637
|
+
* [ModifyAlarmNotice](https://cloud.tencent.com/document/api/614/56458)
|
|
14638
|
+
* [ModifyIndex](https://cloud.tencent.com/document/api/614/56442)
|
|
14639
|
+
* [ModifyMachineGroup](https://cloud.tencent.com/document/api/614/56436)
|
|
14640
|
+
* [ModifyTopic](https://cloud.tencent.com/document/api/614/56453)
|
|
14641
|
+
* [SearchLog](https://cloud.tencent.com/document/api/614/56447)
|
|
14642
|
+
* [SplitPartition](https://cloud.tencent.com/document/api/614/56468)
|
|
14643
|
+
|
|
14644
|
+
新增数据结构:
|
|
14645
|
+
|
|
14646
|
+
* [AlarmInfo](https://cloud.tencent.com/document/api/614/56471#AlarmInfo)
|
|
14647
|
+
* [AlarmNotice](https://cloud.tencent.com/document/api/614/56471#AlarmNotice)
|
|
14648
|
+
* [AlarmTarget](https://cloud.tencent.com/document/api/614/56471#AlarmTarget)
|
|
14649
|
+
* [AlarmTargetInfo](https://cloud.tencent.com/document/api/614/56471#AlarmTargetInfo)
|
|
14650
|
+
* [CallBackInfo](https://cloud.tencent.com/document/api/614/56471#CallBackInfo)
|
|
14651
|
+
* [ExportInfo](https://cloud.tencent.com/document/api/614/56471#ExportInfo)
|
|
14652
|
+
* [Filter](https://cloud.tencent.com/document/api/614/56471#Filter)
|
|
14653
|
+
* [FullTextInfo](https://cloud.tencent.com/document/api/614/56471#FullTextInfo)
|
|
14654
|
+
* [KeyValueInfo](https://cloud.tencent.com/document/api/614/56471#KeyValueInfo)
|
|
14655
|
+
* [LogContextInfo](https://cloud.tencent.com/document/api/614/56471#LogContextInfo)
|
|
14656
|
+
* [LogInfo](https://cloud.tencent.com/document/api/614/56471#LogInfo)
|
|
14657
|
+
* [LogItem](https://cloud.tencent.com/document/api/614/56471#LogItem)
|
|
14658
|
+
* [LogItems](https://cloud.tencent.com/document/api/614/56471#LogItems)
|
|
14659
|
+
* [MachineGroupInfo](https://cloud.tencent.com/document/api/614/56471#MachineGroupInfo)
|
|
14660
|
+
* [MachineGroupTypeInfo](https://cloud.tencent.com/document/api/614/56471#MachineGroupTypeInfo)
|
|
14661
|
+
* [MachineInfo](https://cloud.tencent.com/document/api/614/56471#MachineInfo)
|
|
14662
|
+
* [MonitorTime](https://cloud.tencent.com/document/api/614/56471#MonitorTime)
|
|
14663
|
+
* [NoticeReceiver](https://cloud.tencent.com/document/api/614/56471#NoticeReceiver)
|
|
14664
|
+
* [PartitionInfo](https://cloud.tencent.com/document/api/614/56471#PartitionInfo)
|
|
14665
|
+
* [RuleInfo](https://cloud.tencent.com/document/api/614/56471#RuleInfo)
|
|
14666
|
+
* [RuleKeyValueInfo](https://cloud.tencent.com/document/api/614/56471#RuleKeyValueInfo)
|
|
14667
|
+
* [RuleTagInfo](https://cloud.tencent.com/document/api/614/56471#RuleTagInfo)
|
|
14668
|
+
* [Tag](https://cloud.tencent.com/document/api/614/56471#Tag)
|
|
14669
|
+
* [TopicInfo](https://cloud.tencent.com/document/api/614/56471#TopicInfo)
|
|
14670
|
+
* [ValueInfo](https://cloud.tencent.com/document/api/614/56471#ValueInfo)
|
|
14671
|
+
* [WebCallback](https://cloud.tencent.com/document/api/614/56471#WebCallback)
|
|
14346
14672
|
|
|
14347
14673
|
|
|
14348
14674
|
|
|
@@ -18390,6 +18716,52 @@
|
|
|
18390
18716
|
|
|
18391
18717
|
## 主机安全(cwp) 版本:2018-02-28
|
|
18392
18718
|
|
|
18719
|
+
### 第 33 次发布
|
|
18720
|
+
|
|
18721
|
+
发布时间:2021-10-27 08:05:40
|
|
18722
|
+
|
|
18723
|
+
本次发布包含了以下内容:
|
|
18724
|
+
|
|
18725
|
+
改善已有的文档。
|
|
18726
|
+
|
|
18727
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
18728
|
+
|
|
18729
|
+
* RescanImpactedHost
|
|
18730
|
+
|
|
18731
|
+
### 第 32 次发布
|
|
18732
|
+
|
|
18733
|
+
发布时间:2021-10-26 08:07:04
|
|
18734
|
+
|
|
18735
|
+
本次发布包含了以下内容:
|
|
18736
|
+
|
|
18737
|
+
改善已有的文档。
|
|
18738
|
+
|
|
18739
|
+
新增接口:
|
|
18740
|
+
|
|
18741
|
+
* [DescribeVulEffectHostList](https://cloud.tencent.com/document/api/296/63341)
|
|
18742
|
+
* [DescribeVulList](https://cloud.tencent.com/document/api/296/63340)
|
|
18743
|
+
|
|
18744
|
+
新增数据结构:
|
|
18745
|
+
|
|
18746
|
+
* [VulEffectHostList](https://cloud.tencent.com/document/api/296/19867#VulEffectHostList)
|
|
18747
|
+
* [VulInfoList](https://cloud.tencent.com/document/api/296/19867#VulInfoList)
|
|
18748
|
+
|
|
18749
|
+
### 第 31 次发布
|
|
18750
|
+
|
|
18751
|
+
发布时间:2021-10-21 11:24:07
|
|
18752
|
+
|
|
18753
|
+
本次发布包含了以下内容:
|
|
18754
|
+
|
|
18755
|
+
改善已有的文档。
|
|
18756
|
+
|
|
18757
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
18758
|
+
|
|
18759
|
+
* DescribeAccounts
|
|
18760
|
+
|
|
18761
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
18762
|
+
|
|
18763
|
+
* Account
|
|
18764
|
+
|
|
18393
18765
|
### 第 30 次发布
|
|
18394
18766
|
|
|
18395
18767
|
发布时间:2021-09-30 08:03:28
|
|
@@ -19620,6 +19992,37 @@
|
|
|
19620
19992
|
|
|
19621
19993
|
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
19622
19994
|
|
|
19995
|
+
### 第 13 次发布
|
|
19996
|
+
|
|
19997
|
+
发布时间:2021-10-27 08:06:08
|
|
19998
|
+
|
|
19999
|
+
本次发布包含了以下内容:
|
|
20000
|
+
|
|
20001
|
+
改善已有的文档。
|
|
20002
|
+
|
|
20003
|
+
新增接口:
|
|
20004
|
+
|
|
20005
|
+
* [[ModifyClusterParam](https://cloud.tencent.com/document/api/1003/63365)](https://cloud.tencent.com/document/api/#/#)
|
|
20006
|
+
|
|
20007
|
+
### 第 12 次发布
|
|
20008
|
+
|
|
20009
|
+
发布时间:2021-10-26 11:55:38
|
|
20010
|
+
|
|
20011
|
+
本次发布包含了以下内容:
|
|
20012
|
+
|
|
20013
|
+
改善已有的文档。
|
|
20014
|
+
|
|
20015
|
+
新增数据结构:
|
|
20016
|
+
|
|
20017
|
+
* [NetAddr](https://cloud.tencent.com/document/api/1003/48097#NetAddr)
|
|
20018
|
+
|
|
20019
|
+
修改数据结构:
|
|
20020
|
+
|
|
20021
|
+
* [CynosdbCluster](https://cloud.tencent.com/document/api/1003/48097#CynosdbCluster)
|
|
20022
|
+
|
|
20023
|
+
* 新增成员:NetAddrs
|
|
20024
|
+
|
|
20025
|
+
|
|
19623
20026
|
### 第 11 次发布
|
|
19624
20027
|
|
|
19625
20028
|
发布时间:2021-10-12 08:04:56
|
|
@@ -20366,7 +20769,7 @@
|
|
|
20366
20769
|
|
|
20367
20770
|
新增接口:
|
|
20368
20771
|
|
|
20369
|
-
* [DescribeUserSqlAdvice](https://cloud.tencent.com/document/api/
|
|
20772
|
+
* [DescribeUserSqlAdvice](https://cloud.tencent.com/document/api/1130/54999)
|
|
20370
20773
|
|
|
20371
20774
|
### 第 11 次发布
|
|
20372
20775
|
|
|
@@ -20378,26 +20781,26 @@
|
|
|
20378
20781
|
|
|
20379
20782
|
新增接口:
|
|
20380
20783
|
|
|
20381
|
-
* [CreateDBDiagReportUrl](https://cloud.tencent.com/document/api/
|
|
20382
|
-
* [DescribeDBDiagReportTasks](https://cloud.tencent.com/document/api/
|
|
20383
|
-
* [DescribeSlowLogUserHostStats](https://cloud.tencent.com/document/api/
|
|
20384
|
-
* [DescribeTopSpaceSchemaTimeSeries](https://cloud.tencent.com/document/api/
|
|
20385
|
-
* [DescribeTopSpaceSchemas](https://cloud.tencent.com/document/api/
|
|
20784
|
+
* [CreateDBDiagReportUrl](https://cloud.tencent.com/document/api/1130/54874)
|
|
20785
|
+
* [DescribeDBDiagReportTasks](https://cloud.tencent.com/document/api/1130/54873)
|
|
20786
|
+
* [DescribeSlowLogUserHostStats](https://cloud.tencent.com/document/api/1130/54870)
|
|
20787
|
+
* [DescribeTopSpaceSchemaTimeSeries](https://cloud.tencent.com/document/api/1130/54872)
|
|
20788
|
+
* [DescribeTopSpaceSchemas](https://cloud.tencent.com/document/api/1130/54871)
|
|
20386
20789
|
|
|
20387
20790
|
新增数据结构:
|
|
20388
20791
|
|
|
20389
|
-
* [HealthReportTask](https://cloud.tencent.com/document/api/
|
|
20390
|
-
* [HealthStatus](https://cloud.tencent.com/document/api/
|
|
20391
|
-
* [InstanceBasicInfo](https://cloud.tencent.com/document/api/
|
|
20392
|
-
* [SchemaSpaceData](https://cloud.tencent.com/document/api/
|
|
20393
|
-
* [SchemaSpaceTimeSeries](https://cloud.tencent.com/document/api/
|
|
20394
|
-
* [ScoreDetail](https://cloud.tencent.com/document/api/
|
|
20395
|
-
* [ScoreItem](https://cloud.tencent.com/document/api/
|
|
20396
|
-
* [SlowLogHost](https://cloud.tencent.com/document/api/
|
|
20792
|
+
* [HealthReportTask](https://cloud.tencent.com/document/api/1130/39561#HealthReportTask)
|
|
20793
|
+
* [HealthStatus](https://cloud.tencent.com/document/api/1130/39561#HealthStatus)
|
|
20794
|
+
* [InstanceBasicInfo](https://cloud.tencent.com/document/api/1130/39561#InstanceBasicInfo)
|
|
20795
|
+
* [SchemaSpaceData](https://cloud.tencent.com/document/api/1130/39561#SchemaSpaceData)
|
|
20796
|
+
* [SchemaSpaceTimeSeries](https://cloud.tencent.com/document/api/1130/39561#SchemaSpaceTimeSeries)
|
|
20797
|
+
* [ScoreDetail](https://cloud.tencent.com/document/api/1130/39561#ScoreDetail)
|
|
20798
|
+
* [ScoreItem](https://cloud.tencent.com/document/api/1130/39561#ScoreItem)
|
|
20799
|
+
* [SlowLogHost](https://cloud.tencent.com/document/api/1130/39561#SlowLogHost)
|
|
20397
20800
|
|
|
20398
20801
|
修改数据结构:
|
|
20399
20802
|
|
|
20400
|
-
* [SlowLogTopSqlItem](https://cloud.tencent.com/document/api/
|
|
20803
|
+
* [SlowLogTopSqlItem](https://cloud.tencent.com/document/api/1130/39561#SlowLogTopSqlItem)
|
|
20401
20804
|
|
|
20402
20805
|
* 新增成员:QueryTimeAvg, RowsSentAvg, LockTimeAvg, RowsExaminedAvg
|
|
20403
20806
|
|
|
@@ -20412,23 +20815,23 @@
|
|
|
20412
20815
|
|
|
20413
20816
|
新增接口:
|
|
20414
20817
|
|
|
20415
|
-
* [AddUserContact](https://cloud.tencent.com/document/api/
|
|
20416
|
-
* [CreateSchedulerMailProfile](https://cloud.tencent.com/document/api/
|
|
20417
|
-
* [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/
|
|
20418
|
-
* [DescribeHealthScore](https://cloud.tencent.com/document/api/
|
|
20419
|
-
* [DescribeMailProfile](https://cloud.tencent.com/document/api/
|
|
20818
|
+
* [AddUserContact](https://cloud.tencent.com/document/api/1130/52723)
|
|
20819
|
+
* [CreateSchedulerMailProfile](https://cloud.tencent.com/document/api/1130/52722)
|
|
20820
|
+
* [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/52719)
|
|
20821
|
+
* [DescribeHealthScore](https://cloud.tencent.com/document/api/1130/52718)
|
|
20822
|
+
* [DescribeMailProfile](https://cloud.tencent.com/document/api/1130/52721)
|
|
20420
20823
|
|
|
20421
20824
|
新增数据结构:
|
|
20422
20825
|
|
|
20423
|
-
* [EventInfo](https://cloud.tencent.com/document/api/
|
|
20424
|
-
* [HealthScoreInfo](https://cloud.tencent.com/document/api/
|
|
20425
|
-
* [InstanceInfo](https://cloud.tencent.com/document/api/
|
|
20426
|
-
* [IssueTypeInfo](https://cloud.tencent.com/document/api/
|
|
20427
|
-
* [UserProfile](https://cloud.tencent.com/document/api/
|
|
20826
|
+
* [EventInfo](https://cloud.tencent.com/document/api/1130/39561#EventInfo)
|
|
20827
|
+
* [HealthScoreInfo](https://cloud.tencent.com/document/api/1130/39561#HealthScoreInfo)
|
|
20828
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1130/39561#InstanceInfo)
|
|
20829
|
+
* [IssueTypeInfo](https://cloud.tencent.com/document/api/1130/39561#IssueTypeInfo)
|
|
20830
|
+
* [UserProfile](https://cloud.tencent.com/document/api/1130/39561#UserProfile)
|
|
20428
20831
|
|
|
20429
20832
|
修改数据结构:
|
|
20430
20833
|
|
|
20431
|
-
* [InstanceConfs](https://cloud.tencent.com/document/api/
|
|
20834
|
+
* [InstanceConfs](https://cloud.tencent.com/document/api/1130/39561#InstanceConfs)
|
|
20432
20835
|
|
|
20433
20836
|
* 新增成员:OverviewDisplay
|
|
20434
20837
|
|
|
@@ -20443,14 +20846,14 @@
|
|
|
20443
20846
|
|
|
20444
20847
|
新增接口:
|
|
20445
20848
|
|
|
20446
|
-
* [CreateSecurityAuditLogExportTask](https://cloud.tencent.com/document/api/
|
|
20447
|
-
* [DeleteSecurityAuditLogExportTasks](https://cloud.tencent.com/document/api/
|
|
20448
|
-
* [DescribeSecurityAuditLogDownloadUrls](https://cloud.tencent.com/document/api/
|
|
20449
|
-
* [DescribeSecurityAuditLogExportTasks](https://cloud.tencent.com/document/api/
|
|
20849
|
+
* [CreateSecurityAuditLogExportTask](https://cloud.tencent.com/document/api/1130/52657)
|
|
20850
|
+
* [DeleteSecurityAuditLogExportTasks](https://cloud.tencent.com/document/api/1130/52656)
|
|
20851
|
+
* [DescribeSecurityAuditLogDownloadUrls](https://cloud.tencent.com/document/api/1130/52655)
|
|
20852
|
+
* [DescribeSecurityAuditLogExportTasks](https://cloud.tencent.com/document/api/1130/52654)
|
|
20450
20853
|
|
|
20451
20854
|
新增数据结构:
|
|
20452
20855
|
|
|
20453
|
-
* [SecLogExportTaskInfo](https://cloud.tencent.com/document/api/
|
|
20856
|
+
* [SecLogExportTaskInfo](https://cloud.tencent.com/document/api/1130/39561#SecLogExportTaskInfo)
|
|
20454
20857
|
|
|
20455
20858
|
### 第 8 次发布
|
|
20456
20859
|
|
|
@@ -20462,19 +20865,19 @@
|
|
|
20462
20865
|
|
|
20463
20866
|
新增接口:
|
|
20464
20867
|
|
|
20465
|
-
* [CreateDBDiagReportTask](https://cloud.tencent.com/document/api/
|
|
20466
|
-
* [CreateMailProfile](https://cloud.tencent.com/document/api/
|
|
20467
|
-
* [DescribeAllUserContact](https://cloud.tencent.com/document/api/
|
|
20468
|
-
* [DescribeAllUserGroup](https://cloud.tencent.com/document/api/
|
|
20469
|
-
* [ModifyDiagDBInstanceConf](https://cloud.tencent.com/document/api/
|
|
20868
|
+
* [CreateDBDiagReportTask](https://cloud.tencent.com/document/api/1130/50518)
|
|
20869
|
+
* [CreateMailProfile](https://cloud.tencent.com/document/api/1130/50517)
|
|
20870
|
+
* [DescribeAllUserContact](https://cloud.tencent.com/document/api/1130/50516)
|
|
20871
|
+
* [DescribeAllUserGroup](https://cloud.tencent.com/document/api/1130/50515)
|
|
20872
|
+
* [ModifyDiagDBInstanceConf](https://cloud.tencent.com/document/api/1130/50514)
|
|
20470
20873
|
|
|
20471
20874
|
新增数据结构:
|
|
20472
20875
|
|
|
20473
|
-
* [ContactItem](https://cloud.tencent.com/document/api/
|
|
20474
|
-
* [GroupItem](https://cloud.tencent.com/document/api/
|
|
20475
|
-
* [InstanceConfs](https://cloud.tencent.com/document/api/
|
|
20476
|
-
* [MailConfiguration](https://cloud.tencent.com/document/api/
|
|
20477
|
-
* [ProfileInfo](https://cloud.tencent.com/document/api/
|
|
20876
|
+
* [ContactItem](https://cloud.tencent.com/document/api/1130/39561#ContactItem)
|
|
20877
|
+
* [GroupItem](https://cloud.tencent.com/document/api/1130/39561#GroupItem)
|
|
20878
|
+
* [InstanceConfs](https://cloud.tencent.com/document/api/1130/39561#InstanceConfs)
|
|
20879
|
+
* [MailConfiguration](https://cloud.tencent.com/document/api/1130/39561#MailConfiguration)
|
|
20880
|
+
* [ProfileInfo](https://cloud.tencent.com/document/api/1130/39561#ProfileInfo)
|
|
20478
20881
|
|
|
20479
20882
|
### 第 7 次发布
|
|
20480
20883
|
|
|
@@ -20486,31 +20889,31 @@
|
|
|
20486
20889
|
|
|
20487
20890
|
修改接口:
|
|
20488
20891
|
|
|
20489
|
-
* [DescribeDBDiagEvent](https://cloud.tencent.com/document/api/
|
|
20892
|
+
* [DescribeDBDiagEvent](https://cloud.tencent.com/document/api/1130/39560)
|
|
20490
20893
|
|
|
20491
20894
|
* 新增入参:Product
|
|
20492
20895
|
|
|
20493
|
-
* [DescribeDBDiagHistory](https://cloud.tencent.com/document/api/
|
|
20896
|
+
* [DescribeDBDiagHistory](https://cloud.tencent.com/document/api/1130/39559)
|
|
20494
20897
|
|
|
20495
20898
|
* 新增入参:Product
|
|
20496
20899
|
|
|
20497
|
-
* [DescribeDBSpaceStatus](https://cloud.tencent.com/document/api/
|
|
20900
|
+
* [DescribeDBSpaceStatus](https://cloud.tencent.com/document/api/1130/46047)
|
|
20498
20901
|
|
|
20499
20902
|
* 新增入参:Product
|
|
20500
20903
|
|
|
20501
|
-
* [DescribeSlowLogTimeSeriesStats](https://cloud.tencent.com/document/api/
|
|
20904
|
+
* [DescribeSlowLogTimeSeriesStats](https://cloud.tencent.com/document/api/1130/39557)
|
|
20502
20905
|
|
|
20503
20906
|
* 新增入参:Product
|
|
20504
20907
|
|
|
20505
|
-
* [DescribeSlowLogTopSqls](https://cloud.tencent.com/document/api/
|
|
20908
|
+
* [DescribeSlowLogTopSqls](https://cloud.tencent.com/document/api/1130/39556)
|
|
20506
20909
|
|
|
20507
20910
|
* 新增入参:Product
|
|
20508
20911
|
|
|
20509
|
-
* [DescribeTopSpaceTableTimeSeries](https://cloud.tencent.com/document/api/
|
|
20912
|
+
* [DescribeTopSpaceTableTimeSeries](https://cloud.tencent.com/document/api/1130/46279)
|
|
20510
20913
|
|
|
20511
20914
|
* 新增入参:Product
|
|
20512
20915
|
|
|
20513
|
-
* [DescribeTopSpaceTables](https://cloud.tencent.com/document/api/
|
|
20916
|
+
* [DescribeTopSpaceTables](https://cloud.tencent.com/document/api/1130/46046)
|
|
20514
20917
|
|
|
20515
20918
|
* 新增入参:Product
|
|
20516
20919
|
|
|
@@ -20525,14 +20928,14 @@
|
|
|
20525
20928
|
|
|
20526
20929
|
修改接口:
|
|
20527
20930
|
|
|
20528
|
-
* [DescribeSlowLogTopSqls](https://cloud.tencent.com/document/api/
|
|
20931
|
+
* [DescribeSlowLogTopSqls](https://cloud.tencent.com/document/api/1130/39556)
|
|
20529
20932
|
|
|
20530
20933
|
* 新增入参:SchemaList
|
|
20531
20934
|
|
|
20532
20935
|
|
|
20533
20936
|
新增数据结构:
|
|
20534
20937
|
|
|
20535
|
-
* [SchemaItem](https://cloud.tencent.com/document/api/
|
|
20938
|
+
* [SchemaItem](https://cloud.tencent.com/document/api/1130/39561#SchemaItem)
|
|
20536
20939
|
|
|
20537
20940
|
### 第 5 次发布
|
|
20538
20941
|
|
|
@@ -20544,38 +20947,38 @@
|
|
|
20544
20947
|
|
|
20545
20948
|
修改接口:
|
|
20546
20949
|
|
|
20547
|
-
* [DescribeDBDiagHistory](https://cloud.tencent.com/document/api/
|
|
20950
|
+
* [DescribeDBDiagHistory](https://cloud.tencent.com/document/api/1130/39559)
|
|
20548
20951
|
|
|
20549
20952
|
* 新增出参:Events
|
|
20550
20953
|
|
|
20551
|
-
* [DescribeSlowLogTimeSeriesStats](https://cloud.tencent.com/document/api/
|
|
20954
|
+
* [DescribeSlowLogTimeSeriesStats](https://cloud.tencent.com/document/api/1130/39557)
|
|
20552
20955
|
|
|
20553
20956
|
* 新增出参:Period, TimeSeries, SeriesData
|
|
20554
20957
|
|
|
20555
|
-
* [DescribeSlowLogTopSqls](https://cloud.tencent.com/document/api/
|
|
20958
|
+
* [DescribeSlowLogTopSqls](https://cloud.tencent.com/document/api/1130/39556)
|
|
20556
20959
|
|
|
20557
20960
|
* 新增出参:TotalCount, Rows
|
|
20558
20961
|
|
|
20559
|
-
* [DescribeTopSpaceTableTimeSeries](https://cloud.tencent.com/document/api/
|
|
20962
|
+
* [DescribeTopSpaceTableTimeSeries](https://cloud.tencent.com/document/api/1130/46279)
|
|
20560
20963
|
|
|
20561
20964
|
* 新增出参:TopSpaceTableTimeSeries
|
|
20562
20965
|
|
|
20563
|
-
* [DescribeTopSpaceTables](https://cloud.tencent.com/document/api/
|
|
20966
|
+
* [DescribeTopSpaceTables](https://cloud.tencent.com/document/api/1130/46046)
|
|
20564
20967
|
|
|
20565
20968
|
* 新增出参:TopSpaceTables, Timestamp
|
|
20566
20969
|
|
|
20567
20970
|
|
|
20568
20971
|
新增数据结构:
|
|
20569
20972
|
|
|
20570
|
-
* [DiagHistoryEventItem](https://cloud.tencent.com/document/api/
|
|
20571
|
-
* [MonitorFloatMetric](https://cloud.tencent.com/document/api/
|
|
20572
|
-
* [MonitorFloatMetricSeriesData](https://cloud.tencent.com/document/api/
|
|
20573
|
-
* [MonitorMetric](https://cloud.tencent.com/document/api/
|
|
20574
|
-
* [MonitorMetricSeriesData](https://cloud.tencent.com/document/api/
|
|
20575
|
-
* [SlowLogTopSqlItem](https://cloud.tencent.com/document/api/
|
|
20576
|
-
* [TableSpaceData](https://cloud.tencent.com/document/api/
|
|
20577
|
-
* [TableSpaceTimeSeries](https://cloud.tencent.com/document/api/
|
|
20578
|
-
* [TimeSlice](https://cloud.tencent.com/document/api/
|
|
20973
|
+
* [DiagHistoryEventItem](https://cloud.tencent.com/document/api/1130/39561#DiagHistoryEventItem)
|
|
20974
|
+
* [MonitorFloatMetric](https://cloud.tencent.com/document/api/1130/39561#MonitorFloatMetric)
|
|
20975
|
+
* [MonitorFloatMetricSeriesData](https://cloud.tencent.com/document/api/1130/39561#MonitorFloatMetricSeriesData)
|
|
20976
|
+
* [MonitorMetric](https://cloud.tencent.com/document/api/1130/39561#MonitorMetric)
|
|
20977
|
+
* [MonitorMetricSeriesData](https://cloud.tencent.com/document/api/1130/39561#MonitorMetricSeriesData)
|
|
20978
|
+
* [SlowLogTopSqlItem](https://cloud.tencent.com/document/api/1130/39561#SlowLogTopSqlItem)
|
|
20979
|
+
* [TableSpaceData](https://cloud.tencent.com/document/api/1130/39561#TableSpaceData)
|
|
20980
|
+
* [TableSpaceTimeSeries](https://cloud.tencent.com/document/api/1130/39561#TableSpaceTimeSeries)
|
|
20981
|
+
* [TimeSlice](https://cloud.tencent.com/document/api/1130/39561#TimeSlice)
|
|
20579
20982
|
|
|
20580
20983
|
### 第 4 次发布
|
|
20581
20984
|
|
|
@@ -20587,23 +20990,23 @@
|
|
|
20587
20990
|
|
|
20588
20991
|
修改接口:
|
|
20589
20992
|
|
|
20590
|
-
* [DescribeDBDiagHistory](https://cloud.tencent.com/document/api/
|
|
20993
|
+
* [DescribeDBDiagHistory](https://cloud.tencent.com/document/api/1130/39559)
|
|
20591
20994
|
|
|
20592
20995
|
* <font color="#dd0000">**删除出参**:</font>Events
|
|
20593
20996
|
|
|
20594
|
-
* [DescribeSlowLogTimeSeriesStats](https://cloud.tencent.com/document/api/
|
|
20997
|
+
* [DescribeSlowLogTimeSeriesStats](https://cloud.tencent.com/document/api/1130/39557)
|
|
20595
20998
|
|
|
20596
20999
|
* <font color="#dd0000">**删除出参**:</font>Period, TimeSeries, SeriesData
|
|
20597
21000
|
|
|
20598
|
-
* [DescribeSlowLogTopSqls](https://cloud.tencent.com/document/api/
|
|
21001
|
+
* [DescribeSlowLogTopSqls](https://cloud.tencent.com/document/api/1130/39556)
|
|
20599
21002
|
|
|
20600
21003
|
* <font color="#dd0000">**删除出参**:</font>TotalCount, Rows
|
|
20601
21004
|
|
|
20602
|
-
* [DescribeTopSpaceTableTimeSeries](https://cloud.tencent.com/document/api/
|
|
21005
|
+
* [DescribeTopSpaceTableTimeSeries](https://cloud.tencent.com/document/api/1130/46279)
|
|
20603
21006
|
|
|
20604
21007
|
* <font color="#dd0000">**删除出参**:</font>TopSpaceTableTimeSeries
|
|
20605
21008
|
|
|
20606
|
-
* [DescribeTopSpaceTables](https://cloud.tencent.com/document/api/
|
|
21009
|
+
* [DescribeTopSpaceTables](https://cloud.tencent.com/document/api/1130/46046)
|
|
20607
21010
|
|
|
20608
21011
|
* <font color="#dd0000">**删除出参**:</font>TopSpaceTables
|
|
20609
21012
|
|
|
@@ -20630,13 +21033,13 @@
|
|
|
20630
21033
|
|
|
20631
21034
|
新增接口:
|
|
20632
21035
|
|
|
20633
|
-
* [DescribeTopSpaceTableTimeSeries](https://cloud.tencent.com/document/api/
|
|
21036
|
+
* [DescribeTopSpaceTableTimeSeries](https://cloud.tencent.com/document/api/1130/46279)
|
|
20634
21037
|
|
|
20635
21038
|
新增数据结构:
|
|
20636
21039
|
|
|
20637
|
-
* [MonitorFloatMetric](https://cloud.tencent.com/document/api/
|
|
20638
|
-
* [MonitorFloatMetricSeriesData](https://cloud.tencent.com/document/api/
|
|
20639
|
-
* [TableSpaceTimeSeries](https://cloud.tencent.com/document/api/
|
|
21040
|
+
* [MonitorFloatMetric](https://cloud.tencent.com/document/api/1130/39561#MonitorFloatMetric)
|
|
21041
|
+
* [MonitorFloatMetricSeriesData](https://cloud.tencent.com/document/api/1130/39561#MonitorFloatMetricSeriesData)
|
|
21042
|
+
* [TableSpaceTimeSeries](https://cloud.tencent.com/document/api/1130/39561#TableSpaceTimeSeries)
|
|
20640
21043
|
|
|
20641
21044
|
### 第 2 次发布
|
|
20642
21045
|
|
|
@@ -20648,12 +21051,12 @@
|
|
|
20648
21051
|
|
|
20649
21052
|
新增接口:
|
|
20650
21053
|
|
|
20651
|
-
* [DescribeDBSpaceStatus](https://cloud.tencent.com/document/api/
|
|
20652
|
-
* [DescribeTopSpaceTables](https://cloud.tencent.com/document/api/
|
|
21054
|
+
* [DescribeDBSpaceStatus](https://cloud.tencent.com/document/api/1130/46047)
|
|
21055
|
+
* [DescribeTopSpaceTables](https://cloud.tencent.com/document/api/1130/46046)
|
|
20653
21056
|
|
|
20654
21057
|
新增数据结构:
|
|
20655
21058
|
|
|
20656
|
-
* [TableSpaceData](https://cloud.tencent.com/document/api/
|
|
21059
|
+
* [TableSpaceData](https://cloud.tencent.com/document/api/1130/39561#TableSpaceData)
|
|
20657
21060
|
|
|
20658
21061
|
### 第 1 次发布
|
|
20659
21062
|
|
|
@@ -20665,18 +21068,18 @@
|
|
|
20665
21068
|
|
|
20666
21069
|
新增接口:
|
|
20667
21070
|
|
|
20668
|
-
* [DescribeDBDiagEvent](https://cloud.tencent.com/document/api/
|
|
20669
|
-
* [DescribeDBDiagHistory](https://cloud.tencent.com/document/api/
|
|
20670
|
-
* [DescribeSlowLogTimeSeriesStats](https://cloud.tencent.com/document/api/
|
|
20671
|
-
* [DescribeSlowLogTopSqls](https://cloud.tencent.com/document/api/
|
|
21071
|
+
* [DescribeDBDiagEvent](https://cloud.tencent.com/document/api/1130/39560)
|
|
21072
|
+
* [DescribeDBDiagHistory](https://cloud.tencent.com/document/api/1130/39559)
|
|
21073
|
+
* [DescribeSlowLogTimeSeriesStats](https://cloud.tencent.com/document/api/1130/39557)
|
|
21074
|
+
* [DescribeSlowLogTopSqls](https://cloud.tencent.com/document/api/1130/39556)
|
|
20672
21075
|
|
|
20673
21076
|
新增数据结构:
|
|
20674
21077
|
|
|
20675
|
-
* [DiagHistoryEventItem](https://cloud.tencent.com/document/api/
|
|
20676
|
-
* [MonitorMetric](https://cloud.tencent.com/document/api/
|
|
20677
|
-
* [MonitorMetricSeriesData](https://cloud.tencent.com/document/api/
|
|
20678
|
-
* [SlowLogTopSqlItem](https://cloud.tencent.com/document/api/
|
|
20679
|
-
* [TimeSlice](https://cloud.tencent.com/document/api/
|
|
21078
|
+
* [DiagHistoryEventItem](https://cloud.tencent.com/document/api/1130/39561#DiagHistoryEventItem)
|
|
21079
|
+
* [MonitorMetric](https://cloud.tencent.com/document/api/1130/39561#MonitorMetric)
|
|
21080
|
+
* [MonitorMetricSeriesData](https://cloud.tencent.com/document/api/1130/39561#MonitorMetricSeriesData)
|
|
21081
|
+
* [SlowLogTopSqlItem](https://cloud.tencent.com/document/api/1130/39561#SlowLogTopSqlItem)
|
|
21082
|
+
* [TimeSlice](https://cloud.tencent.com/document/api/1130/39561#TimeSlice)
|
|
20680
21083
|
|
|
20681
21084
|
|
|
20682
21085
|
|
|
@@ -20692,7 +21095,7 @@
|
|
|
20692
21095
|
|
|
20693
21096
|
新增接口:
|
|
20694
21097
|
|
|
20695
|
-
* [KillMySqlThreads](https://cloud.tencent.com/document/api/
|
|
21098
|
+
* [KillMySqlThreads](https://cloud.tencent.com/document/api/1130/61129)
|
|
20696
21099
|
|
|
20697
21100
|
### 第 3 次发布
|
|
20698
21101
|
|
|
@@ -20704,7 +21107,7 @@
|
|
|
20704
21107
|
|
|
20705
21108
|
修改接口:
|
|
20706
21109
|
|
|
20707
|
-
* [DescribeSlowLogUserHostStats](https://cloud.tencent.com/document/api/
|
|
21110
|
+
* [DescribeSlowLogUserHostStats](https://cloud.tencent.com/document/api/1130/57783)
|
|
20708
21111
|
|
|
20709
21112
|
* 新增入参:Md5
|
|
20710
21113
|
|
|
@@ -20726,7 +21129,7 @@
|
|
|
20726
21129
|
|
|
20727
21130
|
新增接口:
|
|
20728
21131
|
|
|
20729
|
-
* [DescribeMySqlProcessList](https://cloud.tencent.com/document/api/
|
|
21132
|
+
* [DescribeMySqlProcessList](https://cloud.tencent.com/document/api/1130/57824)
|
|
20730
21133
|
|
|
20731
21134
|
新增数据结构:
|
|
20732
21135
|
|
|
@@ -20742,33 +21145,33 @@
|
|
|
20742
21145
|
|
|
20743
21146
|
新增接口:
|
|
20744
21147
|
|
|
20745
|
-
* [AddUserContact](https://cloud.tencent.com/document/api/
|
|
20746
|
-
* [CreateDBDiagReportTask](https://cloud.tencent.com/document/api/
|
|
20747
|
-
* [CreateDBDiagReportUrl](https://cloud.tencent.com/document/api/
|
|
20748
|
-
* [CreateMailProfile](https://cloud.tencent.com/document/api/
|
|
20749
|
-
* [CreateSchedulerMailProfile](https://cloud.tencent.com/document/api/
|
|
20750
|
-
* [CreateSecurityAuditLogExportTask](https://cloud.tencent.com/document/api/
|
|
20751
|
-
* [DeleteSecurityAuditLogExportTasks](https://cloud.tencent.com/document/api/
|
|
20752
|
-
* [DescribeAllUserContact](https://cloud.tencent.com/document/api/
|
|
20753
|
-
* [DescribeAllUserGroup](https://cloud.tencent.com/document/api/
|
|
20754
|
-
* [DescribeDBDiagEvent](https://cloud.tencent.com/document/api/
|
|
20755
|
-
* [DescribeDBDiagHistory](https://cloud.tencent.com/document/api/
|
|
20756
|
-
* [DescribeDBDiagReportTasks](https://cloud.tencent.com/document/api/
|
|
20757
|
-
* [DescribeDBSpaceStatus](https://cloud.tencent.com/document/api/
|
|
20758
|
-
* [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/
|
|
20759
|
-
* [DescribeHealthScore](https://cloud.tencent.com/document/api/
|
|
20760
|
-
* [DescribeMailProfile](https://cloud.tencent.com/document/api/
|
|
20761
|
-
* [DescribeSecurityAuditLogDownloadUrls](https://cloud.tencent.com/document/api/
|
|
20762
|
-
* [DescribeSecurityAuditLogExportTasks](https://cloud.tencent.com/document/api/
|
|
20763
|
-
* [DescribeSlowLogTimeSeriesStats](https://cloud.tencent.com/document/api/
|
|
20764
|
-
* [DescribeSlowLogTopSqls](https://cloud.tencent.com/document/api/
|
|
20765
|
-
* [DescribeSlowLogUserHostStats](https://cloud.tencent.com/document/api/
|
|
20766
|
-
* [DescribeTopSpaceSchemaTimeSeries](https://cloud.tencent.com/document/api/
|
|
20767
|
-
* [DescribeTopSpaceSchemas](https://cloud.tencent.com/document/api/
|
|
20768
|
-
* [DescribeTopSpaceTableTimeSeries](https://cloud.tencent.com/document/api/
|
|
20769
|
-
* [DescribeTopSpaceTables](https://cloud.tencent.com/document/api/
|
|
21148
|
+
* [AddUserContact](https://cloud.tencent.com/document/api/1130/57811)
|
|
21149
|
+
* [CreateDBDiagReportTask](https://cloud.tencent.com/document/api/1130/57802)
|
|
21150
|
+
* [CreateDBDiagReportUrl](https://cloud.tencent.com/document/api/1130/57810)
|
|
21151
|
+
* [CreateMailProfile](https://cloud.tencent.com/document/api/1130/57809)
|
|
21152
|
+
* [CreateSchedulerMailProfile](https://cloud.tencent.com/document/api/1130/57808)
|
|
21153
|
+
* [CreateSecurityAuditLogExportTask](https://cloud.tencent.com/document/api/1130/57801)
|
|
21154
|
+
* [DeleteSecurityAuditLogExportTasks](https://cloud.tencent.com/document/api/1130/57800)
|
|
21155
|
+
* [DescribeAllUserContact](https://cloud.tencent.com/document/api/1130/57807)
|
|
21156
|
+
* [DescribeAllUserGroup](https://cloud.tencent.com/document/api/1130/57806)
|
|
21157
|
+
* [DescribeDBDiagEvent](https://cloud.tencent.com/document/api/1130/57788)
|
|
21158
|
+
* [DescribeDBDiagHistory](https://cloud.tencent.com/document/api/1130/57787)
|
|
21159
|
+
* [DescribeDBDiagReportTasks](https://cloud.tencent.com/document/api/1130/57805)
|
|
21160
|
+
* [DescribeDBSpaceStatus](https://cloud.tencent.com/document/api/1130/57799)
|
|
21161
|
+
* [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798)
|
|
21162
|
+
* [DescribeHealthScore](https://cloud.tencent.com/document/api/1130/57797)
|
|
21163
|
+
* [DescribeMailProfile](https://cloud.tencent.com/document/api/1130/57804)
|
|
21164
|
+
* [DescribeSecurityAuditLogDownloadUrls](https://cloud.tencent.com/document/api/1130/57796)
|
|
21165
|
+
* [DescribeSecurityAuditLogExportTasks](https://cloud.tencent.com/document/api/1130/57795)
|
|
21166
|
+
* [DescribeSlowLogTimeSeriesStats](https://cloud.tencent.com/document/api/1130/57785)
|
|
21167
|
+
* [DescribeSlowLogTopSqls](https://cloud.tencent.com/document/api/1130/57784)
|
|
21168
|
+
* [DescribeSlowLogUserHostStats](https://cloud.tencent.com/document/api/1130/57783)
|
|
21169
|
+
* [DescribeTopSpaceSchemaTimeSeries](https://cloud.tencent.com/document/api/1130/57794)
|
|
21170
|
+
* [DescribeTopSpaceSchemas](https://cloud.tencent.com/document/api/1130/57793)
|
|
21171
|
+
* [DescribeTopSpaceTableTimeSeries](https://cloud.tencent.com/document/api/1130/57792)
|
|
21172
|
+
* [DescribeTopSpaceTables](https://cloud.tencent.com/document/api/1130/57791)
|
|
20770
21173
|
* [DescribeUserSqlAdvice](https://cloud.tencent.com/document/api/1130/57782)
|
|
20771
|
-
* [ModifyDiagDBInstanceConf](https://cloud.tencent.com/document/api/
|
|
21174
|
+
* [ModifyDiagDBInstanceConf](https://cloud.tencent.com/document/api/1130/57790)
|
|
20772
21175
|
|
|
20773
21176
|
新增数据结构:
|
|
20774
21177
|
|
|
@@ -23229,6 +23632,93 @@
|
|
|
23229
23632
|
|
|
23230
23633
|
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
23231
23634
|
|
|
23635
|
+
### 第 56 次发布
|
|
23636
|
+
|
|
23637
|
+
发布时间:2021-10-27 08:07:01
|
|
23638
|
+
|
|
23639
|
+
本次发布包含了以下内容:
|
|
23640
|
+
|
|
23641
|
+
改善已有的文档。
|
|
23642
|
+
|
|
23643
|
+
新增接口:
|
|
23644
|
+
|
|
23645
|
+
* [[CreateKeyPair](https://cloud.tencent.com/document/api/1108/63368)](https://cloud.tencent.com/document/api/#/#)
|
|
23646
|
+
* [[DisassociateInstancesKeyPairs](https://cloud.tencent.com/document/api/1108/63367)](https://cloud.tencent.com/document/api/#/#)
|
|
23647
|
+
|
|
23648
|
+
新增数据结构:
|
|
23649
|
+
|
|
23650
|
+
* [[KeyPair](https://cloud.tencent.com/document/api/1108/42574#KeyPair)](https://cloud.tencent.com/document/api/1108/42574#[KeyPair](https://cloud.tencent.com/document/api/1108/42574#KeyPair))
|
|
23651
|
+
|
|
23652
|
+
### 第 55 次发布
|
|
23653
|
+
|
|
23654
|
+
发布时间:2021-10-25 08:05:17
|
|
23655
|
+
|
|
23656
|
+
本次发布包含了以下内容:
|
|
23657
|
+
|
|
23658
|
+
改善已有的文档。
|
|
23659
|
+
|
|
23660
|
+
新增接口:
|
|
23661
|
+
|
|
23662
|
+
* [DescribePackingQuotaGroup](https://cloud.tencent.com/document/api/1108/63290)
|
|
23663
|
+
|
|
23664
|
+
修改接口:
|
|
23665
|
+
|
|
23666
|
+
* [CreateModule](https://cloud.tencent.com/document/api/1108/42557)
|
|
23667
|
+
|
|
23668
|
+
* 新增入参:SystemDisk, DataDisks
|
|
23669
|
+
|
|
23670
|
+
* [ModifyModuleConfig](https://cloud.tencent.com/document/api/1108/47143)
|
|
23671
|
+
|
|
23672
|
+
* 新增入参:DefaultSystemDiskSize, SystemDisk, DataDisks
|
|
23673
|
+
|
|
23674
|
+
|
|
23675
|
+
新增数据结构:
|
|
23676
|
+
|
|
23677
|
+
* [PackingQuotaGroup](https://cloud.tencent.com/document/api/1108/42574#PackingQuotaGroup)
|
|
23678
|
+
* [PackingQuotaInfo](https://cloud.tencent.com/document/api/1108/42574#PackingQuotaInfo)
|
|
23679
|
+
|
|
23680
|
+
### 第 54 次发布
|
|
23681
|
+
|
|
23682
|
+
发布时间:2021-10-21 11:26:12
|
|
23683
|
+
|
|
23684
|
+
本次发布包含了以下内容:
|
|
23685
|
+
|
|
23686
|
+
改善已有的文档。
|
|
23687
|
+
|
|
23688
|
+
修改数据结构:
|
|
23689
|
+
|
|
23690
|
+
* [DataDisk](https://cloud.tencent.com/document/api/1108/42574#DataDisk)
|
|
23691
|
+
|
|
23692
|
+
* 新增成员:DiskSize, DiskType
|
|
23693
|
+
|
|
23694
|
+
|
|
23695
|
+
### 第 53 次发布
|
|
23696
|
+
|
|
23697
|
+
发布时间:2021-10-20 08:10:10
|
|
23698
|
+
|
|
23699
|
+
本次发布包含了以下内容:
|
|
23700
|
+
|
|
23701
|
+
改善已有的文档。
|
|
23702
|
+
|
|
23703
|
+
修改接口:
|
|
23704
|
+
|
|
23705
|
+
* [RunInstances](https://cloud.tencent.com/document/api/1108/43513)
|
|
23706
|
+
|
|
23707
|
+
* 新增入参:SystemDisk, DataDisks
|
|
23708
|
+
|
|
23709
|
+
|
|
23710
|
+
新增数据结构:
|
|
23711
|
+
|
|
23712
|
+
* [DataDisk](https://cloud.tencent.com/document/api/1108/42574#DataDisk)
|
|
23713
|
+
* [SystemDisk](https://cloud.tencent.com/document/api/1108/42574#SystemDisk)
|
|
23714
|
+
|
|
23715
|
+
修改数据结构:
|
|
23716
|
+
|
|
23717
|
+
* [Module](https://cloud.tencent.com/document/api/1108/42574#Module)
|
|
23718
|
+
|
|
23719
|
+
* 新增成员:SystemDisk, DataDisks
|
|
23720
|
+
|
|
23721
|
+
|
|
23232
23722
|
### 第 52 次发布
|
|
23233
23723
|
|
|
23234
23724
|
发布时间:2021-09-16 08:02:38
|
|
@@ -25864,6 +26354,23 @@
|
|
|
25864
26354
|
|
|
25865
26355
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
25866
26356
|
|
|
26357
|
+
### 第 5 次发布
|
|
26358
|
+
|
|
26359
|
+
发布时间:2021-10-22 08:10:34
|
|
26360
|
+
|
|
26361
|
+
本次发布包含了以下内容:
|
|
26362
|
+
|
|
26363
|
+
改善已有的文档。
|
|
26364
|
+
|
|
26365
|
+
新增接口:
|
|
26366
|
+
|
|
26367
|
+
* [DescribeResourceUrlsByFlows](https://cloud.tencent.com/document/api/1420/63220)
|
|
26368
|
+
|
|
26369
|
+
新增数据结构:
|
|
26370
|
+
|
|
26371
|
+
* [FlowResourceUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowResourceUrlInfo)
|
|
26372
|
+
* [ResourceUrlInfo](https://cloud.tencent.com/document/api/1420/61525#ResourceUrlInfo)
|
|
26373
|
+
|
|
25867
26374
|
### 第 4 次发布
|
|
25868
26375
|
|
|
25869
26376
|
发布时间:2021-10-12 08:06:14
|
|
@@ -26073,6 +26580,21 @@
|
|
|
26073
26580
|
|
|
26074
26581
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
26075
26582
|
|
|
26583
|
+
### 第 31 次发布
|
|
26584
|
+
|
|
26585
|
+
发布时间:2021-10-21 11:26:59
|
|
26586
|
+
|
|
26587
|
+
本次发布包含了以下内容:
|
|
26588
|
+
|
|
26589
|
+
改善已有的文档。
|
|
26590
|
+
|
|
26591
|
+
修改接口:
|
|
26592
|
+
|
|
26593
|
+
* [GetEidToken](https://cloud.tencent.com/document/api/1007/54089)
|
|
26594
|
+
|
|
26595
|
+
* 新增入参:Encryption
|
|
26596
|
+
|
|
26597
|
+
|
|
26076
26598
|
### 第 30 次发布
|
|
26077
26599
|
|
|
26078
26600
|
发布时间:2021-08-24 08:06:24
|
|
@@ -31091,6 +31613,21 @@
|
|
|
31091
31613
|
|
|
31092
31614
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
31093
31615
|
|
|
31616
|
+
### 第 35 次发布
|
|
31617
|
+
|
|
31618
|
+
发布时间:2021-10-27 08:08:37
|
|
31619
|
+
|
|
31620
|
+
本次发布包含了以下内容:
|
|
31621
|
+
|
|
31622
|
+
改善已有的文档。
|
|
31623
|
+
|
|
31624
|
+
修改数据结构:
|
|
31625
|
+
|
|
31626
|
+
* [DeviceInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceInfo)
|
|
31627
|
+
|
|
31628
|
+
* 新增成员:EnableState, ProductId, ProductName, DeviceType
|
|
31629
|
+
|
|
31630
|
+
|
|
31094
31631
|
### 第 34 次发布
|
|
31095
31632
|
|
|
31096
31633
|
发布时间:2021-10-19 08:09:21
|
|
@@ -31110,8 +31647,8 @@
|
|
|
31110
31647
|
|
|
31111
31648
|
新增数据结构:
|
|
31112
31649
|
|
|
31113
|
-
* [
|
|
31114
|
-
* [
|
|
31650
|
+
* [DevicePositionItem](https://cloud.tencent.com/document/api/1081/34988#DevicePositionItem)
|
|
31651
|
+
* [ProductDevicesPositionItem](https://cloud.tencent.com/document/api/1081/34988#ProductDevicesPositionItem)
|
|
31115
31652
|
|
|
31116
31653
|
### 第 33 次发布
|
|
31117
31654
|
|
|
@@ -33257,6 +33794,25 @@
|
|
|
33257
33794
|
|
|
33258
33795
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
33259
33796
|
|
|
33797
|
+
### 第 20 次发布
|
|
33798
|
+
|
|
33799
|
+
发布时间:2021-10-20 08:12:10
|
|
33800
|
+
|
|
33801
|
+
本次发布包含了以下内容:
|
|
33802
|
+
|
|
33803
|
+
改善已有的文档。
|
|
33804
|
+
|
|
33805
|
+
新增数据结构:
|
|
33806
|
+
|
|
33807
|
+
* [DataDiskPrice](https://cloud.tencent.com/document/api/1207/47576#DataDiskPrice)
|
|
33808
|
+
|
|
33809
|
+
修改数据结构:
|
|
33810
|
+
|
|
33811
|
+
* [Price](https://cloud.tencent.com/document/api/1207/47576#Price)
|
|
33812
|
+
|
|
33813
|
+
* 新增成员:DataDiskPrices
|
|
33814
|
+
|
|
33815
|
+
|
|
33260
33816
|
### 第 19 次发布
|
|
33261
33817
|
|
|
33262
33818
|
发布时间:2021-07-30 08:01:31
|
|
@@ -38285,6 +38841,32 @@
|
|
|
38285
38841
|
|
|
38286
38842
|
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
38287
38843
|
|
|
38844
|
+
### 第 6 次发布
|
|
38845
|
+
|
|
38846
|
+
发布时间:2021-10-21 11:32:09
|
|
38847
|
+
|
|
38848
|
+
本次发布包含了以下内容:
|
|
38849
|
+
|
|
38850
|
+
改善已有的文档。
|
|
38851
|
+
|
|
38852
|
+
新增数据结构:
|
|
38853
|
+
|
|
38854
|
+
* [EcgDescription](https://cloud.tencent.com/document/api/1314/56230#EcgDescription)
|
|
38855
|
+
* [EcgDiagnosis](https://cloud.tencent.com/document/api/1314/56230#EcgDiagnosis)
|
|
38856
|
+
* [EcgItem](https://cloud.tencent.com/document/api/1314/56230#EcgItem)
|
|
38857
|
+
* [Electrocardiogram](https://cloud.tencent.com/document/api/1314/56230#Electrocardiogram)
|
|
38858
|
+
|
|
38859
|
+
修改数据结构:
|
|
38860
|
+
|
|
38861
|
+
* [PatientInfo](https://cloud.tencent.com/document/api/1314/56230#PatientInfo)
|
|
38862
|
+
|
|
38863
|
+
* 新增成员:AgeNorm, Nation, MarriedCode, ProfessionCode, MedicalInsuranceTypeCode
|
|
38864
|
+
|
|
38865
|
+
* [Template](https://cloud.tencent.com/document/api/1314/56230#Template)
|
|
38866
|
+
|
|
38867
|
+
* 新增成员:Electrocardiogram
|
|
38868
|
+
|
|
38869
|
+
|
|
38288
38870
|
### 第 5 次发布
|
|
38289
38871
|
|
|
38290
38872
|
发布时间:2021-08-16 14:44:07
|
|
@@ -40386,6 +40968,18 @@
|
|
|
40386
40968
|
|
|
40387
40969
|
## 企业组织(organization) 版本:2021-03-31
|
|
40388
40970
|
|
|
40971
|
+
### 第 2 次发布
|
|
40972
|
+
|
|
40973
|
+
发布时间:2021-10-25 11:36:50
|
|
40974
|
+
|
|
40975
|
+
本次发布包含了以下内容:
|
|
40976
|
+
|
|
40977
|
+
改善已有的文档。
|
|
40978
|
+
|
|
40979
|
+
新增接口:
|
|
40980
|
+
|
|
40981
|
+
* [CreateOrganizationMember](https://cloud.tencent.com/document/api/850/63310)
|
|
40982
|
+
|
|
40389
40983
|
### 第 1 次发布
|
|
40390
40984
|
|
|
40391
40985
|
发布时间:2021-08-26 08:07:43
|
|
@@ -40396,7 +40990,7 @@
|
|
|
40396
40990
|
|
|
40397
40991
|
新增接口:
|
|
40398
40992
|
|
|
40399
|
-
* [BindOrganizationMemberAuthAccount](https://cloud.tencent.com/document/api
|
|
40993
|
+
* [BindOrganizationMemberAuthAccount](https://cloud.tencent.com/document/api/850/63308)
|
|
40400
40994
|
|
|
40401
40995
|
|
|
40402
40996
|
|
|
@@ -40864,6 +41458,27 @@
|
|
|
40864
41458
|
|
|
40865
41459
|
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
40866
41460
|
|
|
41461
|
+
### 第 18 次发布
|
|
41462
|
+
|
|
41463
|
+
发布时间:2021-10-26 08:11:42
|
|
41464
|
+
|
|
41465
|
+
本次发布包含了以下内容:
|
|
41466
|
+
|
|
41467
|
+
改善已有的文档。
|
|
41468
|
+
|
|
41469
|
+
新增接口:
|
|
41470
|
+
|
|
41471
|
+
* [DescribeDBInstanceParameters](https://cloud.tencent.com/document/api/409/63344)
|
|
41472
|
+
* [DescribeParamsEvent](https://cloud.tencent.com/document/api/409/63343)
|
|
41473
|
+
* [ModifyDBInstanceParameters](https://cloud.tencent.com/document/api/409/63342)
|
|
41474
|
+
|
|
41475
|
+
新增数据结构:
|
|
41476
|
+
|
|
41477
|
+
* [EventInfo](https://cloud.tencent.com/document/api/409/16778#EventInfo)
|
|
41478
|
+
* [EventItem](https://cloud.tencent.com/document/api/409/16778#EventItem)
|
|
41479
|
+
* [ParamEntry](https://cloud.tencent.com/document/api/409/16778#ParamEntry)
|
|
41480
|
+
* [ParamInfo](https://cloud.tencent.com/document/api/409/16778#ParamInfo)
|
|
41481
|
+
|
|
40867
41482
|
### 第 17 次发布
|
|
40868
41483
|
|
|
40869
41484
|
发布时间:2021-08-23 08:07:32
|
|
@@ -41371,6 +41986,27 @@
|
|
|
41371
41986
|
|
|
41372
41987
|
## 全栈式风控引擎(rce) 版本:2020-11-03
|
|
41373
41988
|
|
|
41989
|
+
### 第 3 次发布
|
|
41990
|
+
|
|
41991
|
+
发布时间:2021-10-27 08:10:34
|
|
41992
|
+
|
|
41993
|
+
本次发布包含了以下内容:
|
|
41994
|
+
|
|
41995
|
+
改善已有的文档。
|
|
41996
|
+
|
|
41997
|
+
修改接口:
|
|
41998
|
+
|
|
41999
|
+
* [ManageMarketingRisk](https://cloud.tencent.com/document/api/1343/52565)
|
|
42000
|
+
|
|
42001
|
+
* 新增入参:BusinessCryptoData
|
|
42002
|
+
|
|
42003
|
+
* <font color="#dd0000">**修改入参**:</font>BusinessSecurityData
|
|
42004
|
+
|
|
42005
|
+
|
|
42006
|
+
新增数据结构:
|
|
42007
|
+
|
|
42008
|
+
* [[InputCryptoManageMarketingRisk](https://cloud.tencent.com/document/api/1343/52566#InputCryptoManageMarketingRisk)](https://cloud.tencent.com/document/api/1343/52566#[InputCryptoManageMarketingRisk](https://cloud.tencent.com/document/api/1343/52566#InputCryptoManageMarketingRisk))
|
|
42009
|
+
|
|
41374
42010
|
### 第 2 次发布
|
|
41375
42011
|
|
|
41376
42012
|
发布时间:2021-09-22 08:12:15
|
|
@@ -42338,6 +42974,32 @@
|
|
|
42338
42974
|
|
|
42339
42975
|
## 云函数(scf) 版本:2018-04-16
|
|
42340
42976
|
|
|
42977
|
+
### 第 35 次发布
|
|
42978
|
+
|
|
42979
|
+
发布时间:2021-10-25 08:09:06
|
|
42980
|
+
|
|
42981
|
+
本次发布包含了以下内容:
|
|
42982
|
+
|
|
42983
|
+
改善已有的文档。
|
|
42984
|
+
|
|
42985
|
+
修改接口:
|
|
42986
|
+
|
|
42987
|
+
* [PutProvisionedConcurrencyConfig](https://cloud.tencent.com/document/api/583/51246)
|
|
42988
|
+
|
|
42989
|
+
* 新增入参:TriggerActions
|
|
42990
|
+
|
|
42991
|
+
|
|
42992
|
+
新增数据结构:
|
|
42993
|
+
|
|
42994
|
+
* [TriggerAction](https://cloud.tencent.com/document/api/583/17244#TriggerAction)
|
|
42995
|
+
|
|
42996
|
+
修改数据结构:
|
|
42997
|
+
|
|
42998
|
+
* [VersionProvisionedConcurrencyInfo](https://cloud.tencent.com/document/api/583/17244#VersionProvisionedConcurrencyInfo)
|
|
42999
|
+
|
|
43000
|
+
* 新增成员:TriggerActions
|
|
43001
|
+
|
|
43002
|
+
|
|
42341
43003
|
### 第 34 次发布
|
|
42342
43004
|
|
|
42343
43005
|
发布时间:2021-09-17 08:11:57
|
|
@@ -43465,11 +44127,11 @@
|
|
|
43465
44127
|
|
|
43466
44128
|
新增接口:
|
|
43467
44129
|
|
|
43468
|
-
* [DescribePhoneNumberInfo](https://cloud.tencent.com/document/api/
|
|
44130
|
+
* [DescribePhoneNumberInfo](https://cloud.tencent.com/document/api/382/61755)
|
|
43469
44131
|
|
|
43470
44132
|
新增数据结构:
|
|
43471
44133
|
|
|
43472
|
-
* [PhoneNumberInfo](https://cloud.tencent.com/document/api/
|
|
44134
|
+
* [PhoneNumberInfo](https://cloud.tencent.com/document/api/382/52068#PhoneNumberInfo)
|
|
43473
44135
|
|
|
43474
44136
|
### 第 1 次发布
|
|
43475
44137
|
|
|
@@ -43481,39 +44143,39 @@
|
|
|
43481
44143
|
|
|
43482
44144
|
新增接口:
|
|
43483
44145
|
|
|
43484
|
-
* [AddSmsSign](https://cloud.tencent.com/document/api/
|
|
43485
|
-
* [AddSmsTemplate](https://cloud.tencent.com/document/api/
|
|
43486
|
-
* [CallbackStatusStatistics](https://cloud.tencent.com/document/api/
|
|
43487
|
-
* [DeleteSmsSign](https://cloud.tencent.com/document/api/
|
|
43488
|
-
* [DeleteSmsTemplate](https://cloud.tencent.com/document/api/
|
|
43489
|
-
* [DescribeSmsSignList](https://cloud.tencent.com/document/api/
|
|
43490
|
-
* [DescribeSmsTemplateList](https://cloud.tencent.com/document/api/
|
|
43491
|
-
* [ModifySmsSign](https://cloud.tencent.com/document/api/
|
|
43492
|
-
* [ModifySmsTemplate](https://cloud.tencent.com/document/api/
|
|
43493
|
-
* [PullSmsReplyStatus](https://cloud.tencent.com/document/api/
|
|
43494
|
-
* [PullSmsReplyStatusByPhoneNumber](https://cloud.tencent.com/document/api/
|
|
43495
|
-
* [PullSmsSendStatus](https://cloud.tencent.com/document/api/
|
|
43496
|
-
* [PullSmsSendStatusByPhoneNumber](https://cloud.tencent.com/document/api/
|
|
43497
|
-
* [SendSms](https://cloud.tencent.com/document/api/
|
|
43498
|
-
* [SendStatusStatistics](https://cloud.tencent.com/document/api/
|
|
44146
|
+
* [AddSmsSign](https://cloud.tencent.com/document/api/382/55971)
|
|
44147
|
+
* [AddSmsTemplate](https://cloud.tencent.com/document/api/382/55974)
|
|
44148
|
+
* [CallbackStatusStatistics](https://cloud.tencent.com/document/api/382/55966)
|
|
44149
|
+
* [DeleteSmsSign](https://cloud.tencent.com/document/api/382/55970)
|
|
44150
|
+
* [DeleteSmsTemplate](https://cloud.tencent.com/document/api/382/55973)
|
|
44151
|
+
* [DescribeSmsSignList](https://cloud.tencent.com/document/api/382/55969)
|
|
44152
|
+
* [DescribeSmsTemplateList](https://cloud.tencent.com/document/api/382/52067)
|
|
44153
|
+
* [ModifySmsSign](https://cloud.tencent.com/document/api/382/55968)
|
|
44154
|
+
* [ModifySmsTemplate](https://cloud.tencent.com/document/api/382/55972)
|
|
44155
|
+
* [PullSmsReplyStatus](https://cloud.tencent.com/document/api/382/55979)
|
|
44156
|
+
* [PullSmsReplyStatusByPhoneNumber](https://cloud.tencent.com/document/api/382/55978)
|
|
44157
|
+
* [PullSmsSendStatus](https://cloud.tencent.com/document/api/382/55977)
|
|
44158
|
+
* [PullSmsSendStatusByPhoneNumber](https://cloud.tencent.com/document/api/382/55976)
|
|
44159
|
+
* [SendSms](https://cloud.tencent.com/document/api/382/55981)
|
|
44160
|
+
* [SendStatusStatistics](https://cloud.tencent.com/document/api/382/55965)
|
|
43499
44161
|
* [SmsPackagesStatistics](https://cloud.tencent.com/document/api/382/55964)
|
|
43500
44162
|
|
|
43501
44163
|
新增数据结构:
|
|
43502
44164
|
|
|
43503
|
-
* [AddSignStatus](https://cloud.tencent.com/document/api/
|
|
43504
|
-
* [AddTemplateStatus](https://cloud.tencent.com/document/api/
|
|
43505
|
-
* [CallbackStatusStatistics](https://cloud.tencent.com/document/api/
|
|
43506
|
-
* [DeleteSignStatus](https://cloud.tencent.com/document/api/
|
|
43507
|
-
* [DeleteTemplateStatus](https://cloud.tencent.com/document/api/
|
|
43508
|
-
* [DescribeSignListStatus](https://cloud.tencent.com/document/api/
|
|
43509
|
-
* [DescribeTemplateListStatus](https://cloud.tencent.com/document/api/
|
|
43510
|
-
* [ModifySignStatus](https://cloud.tencent.com/document/api/
|
|
43511
|
-
* [ModifyTemplateStatus](https://cloud.tencent.com/document/api/
|
|
43512
|
-
* [PullSmsReplyStatus](https://cloud.tencent.com/document/api/
|
|
43513
|
-
* [PullSmsSendStatus](https://cloud.tencent.com/document/api/
|
|
43514
|
-
* [SendStatus](https://cloud.tencent.com/document/api/
|
|
43515
|
-
* [SendStatusStatistics](https://cloud.tencent.com/document/api/
|
|
43516
|
-
* [SmsPackagesStatistics](https://cloud.tencent.com/document/api/
|
|
44165
|
+
* [AddSignStatus](https://cloud.tencent.com/document/api/382/52068#AddSignStatus)
|
|
44166
|
+
* [AddTemplateStatus](https://cloud.tencent.com/document/api/382/52068#AddTemplateStatus)
|
|
44167
|
+
* [CallbackStatusStatistics](https://cloud.tencent.com/document/api/382/52068#CallbackStatusStatistics)
|
|
44168
|
+
* [DeleteSignStatus](https://cloud.tencent.com/document/api/382/52068#DeleteSignStatus)
|
|
44169
|
+
* [DeleteTemplateStatus](https://cloud.tencent.com/document/api/382/52068#DeleteTemplateStatus)
|
|
44170
|
+
* [DescribeSignListStatus](https://cloud.tencent.com/document/api/382/52068#DescribeSignListStatus)
|
|
44171
|
+
* [DescribeTemplateListStatus](https://cloud.tencent.com/document/api/382/52068#DescribeTemplateListStatus)
|
|
44172
|
+
* [ModifySignStatus](https://cloud.tencent.com/document/api/382/52068#ModifySignStatus)
|
|
44173
|
+
* [ModifyTemplateStatus](https://cloud.tencent.com/document/api/382/52068#ModifyTemplateStatus)
|
|
44174
|
+
* [PullSmsReplyStatus](https://cloud.tencent.com/document/api/382/52068#PullSmsReplyStatus)
|
|
44175
|
+
* [PullSmsSendStatus](https://cloud.tencent.com/document/api/382/52068#PullSmsSendStatus)
|
|
44176
|
+
* [SendStatus](https://cloud.tencent.com/document/api/382/52068#SendStatus)
|
|
44177
|
+
* [SendStatusStatistics](https://cloud.tencent.com/document/api/382/52068#SendStatusStatistics)
|
|
44178
|
+
* [SmsPackagesStatistics](https://cloud.tencent.com/document/api/382/52068#SmsPackagesStatistics)
|
|
43517
44179
|
|
|
43518
44180
|
|
|
43519
44181
|
|
|
@@ -46638,6 +47300,39 @@
|
|
|
46638
47300
|
|
|
46639
47301
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
46640
47302
|
|
|
47303
|
+
### 第 72 次发布
|
|
47304
|
+
|
|
47305
|
+
发布时间:2021-10-26 08:13:05
|
|
47306
|
+
|
|
47307
|
+
本次发布包含了以下内容:
|
|
47308
|
+
|
|
47309
|
+
改善已有的文档。
|
|
47310
|
+
|
|
47311
|
+
新增接口:
|
|
47312
|
+
|
|
47313
|
+
* [DescribeCloudBaseRunPodList](https://cloud.tencent.com/document/api/876/63345)
|
|
47314
|
+
* [DescribeCloudBaseRunServer](https://cloud.tencent.com/document/api/876/63346)
|
|
47315
|
+
|
|
47316
|
+
新增数据结构:
|
|
47317
|
+
|
|
47318
|
+
* [CloudBaseRunKVPriority](https://cloud.tencent.com/document/api/876/34822#CloudBaseRunKVPriority)
|
|
47319
|
+
* [CloudBaseRunServerVersionItem](https://cloud.tencent.com/document/api/876/34822#CloudBaseRunServerVersionItem)
|
|
47320
|
+
|
|
47321
|
+
### 第 71 次发布
|
|
47322
|
+
|
|
47323
|
+
发布时间:2021-10-25 08:10:05
|
|
47324
|
+
|
|
47325
|
+
本次发布包含了以下内容:
|
|
47326
|
+
|
|
47327
|
+
改善已有的文档。
|
|
47328
|
+
|
|
47329
|
+
修改数据结构:
|
|
47330
|
+
|
|
47331
|
+
* [OrderInfo](https://cloud.tencent.com/document/api/876/34822#OrderInfo)
|
|
47332
|
+
|
|
47333
|
+
* 新增成员:Flag, ReqBody
|
|
47334
|
+
|
|
47335
|
+
|
|
46641
47336
|
### 第 70 次发布
|
|
46642
47337
|
|
|
46643
47338
|
发布时间:2021-09-29 08:09:41
|
|
@@ -48269,6 +48964,32 @@
|
|
|
48269
48964
|
|
|
48270
48965
|
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
48271
48966
|
|
|
48967
|
+
### 第 39 次发布
|
|
48968
|
+
|
|
48969
|
+
发布时间:2021-10-21 11:37:27
|
|
48970
|
+
|
|
48971
|
+
本次发布包含了以下内容:
|
|
48972
|
+
|
|
48973
|
+
改善已有的文档。
|
|
48974
|
+
|
|
48975
|
+
修改接口:
|
|
48976
|
+
|
|
48977
|
+
* [CreateInternalEndpointDns](https://cloud.tencent.com/document/api/1141/53131)
|
|
48978
|
+
|
|
48979
|
+
* 新增入参:RegionName
|
|
48980
|
+
|
|
48981
|
+
* [DeleteInternalEndpointDns](https://cloud.tencent.com/document/api/1141/53130)
|
|
48982
|
+
|
|
48983
|
+
* 新增入参:RegionName
|
|
48984
|
+
|
|
48985
|
+
|
|
48986
|
+
修改数据结构:
|
|
48987
|
+
|
|
48988
|
+
* [VpcAndDomainInfo](https://cloud.tencent.com/document/api/1141/41603#VpcAndDomainInfo)
|
|
48989
|
+
|
|
48990
|
+
* 新增成员:RegionName
|
|
48991
|
+
|
|
48992
|
+
|
|
48272
48993
|
### 第 38 次发布
|
|
48273
48994
|
|
|
48274
48995
|
发布时间:2021-10-12 08:10:36
|
|
@@ -49016,6 +49737,44 @@
|
|
|
49016
49737
|
|
|
49017
49738
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
49018
49739
|
|
|
49740
|
+
### 第 21 次发布
|
|
49741
|
+
|
|
49742
|
+
发布时间:2021-10-21 11:38:45
|
|
49743
|
+
|
|
49744
|
+
本次发布包含了以下内容:
|
|
49745
|
+
|
|
49746
|
+
改善已有的文档。
|
|
49747
|
+
|
|
49748
|
+
修改接口:
|
|
49749
|
+
|
|
49750
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/1179/52193)
|
|
49751
|
+
|
|
49752
|
+
* 新增入参:PublicAccessEnabled
|
|
49753
|
+
|
|
49754
|
+
* [DescribeClusters](https://cloud.tencent.com/document/api/1179/52183)
|
|
49755
|
+
|
|
49756
|
+
* 新增入参:IsTagFilter, Filters
|
|
49757
|
+
|
|
49758
|
+
* [DescribeCmqQueues](https://cloud.tencent.com/document/api/1179/55909)
|
|
49759
|
+
|
|
49760
|
+
* 新增入参:Filters
|
|
49761
|
+
|
|
49762
|
+
* [DescribeCmqTopics](https://cloud.tencent.com/document/api/1179/55906)
|
|
49763
|
+
|
|
49764
|
+
* 新增入参:Filters
|
|
49765
|
+
|
|
49766
|
+
* [ModifyCluster](https://cloud.tencent.com/document/api/1179/52189)
|
|
49767
|
+
|
|
49768
|
+
* 新增入参:PublicAccessEnabled
|
|
49769
|
+
|
|
49770
|
+
|
|
49771
|
+
修改数据结构:
|
|
49772
|
+
|
|
49773
|
+
* [Cluster](https://cloud.tencent.com/document/api/1179/46089#Cluster)
|
|
49774
|
+
|
|
49775
|
+
* 新增成员:MaxPublishRateInMessages, MaxDispatchRateInMessages, MaxPublishRateInBytes, MaxDispatchRateInBytes, TopicNum, MaxMessageDelayInSeconds, PublicAccessEnabled, Tags
|
|
49776
|
+
|
|
49777
|
+
|
|
49019
49778
|
### 第 20 次发布
|
|
49020
49779
|
|
|
49021
49780
|
发布时间:2021-10-13 08:12:03
|
|
@@ -53587,6 +54346,25 @@
|
|
|
53587
54346
|
|
|
53588
54347
|
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
53589
54348
|
|
|
54349
|
+
### 第 11 次发布
|
|
54350
|
+
|
|
54351
|
+
发布时间:2021-10-27 08:12:44
|
|
54352
|
+
|
|
54353
|
+
本次发布包含了以下内容:
|
|
54354
|
+
|
|
54355
|
+
改善已有的文档。
|
|
54356
|
+
|
|
54357
|
+
新增数据结构:
|
|
54358
|
+
|
|
54359
|
+
* [[KVPair](https://cloud.tencent.com/document/api/1364/54942#KVPair)](https://cloud.tencent.com/document/api/1364/54942#[KVPair](https://cloud.tencent.com/document/api/1364/54942#KVPair))
|
|
54360
|
+
|
|
54361
|
+
修改数据结构:
|
|
54362
|
+
|
|
54363
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
54364
|
+
|
|
54365
|
+
* 新增成员:Tags
|
|
54366
|
+
|
|
54367
|
+
|
|
53590
54368
|
### 第 10 次发布
|
|
53591
54369
|
|
|
53592
54370
|
发布时间:2021-09-07 08:00:46
|
|
@@ -53787,6 +54565,23 @@
|
|
|
53787
54565
|
|
|
53788
54566
|
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
53789
54567
|
|
|
54568
|
+
### 第 59 次发布
|
|
54569
|
+
|
|
54570
|
+
发布时间:2021-10-21 11:40:48
|
|
54571
|
+
|
|
54572
|
+
本次发布包含了以下内容:
|
|
54573
|
+
|
|
54574
|
+
改善已有的文档。
|
|
54575
|
+
|
|
54576
|
+
新增接口:
|
|
54577
|
+
|
|
54578
|
+
* [DeleteLaneRule](https://cloud.tencent.com/document/api/649/63177)
|
|
54579
|
+
* [DescribeGatewayApis](https://cloud.tencent.com/document/api/649/63178)
|
|
54580
|
+
|
|
54581
|
+
新增数据结构:
|
|
54582
|
+
|
|
54583
|
+
* [TsfPageApiDetailInfo](https://cloud.tencent.com/document/api/649/36099#TsfPageApiDetailInfo)
|
|
54584
|
+
|
|
53790
54585
|
### 第 58 次发布
|
|
53791
54586
|
|
|
53792
54587
|
发布时间:2021-09-28 08:11:05
|
|
@@ -58376,6 +59171,53 @@
|
|
|
58376
59171
|
|
|
58377
59172
|
## 私有网络(vpc) 版本:2017-03-12
|
|
58378
59173
|
|
|
59174
|
+
### 第 100 次发布
|
|
59175
|
+
|
|
59176
|
+
发布时间:2021-10-26 08:14:56
|
|
59177
|
+
|
|
59178
|
+
本次发布包含了以下内容:
|
|
59179
|
+
|
|
59180
|
+
改善已有的文档。
|
|
59181
|
+
|
|
59182
|
+
修改接口:
|
|
59183
|
+
|
|
59184
|
+
* [CreateAddressTemplate](https://cloud.tencent.com/document/api/215/16708)
|
|
59185
|
+
|
|
59186
|
+
* 新增入参:AddressesExtra
|
|
59187
|
+
|
|
59188
|
+
* <font color="#dd0000">**修改入参**:</font>Addresses
|
|
59189
|
+
|
|
59190
|
+
* [CreateServiceTemplate](https://cloud.tencent.com/document/api/215/16710)
|
|
59191
|
+
|
|
59192
|
+
* 新增入参:ServicesExtra
|
|
59193
|
+
|
|
59194
|
+
* <font color="#dd0000">**修改入参**:</font>Services
|
|
59195
|
+
|
|
59196
|
+
* [ModifyAddressTemplateAttribute](https://cloud.tencent.com/document/api/215/16720)
|
|
59197
|
+
|
|
59198
|
+
* 新增入参:AddressesExtra
|
|
59199
|
+
|
|
59200
|
+
* [ModifyServiceTemplateAttribute](https://cloud.tencent.com/document/api/215/16722)
|
|
59201
|
+
|
|
59202
|
+
* 新增入参:ServicesExtra
|
|
59203
|
+
|
|
59204
|
+
|
|
59205
|
+
新增数据结构:
|
|
59206
|
+
|
|
59207
|
+
* [AddressInfo](https://cloud.tencent.com/document/api/215/15824#AddressInfo)
|
|
59208
|
+
* [ServicesInfo](https://cloud.tencent.com/document/api/215/15824#ServicesInfo)
|
|
59209
|
+
|
|
59210
|
+
修改数据结构:
|
|
59211
|
+
|
|
59212
|
+
* [AddressTemplate](https://cloud.tencent.com/document/api/215/15824#AddressTemplate)
|
|
59213
|
+
|
|
59214
|
+
* 新增成员:AddressExtraSet
|
|
59215
|
+
|
|
59216
|
+
* [ServiceTemplate](https://cloud.tencent.com/document/api/215/15824#ServiceTemplate)
|
|
59217
|
+
|
|
59218
|
+
* 新增成员:ServiceExtraSet
|
|
59219
|
+
|
|
59220
|
+
|
|
58379
59221
|
### 第 99 次发布
|
|
58380
59222
|
|
|
58381
59223
|
发布时间:2021-10-15 08:16:52
|