tencentcloud-sdk-nodejs 4.0.463 → 4.0.465
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 +509 -0
- package/README.md +6 -4
- package/SERVICE_CHANGELOG.md +622 -171
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/v20210624/bma_client.ts +13 -1
- package/src/services/bma/v20210624/bma_models.ts +41 -16
- package/src/services/ckafka/v20190819/ckafka_models.ts +5 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +8 -0
- package/src/services/cwp/v20180228/cwp_client.ts +106 -19
- package/src/services/cwp/v20180228/cwp_models.ts +633 -199
- package/src/services/ess/v20201111/ess_models.ts +24 -18
- package/src/services/essbasic/v20210526/essbasic_client.ts +25 -8
- package/src/services/essbasic/v20210526/essbasic_models.ts +40 -14
- package/src/services/monitor/v20180724/monitor_client.ts +2 -1
- package/src/services/monitor/v20180724/monitor_models.ts +32 -5
- package/src/services/pts/v20210728/pts_models.ts +36 -0
- package/src/services/ssm/v20190923/ssm_models.ts +1 -1
- package/src/services/tcb/v20180608/tcb_models.ts +7 -0
- package/src/services/tcm/v20210413/tcm_client.ts +41 -16
- package/src/services/tcm/v20210413/tcm_models.ts +95 -0
- package/src/services/tcss/v20201101/tcss_client.ts +2064 -278
- package/src/services/tcss/v20201101/tcss_models.ts +12415 -4071
- package/src/services/tdcpg/v20211118/tdcpg_models.ts +13 -0
- package/src/services/teo/v20220901/teo_client.ts +2 -0
- package/src/services/teo/v20220901/teo_models.ts +68 -4
- package/src/services/thpc/v20220401/thpc_client.ts +16 -2
- package/src/services/thpc/v20220401/thpc_models.ts +145 -15
- package/src/services/tke/v20180525/tke_client.ts +4 -4
- package/src/services/tke/v20180525/tke_models.ts +62 -2
- package/src/services/trp/v20210515/trp_models.ts +5 -5
- package/src/services/trtc/v20190722/trtc_client.ts +8 -81
- package/src/services/trtc/v20190722/trtc_models.ts +107 -692
- package/src/services/wedata/v20210820/wedata_client.ts +79 -41
- package/src/services/wedata/v20210820/wedata_models.ts +417 -64
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/v20210624/bma_client.d.ts +5 -1
- package/tencentcloud/services/bma/v20210624/bma_client.js +6 -0
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +36 -14
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +4 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +7 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +33 -5
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +48 -6
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +514 -147
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +20 -15
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +23 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +23 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +38 -13
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +27 -4
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +30 -0
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +1 -1
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +6 -0
- package/tencentcloud/services/tcm/v20210413/tcm_client.d.ts +15 -7
- package/tencentcloud/services/tcm/v20210413/tcm_client.js +21 -9
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +81 -0
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +646 -67
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +976 -109
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +9730 -2639
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +11 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +58 -4
- package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +5 -1
- package/tencentcloud/services/thpc/v20220401/thpc_client.js +6 -0
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +124 -15
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +4 -4
- package/tencentcloud/services/tke/v20180525/tke_client.js +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +54 -2
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +5 -5
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -33
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +2 -38
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +60 -556
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +25 -13
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +35 -17
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +352 -54
- package/test/bma.v20210624.test.js +10 -0
- package/test/cwp.v20180228.test.js +74 -4
- package/test/tcm.v20210413.test.js +26 -6
- package/test/tcss.v20201101.test.js +1764 -324
- package/test/thpc.v20220401.test.js +10 -0
- package/test/trtc.v20190722.test.js +0 -30
- package/test/wedata.v20210820.test.js +40 -10
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,160 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 12 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-10-19 06:10:00
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [DescribeCRObtainDetail](https://cloud.tencent.com/document/api/1296/81541)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
## 验证码(captcha) 版本:2019-07-22
|
|
20
|
-
|
|
21
|
-
### 第 12 次发布
|
|
22
|
-
|
|
23
|
-
发布时间:2022-10-19 06:11:45
|
|
24
|
-
|
|
25
|
-
本次发布包含了以下内容:
|
|
26
|
-
|
|
27
|
-
改善已有的文档。
|
|
28
|
-
|
|
29
|
-
修改接口:
|
|
30
|
-
|
|
31
|
-
* [GetTotalTicketStatistics](https://cloud.tencent.com/document/api/1110/81517)
|
|
32
|
-
|
|
33
|
-
* 新增入参:StartTimeStr, EndTimeStr, Dimension
|
|
34
|
-
|
|
35
|
-
* 新增出参:Data, CaptchaCode, CaptchaMsg
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
新增数据结构:
|
|
39
|
-
|
|
40
|
-
* [CaptchaStatisticObj](https://cloud.tencent.com/document/api/1110/40481#CaptchaStatisticObj)
|
|
41
|
-
* [InterceptPerTrendObj](https://cloud.tencent.com/document/api/1110/40481#InterceptPerTrendObj)
|
|
42
|
-
* [RequestTrendObj](https://cloud.tencent.com/document/api/1110/40481#RequestTrendObj)
|
|
43
|
-
* [TicketCheckTrendObj](https://cloud.tencent.com/document/api/1110/40481#TicketCheckTrendObj)
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
48
|
-
|
|
49
|
-
### 第 89 次发布
|
|
50
|
-
|
|
51
|
-
发布时间:2022-10-19 06:17:23
|
|
52
|
-
|
|
53
|
-
本次发布包含了以下内容:
|
|
54
|
-
|
|
55
|
-
改善已有的文档。
|
|
56
|
-
|
|
57
|
-
新增接口:
|
|
58
|
-
|
|
59
|
-
* [CreateOpenBankGlobalPaymentOrder](https://cloud.tencent.com/document/api/1122/81542)
|
|
60
|
-
|
|
61
|
-
新增数据结构:
|
|
62
|
-
|
|
63
|
-
* [CreateOpenBankUnifiedOrderPaymentResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankUnifiedOrderPaymentResult)
|
|
64
|
-
* [OpenBankBillingInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankBillingInfo)
|
|
65
|
-
* [OpenBankOrderRedirectInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankOrderRedirectInfo)
|
|
66
|
-
* [OpenBankShippingInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankShippingInfo)
|
|
67
|
-
|
|
68
|
-
修改数据结构:
|
|
69
|
-
|
|
70
|
-
* [OpenBankGoodsInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankGoodsInfo)
|
|
71
|
-
|
|
72
|
-
* 新增成员:Sku, Price, Quantity, ProductImage, ProductUrl
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
78
|
-
|
|
79
|
-
### 第 34 次发布
|
|
80
|
-
|
|
81
|
-
发布时间:2022-10-18 16:02:52
|
|
82
|
-
|
|
83
|
-
本次发布包含了以下内容:
|
|
84
|
-
|
|
85
|
-
改善已有的文档。
|
|
86
|
-
|
|
87
|
-
修改数据结构:
|
|
88
|
-
|
|
89
|
-
* [Component](https://cloud.tencent.com/document/api/1420/61525#Component)
|
|
90
|
-
|
|
91
|
-
* 新增成员:ComponentRecipientId
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
101
|
-
|
|
102
|
-
### 第 5 次发布
|
|
103
|
-
|
|
104
|
-
发布时间:2022-10-19 06:31:50
|
|
105
|
-
|
|
106
|
-
本次发布包含了以下内容:
|
|
107
|
-
|
|
108
|
-
改善已有的文档。
|
|
109
|
-
|
|
110
|
-
新增接口:
|
|
111
|
-
|
|
112
|
-
* [BindDocumentToRoom](https://cloud.tencent.com/document/api/1639/81544)
|
|
113
|
-
* [DescribeRoomStatistics](https://cloud.tencent.com/document/api/1639/81545)
|
|
114
|
-
* [ModifyApp](https://cloud.tencent.com/document/api/1639/81546)
|
|
115
|
-
* [UnbindDocumentFromRoom](https://cloud.tencent.com/document/api/1639/81543)
|
|
116
|
-
|
|
117
|
-
修改接口:
|
|
118
|
-
|
|
119
|
-
* [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
|
|
120
|
-
|
|
121
|
-
* 新增出参:RecordUrl
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
新增数据结构:
|
|
125
|
-
|
|
126
|
-
* [MemberRecord](https://cloud.tencent.com/document/api/1639/81423#MemberRecord)
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
## 云监控(monitor) 版本:2018-07-24
|
|
131
|
-
|
|
132
|
-
### 第 66 次发布
|
|
133
|
-
|
|
134
|
-
发布时间:2022-10-19 06:34:09
|
|
135
|
-
|
|
136
|
-
本次发布包含了以下内容:
|
|
137
|
-
|
|
138
|
-
改善已有的文档。
|
|
139
|
-
|
|
140
|
-
新增数据结构:
|
|
141
|
-
|
|
142
|
-
* [AlarmHierarchicalValue](https://cloud.tencent.com/document/api/248/30354#AlarmHierarchicalValue)
|
|
143
|
-
|
|
144
|
-
修改数据结构:
|
|
145
|
-
|
|
146
|
-
* [AlarmPolicyRule](https://cloud.tencent.com/document/api/248/30354#AlarmPolicyRule)
|
|
147
|
-
|
|
148
|
-
* 新增成员:HierarchicalValue
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
3
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
154
4
|
|
|
155
|
-
### 第
|
|
5
|
+
### 第 58 次发布
|
|
156
6
|
|
|
157
|
-
发布时间:2022-10-
|
|
7
|
+
发布时间:2022-10-24 06:23:41
|
|
158
8
|
|
|
159
9
|
本次发布包含了以下内容:
|
|
160
10
|
|
|
@@ -162,7 +12,7 @@
|
|
|
162
12
|
|
|
163
13
|
新增接口:
|
|
164
14
|
|
|
165
|
-
* [
|
|
15
|
+
* [DescribeBaselinePolicyList](https://cloud.tencent.com/document/api/296/81834)
|
|
166
16
|
|
|
167
17
|
|
|
168
18
|
|
|
@@ -7908,6 +7758,18 @@
|
|
|
7908
7758
|
|
|
7909
7759
|
## 品牌经营管家(bma) 版本:2021-06-24
|
|
7910
7760
|
|
|
7761
|
+
### 第 13 次发布
|
|
7762
|
+
|
|
7763
|
+
发布时间:2022-10-19 11:41:42
|
|
7764
|
+
|
|
7765
|
+
本次发布包含了以下内容:
|
|
7766
|
+
|
|
7767
|
+
改善已有的文档。
|
|
7768
|
+
|
|
7769
|
+
新增接口:
|
|
7770
|
+
|
|
7771
|
+
* [CreateCRDesktopCode](https://cloud.tencent.com/document/api/1296/81572)
|
|
7772
|
+
|
|
7911
7773
|
### 第 12 次发布
|
|
7912
7774
|
|
|
7913
7775
|
发布时间:2022-10-19 06:10:00
|
|
@@ -7918,7 +7780,7 @@
|
|
|
7918
7780
|
|
|
7919
7781
|
新增接口:
|
|
7920
7782
|
|
|
7921
|
-
* [
|
|
7783
|
+
* [DescribeCRObtainDetail](https://cloud.tencent.com/document/api/1296/81541)
|
|
7922
7784
|
|
|
7923
7785
|
### 第 11 次发布
|
|
7924
7786
|
|
|
@@ -9788,10 +9650,10 @@
|
|
|
9788
9650
|
|
|
9789
9651
|
新增数据结构:
|
|
9790
9652
|
|
|
9791
|
-
* [
|
|
9792
|
-
* [
|
|
9793
|
-
* [
|
|
9794
|
-
* [
|
|
9653
|
+
* [CaptchaStatisticObj](https://cloud.tencent.com/document/api/1110/40481#CaptchaStatisticObj)
|
|
9654
|
+
* [InterceptPerTrendObj](https://cloud.tencent.com/document/api/1110/40481#InterceptPerTrendObj)
|
|
9655
|
+
* [RequestTrendObj](https://cloud.tencent.com/document/api/1110/40481#RequestTrendObj)
|
|
9656
|
+
* [TicketCheckTrendObj](https://cloud.tencent.com/document/api/1110/40481#TicketCheckTrendObj)
|
|
9795
9657
|
|
|
9796
9658
|
### 第 11 次发布
|
|
9797
9659
|
|
|
@@ -18219,6 +18081,21 @@
|
|
|
18219
18081
|
|
|
18220
18082
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
18221
18083
|
|
|
18084
|
+
### 第 61 次发布
|
|
18085
|
+
|
|
18086
|
+
发布时间:2022-10-20 06:14:29
|
|
18087
|
+
|
|
18088
|
+
本次发布包含了以下内容:
|
|
18089
|
+
|
|
18090
|
+
改善已有的文档。
|
|
18091
|
+
|
|
18092
|
+
修改数据结构:
|
|
18093
|
+
|
|
18094
|
+
* [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
|
|
18095
|
+
|
|
18096
|
+
* 新增成员:SignalDatabase
|
|
18097
|
+
|
|
18098
|
+
|
|
18222
18099
|
### 第 60 次发布
|
|
18223
18100
|
|
|
18224
18101
|
发布时间:2022-10-14 06:17:04
|
|
@@ -23704,6 +23581,21 @@
|
|
|
23704
23581
|
|
|
23705
23582
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
23706
23583
|
|
|
23584
|
+
### 第 90 次发布
|
|
23585
|
+
|
|
23586
|
+
发布时间:2022-10-20 06:16:38
|
|
23587
|
+
|
|
23588
|
+
本次发布包含了以下内容:
|
|
23589
|
+
|
|
23590
|
+
改善已有的文档。
|
|
23591
|
+
|
|
23592
|
+
修改接口:
|
|
23593
|
+
|
|
23594
|
+
* [CreateOpenBankGlobalPaymentOrder](https://cloud.tencent.com/document/api/1122/81542)
|
|
23595
|
+
|
|
23596
|
+
* 新增入参:Environment
|
|
23597
|
+
|
|
23598
|
+
|
|
23707
23599
|
### 第 89 次发布
|
|
23708
23600
|
|
|
23709
23601
|
发布时间:2022-10-19 06:17:23
|
|
@@ -23714,14 +23606,14 @@
|
|
|
23714
23606
|
|
|
23715
23607
|
新增接口:
|
|
23716
23608
|
|
|
23717
|
-
* [
|
|
23609
|
+
* [CreateOpenBankGlobalPaymentOrder](https://cloud.tencent.com/document/api/1122/81542)
|
|
23718
23610
|
|
|
23719
23611
|
新增数据结构:
|
|
23720
23612
|
|
|
23721
|
-
* [
|
|
23722
|
-
* [
|
|
23723
|
-
* [
|
|
23724
|
-
* [
|
|
23613
|
+
* [CreateOpenBankUnifiedOrderPaymentResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankUnifiedOrderPaymentResult)
|
|
23614
|
+
* [OpenBankBillingInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankBillingInfo)
|
|
23615
|
+
* [OpenBankOrderRedirectInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankOrderRedirectInfo)
|
|
23616
|
+
* [OpenBankShippingInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankShippingInfo)
|
|
23725
23617
|
|
|
23726
23618
|
修改数据结构:
|
|
23727
23619
|
|
|
@@ -28005,6 +27897,41 @@
|
|
|
28005
27897
|
|
|
28006
27898
|
## 主机安全(cwp) 版本:2018-02-28
|
|
28007
27899
|
|
|
27900
|
+
### 第 58 次发布
|
|
27901
|
+
|
|
27902
|
+
发布时间:2022-10-24 06:23:41
|
|
27903
|
+
|
|
27904
|
+
本次发布包含了以下内容:
|
|
27905
|
+
|
|
27906
|
+
改善已有的文档。
|
|
27907
|
+
|
|
27908
|
+
新增接口:
|
|
27909
|
+
|
|
27910
|
+
* [[DescribeBaselinePolicyList](https://cloud.tencent.com/document/api/296/81834)](https://cloud.tencent.com/document/api/#/#)
|
|
27911
|
+
|
|
27912
|
+
### 第 57 次发布
|
|
27913
|
+
|
|
27914
|
+
发布时间:2022-10-21 06:19:41
|
|
27915
|
+
|
|
27916
|
+
本次发布包含了以下内容:
|
|
27917
|
+
|
|
27918
|
+
改善已有的文档。
|
|
27919
|
+
|
|
27920
|
+
新增接口:
|
|
27921
|
+
|
|
27922
|
+
* [DeleteBaselinePolicy](https://cloud.tencent.com/document/api/296/81788)
|
|
27923
|
+
* [DeleteScanTask](https://cloud.tencent.com/document/api/296/81789)
|
|
27924
|
+
* [DescribeBaselineHostDetectList](https://cloud.tencent.com/document/api/296/81787)
|
|
27925
|
+
* [DescribeJavaMemShellList](https://cloud.tencent.com/document/api/296/81790)
|
|
27926
|
+
* [ModifyBaselinePolicy](https://cloud.tencent.com/document/api/296/81786)
|
|
27927
|
+
* [StopBaselineDetect](https://cloud.tencent.com/document/api/296/81785)
|
|
27928
|
+
|
|
27929
|
+
新增数据结构:
|
|
27930
|
+
|
|
27931
|
+
* [BaselineHostDetect](https://cloud.tencent.com/document/api/296/19867#BaselineHostDetect)
|
|
27932
|
+
* [BaselinePolicy](https://cloud.tencent.com/document/api/296/19867#BaselinePolicy)
|
|
27933
|
+
* [JavaMemShellInfo](https://cloud.tencent.com/document/api/296/19867#JavaMemShellInfo)
|
|
27934
|
+
|
|
28008
27935
|
### 第 56 次发布
|
|
28009
27936
|
|
|
28010
27937
|
发布时间:2022-10-12 06:24:06
|
|
@@ -39176,6 +39103,21 @@
|
|
|
39176
39103
|
|
|
39177
39104
|
## 电子签服务(ess) 版本:2020-11-11
|
|
39178
39105
|
|
|
39106
|
+
### 第 20 次发布
|
|
39107
|
+
|
|
39108
|
+
发布时间:2022-10-20 06:24:19
|
|
39109
|
+
|
|
39110
|
+
本次发布包含了以下内容:
|
|
39111
|
+
|
|
39112
|
+
改善已有的文档。
|
|
39113
|
+
|
|
39114
|
+
修改接口:
|
|
39115
|
+
|
|
39116
|
+
* [CreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1323/75450)
|
|
39117
|
+
|
|
39118
|
+
* 新增入参:Restrictions
|
|
39119
|
+
|
|
39120
|
+
|
|
39179
39121
|
### 第 19 次发布
|
|
39180
39122
|
|
|
39181
39123
|
发布时间:2022-09-29 06:30:30
|
|
@@ -39650,6 +39592,21 @@
|
|
|
39650
39592
|
|
|
39651
39593
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
39652
39594
|
|
|
39595
|
+
### 第 35 次发布
|
|
39596
|
+
|
|
39597
|
+
发布时间:2022-10-19 20:26:32
|
|
39598
|
+
|
|
39599
|
+
本次发布包含了以下内容:
|
|
39600
|
+
|
|
39601
|
+
改善已有的文档。
|
|
39602
|
+
|
|
39603
|
+
修改接口:
|
|
39604
|
+
|
|
39605
|
+
* [ChannelCreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75452)
|
|
39606
|
+
|
|
39607
|
+
* 新增入参:Restrictions
|
|
39608
|
+
|
|
39609
|
+
|
|
39653
39610
|
### 第 34 次发布
|
|
39654
39611
|
|
|
39655
39612
|
发布时间:2022-10-18 16:02:52
|
|
@@ -50147,10 +50104,10 @@
|
|
|
50147
50104
|
|
|
50148
50105
|
新增接口:
|
|
50149
50106
|
|
|
50150
|
-
* [
|
|
50151
|
-
* [
|
|
50152
|
-
* [
|
|
50153
|
-
* [
|
|
50107
|
+
* [BindDocumentToRoom](https://cloud.tencent.com/document/api/1639/81544)
|
|
50108
|
+
* [DescribeRoomStatistics](https://cloud.tencent.com/document/api/1639/81545)
|
|
50109
|
+
* [ModifyApp](https://cloud.tencent.com/document/api/1639/81546)
|
|
50110
|
+
* [UnbindDocumentFromRoom](https://cloud.tencent.com/document/api/1639/81543)
|
|
50154
50111
|
|
|
50155
50112
|
修改接口:
|
|
50156
50113
|
|
|
@@ -50161,7 +50118,7 @@
|
|
|
50161
50118
|
|
|
50162
50119
|
新增数据结构:
|
|
50163
50120
|
|
|
50164
|
-
* [
|
|
50121
|
+
* [MemberRecord](https://cloud.tencent.com/document/api/1639/81423#MemberRecord)
|
|
50165
50122
|
|
|
50166
50123
|
### 第 4 次发布
|
|
50167
50124
|
|
|
@@ -54706,6 +54663,25 @@
|
|
|
54706
54663
|
|
|
54707
54664
|
## 云监控(monitor) 版本:2018-07-24
|
|
54708
54665
|
|
|
54666
|
+
### 第 67 次发布
|
|
54667
|
+
|
|
54668
|
+
发布时间:2022-10-21 06:35:12
|
|
54669
|
+
|
|
54670
|
+
本次发布包含了以下内容:
|
|
54671
|
+
|
|
54672
|
+
改善已有的文档。
|
|
54673
|
+
|
|
54674
|
+
修改接口:
|
|
54675
|
+
|
|
54676
|
+
* [CreateAlarmPolicy](https://cloud.tencent.com/document/api/248/51287)
|
|
54677
|
+
|
|
54678
|
+
* 新增入参:HierarchicalNotices, MigrateFlag
|
|
54679
|
+
|
|
54680
|
+
|
|
54681
|
+
新增数据结构:
|
|
54682
|
+
|
|
54683
|
+
* [AlarmHierarchicalNotice](https://cloud.tencent.com/document/api/248/30354#AlarmHierarchicalNotice)
|
|
54684
|
+
|
|
54709
54685
|
### 第 66 次发布
|
|
54710
54686
|
|
|
54711
54687
|
发布时间:2022-10-19 06:34:09
|
|
@@ -54716,7 +54692,7 @@
|
|
|
54716
54692
|
|
|
54717
54693
|
新增数据结构:
|
|
54718
54694
|
|
|
54719
|
-
* [
|
|
54695
|
+
* [AlarmHierarchicalValue](https://cloud.tencent.com/document/api/248/30354#AlarmHierarchicalValue)
|
|
54720
54696
|
|
|
54721
54697
|
修改数据结构:
|
|
54722
54698
|
|
|
@@ -62199,6 +62175,33 @@
|
|
|
62199
62175
|
|
|
62200
62176
|
## 云压测(pts) 版本:2021-07-28
|
|
62201
62177
|
|
|
62178
|
+
### 第 5 次发布
|
|
62179
|
+
|
|
62180
|
+
发布时间:2022-10-20 06:35:28
|
|
62181
|
+
|
|
62182
|
+
本次发布包含了以下内容:
|
|
62183
|
+
|
|
62184
|
+
改善已有的文档。
|
|
62185
|
+
|
|
62186
|
+
修改数据结构:
|
|
62187
|
+
|
|
62188
|
+
* [Concurrency](https://cloud.tencent.com/document/api/1484/78100#Concurrency)
|
|
62189
|
+
|
|
62190
|
+
* 新增成员:GracefulStopSeconds
|
|
62191
|
+
|
|
62192
|
+
* [CustomSample](https://cloud.tencent.com/document/api/1484/78100#CustomSample)
|
|
62193
|
+
|
|
62194
|
+
* 新增成员:Name
|
|
62195
|
+
|
|
62196
|
+
* [File](https://cloud.tencent.com/document/api/1484/78100#File)
|
|
62197
|
+
|
|
62198
|
+
* 新增成员:AppID, Uin, SubAccountUin
|
|
62199
|
+
|
|
62200
|
+
* [RequestsPerSecond](https://cloud.tencent.com/document/api/1484/78100#RequestsPerSecond)
|
|
62201
|
+
|
|
62202
|
+
* 新增成员:GracefulStopSeconds
|
|
62203
|
+
|
|
62204
|
+
|
|
62202
62205
|
### 第 4 次发布
|
|
62203
62206
|
|
|
62204
62207
|
发布时间:2022-09-19 06:43:24
|
|
@@ -69918,6 +69921,21 @@
|
|
|
69918
69921
|
|
|
69919
69922
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
69920
69923
|
|
|
69924
|
+
### 第 88 次发布
|
|
69925
|
+
|
|
69926
|
+
发布时间:2022-10-21 06:43:29
|
|
69927
|
+
|
|
69928
|
+
本次发布包含了以下内容:
|
|
69929
|
+
|
|
69930
|
+
改善已有的文档。
|
|
69931
|
+
|
|
69932
|
+
修改接口:
|
|
69933
|
+
|
|
69934
|
+
* [CreateWxCloudBaseRunServerDBCluster](https://cloud.tencent.com/document/api/876/55636)
|
|
69935
|
+
|
|
69936
|
+
* 新增入参:LowerCaseTableName
|
|
69937
|
+
|
|
69938
|
+
|
|
69921
69939
|
### 第 87 次发布
|
|
69922
69940
|
|
|
69923
69941
|
发布时间:2022-10-19 06:42:09
|
|
@@ -69928,7 +69946,7 @@
|
|
|
69928
69946
|
|
|
69929
69947
|
新增接口:
|
|
69930
69948
|
|
|
69931
|
-
* [
|
|
69949
|
+
* [ModifyClsTopic](https://cloud.tencent.com/document/api/876/81547)
|
|
69932
69950
|
|
|
69933
69951
|
### 第 86 次发布
|
|
69934
69952
|
|
|
@@ -71983,6 +72001,46 @@
|
|
|
71983
72001
|
|
|
71984
72002
|
## 服务网格(tcm) 版本:2021-04-13
|
|
71985
72003
|
|
|
72004
|
+
### 第 15 次发布
|
|
72005
|
+
|
|
72006
|
+
发布时间:2022-10-21 06:44:08
|
|
72007
|
+
|
|
72008
|
+
本次发布包含了以下内容:
|
|
72009
|
+
|
|
72010
|
+
改善已有的文档。
|
|
72011
|
+
|
|
72012
|
+
新增数据结构:
|
|
72013
|
+
|
|
72014
|
+
* [EgressGatewayStatus](https://cloud.tencent.com/document/api/1261/63843#EgressGatewayStatus)
|
|
72015
|
+
|
|
72016
|
+
修改数据结构:
|
|
72017
|
+
|
|
72018
|
+
* [EgressGateway](https://cloud.tencent.com/document/api/1261/63843#EgressGateway)
|
|
72019
|
+
|
|
72020
|
+
* 新增成员:Status
|
|
72021
|
+
|
|
72022
|
+
* [IngressGatewayStatus](https://cloud.tencent.com/document/api/1261/63843#IngressGatewayStatus)
|
|
72023
|
+
|
|
72024
|
+
* 新增成员:CurrentVersion, DesiredVersion, State
|
|
72025
|
+
|
|
72026
|
+
* [Mesh](https://cloud.tencent.com/document/api/1261/63843#Mesh)
|
|
72027
|
+
|
|
72028
|
+
* 新增成员:TagList
|
|
72029
|
+
|
|
72030
|
+
|
|
72031
|
+
### 第 14 次发布
|
|
72032
|
+
|
|
72033
|
+
发布时间:2022-10-20 06:40:11
|
|
72034
|
+
|
|
72035
|
+
本次发布包含了以下内容:
|
|
72036
|
+
|
|
72037
|
+
改善已有的文档。
|
|
72038
|
+
|
|
72039
|
+
新增接口:
|
|
72040
|
+
|
|
72041
|
+
* [LinkClusterList](https://cloud.tencent.com/document/api/1261/81603)
|
|
72042
|
+
* [UnlinkCluster](https://cloud.tencent.com/document/api/1261/81602)
|
|
72043
|
+
|
|
71986
72044
|
### 第 13 次发布
|
|
71987
72045
|
|
|
71988
72046
|
发布时间:2022-10-11 06:54:36
|
|
@@ -73135,6 +73193,233 @@
|
|
|
73135
73193
|
|
|
73136
73194
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
73137
73195
|
|
|
73196
|
+
### 第 28 次发布
|
|
73197
|
+
|
|
73198
|
+
发布时间:2022-10-21 06:44:56
|
|
73199
|
+
|
|
73200
|
+
本次发布包含了以下内容:
|
|
73201
|
+
|
|
73202
|
+
改善已有的文档。
|
|
73203
|
+
|
|
73204
|
+
新增接口:
|
|
73205
|
+
|
|
73206
|
+
* [AddComplianceAssetPolicySetToWhitelist](https://cloud.tencent.com/document/api/1285/81795)
|
|
73207
|
+
* [AddCompliancePolicyAssetSetToWhitelist](https://cloud.tencent.com/document/api/1285/81794)
|
|
73208
|
+
* [DeleteComplianceAssetPolicySetFromWhitelist](https://cloud.tencent.com/document/api/1285/81793)
|
|
73209
|
+
* [DeleteCompliancePolicyAssetSetFromWhitelist](https://cloud.tencent.com/document/api/1285/81792)
|
|
73210
|
+
* [DescribeImageRegistryNamespaceList](https://cloud.tencent.com/document/api/1285/81791)
|
|
73211
|
+
|
|
73212
|
+
新增数据结构:
|
|
73213
|
+
|
|
73214
|
+
* [ComplianceAssetPolicySetItem](https://cloud.tencent.com/document/api/1285/65614#ComplianceAssetPolicySetItem)
|
|
73215
|
+
* [CompliancePolicyAssetSetItem](https://cloud.tencent.com/document/api/1285/65614#CompliancePolicyAssetSetItem)
|
|
73216
|
+
|
|
73217
|
+
### 第 27 次发布
|
|
73218
|
+
|
|
73219
|
+
发布时间:2022-10-20 06:40:56
|
|
73220
|
+
|
|
73221
|
+
本次发布包含了以下内容:
|
|
73222
|
+
|
|
73223
|
+
改善已有的文档。
|
|
73224
|
+
|
|
73225
|
+
新增接口:
|
|
73226
|
+
|
|
73227
|
+
* [AddAndPublishNetworkFirewallPolicyDetail](https://cloud.tencent.com/document/api/1285/81716)
|
|
73228
|
+
* [AddAndPublishNetworkFirewallPolicyYamlDetail](https://cloud.tencent.com/document/api/1285/81715)
|
|
73229
|
+
* [AddEditImageAutoAuthorizedRule](https://cloud.tencent.com/document/api/1285/81638)
|
|
73230
|
+
* [AddEscapeWhiteList](https://cloud.tencent.com/document/api/1285/81667)
|
|
73231
|
+
* [AddIgnoreVul](https://cloud.tencent.com/document/api/1285/81637)
|
|
73232
|
+
* [AddNetworkFirewallPolicyDetail](https://cloud.tencent.com/document/api/1285/81714)
|
|
73233
|
+
* [AddNetworkFirewallPolicyYamlDetail](https://cloud.tencent.com/document/api/1285/81713)
|
|
73234
|
+
* [CheckNetworkFirewallPolicyYaml](https://cloud.tencent.com/document/api/1285/81712)
|
|
73235
|
+
* [ConfirmNetworkFirewallPolicy](https://cloud.tencent.com/document/api/1285/81711)
|
|
73236
|
+
* [CreateAssetImageVirusExportJob](https://cloud.tencent.com/document/api/1285/81689)
|
|
73237
|
+
* [CreateComponentExportJob](https://cloud.tencent.com/document/api/1285/81636)
|
|
73238
|
+
* [CreateDefenceVulExportJob](https://cloud.tencent.com/document/api/1285/81666)
|
|
73239
|
+
* [CreateEmergencyVulExportJob](https://cloud.tencent.com/document/api/1285/81665)
|
|
73240
|
+
* [CreateEscapeEventsExportJob](https://cloud.tencent.com/document/api/1285/81664)
|
|
73241
|
+
* [CreateEscapeWhiteListExportJob](https://cloud.tencent.com/document/api/1285/81663)
|
|
73242
|
+
* [CreateHostExportJob](https://cloud.tencent.com/document/api/1285/81688)
|
|
73243
|
+
* [CreateImageExportJob](https://cloud.tencent.com/document/api/1285/81635)
|
|
73244
|
+
* [CreateNetworkFirewallClusterRefresh](https://cloud.tencent.com/document/api/1285/81710)
|
|
73245
|
+
* [CreateNetworkFirewallPolicyDiscover](https://cloud.tencent.com/document/api/1285/81709)
|
|
73246
|
+
* [CreateNetworkFirewallPublish](https://cloud.tencent.com/document/api/1285/81708)
|
|
73247
|
+
* [CreateNetworkFirewallUndoPublish](https://cloud.tencent.com/document/api/1285/81707)
|
|
73248
|
+
* [CreateProcessEventsExportJob](https://cloud.tencent.com/document/api/1285/81662)
|
|
73249
|
+
* [CreateSearchTemplate](https://cloud.tencent.com/document/api/1285/81744)
|
|
73250
|
+
* [CreateSystemVulExportJob](https://cloud.tencent.com/document/api/1285/81661)
|
|
73251
|
+
* [CreateVulContainerExportJob](https://cloud.tencent.com/document/api/1285/81660)
|
|
73252
|
+
* [CreateVulDefenceEventExportJob](https://cloud.tencent.com/document/api/1285/81634)
|
|
73253
|
+
* [CreateVulDefenceHostExportJob](https://cloud.tencent.com/document/api/1285/81633)
|
|
73254
|
+
* [CreateVulExportJob](https://cloud.tencent.com/document/api/1285/81632)
|
|
73255
|
+
* [CreateVulImageExportJob](https://cloud.tencent.com/document/api/1285/81659)
|
|
73256
|
+
* [CreateVulScanTask](https://cloud.tencent.com/document/api/1285/81658)
|
|
73257
|
+
* [CreateWebVulExportJob](https://cloud.tencent.com/document/api/1285/81657)
|
|
73258
|
+
* [DeleteEscapeWhiteList](https://cloud.tencent.com/document/api/1285/81656)
|
|
73259
|
+
* [DeleteIgnoreVul](https://cloud.tencent.com/document/api/1285/81631)
|
|
73260
|
+
* [DeleteMachine](https://cloud.tencent.com/document/api/1285/81687)
|
|
73261
|
+
* [DeleteNetworkFirewallPolicyDetail](https://cloud.tencent.com/document/api/1285/81706)
|
|
73262
|
+
* [DeleteReverseShellEvents](https://cloud.tencent.com/document/api/1285/81655)
|
|
73263
|
+
* [DeleteRiskSyscallEvents](https://cloud.tencent.com/document/api/1285/81668)
|
|
73264
|
+
* [DeleteSearchTemplate](https://cloud.tencent.com/document/api/1285/81743)
|
|
73265
|
+
* [DescribeABTestConfig](https://cloud.tencent.com/document/api/1285/81686)
|
|
73266
|
+
* [DescribeAbnormalProcessEventTendency](https://cloud.tencent.com/document/api/1285/81654)
|
|
73267
|
+
* [DescribeAbnormalProcessLevelSummary](https://cloud.tencent.com/document/api/1285/81653)
|
|
73268
|
+
* [DescribeAgentDaemonSetCmd](https://cloud.tencent.com/document/api/1285/81685)
|
|
73269
|
+
* [DescribeAgentInstallCommand](https://cloud.tencent.com/document/api/1285/81684)
|
|
73270
|
+
* [DescribeAssetSyncLastTime](https://cloud.tencent.com/document/api/1285/81683)
|
|
73271
|
+
* [DescribeAutoAuthorizedRuleHost](https://cloud.tencent.com/document/api/1285/81630)
|
|
73272
|
+
* [DescribeESAggregations](https://cloud.tencent.com/document/api/1285/81742)
|
|
73273
|
+
* [DescribeESHits](https://cloud.tencent.com/document/api/1285/81741)
|
|
73274
|
+
* [DescribeEmergencyVulList](https://cloud.tencent.com/document/api/1285/81652)
|
|
73275
|
+
* [DescribeEscapeEventTendency](https://cloud.tencent.com/document/api/1285/81651)
|
|
73276
|
+
* [DescribeEscapeEventTypeSummary](https://cloud.tencent.com/document/api/1285/81650)
|
|
73277
|
+
* [DescribeEscapeWhiteList](https://cloud.tencent.com/document/api/1285/81649)
|
|
73278
|
+
* [DescribeImageAutoAuthorizedLogList](https://cloud.tencent.com/document/api/1285/81629)
|
|
73279
|
+
* [DescribeImageAutoAuthorizedRule](https://cloud.tencent.com/document/api/1285/81628)
|
|
73280
|
+
* [DescribeImageAutoAuthorizedTaskList](https://cloud.tencent.com/document/api/1285/81627)
|
|
73281
|
+
* [DescribeImageComponentList](https://cloud.tencent.com/document/api/1285/81626)
|
|
73282
|
+
* [DescribeIndexList](https://cloud.tencent.com/document/api/1285/81740)
|
|
73283
|
+
* [DescribeInspectionReport](https://cloud.tencent.com/document/api/1285/81682)
|
|
73284
|
+
* [DescribeLogStorageStatistic](https://cloud.tencent.com/document/api/1285/81739)
|
|
73285
|
+
* [DescribeNetworkFirewallAuditRecord](https://cloud.tencent.com/document/api/1285/81705)
|
|
73286
|
+
* [DescribeNetworkFirewallClusterList](https://cloud.tencent.com/document/api/1285/81704)
|
|
73287
|
+
* [DescribeNetworkFirewallClusterRefreshStatus](https://cloud.tencent.com/document/api/1285/81703)
|
|
73288
|
+
* [DescribeNetworkFirewallNamespaceLabelList](https://cloud.tencent.com/document/api/1285/81702)
|
|
73289
|
+
* [DescribeNetworkFirewallNamespaceList](https://cloud.tencent.com/document/api/1285/81701)
|
|
73290
|
+
* [DescribeNetworkFirewallPodLabelsList](https://cloud.tencent.com/document/api/1285/81700)
|
|
73291
|
+
* [DescribeNetworkFirewallPolicyDetail](https://cloud.tencent.com/document/api/1285/81699)
|
|
73292
|
+
* [DescribeNetworkFirewallPolicyDiscover](https://cloud.tencent.com/document/api/1285/81698)
|
|
73293
|
+
* [DescribeNetworkFirewallPolicyList](https://cloud.tencent.com/document/api/1285/81697)
|
|
73294
|
+
* [DescribeNetworkFirewallPolicyStatus](https://cloud.tencent.com/document/api/1285/81696)
|
|
73295
|
+
* [DescribeNetworkFirewallPolicyYamlDetail](https://cloud.tencent.com/document/api/1285/81695)
|
|
73296
|
+
* [DescribeNewestVul](https://cloud.tencent.com/document/api/1285/81625)
|
|
73297
|
+
* [DescribePromotionActivity](https://cloud.tencent.com/document/api/1285/81681)
|
|
73298
|
+
* [DescribePublicKey](https://cloud.tencent.com/document/api/1285/81738)
|
|
73299
|
+
* [DescribeScanIgnoreVulList](https://cloud.tencent.com/document/api/1285/81624)
|
|
73300
|
+
* [DescribeSearchExportList](https://cloud.tencent.com/document/api/1285/81737)
|
|
73301
|
+
* [DescribeSearchLogs](https://cloud.tencent.com/document/api/1285/81736)
|
|
73302
|
+
* [DescribeSearchTemplates](https://cloud.tencent.com/document/api/1285/81735)
|
|
73303
|
+
* [DescribeSecLogAlertMsg](https://cloud.tencent.com/document/api/1285/81734)
|
|
73304
|
+
* [DescribeSecLogCleanSettingInfo](https://cloud.tencent.com/document/api/1285/81733)
|
|
73305
|
+
* [DescribeSecLogDeliveryClsOptions](https://cloud.tencent.com/document/api/1285/81732)
|
|
73306
|
+
* [DescribeSecLogDeliveryClsSetting](https://cloud.tencent.com/document/api/1285/81731)
|
|
73307
|
+
* [DescribeSecLogDeliveryKafkaOptions](https://cloud.tencent.com/document/api/1285/81730)
|
|
73308
|
+
* [DescribeSecLogDeliveryKafkaSetting](https://cloud.tencent.com/document/api/1285/81729)
|
|
73309
|
+
* [DescribeSecLogJoinObjectList](https://cloud.tencent.com/document/api/1285/81728)
|
|
73310
|
+
* [DescribeSecLogJoinTypeList](https://cloud.tencent.com/document/api/1285/81727)
|
|
73311
|
+
* [DescribeSecLogKafkaUIN](https://cloud.tencent.com/document/api/1285/81726)
|
|
73312
|
+
* [DescribeSecLogVasInfo](https://cloud.tencent.com/document/api/1285/81725)
|
|
73313
|
+
* [DescribeSupportDefenceVul](https://cloud.tencent.com/document/api/1285/81648)
|
|
73314
|
+
* [DescribeSystemVulList](https://cloud.tencent.com/document/api/1285/81623)
|
|
73315
|
+
* [DescribeTcssSummary](https://cloud.tencent.com/document/api/1285/81680)
|
|
73316
|
+
* [DescribeUnauthorizedCoresTendency](https://cloud.tencent.com/document/api/1285/81679)
|
|
73317
|
+
* [DescribeVirusAutoIsolateSampleDetail](https://cloud.tencent.com/document/api/1285/81677)
|
|
73318
|
+
* [DescribeVirusAutoIsolateSampleDownloadURL](https://cloud.tencent.com/document/api/1285/81676)
|
|
73319
|
+
* [DescribeVirusAutoIsolateSampleList](https://cloud.tencent.com/document/api/1285/81675)
|
|
73320
|
+
* [DescribeVirusAutoIsolateSetting](https://cloud.tencent.com/document/api/1285/81674)
|
|
73321
|
+
* [DescribeVirusEventTendency](https://cloud.tencent.com/document/api/1285/81673)
|
|
73322
|
+
* [DescribeVirusManualScanEstimateTimeout](https://cloud.tencent.com/document/api/1285/81672)
|
|
73323
|
+
* [DescribeVirusSampleDownloadUrl](https://cloud.tencent.com/document/api/1285/81671)
|
|
73324
|
+
* [DescribeVulContainerList](https://cloud.tencent.com/document/api/1285/81647)
|
|
73325
|
+
* [DescribeVulDefenceEvent](https://cloud.tencent.com/document/api/1285/81622)
|
|
73326
|
+
* [DescribeVulDefenceEventDetail](https://cloud.tencent.com/document/api/1285/81621)
|
|
73327
|
+
* [DescribeVulDefenceEventTendency](https://cloud.tencent.com/document/api/1285/81620)
|
|
73328
|
+
* [DescribeVulDefenceHost](https://cloud.tencent.com/document/api/1285/81619)
|
|
73329
|
+
* [DescribeVulDefencePlugin](https://cloud.tencent.com/document/api/1285/81618)
|
|
73330
|
+
* [DescribeVulDefenceSetting](https://cloud.tencent.com/document/api/1285/81617)
|
|
73331
|
+
* [DescribeVulDetail](https://cloud.tencent.com/document/api/1285/81646)
|
|
73332
|
+
* [DescribeVulIgnoreLocalImageList](https://cloud.tencent.com/document/api/1285/81616)
|
|
73333
|
+
* [DescribeVulIgnoreRegistryImageList](https://cloud.tencent.com/document/api/1285/81615)
|
|
73334
|
+
* [DescribeVulImageList](https://cloud.tencent.com/document/api/1285/81645)
|
|
73335
|
+
* [DescribeVulImageSummary](https://cloud.tencent.com/document/api/1285/81614)
|
|
73336
|
+
* [DescribeVulLevelImageSummary](https://cloud.tencent.com/document/api/1285/81613)
|
|
73337
|
+
* [DescribeVulLevelSummary](https://cloud.tencent.com/document/api/1285/81612)
|
|
73338
|
+
* [DescribeVulScanAuthorizedImageSummary](https://cloud.tencent.com/document/api/1285/81611)
|
|
73339
|
+
* [DescribeVulScanInfo](https://cloud.tencent.com/document/api/1285/81644)
|
|
73340
|
+
* [DescribeVulScanLocalImageList](https://cloud.tencent.com/document/api/1285/81643)
|
|
73341
|
+
* [DescribeVulSummary](https://cloud.tencent.com/document/api/1285/81610)
|
|
73342
|
+
* [DescribeVulTendency](https://cloud.tencent.com/document/api/1285/81609)
|
|
73343
|
+
* [DescribeVulTopRanking](https://cloud.tencent.com/document/api/1285/81608)
|
|
73344
|
+
* [DescribeWebVulList](https://cloud.tencent.com/document/api/1285/81642)
|
|
73345
|
+
* [ModifyContainerNetStatus](https://cloud.tencent.com/document/api/1285/81678)
|
|
73346
|
+
* [ModifyEscapeWhiteList](https://cloud.tencent.com/document/api/1285/81641)
|
|
73347
|
+
* [ModifyImageAuthorized](https://cloud.tencent.com/document/api/1285/81607)
|
|
73348
|
+
* [ModifySecLogCleanSettingInfo](https://cloud.tencent.com/document/api/1285/81724)
|
|
73349
|
+
* [ModifySecLogDeliveryClsSetting](https://cloud.tencent.com/document/api/1285/81723)
|
|
73350
|
+
* [ModifySecLogDeliveryKafkaSetting](https://cloud.tencent.com/document/api/1285/81722)
|
|
73351
|
+
* [ModifySecLogJoinObjects](https://cloud.tencent.com/document/api/1285/81721)
|
|
73352
|
+
* [ModifySecLogJoinState](https://cloud.tencent.com/document/api/1285/81720)
|
|
73353
|
+
* [ModifySecLogKafkaUIN](https://cloud.tencent.com/document/api/1285/81719)
|
|
73354
|
+
* [ModifyVirusAutoIsolateExampleSwitch](https://cloud.tencent.com/document/api/1285/81670)
|
|
73355
|
+
* [ModifyVirusAutoIsolateSetting](https://cloud.tencent.com/document/api/1285/81669)
|
|
73356
|
+
* [ModifyVulDefenceEventStatus](https://cloud.tencent.com/document/api/1285/81606)
|
|
73357
|
+
* [ModifyVulDefenceSetting](https://cloud.tencent.com/document/api/1285/81605)
|
|
73358
|
+
* [OpenTcssTrial](https://cloud.tencent.com/document/api/1285/81640)
|
|
73359
|
+
* [ResetSecLogTopicConfig](https://cloud.tencent.com/document/api/1285/81718)
|
|
73360
|
+
* [StopVulScanTask](https://cloud.tencent.com/document/api/1285/81639)
|
|
73361
|
+
* [SwitchImageAutoAuthorizedRule](https://cloud.tencent.com/document/api/1285/81604)
|
|
73362
|
+
* [UpdateAndPublishNetworkFirewallPolicyDetail](https://cloud.tencent.com/document/api/1285/81694)
|
|
73363
|
+
* [UpdateAndPublishNetworkFirewallPolicyYamlDetail](https://cloud.tencent.com/document/api/1285/81693)
|
|
73364
|
+
* [UpdateNetworkFirewallPolicyDetail](https://cloud.tencent.com/document/api/1285/81692)
|
|
73365
|
+
* [UpdateNetworkFirewallPolicyYamlDetail](https://cloud.tencent.com/document/api/1285/81691)
|
|
73366
|
+
|
|
73367
|
+
新增数据结构:
|
|
73368
|
+
|
|
73369
|
+
* [ABTestConfig](https://cloud.tencent.com/document/api/1285/65614#ABTestConfig)
|
|
73370
|
+
* [AbnormalProcessEventTendencyInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessEventTendencyInfo)
|
|
73371
|
+
* [AutoAuthorizedImageInfo](https://cloud.tencent.com/document/api/1285/65614#AutoAuthorizedImageInfo)
|
|
73372
|
+
* [AutoAuthorizedRuleHostInfo](https://cloud.tencent.com/document/api/1285/65614#AutoAuthorizedRuleHostInfo)
|
|
73373
|
+
* [CKafkaInstanceInfo](https://cloud.tencent.com/document/api/1285/65614#CKafkaInstanceInfo)
|
|
73374
|
+
* [CKafkaTopicInfo](https://cloud.tencent.com/document/api/1285/65614#CKafkaTopicInfo)
|
|
73375
|
+
* [CkafkaRouteInfo](https://cloud.tencent.com/document/api/1285/65614#CkafkaRouteInfo)
|
|
73376
|
+
* [ClsLogsetInfo](https://cloud.tencent.com/document/api/1285/65614#ClsLogsetInfo)
|
|
73377
|
+
* [ClsTopicInfo](https://cloud.tencent.com/document/api/1285/65614#ClsTopicInfo)
|
|
73378
|
+
* [EmergencyVulInfo](https://cloud.tencent.com/document/api/1285/65614#EmergencyVulInfo)
|
|
73379
|
+
* [EscapeEventTendencyInfo](https://cloud.tencent.com/document/api/1285/65614#EscapeEventTendencyInfo)
|
|
73380
|
+
* [EscapeWhiteListInfo](https://cloud.tencent.com/document/api/1285/65614#EscapeWhiteListInfo)
|
|
73381
|
+
* [ImageAutoAuthorizedTask](https://cloud.tencent.com/document/api/1285/65614#ImageAutoAuthorizedTask)
|
|
73382
|
+
* [ImageComponent](https://cloud.tencent.com/document/api/1285/65614#ImageComponent)
|
|
73383
|
+
* [ModifyIgnoreVul](https://cloud.tencent.com/document/api/1285/65614#ModifyIgnoreVul)
|
|
73384
|
+
* [NetworkAuditRecord](https://cloud.tencent.com/document/api/1285/65614#NetworkAuditRecord)
|
|
73385
|
+
* [NetworkClusterInfoItem](https://cloud.tencent.com/document/api/1285/65614#NetworkClusterInfoItem)
|
|
73386
|
+
* [NetworkClusterNamespaceInfo](https://cloud.tencent.com/document/api/1285/65614#NetworkClusterNamespaceInfo)
|
|
73387
|
+
* [NetworkClusterNamespaceLabelInfo](https://cloud.tencent.com/document/api/1285/65614#NetworkClusterNamespaceLabelInfo)
|
|
73388
|
+
* [NetworkClusterPodInfo](https://cloud.tencent.com/document/api/1285/65614#NetworkClusterPodInfo)
|
|
73389
|
+
* [NetworkCustomPolicy](https://cloud.tencent.com/document/api/1285/65614#NetworkCustomPolicy)
|
|
73390
|
+
* [NetworkPeer](https://cloud.tencent.com/document/api/1285/65614#NetworkPeer)
|
|
73391
|
+
* [NetworkPolicyInfoItem](https://cloud.tencent.com/document/api/1285/65614#NetworkPolicyInfoItem)
|
|
73392
|
+
* [NetworkPorts](https://cloud.tencent.com/document/api/1285/65614#NetworkPorts)
|
|
73393
|
+
* [PromotionActivityContent](https://cloud.tencent.com/document/api/1285/65614#PromotionActivityContent)
|
|
73394
|
+
* [RegionInfo](https://cloud.tencent.com/document/api/1285/65614#RegionInfo)
|
|
73395
|
+
* [ScanIgnoreVul](https://cloud.tencent.com/document/api/1285/65614#ScanIgnoreVul)
|
|
73396
|
+
* [SearchTemplate](https://cloud.tencent.com/document/api/1285/65614#SearchTemplate)
|
|
73397
|
+
* [SecLogAlertMsgInfo](https://cloud.tencent.com/document/api/1285/65614#SecLogAlertMsgInfo)
|
|
73398
|
+
* [SecLogDeliveryClsSettingInfo](https://cloud.tencent.com/document/api/1285/65614#SecLogDeliveryClsSettingInfo)
|
|
73399
|
+
* [SecLogDeliveryKafkaSettingInfo](https://cloud.tencent.com/document/api/1285/65614#SecLogDeliveryKafkaSettingInfo)
|
|
73400
|
+
* [SecLogJoinInfo](https://cloud.tencent.com/document/api/1285/65614#SecLogJoinInfo)
|
|
73401
|
+
* [SecLogJoinObjectInfo](https://cloud.tencent.com/document/api/1285/65614#SecLogJoinObjectInfo)
|
|
73402
|
+
* [SupportDefenceVul](https://cloud.tencent.com/document/api/1285/65614#SupportDefenceVul)
|
|
73403
|
+
* [UnauthorizedCoresTendency](https://cloud.tencent.com/document/api/1285/65614#UnauthorizedCoresTendency)
|
|
73404
|
+
* [VirusAutoIsolateSampleInfo](https://cloud.tencent.com/document/api/1285/65614#VirusAutoIsolateSampleInfo)
|
|
73405
|
+
* [VirusTendencyInfo](https://cloud.tencent.com/document/api/1285/65614#VirusTendencyInfo)
|
|
73406
|
+
* [VulAffectedComponentInfo](https://cloud.tencent.com/document/api/1285/65614#VulAffectedComponentInfo)
|
|
73407
|
+
* [VulAffectedContainerInfo](https://cloud.tencent.com/document/api/1285/65614#VulAffectedContainerInfo)
|
|
73408
|
+
* [VulAffectedImageComponentInfo](https://cloud.tencent.com/document/api/1285/65614#VulAffectedImageComponentInfo)
|
|
73409
|
+
* [VulAffectedImageInfo](https://cloud.tencent.com/document/api/1285/65614#VulAffectedImageInfo)
|
|
73410
|
+
* [VulDefenceEvent](https://cloud.tencent.com/document/api/1285/65614#VulDefenceEvent)
|
|
73411
|
+
* [VulDefenceEventDetail](https://cloud.tencent.com/document/api/1285/65614#VulDefenceEventDetail)
|
|
73412
|
+
* [VulDefenceEventTendency](https://cloud.tencent.com/document/api/1285/65614#VulDefenceEventTendency)
|
|
73413
|
+
* [VulDefenceHost](https://cloud.tencent.com/document/api/1285/65614#VulDefenceHost)
|
|
73414
|
+
* [VulDefencePlugin](https://cloud.tencent.com/document/api/1285/65614#VulDefencePlugin)
|
|
73415
|
+
* [VulDetailInfo](https://cloud.tencent.com/document/api/1285/65614#VulDetailInfo)
|
|
73416
|
+
* [VulIgnoreLocalImage](https://cloud.tencent.com/document/api/1285/65614#VulIgnoreLocalImage)
|
|
73417
|
+
* [VulIgnoreRegistryImage](https://cloud.tencent.com/document/api/1285/65614#VulIgnoreRegistryImage)
|
|
73418
|
+
* [VulInfo](https://cloud.tencent.com/document/api/1285/65614#VulInfo)
|
|
73419
|
+
* [VulScanImageInfo](https://cloud.tencent.com/document/api/1285/65614#VulScanImageInfo)
|
|
73420
|
+
* [VulTendencyInfo](https://cloud.tencent.com/document/api/1285/65614#VulTendencyInfo)
|
|
73421
|
+
* [VulTopRankingInfo](https://cloud.tencent.com/document/api/1285/65614#VulTopRankingInfo)
|
|
73422
|
+
|
|
73138
73423
|
### 第 26 次发布
|
|
73139
73424
|
|
|
73140
73425
|
发布时间:2022-09-08 06:41:25
|
|
@@ -74055,6 +74340,21 @@
|
|
|
74055
74340
|
|
|
74056
74341
|
## TDSQL-C PostgreSQL 版(tdcpg) 版本:2021-11-18
|
|
74057
74342
|
|
|
74343
|
+
### 第 4 次发布
|
|
74344
|
+
|
|
74345
|
+
发布时间:2022-10-21 06:47:14
|
|
74346
|
+
|
|
74347
|
+
本次发布包含了以下内容:
|
|
74348
|
+
|
|
74349
|
+
改善已有的文档。
|
|
74350
|
+
|
|
74351
|
+
修改接口:
|
|
74352
|
+
|
|
74353
|
+
* [CloneClusterToPointInTime](https://cloud.tencent.com/document/api/1556/70694)
|
|
74354
|
+
|
|
74355
|
+
* 新增入参:StoragePayMode, Storage
|
|
74356
|
+
|
|
74357
|
+
|
|
74058
74358
|
### 第 3 次发布
|
|
74059
74359
|
|
|
74060
74360
|
发布时间:2022-10-14 06:51:40
|
|
@@ -76880,6 +77180,45 @@
|
|
|
76880
77180
|
|
|
76881
77181
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
76882
77182
|
|
|
77183
|
+
### 第 6 次发布
|
|
77184
|
+
|
|
77185
|
+
发布时间:2022-10-20 06:52:24
|
|
77186
|
+
|
|
77187
|
+
本次发布包含了以下内容:
|
|
77188
|
+
|
|
77189
|
+
改善已有的文档。
|
|
77190
|
+
|
|
77191
|
+
修改接口:
|
|
77192
|
+
|
|
77193
|
+
* [CreateRule](https://cloud.tencent.com/document/api/1552/80622)
|
|
77194
|
+
|
|
77195
|
+
* 新增入参:Tags
|
|
77196
|
+
|
|
77197
|
+
* [ModifyRule](https://cloud.tencent.com/document/api/1552/80616)
|
|
77198
|
+
|
|
77199
|
+
* 新增入参:Tags
|
|
77200
|
+
|
|
77201
|
+
|
|
77202
|
+
新增数据结构:
|
|
77203
|
+
|
|
77204
|
+
* [SubRule](https://cloud.tencent.com/document/api/1552/80721#SubRule)
|
|
77205
|
+
* [SubRuleItem](https://cloud.tencent.com/document/api/1552/80721#SubRuleItem)
|
|
77206
|
+
|
|
77207
|
+
修改数据结构:
|
|
77208
|
+
|
|
77209
|
+
* [FollowOrigin](https://cloud.tencent.com/document/api/1552/80721#FollowOrigin)
|
|
77210
|
+
|
|
77211
|
+
* 新增成员:DefaultCacheTime, DefaultCache
|
|
77212
|
+
|
|
77213
|
+
* [Rule](https://cloud.tencent.com/document/api/1552/80721#Rule)
|
|
77214
|
+
|
|
77215
|
+
* 新增成员:SubRules
|
|
77216
|
+
|
|
77217
|
+
* [RuleItem](https://cloud.tencent.com/document/api/1552/80721#RuleItem)
|
|
77218
|
+
|
|
77219
|
+
* 新增成员:Tags
|
|
77220
|
+
|
|
77221
|
+
|
|
76883
77222
|
### 第 5 次发布
|
|
76884
77223
|
|
|
76885
77224
|
发布时间:2022-10-11 06:58:18
|
|
@@ -77511,6 +77850,23 @@
|
|
|
77511
77850
|
|
|
77512
77851
|
## 高性能计算平台(thpc) 版本:2022-04-01
|
|
77513
77852
|
|
|
77853
|
+
### 第 3 次发布
|
|
77854
|
+
|
|
77855
|
+
发布时间:2022-10-21 06:49:31
|
|
77856
|
+
|
|
77857
|
+
本次发布包含了以下内容:
|
|
77858
|
+
|
|
77859
|
+
改善已有的文档。
|
|
77860
|
+
|
|
77861
|
+
新增接口:
|
|
77862
|
+
|
|
77863
|
+
* [SetAutoScalingConfiguration](https://cloud.tencent.com/document/api/1527/81796)
|
|
77864
|
+
|
|
77865
|
+
新增数据结构:
|
|
77866
|
+
|
|
77867
|
+
* [ExpansionNodeConfig](https://cloud.tencent.com/document/api/1527/72108#ExpansionNodeConfig)
|
|
77868
|
+
* [QueueConfig](https://cloud.tencent.com/document/api/1527/72108#QueueConfig)
|
|
77869
|
+
|
|
77514
77870
|
### 第 2 次发布
|
|
77515
77871
|
|
|
77516
77872
|
发布时间:2022-04-27 10:43:23
|
|
@@ -79599,6 +79955,46 @@
|
|
|
79599
79955
|
|
|
79600
79956
|
## 容器服务(tke) 版本:2018-05-25
|
|
79601
79957
|
|
|
79958
|
+
### 第 127 次发布
|
|
79959
|
+
|
|
79960
|
+
发布时间:2022-10-21 06:50:37
|
|
79961
|
+
|
|
79962
|
+
本次发布包含了以下内容:
|
|
79963
|
+
|
|
79964
|
+
改善已有的文档。
|
|
79965
|
+
|
|
79966
|
+
修改数据结构:
|
|
79967
|
+
|
|
79968
|
+
* [EdgeCluster](https://cloud.tencent.com/document/api/457/31866#EdgeCluster)
|
|
79969
|
+
|
|
79970
|
+
* 新增成员:Level
|
|
79971
|
+
|
|
79972
|
+
* [PrometheusAgentOverview](https://cloud.tencent.com/document/api/457/31866#PrometheusAgentOverview)
|
|
79973
|
+
|
|
79974
|
+
* 新增成员:Region, VpcId, FailedReason
|
|
79975
|
+
|
|
79976
|
+
|
|
79977
|
+
### 第 126 次发布
|
|
79978
|
+
|
|
79979
|
+
发布时间:2022-10-20 06:54:45
|
|
79980
|
+
|
|
79981
|
+
本次发布包含了以下内容:
|
|
79982
|
+
|
|
79983
|
+
改善已有的文档。
|
|
79984
|
+
|
|
79985
|
+
修改接口:
|
|
79986
|
+
|
|
79987
|
+
* [DescribePrometheusInstanceInitStatus](https://cloud.tencent.com/document/api/457/76244)
|
|
79988
|
+
|
|
79989
|
+
* 新增入参:InstanceId
|
|
79990
|
+
|
|
79991
|
+
* 新增出参:Status, Steps, EksClusterId
|
|
79992
|
+
|
|
79993
|
+
* [RunPrometheusInstance](https://cloud.tencent.com/document/api/457/76242)
|
|
79994
|
+
|
|
79995
|
+
* 新增入参:InstanceId, SubnetId
|
|
79996
|
+
|
|
79997
|
+
|
|
79602
79998
|
### 第 125 次发布
|
|
79603
79999
|
|
|
79604
80000
|
发布时间:2022-10-18 06:55:58
|
|
@@ -82717,6 +83113,42 @@
|
|
|
82717
83113
|
|
|
82718
83114
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
82719
83115
|
|
|
83116
|
+
### 第 41 次发布
|
|
83117
|
+
|
|
83118
|
+
发布时间:2022-10-19 15:31:57
|
|
83119
|
+
|
|
83120
|
+
本次发布包含了以下内容:
|
|
83121
|
+
|
|
83122
|
+
改善已有的文档。
|
|
83123
|
+
|
|
83124
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
83125
|
+
|
|
83126
|
+
* StartPublishCdnStream
|
|
83127
|
+
* StopPublishCdnStream
|
|
83128
|
+
* UpdatePublishCdnStream
|
|
83129
|
+
|
|
83130
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
83131
|
+
|
|
83132
|
+
* AgentParams
|
|
83133
|
+
* AudioEncode
|
|
83134
|
+
* MaxVideoUser
|
|
83135
|
+
* McuAudioParams
|
|
83136
|
+
* McuCustomCrop
|
|
83137
|
+
* McuLayout
|
|
83138
|
+
* McuLayoutParams
|
|
83139
|
+
* McuLayoutVolume
|
|
83140
|
+
* McuPassThrough
|
|
83141
|
+
* McuPublishCdnParam
|
|
83142
|
+
* McuSeiParams
|
|
83143
|
+
* McuUserInfoParams
|
|
83144
|
+
* McuVideoParams
|
|
83145
|
+
* McuWaterMarkImage
|
|
83146
|
+
* McuWaterMarkParams
|
|
83147
|
+
* MixUserInfo
|
|
83148
|
+
* SingleSubscribeParams
|
|
83149
|
+
* UserMediaStream
|
|
83150
|
+
* VideoEncode
|
|
83151
|
+
|
|
82720
83152
|
### 第 40 次发布
|
|
82721
83153
|
|
|
82722
83154
|
发布时间:2022-10-17 06:50:00
|
|
@@ -93550,6 +93982,25 @@
|
|
|
93550
93982
|
|
|
93551
93983
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
93552
93984
|
|
|
93985
|
+
### 第 9 次发布
|
|
93986
|
+
|
|
93987
|
+
发布时间:2022-10-20 07:01:15
|
|
93988
|
+
|
|
93989
|
+
本次发布包含了以下内容:
|
|
93990
|
+
|
|
93991
|
+
改善已有的文档。
|
|
93992
|
+
|
|
93993
|
+
新增接口:
|
|
93994
|
+
|
|
93995
|
+
* [CreateOrUpdateResource](https://cloud.tencent.com/document/api/1267/81750)
|
|
93996
|
+
* [DeleteResource](https://cloud.tencent.com/document/api/1267/81749)
|
|
93997
|
+
* [DescribeResourceManagePathTrees](https://cloud.tencent.com/document/api/1267/81748)
|
|
93998
|
+
|
|
93999
|
+
新增数据结构:
|
|
94000
|
+
|
|
94001
|
+
* [ResourcePathTree](https://cloud.tencent.com/document/api/1267/76336#ResourcePathTree)
|
|
94002
|
+
* [UserFileDTO](https://cloud.tencent.com/document/api/1267/76336#UserFileDTO)
|
|
94003
|
+
|
|
93553
94004
|
### 第 8 次发布
|
|
93554
94005
|
|
|
93555
94006
|
发布时间:2022-10-17 06:55:30
|