tencentcloud-sdk-nodejs 4.0.713 → 4.0.715
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 +694 -0
- package/SERVICE_CHANGELOG.md +962 -52
- package/package.json +1 -1
- package/products.md +34 -34
- package/src/common/common_client.ts +3 -0
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/antiddos/v20200309/antiddos_models.ts +4 -4
- package/src/services/apm/v20210622/apm_models.ts +5 -2
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +4 -2
- package/src/services/bma/index.ts +2 -2
- package/src/services/cdn/v20180606/cdn_models.ts +1 -1
- package/src/services/cfw/v20190904/cfw_client.ts +40 -4
- package/src/services/cfw/v20190904/cfw_models.ts +327 -112
- package/src/services/cii/index.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +71 -35
- package/src/services/clb/v20180317/clb_models.ts +2 -2
- package/src/services/cloudstudio/index.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +95 -16
- package/src/services/csip/v20221121/csip_client.ts +3 -0
- package/src/services/csip/v20221121/csip_models.ts +115 -5
- package/src/services/cvm/v20170312/cvm_client.ts +2 -3
- package/src/services/cvm/v20170312/cvm_models.ts +10 -4
- package/src/services/cwp/v20180228/cwp_client.ts +1 -0
- package/src/services/cwp/v20180228/cwp_models.ts +50 -1
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dlc/v20210125/dlc_models.ts +6 -2
- package/src/services/dnspod/v20210323/dnspod_models.ts +5 -0
- package/src/services/ecm/v20190719/ecm_models.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +7 -2
- package/src/services/ess/v20201111/ess_models.ts +30 -26
- package/src/services/essbasic/v20210526/essbasic_client.ts +8 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +55 -32
- package/src/services/iai/index.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/iss/v20230517/iss_models.ts +5 -1
- package/src/services/live/v20180801/live_models.ts +23 -14
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/omics/v20221128/omics_client.ts +3 -0
- package/src/services/omics/v20221128/omics_models.ts +141 -8
- package/src/services/organization/v20210331/organization_client.ts +12 -0
- package/src/services/organization/v20210331/organization_models.ts +20 -0
- package/src/services/sms/index.ts +2 -2
- package/src/services/tcss/v20201101/tcss_models.ts +9 -3
- package/src/services/tdmq/v20200217/tdmq_client.ts +46 -20
- package/src/services/tdmq/v20200217/tdmq_models.ts +319 -58
- package/src/services/teo/index.ts +2 -2
- package/src/services/teo/v20220901/teo_client.ts +57 -5
- package/src/services/teo/v20220901/teo_models.ts +413 -147
- package/src/services/thpc/index.ts +4 -4
- package/src/services/tione/index.ts +2 -2
- package/src/services/tke/v20180525/tke_models.ts +1 -1
- package/src/services/trp/v20210515/trp_client.ts +20 -7
- package/src/services/trp/v20210515/trp_models.ts +80 -16
- package/src/services/trtc/v20190722/trtc_models.ts +4 -4
- package/src/services/vm/index.ts +4 -4
- package/src/services/vod/v20180717/vod_models.ts +1 -1
- package/src/services/waf/v20180125/waf_client.ts +25 -10
- package/src/services/waf/v20180125/waf_models.ts +240 -54
- package/src/services/wedata/v20210820/wedata_client.ts +1 -0
- package/src/services/wedata/v20210820/wedata_models.ts +18 -0
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/common_client.d.ts +3 -0
- package/tencentcloud/common/common_client.js +7 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +4 -4
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +5 -2
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +4 -2
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +13 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +18 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +321 -112
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +71 -35
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -2
- package/tencentcloud/services/cloudstudio/index.d.ts +4 -4
- package/tencentcloud/services/cloudstudio/index.js +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +95 -16
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +112 -5
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +2 -3
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +2 -3
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +10 -4
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +49 -1
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +6 -2
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +5 -0
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -0
- package/tencentcloud/services/ess/v20201111/ess_client.js +5 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +30 -26
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +7 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +55 -32
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +5 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +23 -14
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +138 -8
- 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 +18 -0
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +9 -3
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +15 -7
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +21 -9
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +313 -58
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +17 -1
- package/tencentcloud/services/teo/v20220901/teo_client.js +24 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +401 -147
- package/tencentcloud/services/thpc/index.d.ts +6 -6
- package/tencentcloud/services/thpc/index.js +4 -4
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +7 -3
- package/tencentcloud/services/trp/v20210515/trp_client.js +9 -3
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +77 -16
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -4
- package/tencentcloud/services/vm/index.d.ts +6 -6
- package/tencentcloud/services/vm/index.js +4 -4
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +7 -3
- package/tencentcloud/services/waf/v20180125/waf_client.js +9 -3
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +235 -54
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +17 -0
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/cfw.v20190904.test.js +30 -0
- package/test/organization.v20210331.test.js +10 -0
- package/test/tdmq.v20200217.test.js +32 -12
- package/test/teo.v20220901.test.js +40 -0
- package/test/trp.v20210515.test.js +12 -2
- package/test/waf.v20180125.test.js +12 -2
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,31 +1,93 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 应用性能监控(apm) 版本:2021-06-22
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 21 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-10-
|
|
7
|
+
发布时间:2023-10-27 01:10:12
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [Span](https://cloud.tencent.com/document/api/1463/64927#Span)
|
|
16
|
+
|
|
17
|
+
* 新增成员:ParentSpanID
|
|
16
18
|
|
|
17
|
-
* 新增入参:ScrollID
|
|
18
19
|
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
23
|
+
|
|
24
|
+
### 第 47 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2023-10-27 01:19:30
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
新增接口:
|
|
33
|
+
|
|
34
|
+
* [CreateAlertCenterIsolate](https://cloud.tencent.com/document/api/1132/100807)
|
|
35
|
+
* [CreateAlertCenterOmit](https://cloud.tencent.com/document/api/1132/100806)
|
|
36
|
+
* [CreateAlertCenterRule](https://cloud.tencent.com/document/api/1132/100805)
|
|
37
|
+
|
|
38
|
+
修改数据结构:
|
|
39
|
+
|
|
40
|
+
* [FwGroupSwitchShow](https://cloud.tencent.com/document/api/1132/49071#FwGroupSwitchShow)
|
|
41
|
+
|
|
42
|
+
* <font color="#dd0000">**修改成员**:</font>SwitchName, SwitchMode, ConnectType, ConnectId, ConnectName, SrcInstancesInfo, DstInstancesInfo, FwGroupId, FwGroupName, Enable, Status, AttachWithEdge, CrossEdgeStatus, FwInsRegion, IpsAction, FwInsLst, BypassStatus
|
|
43
|
+
|
|
44
|
+
* [NatInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#NatInstanceInfo)
|
|
45
|
+
|
|
46
|
+
* 新增成员:TrafficMode, Zone, ZoneBak
|
|
47
|
+
|
|
48
|
+
* [VpcFwCvmInsInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwCvmInsInfo)
|
|
49
|
+
|
|
50
|
+
* 新增成员:Zone, ZoneBak
|
|
51
|
+
|
|
52
|
+
* [VpcFwGroupInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwGroupInfo)
|
|
53
|
+
|
|
54
|
+
* <font color="#dd0000">**修改成员**:</font>FwGroupId, FwGroupName, FwSwitchNum, RegionLst, Mode, SwitchMode, FwInstanceLst, Status, FwVpcCidr, CdcId, CdcName, CrossUserMode
|
|
55
|
+
|
|
56
|
+
* [VpcFwInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwInstanceInfo)
|
|
57
|
+
|
|
58
|
+
* 新增成员:TrafficMode
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
64
|
+
|
|
65
|
+
### 第 97 次发布
|
|
66
|
+
|
|
67
|
+
发布时间:2023-10-27 01:21:10
|
|
68
|
+
|
|
69
|
+
本次发布包含了以下内容:
|
|
70
|
+
|
|
71
|
+
改善已有的文档。
|
|
72
|
+
|
|
73
|
+
修改数据结构:
|
|
74
|
+
|
|
75
|
+
* [InstanceAttributesResponse](https://cloud.tencent.com/document/api/597/40861#InstanceAttributesResponse)
|
|
76
|
+
|
|
77
|
+
* <font color="#dd0000">**修改成员**:</font>InstanceChargeType
|
|
78
|
+
|
|
79
|
+
* [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
|
|
80
|
+
|
|
81
|
+
* 新增成员:DateTimeZone, SelfBuilt
|
|
20
82
|
|
|
21
83
|
|
|
22
84
|
|
|
23
85
|
|
|
24
86
|
## 日志服务(cls) 版本:2020-10-16
|
|
25
87
|
|
|
26
|
-
### 第
|
|
88
|
+
### 第 75 次发布
|
|
27
89
|
|
|
28
|
-
发布时间:2023-10-
|
|
90
|
+
发布时间:2023-10-27 01:23:28
|
|
29
91
|
|
|
30
92
|
本次发布包含了以下内容:
|
|
31
93
|
|
|
@@ -33,18 +95,18 @@
|
|
|
33
95
|
|
|
34
96
|
修改接口:
|
|
35
97
|
|
|
36
|
-
* [
|
|
98
|
+
* [ModifyDataTransform](https://cloud.tencent.com/document/api/614/72181)
|
|
37
99
|
|
|
38
|
-
* 新增入参:
|
|
100
|
+
* 新增入参:HasServicesLog
|
|
39
101
|
|
|
40
102
|
|
|
41
103
|
|
|
42
104
|
|
|
43
|
-
##
|
|
105
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
44
106
|
|
|
45
|
-
### 第
|
|
107
|
+
### 第 17 次发布
|
|
46
108
|
|
|
47
|
-
发布时间:2023-10-
|
|
109
|
+
发布时间:2023-10-27 01:27:32
|
|
48
110
|
|
|
49
111
|
本次发布包含了以下内容:
|
|
50
112
|
|
|
@@ -52,35 +114,137 @@
|
|
|
52
114
|
|
|
53
115
|
修改接口:
|
|
54
116
|
|
|
55
|
-
* [
|
|
117
|
+
* [CreateDomainAndIp](https://cloud.tencent.com/document/api/664/93274)
|
|
56
118
|
|
|
57
|
-
* 新增入参:
|
|
119
|
+
* 新增入参:Tags
|
|
58
120
|
|
|
121
|
+
* [CreateRiskCenterScanTask](https://cloud.tencent.com/document/api/664/94177)
|
|
59
122
|
|
|
123
|
+
* 新增入参:Tags
|
|
60
124
|
|
|
125
|
+
* [DeleteDomainAndIp](https://cloud.tencent.com/document/api/664/98743)
|
|
61
126
|
|
|
62
|
-
|
|
127
|
+
* 新增入参:Tags, Type
|
|
63
128
|
|
|
64
|
-
|
|
129
|
+
* <font color="#dd0000">**修改入参**:</font>Content
|
|
65
130
|
|
|
66
|
-
|
|
131
|
+
* [DescribeDomainAssets](https://cloud.tencent.com/document/api/664/93511)
|
|
132
|
+
|
|
133
|
+
* 新增入参:Tags
|
|
134
|
+
|
|
135
|
+
* [DescribePublicIpAssets](https://cloud.tencent.com/document/api/664/93510)
|
|
136
|
+
|
|
137
|
+
* 新增入参:Tags
|
|
138
|
+
|
|
139
|
+
* [DescribeRiskCenterAssetViewCFGRiskList](https://cloud.tencent.com/document/api/664/98822)
|
|
140
|
+
|
|
141
|
+
* 新增入参:Tags
|
|
142
|
+
|
|
143
|
+
* [DescribeRiskCenterAssetViewPortRiskList](https://cloud.tencent.com/document/api/664/93509)
|
|
144
|
+
|
|
145
|
+
* 新增入参:Tags
|
|
146
|
+
|
|
147
|
+
* [DescribeRiskCenterAssetViewVULRiskList](https://cloud.tencent.com/document/api/664/93508)
|
|
148
|
+
|
|
149
|
+
* 新增入参:Tags
|
|
150
|
+
|
|
151
|
+
* [DescribeRiskCenterAssetViewWeakPasswordRiskList](https://cloud.tencent.com/document/api/664/98821)
|
|
152
|
+
|
|
153
|
+
* 新增入参:Tags
|
|
154
|
+
|
|
155
|
+
* [DescribeRiskCenterPortViewPortRiskList](https://cloud.tencent.com/document/api/664/100198)
|
|
156
|
+
|
|
157
|
+
* 新增入参:Tags
|
|
158
|
+
|
|
159
|
+
* [DescribeRiskCenterServerRiskList](https://cloud.tencent.com/document/api/664/98820)
|
|
160
|
+
|
|
161
|
+
* 新增入参:Tags
|
|
162
|
+
|
|
163
|
+
* [DescribeRiskCenterVULViewVULRiskList](https://cloud.tencent.com/document/api/664/100197)
|
|
164
|
+
|
|
165
|
+
* 新增入参:Tags
|
|
166
|
+
|
|
167
|
+
* [DescribeRiskCenterWebsiteRiskList](https://cloud.tencent.com/document/api/664/98819)
|
|
168
|
+
|
|
169
|
+
* 新增入参:Tags
|
|
170
|
+
|
|
171
|
+
* [DescribeScanTaskList](https://cloud.tencent.com/document/api/664/97683)
|
|
172
|
+
|
|
173
|
+
* 新增入参:Tags
|
|
174
|
+
|
|
175
|
+
* [DescribeTaskLogURL](https://cloud.tencent.com/document/api/664/97681)
|
|
176
|
+
|
|
177
|
+
* 新增入参:ReportTaskIdList
|
|
178
|
+
|
|
179
|
+
* <font color="#dd0000">**修改入参**:</font>ReportItemKeyList
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
新增数据结构:
|
|
183
|
+
|
|
184
|
+
* [AssetTag](https://cloud.tencent.com/document/api/664/90825#AssetTag)
|
|
185
|
+
* [ReportTaskIdList](https://cloud.tencent.com/document/api/664/90825#ReportTaskIdList)
|
|
186
|
+
* [Tags](https://cloud.tencent.com/document/api/664/90825#Tags)
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
191
|
+
|
|
192
|
+
### 第 118 次发布
|
|
193
|
+
|
|
194
|
+
发布时间:2023-10-27 01:28:27
|
|
67
195
|
|
|
68
196
|
本次发布包含了以下内容:
|
|
69
197
|
|
|
70
198
|
改善已有的文档。
|
|
71
199
|
|
|
72
|
-
|
|
200
|
+
修改接口:
|
|
73
201
|
|
|
74
|
-
* [
|
|
75
|
-
* [DeleteExtendedServiceAuthInfos](https://cloud.tencent.com/document/api/1323/100675)
|
|
202
|
+
* [InquiryPriceRunInstances](https://cloud.tencent.com/document/api/213/15726)
|
|
76
203
|
|
|
204
|
+
* 新增入参:LaunchTemplate
|
|
77
205
|
|
|
78
206
|
|
|
79
|
-
|
|
207
|
+
修改数据结构:
|
|
208
|
+
|
|
209
|
+
* [Price](https://cloud.tencent.com/document/api/213/15753#Price)
|
|
210
|
+
|
|
211
|
+
* <font color="#dd0000">**修改成员**:</font>InstancePrice, BandwidthPrice
|
|
80
212
|
|
|
81
|
-
### 第 21 次发布
|
|
82
213
|
|
|
83
|
-
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
217
|
+
|
|
218
|
+
### 第 103 次发布
|
|
219
|
+
|
|
220
|
+
发布时间:2023-10-27 01:29:35
|
|
221
|
+
|
|
222
|
+
本次发布包含了以下内容:
|
|
223
|
+
|
|
224
|
+
改善已有的文档。
|
|
225
|
+
|
|
226
|
+
修改数据结构:
|
|
227
|
+
|
|
228
|
+
* [BruteAttackInfo](https://cloud.tencent.com/document/api/296/19867#BruteAttackInfo)
|
|
229
|
+
|
|
230
|
+
* 新增成员:RiskLevel
|
|
231
|
+
|
|
232
|
+
* <font color="#dd0000">**修改成员**:</font>Id, Uuid, MachineIp, MachineName, UserName, SrcIp, Status, Country, City, Province, CreateTime, BanStatus, EventType, Count, Quuid, IsProVersion, Protocol, Port, ModifyTime, InstanceId, DataStatus, MachineExtraInfo, Location
|
|
233
|
+
|
|
234
|
+
* [ReverseShell](https://cloud.tencent.com/document/api/296/19867#ReverseShell)
|
|
235
|
+
|
|
236
|
+
* 新增成员:RiskLevel
|
|
237
|
+
|
|
238
|
+
* <font color="#dd0000">**修改成员**:</font>Id, Uuid, Quuid, Hostip, DstIp, DstPort, ProcessName, FullPath, CmdLine, UserName, UserGroup, ParentProcName, ParentProcUser, ParentProcGroup, ParentProcPath, Status, CreateTime, MachineName, ProcTree, DetectBy, MachineExtraInfo, Pid
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
244
|
+
|
|
245
|
+
### 第 72 次发布
|
|
246
|
+
|
|
247
|
+
发布时间:2023-10-27 01:38:16
|
|
84
248
|
|
|
85
249
|
本次发布包含了以下内容:
|
|
86
250
|
|
|
@@ -88,72 +252,228 @@
|
|
|
88
252
|
|
|
89
253
|
修改接口:
|
|
90
254
|
|
|
91
|
-
* [
|
|
255
|
+
* [DescribeDatasourceConnection](https://cloud.tencent.com/document/api/1342/98586)
|
|
92
256
|
|
|
93
|
-
* 新增入参:
|
|
257
|
+
* 新增入参:HiveVersion
|
|
94
258
|
|
|
95
259
|
|
|
96
260
|
|
|
97
261
|
|
|
98
|
-
##
|
|
262
|
+
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
99
263
|
|
|
264
|
+
### 第 9 次发布
|
|
100
265
|
|
|
266
|
+
发布时间:2023-10-27 01:53:51
|
|
101
267
|
|
|
102
|
-
|
|
268
|
+
本次发布包含了以下内容:
|
|
269
|
+
|
|
270
|
+
改善已有的文档。
|
|
103
271
|
|
|
272
|
+
修改接口:
|
|
104
273
|
|
|
274
|
+
* [UpdateUserDevice](https://cloud.tencent.com/document/api/1344/95867)
|
|
105
275
|
|
|
106
|
-
|
|
276
|
+
* 新增入参:ProtocolType
|
|
107
277
|
|
|
108
|
-
### 第 7 次发布
|
|
109
278
|
|
|
110
|
-
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
282
|
+
|
|
283
|
+
### 第 6 次发布
|
|
284
|
+
|
|
285
|
+
发布时间:2023-10-27 02:03:46
|
|
111
286
|
|
|
112
287
|
本次发布包含了以下内容:
|
|
113
288
|
|
|
114
289
|
改善已有的文档。
|
|
115
290
|
|
|
291
|
+
修改接口:
|
|
292
|
+
|
|
293
|
+
* [DescribeRunGroups](https://cloud.tencent.com/document/api/1643/89099)
|
|
294
|
+
|
|
295
|
+
* <font color="#dd0000">**修改入参**:</font>ProjectId
|
|
296
|
+
|
|
297
|
+
* [DescribeRuns](https://cloud.tencent.com/document/api/1643/89098)
|
|
298
|
+
|
|
299
|
+
* <font color="#dd0000">**修改入参**:</font>ProjectId
|
|
300
|
+
|
|
301
|
+
* [GetRunCalls](https://cloud.tencent.com/document/api/1643/89097)
|
|
302
|
+
|
|
303
|
+
* <font color="#dd0000">**修改入参**:</font>ProjectId
|
|
304
|
+
|
|
305
|
+
* [GetRunStatus](https://cloud.tencent.com/document/api/1643/89096)
|
|
306
|
+
|
|
307
|
+
* <font color="#dd0000">**修改入参**:</font>ProjectId
|
|
308
|
+
|
|
309
|
+
|
|
116
310
|
新增数据结构:
|
|
117
311
|
|
|
118
|
-
* [
|
|
119
|
-
* [
|
|
312
|
+
* [ApplicationVersion](https://cloud.tencent.com/document/api/1643/89100#ApplicationVersion)
|
|
313
|
+
* [CacheInfo](https://cloud.tencent.com/document/api/1643/89100#CacheInfo)
|
|
314
|
+
* [NFOption](https://cloud.tencent.com/document/api/1643/89100#NFOption)
|
|
120
315
|
|
|
121
316
|
修改数据结构:
|
|
122
317
|
|
|
123
|
-
* [
|
|
318
|
+
* [Run](https://cloud.tencent.com/document/api/1643/89100#Run)
|
|
124
319
|
|
|
125
|
-
* 新增成员:
|
|
320
|
+
* 新增成员:Cache
|
|
321
|
+
|
|
322
|
+
* <font color="#dd0000">**修改成员**:</font>RunUuid, ProjectId, ApplicationId, RunGroupId, EnvironmentId, UserDefinedId, TableId, TableRowUuid, Status, Input, Option, ExecutionTime, ErrorMessage, CreateTime, UpdateTime
|
|
126
323
|
|
|
324
|
+
* [RunGroup](https://cloud.tencent.com/document/api/1643/89100#RunGroup)
|
|
127
325
|
|
|
326
|
+
* 新增成员:NFOption, Creator, CreatorId, ResultNotify, ApplicationVersion
|
|
128
327
|
|
|
328
|
+
* <font color="#dd0000">**修改成员**:</font>RunGroupId, ProjectId, ProjectName, ApplicationId, ApplicationName, ApplicationType, EnvironmentId, EnvironmentName, TableId, Name, Description, Status, Input, Option, TotalRun, RunStatusCounts, ExecutionTime, ErrorMessage, CreateTime, UpdateTime
|
|
129
329
|
|
|
130
|
-
|
|
330
|
+
* [RunMetadata](https://cloud.tencent.com/document/api/1643/89100#RunMetadata)
|
|
131
331
|
|
|
332
|
+
* 新增成员:Meta
|
|
132
333
|
|
|
334
|
+
* <font color="#dd0000">**修改成员**:</font>RunType, RunId, ParentId, JobId, CallName, ScatterIndex, Input, Output, Status, ErrorMessage, StartTime, SubmitTime, EndTime, Command, Runtime, Preprocess, PostProcess, CallCached, Stdout, Stderr
|
|
133
335
|
|
|
134
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
135
336
|
|
|
136
|
-
### 第 175 次发布
|
|
137
337
|
|
|
138
|
-
|
|
338
|
+
|
|
339
|
+
## 集团账号管理(organization) 版本:2021-03-31
|
|
340
|
+
|
|
341
|
+
### 第 27 次发布
|
|
342
|
+
|
|
343
|
+
发布时间:2023-10-27 02:04:21
|
|
344
|
+
|
|
345
|
+
本次发布包含了以下内容:
|
|
346
|
+
|
|
347
|
+
改善已有的文档。
|
|
348
|
+
|
|
349
|
+
新增接口:
|
|
350
|
+
|
|
351
|
+
* [DeleteAccount](https://cloud.tencent.com/document/api/850/100808)
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
## 集团账号管理(organization) 版本:2018-12-25
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
360
|
+
|
|
361
|
+
### 第 82 次发布
|
|
362
|
+
|
|
363
|
+
发布时间:2023-10-27 02:18:14
|
|
364
|
+
|
|
365
|
+
本次发布包含了以下内容:
|
|
366
|
+
|
|
367
|
+
改善已有的文档。
|
|
368
|
+
|
|
369
|
+
新增接口:
|
|
370
|
+
|
|
371
|
+
* [DescribeRabbitMQQueueDetail](https://cloud.tencent.com/document/api/1179/100810)
|
|
372
|
+
* [DescribeRabbitMQQueues](https://cloud.tencent.com/document/api/1179/100809)
|
|
373
|
+
|
|
374
|
+
新增数据结构:
|
|
375
|
+
|
|
376
|
+
* [RabbitMQQueueListConsumerDetailInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQQueueListConsumerDetailInfo)
|
|
377
|
+
* [RabbitMQQueueListInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQQueueListInfo)
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
382
|
+
|
|
383
|
+
### 第 60 次发布
|
|
384
|
+
|
|
385
|
+
发布时间:2023-10-27 02:20:11
|
|
139
386
|
|
|
140
387
|
本次发布包含了以下内容:
|
|
141
388
|
|
|
142
389
|
改善已有的文档。
|
|
143
390
|
|
|
391
|
+
新增接口:
|
|
392
|
+
|
|
393
|
+
* [DescribeSecurityTemplateBindings](https://cloud.tencent.com/document/api/1552/100811)
|
|
394
|
+
|
|
144
395
|
修改接口:
|
|
145
396
|
|
|
146
|
-
* [
|
|
397
|
+
* [CreateOriginGroup](https://cloud.tencent.com/document/api/1552/80598)
|
|
147
398
|
|
|
148
|
-
* 新增入参:
|
|
399
|
+
* 新增入参:HostHeader
|
|
149
400
|
|
|
401
|
+
* [ModifyOriginGroup](https://cloud.tencent.com/document/api/1552/80592)
|
|
150
402
|
|
|
151
|
-
|
|
403
|
+
* 新增入参:HostHeader
|
|
152
404
|
|
|
153
|
-
* [Subnet](https://cloud.tencent.com/document/api/215/15824#Subnet)
|
|
154
405
|
|
|
155
|
-
|
|
406
|
+
新增数据结构:
|
|
156
407
|
|
|
408
|
+
* [EntityStatus](https://cloud.tencent.com/document/api/1552/80721#EntityStatus)
|
|
409
|
+
* [SecurityTemplateBinding](https://cloud.tencent.com/document/api/1552/80721#SecurityTemplateBinding)
|
|
410
|
+
* [TemplateScope](https://cloud.tencent.com/document/api/1552/80721#TemplateScope)
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
419
|
+
|
|
420
|
+
### 第 29 次发布
|
|
421
|
+
|
|
422
|
+
发布时间:2023-10-26 14:46:10
|
|
423
|
+
|
|
424
|
+
本次发布包含了以下内容:
|
|
425
|
+
|
|
426
|
+
改善已有的文档。
|
|
427
|
+
|
|
428
|
+
新增接口:
|
|
429
|
+
|
|
430
|
+
* [DescribePlanQRCodes](https://cloud.tencent.com/document/api/1458/100783)
|
|
431
|
+
|
|
432
|
+
新增数据结构:
|
|
433
|
+
|
|
434
|
+
* [PlanQRCode](https://cloud.tencent.com/document/api/1458/75030#PlanQRCode)
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
439
|
+
|
|
440
|
+
### 第 67 次发布
|
|
441
|
+
|
|
442
|
+
发布时间:2023-10-27 02:33:14
|
|
443
|
+
|
|
444
|
+
本次发布包含了以下内容:
|
|
445
|
+
|
|
446
|
+
改善已有的文档。
|
|
447
|
+
|
|
448
|
+
修改接口:
|
|
449
|
+
|
|
450
|
+
* [DescribeAntiInfoLeakageRules](https://cloud.tencent.com/document/api/627/97638)
|
|
451
|
+
|
|
452
|
+
* 新增入参:Offset, Limit, Order, Filters
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
458
|
+
|
|
459
|
+
### 第 52 次发布
|
|
460
|
+
|
|
461
|
+
发布时间:2023-10-27 02:35:29
|
|
462
|
+
|
|
463
|
+
本次发布包含了以下内容:
|
|
464
|
+
|
|
465
|
+
改善已有的文档。
|
|
466
|
+
|
|
467
|
+
修改接口:
|
|
468
|
+
|
|
469
|
+
* [DescribeOperateOpsTasks](https://cloud.tencent.com/document/api/1267/95254)
|
|
470
|
+
|
|
471
|
+
* 新增入参:TaskTags
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
新增数据结构:
|
|
475
|
+
|
|
476
|
+
* [TaskTag](https://cloud.tencent.com/document/api/1267/76336#TaskTag)
|
|
157
477
|
|
|
158
478
|
|
|
159
479
|
|
|
@@ -4450,6 +4770,21 @@
|
|
|
4450
4770
|
|
|
4451
4771
|
## 应用性能监控(apm) 版本:2021-06-22
|
|
4452
4772
|
|
|
4773
|
+
### 第 21 次发布
|
|
4774
|
+
|
|
4775
|
+
发布时间:2023-10-27 01:10:12
|
|
4776
|
+
|
|
4777
|
+
本次发布包含了以下内容:
|
|
4778
|
+
|
|
4779
|
+
改善已有的文档。
|
|
4780
|
+
|
|
4781
|
+
修改数据结构:
|
|
4782
|
+
|
|
4783
|
+
* [Span](https://cloud.tencent.com/document/api/1463/64927#Span)
|
|
4784
|
+
|
|
4785
|
+
* 新增成员:ParentSpanID
|
|
4786
|
+
|
|
4787
|
+
|
|
4453
4788
|
### 第 20 次发布
|
|
4454
4789
|
|
|
4455
4790
|
发布时间:2023-09-21 01:15:22
|
|
@@ -22218,6 +22553,43 @@
|
|
|
22218
22553
|
|
|
22219
22554
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
22220
22555
|
|
|
22556
|
+
### 第 47 次发布
|
|
22557
|
+
|
|
22558
|
+
发布时间:2023-10-27 01:19:30
|
|
22559
|
+
|
|
22560
|
+
本次发布包含了以下内容:
|
|
22561
|
+
|
|
22562
|
+
改善已有的文档。
|
|
22563
|
+
|
|
22564
|
+
新增接口:
|
|
22565
|
+
|
|
22566
|
+
* [[CreateAlertCenterIsolate](https://cloud.tencent.com/document/api/1132/100807)](https://cloud.tencent.com/document/api/#/#)
|
|
22567
|
+
* [[CreateAlertCenterOmit](https://cloud.tencent.com/document/api/1132/100806)](https://cloud.tencent.com/document/api/#/#)
|
|
22568
|
+
* [[CreateAlertCenterRule](https://cloud.tencent.com/document/api/1132/100805)](https://cloud.tencent.com/document/api/#/#)
|
|
22569
|
+
|
|
22570
|
+
修改数据结构:
|
|
22571
|
+
|
|
22572
|
+
* [FwGroupSwitchShow](https://cloud.tencent.com/document/api/1132/49071#FwGroupSwitchShow)
|
|
22573
|
+
|
|
22574
|
+
* <font color="#dd0000">**修改成员**:</font>SwitchName, SwitchMode, ConnectType, ConnectId, ConnectName, SrcInstancesInfo, DstInstancesInfo, FwGroupId, FwGroupName, Enable, Status, AttachWithEdge, CrossEdgeStatus, FwInsRegion, IpsAction, FwInsLst, BypassStatus
|
|
22575
|
+
|
|
22576
|
+
* [NatInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#NatInstanceInfo)
|
|
22577
|
+
|
|
22578
|
+
* 新增成员:TrafficMode, Zone, ZoneBak
|
|
22579
|
+
|
|
22580
|
+
* [VpcFwCvmInsInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwCvmInsInfo)
|
|
22581
|
+
|
|
22582
|
+
* 新增成员:Zone, ZoneBak
|
|
22583
|
+
|
|
22584
|
+
* [VpcFwGroupInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwGroupInfo)
|
|
22585
|
+
|
|
22586
|
+
* <font color="#dd0000">**修改成员**:</font>FwGroupId, FwGroupName, FwSwitchNum, RegionLst, Mode, SwitchMode, FwInstanceLst, Status, FwVpcCidr, CdcId, CdcName, CrossUserMode
|
|
22587
|
+
|
|
22588
|
+
* [VpcFwInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwInstanceInfo)
|
|
22589
|
+
|
|
22590
|
+
* 新增成员:TrafficMode
|
|
22591
|
+
|
|
22592
|
+
|
|
22221
22593
|
### 第 46 次发布
|
|
22222
22594
|
|
|
22223
22595
|
发布时间:2023-09-26 01:09:36
|
|
@@ -24016,7 +24388,26 @@
|
|
|
24016
24388
|
|
|
24017
24389
|
|
|
24018
24390
|
|
|
24019
|
-
## 消息队列 CKafka(ckafka) 版本:2019-08-19
|
|
24391
|
+
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
24392
|
+
|
|
24393
|
+
### 第 97 次发布
|
|
24394
|
+
|
|
24395
|
+
发布时间:2023-10-27 01:21:10
|
|
24396
|
+
|
|
24397
|
+
本次发布包含了以下内容:
|
|
24398
|
+
|
|
24399
|
+
改善已有的文档。
|
|
24400
|
+
|
|
24401
|
+
修改数据结构:
|
|
24402
|
+
|
|
24403
|
+
* [InstanceAttributesResponse](https://cloud.tencent.com/document/api/597/40861#InstanceAttributesResponse)
|
|
24404
|
+
|
|
24405
|
+
* <font color="#dd0000">**修改成员**:</font>InstanceChargeType
|
|
24406
|
+
|
|
24407
|
+
* [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
|
|
24408
|
+
|
|
24409
|
+
* 新增成员:DateTimeZone, SelfBuilt
|
|
24410
|
+
|
|
24020
24411
|
|
|
24021
24412
|
### 第 96 次发布
|
|
24022
24413
|
|
|
@@ -28705,6 +29096,47 @@
|
|
|
28705
29096
|
|
|
28706
29097
|
## 日志服务(cls) 版本:2020-10-16
|
|
28707
29098
|
|
|
29099
|
+
### 第 75 次发布
|
|
29100
|
+
|
|
29101
|
+
发布时间:2023-10-27 01:23:28
|
|
29102
|
+
|
|
29103
|
+
本次发布包含了以下内容:
|
|
29104
|
+
|
|
29105
|
+
改善已有的文档。
|
|
29106
|
+
|
|
29107
|
+
修改接口:
|
|
29108
|
+
|
|
29109
|
+
* [ModifyDataTransform](https://cloud.tencent.com/document/api/614/72181)
|
|
29110
|
+
|
|
29111
|
+
* 新增入参:HasServicesLog
|
|
29112
|
+
|
|
29113
|
+
|
|
29114
|
+
### 第 74 次发布
|
|
29115
|
+
|
|
29116
|
+
发布时间:2023-10-26 01:09:45
|
|
29117
|
+
|
|
29118
|
+
本次发布包含了以下内容:
|
|
29119
|
+
|
|
29120
|
+
改善已有的文档。
|
|
29121
|
+
|
|
29122
|
+
修改接口:
|
|
29123
|
+
|
|
29124
|
+
* [CreateAlarm](https://cloud.tencent.com/document/api/614/56466)
|
|
29125
|
+
|
|
29126
|
+
* 新增入参:AlarmLevel, GroupTriggerStatus, GroupTriggerCondition, Tags, MonitorObjectType
|
|
29127
|
+
|
|
29128
|
+
* [ModifyAlarm](https://cloud.tencent.com/document/api/614/56459)
|
|
29129
|
+
|
|
29130
|
+
* 新增入参:GroupTriggerStatus, GroupTriggerCondition, MonitorObjectType
|
|
29131
|
+
|
|
29132
|
+
|
|
29133
|
+
修改数据结构:
|
|
29134
|
+
|
|
29135
|
+
* [AlarmInfo](https://cloud.tencent.com/document/api/614/56471#AlarmInfo)
|
|
29136
|
+
|
|
29137
|
+
* 新增成员:GroupTriggerStatus, GroupTriggerCondition, MonitorObjectType, AlarmLevel
|
|
29138
|
+
|
|
29139
|
+
|
|
28708
29140
|
### 第 73 次发布
|
|
28709
29141
|
|
|
28710
29142
|
发布时间:2023-10-25 01:11:22
|
|
@@ -34714,6 +35146,87 @@
|
|
|
34714
35146
|
|
|
34715
35147
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
34716
35148
|
|
|
35149
|
+
### 第 17 次发布
|
|
35150
|
+
|
|
35151
|
+
发布时间:2023-10-27 01:27:32
|
|
35152
|
+
|
|
35153
|
+
本次发布包含了以下内容:
|
|
35154
|
+
|
|
35155
|
+
改善已有的文档。
|
|
35156
|
+
|
|
35157
|
+
修改接口:
|
|
35158
|
+
|
|
35159
|
+
* [CreateDomainAndIp](https://cloud.tencent.com/document/api/664/93274)
|
|
35160
|
+
|
|
35161
|
+
* 新增入参:Tags
|
|
35162
|
+
|
|
35163
|
+
* [CreateRiskCenterScanTask](https://cloud.tencent.com/document/api/664/94177)
|
|
35164
|
+
|
|
35165
|
+
* 新增入参:Tags
|
|
35166
|
+
|
|
35167
|
+
* [DeleteDomainAndIp](https://cloud.tencent.com/document/api/664/98743)
|
|
35168
|
+
|
|
35169
|
+
* 新增入参:Tags, Type
|
|
35170
|
+
|
|
35171
|
+
* <font color="#dd0000">**修改入参**:</font>Content
|
|
35172
|
+
|
|
35173
|
+
* [DescribeDomainAssets](https://cloud.tencent.com/document/api/664/93511)
|
|
35174
|
+
|
|
35175
|
+
* 新增入参:Tags
|
|
35176
|
+
|
|
35177
|
+
* [DescribePublicIpAssets](https://cloud.tencent.com/document/api/664/93510)
|
|
35178
|
+
|
|
35179
|
+
* 新增入参:Tags
|
|
35180
|
+
|
|
35181
|
+
* [DescribeRiskCenterAssetViewCFGRiskList](https://cloud.tencent.com/document/api/664/98822)
|
|
35182
|
+
|
|
35183
|
+
* 新增入参:Tags
|
|
35184
|
+
|
|
35185
|
+
* [DescribeRiskCenterAssetViewPortRiskList](https://cloud.tencent.com/document/api/664/93509)
|
|
35186
|
+
|
|
35187
|
+
* 新增入参:Tags
|
|
35188
|
+
|
|
35189
|
+
* [DescribeRiskCenterAssetViewVULRiskList](https://cloud.tencent.com/document/api/664/93508)
|
|
35190
|
+
|
|
35191
|
+
* 新增入参:Tags
|
|
35192
|
+
|
|
35193
|
+
* [DescribeRiskCenterAssetViewWeakPasswordRiskList](https://cloud.tencent.com/document/api/664/98821)
|
|
35194
|
+
|
|
35195
|
+
* 新增入参:Tags
|
|
35196
|
+
|
|
35197
|
+
* [DescribeRiskCenterPortViewPortRiskList](https://cloud.tencent.com/document/api/664/100198)
|
|
35198
|
+
|
|
35199
|
+
* 新增入参:Tags
|
|
35200
|
+
|
|
35201
|
+
* [DescribeRiskCenterServerRiskList](https://cloud.tencent.com/document/api/664/98820)
|
|
35202
|
+
|
|
35203
|
+
* 新增入参:Tags
|
|
35204
|
+
|
|
35205
|
+
* [DescribeRiskCenterVULViewVULRiskList](https://cloud.tencent.com/document/api/664/100197)
|
|
35206
|
+
|
|
35207
|
+
* 新增入参:Tags
|
|
35208
|
+
|
|
35209
|
+
* [DescribeRiskCenterWebsiteRiskList](https://cloud.tencent.com/document/api/664/98819)
|
|
35210
|
+
|
|
35211
|
+
* 新增入参:Tags
|
|
35212
|
+
|
|
35213
|
+
* [DescribeScanTaskList](https://cloud.tencent.com/document/api/664/97683)
|
|
35214
|
+
|
|
35215
|
+
* 新增入参:Tags
|
|
35216
|
+
|
|
35217
|
+
* [DescribeTaskLogURL](https://cloud.tencent.com/document/api/664/97681)
|
|
35218
|
+
|
|
35219
|
+
* 新增入参:ReportTaskIdList
|
|
35220
|
+
|
|
35221
|
+
* <font color="#dd0000">**修改入参**:</font>ReportItemKeyList
|
|
35222
|
+
|
|
35223
|
+
|
|
35224
|
+
新增数据结构:
|
|
35225
|
+
|
|
35226
|
+
* [[AssetTag](https://cloud.tencent.com/document/api/664/90825#AssetTag)](https://cloud.tencent.com/document/api/664/90825#[AssetTag](https://cloud.tencent.com/document/api/664/90825#AssetTag))
|
|
35227
|
+
* [[ReportTaskIdList](https://cloud.tencent.com/document/api/664/90825#ReportTaskIdList)](https://cloud.tencent.com/document/api/664/90825#[ReportTaskIdList](https://cloud.tencent.com/document/api/664/90825#ReportTaskIdList))
|
|
35228
|
+
* [[Tags](https://cloud.tencent.com/document/api/664/90825#Tags)](https://cloud.tencent.com/document/api/664/90825#[Tags](https://cloud.tencent.com/document/api/664/90825#Tags))
|
|
35229
|
+
|
|
34717
35230
|
### 第 16 次发布
|
|
34718
35231
|
|
|
34719
35232
|
发布时间:2023-10-16 01:11:35
|
|
@@ -35111,6 +35624,28 @@
|
|
|
35111
35624
|
|
|
35112
35625
|
## 云服务器(cvm) 版本:2017-03-12
|
|
35113
35626
|
|
|
35627
|
+
### 第 118 次发布
|
|
35628
|
+
|
|
35629
|
+
发布时间:2023-10-27 01:28:27
|
|
35630
|
+
|
|
35631
|
+
本次发布包含了以下内容:
|
|
35632
|
+
|
|
35633
|
+
改善已有的文档。
|
|
35634
|
+
|
|
35635
|
+
修改接口:
|
|
35636
|
+
|
|
35637
|
+
* [InquiryPriceRunInstances](https://cloud.tencent.com/document/api/213/15726)
|
|
35638
|
+
|
|
35639
|
+
* 新增入参:LaunchTemplate
|
|
35640
|
+
|
|
35641
|
+
|
|
35642
|
+
修改数据结构:
|
|
35643
|
+
|
|
35644
|
+
* [Price](https://cloud.tencent.com/document/api/213/15753#Price)
|
|
35645
|
+
|
|
35646
|
+
* <font color="#dd0000">**修改成员**:</font>InstancePrice, BandwidthPrice
|
|
35647
|
+
|
|
35648
|
+
|
|
35114
35649
|
### 第 117 次发布
|
|
35115
35650
|
|
|
35116
35651
|
发布时间:2023-10-09 01:11:19
|
|
@@ -37288,6 +37823,52 @@
|
|
|
37288
37823
|
|
|
37289
37824
|
## 主机安全(cwp) 版本:2018-02-28
|
|
37290
37825
|
|
|
37826
|
+
### 第 103 次发布
|
|
37827
|
+
|
|
37828
|
+
发布时间:2023-10-27 01:29:35
|
|
37829
|
+
|
|
37830
|
+
本次发布包含了以下内容:
|
|
37831
|
+
|
|
37832
|
+
改善已有的文档。
|
|
37833
|
+
|
|
37834
|
+
修改数据结构:
|
|
37835
|
+
|
|
37836
|
+
* [BruteAttackInfo](https://cloud.tencent.com/document/api/296/19867#BruteAttackInfo)
|
|
37837
|
+
|
|
37838
|
+
* 新增成员:RiskLevel
|
|
37839
|
+
|
|
37840
|
+
* <font color="#dd0000">**修改成员**:</font>Id, Uuid, MachineIp, MachineName, UserName, SrcIp, Status, Country, City, Province, CreateTime, BanStatus, EventType, Count, Quuid, IsProVersion, Protocol, Port, ModifyTime, InstanceId, DataStatus, MachineExtraInfo, Location
|
|
37841
|
+
|
|
37842
|
+
* [ReverseShell](https://cloud.tencent.com/document/api/296/19867#ReverseShell)
|
|
37843
|
+
|
|
37844
|
+
* 新增成员:RiskLevel
|
|
37845
|
+
|
|
37846
|
+
* <font color="#dd0000">**修改成员**:</font>Id, Uuid, Quuid, Hostip, DstIp, DstPort, ProcessName, FullPath, CmdLine, UserName, UserGroup, ParentProcName, ParentProcUser, ParentProcGroup, ParentProcPath, Status, CreateTime, MachineName, ProcTree, DetectBy, MachineExtraInfo, Pid
|
|
37847
|
+
|
|
37848
|
+
|
|
37849
|
+
### 第 102 次发布
|
|
37850
|
+
|
|
37851
|
+
发布时间:2023-10-26 01:11:16
|
|
37852
|
+
|
|
37853
|
+
本次发布包含了以下内容:
|
|
37854
|
+
|
|
37855
|
+
改善已有的文档。
|
|
37856
|
+
|
|
37857
|
+
修改接口:
|
|
37858
|
+
|
|
37859
|
+
* [CreateScanMalwareSetting](https://cloud.tencent.com/document/api/296/58241)
|
|
37860
|
+
|
|
37861
|
+
* 新增出参:TaskId
|
|
37862
|
+
|
|
37863
|
+
* [DescribeLicenseWhiteConfig](https://cloud.tencent.com/document/api/296/99627)
|
|
37864
|
+
|
|
37865
|
+
* 新增出参:FlagShip, Professional, PrattWhitney
|
|
37866
|
+
|
|
37867
|
+
|
|
37868
|
+
新增数据结构:
|
|
37869
|
+
|
|
37870
|
+
* [VersionWhiteConfig](https://cloud.tencent.com/document/api/296/19867#VersionWhiteConfig)
|
|
37871
|
+
|
|
37291
37872
|
### 第 101 次发布
|
|
37292
37873
|
|
|
37293
37874
|
发布时间:2023-10-25 01:12:51
|
|
@@ -45790,6 +46371,21 @@
|
|
|
45790
46371
|
|
|
45791
46372
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
45792
46373
|
|
|
46374
|
+
### 第 72 次发布
|
|
46375
|
+
|
|
46376
|
+
发布时间:2023-10-27 01:38:16
|
|
46377
|
+
|
|
46378
|
+
本次发布包含了以下内容:
|
|
46379
|
+
|
|
46380
|
+
改善已有的文档。
|
|
46381
|
+
|
|
46382
|
+
修改接口:
|
|
46383
|
+
|
|
46384
|
+
* [DescribeDatasourceConnection](https://cloud.tencent.com/document/api/1342/98586)
|
|
46385
|
+
|
|
46386
|
+
* 新增入参:HiveVersion
|
|
46387
|
+
|
|
46388
|
+
|
|
45793
46389
|
### 第 71 次发布
|
|
45794
46390
|
|
|
45795
46391
|
发布时间:2023-10-24 01:13:16
|
|
@@ -47436,6 +48032,21 @@
|
|
|
47436
48032
|
|
|
47437
48033
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
47438
48034
|
|
|
48035
|
+
### 第 25 次发布
|
|
48036
|
+
|
|
48037
|
+
发布时间:2023-10-26 01:13:41
|
|
48038
|
+
|
|
48039
|
+
本次发布包含了以下内容:
|
|
48040
|
+
|
|
48041
|
+
改善已有的文档。
|
|
48042
|
+
|
|
48043
|
+
修改数据结构:
|
|
48044
|
+
|
|
48045
|
+
* [WhoisInfo](https://cloud.tencent.com/document/api/1427/56185#WhoisInfo)
|
|
48046
|
+
|
|
48047
|
+
* 新增成员:Dnssec
|
|
48048
|
+
|
|
48049
|
+
|
|
47439
48050
|
### 第 24 次发布
|
|
47440
48051
|
|
|
47441
48052
|
发布时间:2023-09-04 01:44:32
|
|
@@ -55079,8 +55690,8 @@
|
|
|
55079
55690
|
|
|
55080
55691
|
新增接口:
|
|
55081
55692
|
|
|
55082
|
-
* [
|
|
55083
|
-
* [
|
|
55693
|
+
* [CreateExtendedServiceAuthInfos](https://cloud.tencent.com/document/api/1323/100676)
|
|
55694
|
+
* [DeleteExtendedServiceAuthInfos](https://cloud.tencent.com/document/api/1323/100675)
|
|
55084
55695
|
|
|
55085
55696
|
### 第 130 次发布
|
|
55086
55697
|
|
|
@@ -70738,6 +71349,21 @@
|
|
|
70738
71349
|
|
|
70739
71350
|
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
70740
71351
|
|
|
71352
|
+
### 第 9 次发布
|
|
71353
|
+
|
|
71354
|
+
发布时间:2023-10-27 01:53:51
|
|
71355
|
+
|
|
71356
|
+
本次发布包含了以下内容:
|
|
71357
|
+
|
|
71358
|
+
改善已有的文档。
|
|
71359
|
+
|
|
71360
|
+
修改接口:
|
|
71361
|
+
|
|
71362
|
+
* [UpdateUserDevice](https://cloud.tencent.com/document/api/1344/95867)
|
|
71363
|
+
|
|
71364
|
+
* 新增入参:ProtocolType
|
|
71365
|
+
|
|
71366
|
+
|
|
70741
71367
|
### 第 8 次发布
|
|
70742
71368
|
|
|
70743
71369
|
发布时间:2023-10-12 02:09:16
|
|
@@ -74055,6 +74681,32 @@
|
|
|
74055
74681
|
|
|
74056
74682
|
## 云直播CSS(live) 版本:2018-08-01
|
|
74057
74683
|
|
|
74684
|
+
### 第 115 次发布
|
|
74685
|
+
|
|
74686
|
+
发布时间:2023-10-26 01:18:09
|
|
74687
|
+
|
|
74688
|
+
本次发布包含了以下内容:
|
|
74689
|
+
|
|
74690
|
+
改善已有的文档。
|
|
74691
|
+
|
|
74692
|
+
修改接口:
|
|
74693
|
+
|
|
74694
|
+
* [CreateLiveCallbackTemplate](https://cloud.tencent.com/document/api/267/32637)
|
|
74695
|
+
|
|
74696
|
+
* 新增入参:RecordStatusNotifyUrl
|
|
74697
|
+
|
|
74698
|
+
* [ModifyLiveCallbackTemplate](https://cloud.tencent.com/document/api/267/32631)
|
|
74699
|
+
|
|
74700
|
+
* 新增入参:RecordStatusNotifyUrl
|
|
74701
|
+
|
|
74702
|
+
|
|
74703
|
+
修改数据结构:
|
|
74704
|
+
|
|
74705
|
+
* [CallBackTemplateInfo](https://cloud.tencent.com/document/api/267/20474#CallBackTemplateInfo)
|
|
74706
|
+
|
|
74707
|
+
* <font color="#dd0000">**修改成员**:</font>AudioAuditNotifyUrl
|
|
74708
|
+
|
|
74709
|
+
|
|
74058
74710
|
### 第 114 次发布
|
|
74059
74711
|
|
|
74060
74712
|
发布时间:2023-10-18 02:20:12
|
|
@@ -88121,6 +88773,60 @@
|
|
|
88121
88773
|
|
|
88122
88774
|
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
88123
88775
|
|
|
88776
|
+
### 第 6 次发布
|
|
88777
|
+
|
|
88778
|
+
发布时间:2023-10-27 02:03:46
|
|
88779
|
+
|
|
88780
|
+
本次发布包含了以下内容:
|
|
88781
|
+
|
|
88782
|
+
改善已有的文档。
|
|
88783
|
+
|
|
88784
|
+
修改接口:
|
|
88785
|
+
|
|
88786
|
+
* [DescribeRunGroups](https://cloud.tencent.com/document/api/1643/89099)
|
|
88787
|
+
|
|
88788
|
+
* <font color="#dd0000">**修改入参**:</font>ProjectId
|
|
88789
|
+
|
|
88790
|
+
* [DescribeRuns](https://cloud.tencent.com/document/api/1643/89098)
|
|
88791
|
+
|
|
88792
|
+
* <font color="#dd0000">**修改入参**:</font>ProjectId
|
|
88793
|
+
|
|
88794
|
+
* [GetRunCalls](https://cloud.tencent.com/document/api/1643/89097)
|
|
88795
|
+
|
|
88796
|
+
* <font color="#dd0000">**修改入参**:</font>ProjectId
|
|
88797
|
+
|
|
88798
|
+
* [GetRunStatus](https://cloud.tencent.com/document/api/1643/89096)
|
|
88799
|
+
|
|
88800
|
+
* <font color="#dd0000">**修改入参**:</font>ProjectId
|
|
88801
|
+
|
|
88802
|
+
|
|
88803
|
+
新增数据结构:
|
|
88804
|
+
|
|
88805
|
+
* [[ApplicationVersion](https://cloud.tencent.com/document/api/1643/89100#ApplicationVersion)](https://cloud.tencent.com/document/api/1643/89100#[ApplicationVersion](https://cloud.tencent.com/document/api/1643/89100#ApplicationVersion))
|
|
88806
|
+
* [[CacheInfo](https://cloud.tencent.com/document/api/1643/89100#CacheInfo)](https://cloud.tencent.com/document/api/1643/89100#[CacheInfo](https://cloud.tencent.com/document/api/1643/89100#CacheInfo))
|
|
88807
|
+
* [[NFOption](https://cloud.tencent.com/document/api/1643/89100#NFOption)](https://cloud.tencent.com/document/api/1643/89100#[NFOption](https://cloud.tencent.com/document/api/1643/89100#NFOption))
|
|
88808
|
+
|
|
88809
|
+
修改数据结构:
|
|
88810
|
+
|
|
88811
|
+
* [Run](https://cloud.tencent.com/document/api/1643/89100#Run)
|
|
88812
|
+
|
|
88813
|
+
* 新增成员:Cache
|
|
88814
|
+
|
|
88815
|
+
* <font color="#dd0000">**修改成员**:</font>RunUuid, ProjectId, ApplicationId, RunGroupId, EnvironmentId, UserDefinedId, TableId, TableRowUuid, Status, Input, Option, ExecutionTime, ErrorMessage, CreateTime, UpdateTime
|
|
88816
|
+
|
|
88817
|
+
* [RunGroup](https://cloud.tencent.com/document/api/1643/89100#RunGroup)
|
|
88818
|
+
|
|
88819
|
+
* 新增成员:NFOption, Creator, CreatorId, ResultNotify, ApplicationVersion
|
|
88820
|
+
|
|
88821
|
+
* <font color="#dd0000">**修改成员**:</font>RunGroupId, ProjectId, ProjectName, ApplicationId, ApplicationName, ApplicationType, EnvironmentId, EnvironmentName, TableId, Name, Description, Status, Input, Option, TotalRun, RunStatusCounts, ExecutionTime, ErrorMessage, CreateTime, UpdateTime
|
|
88822
|
+
|
|
88823
|
+
* [RunMetadata](https://cloud.tencent.com/document/api/1643/89100#RunMetadata)
|
|
88824
|
+
|
|
88825
|
+
* 新增成员:Meta
|
|
88826
|
+
|
|
88827
|
+
* <font color="#dd0000">**修改成员**:</font>RunType, RunId, ParentId, JobId, CallName, ScatterIndex, Input, Output, Status, ErrorMessage, StartTime, SubmitTime, EndTime, Command, Runtime, Preprocess, PostProcess, CallCached, Stdout, Stderr
|
|
88828
|
+
|
|
88829
|
+
|
|
88124
88830
|
### 第 5 次发布
|
|
88125
88831
|
|
|
88126
88832
|
发布时间:2023-07-20 01:37:20
|
|
@@ -88269,6 +88975,18 @@
|
|
|
88269
88975
|
|
|
88270
88976
|
## 集团账号管理(organization) 版本:2021-03-31
|
|
88271
88977
|
|
|
88978
|
+
### 第 27 次发布
|
|
88979
|
+
|
|
88980
|
+
发布时间:2023-10-27 02:04:21
|
|
88981
|
+
|
|
88982
|
+
本次发布包含了以下内容:
|
|
88983
|
+
|
|
88984
|
+
改善已有的文档。
|
|
88985
|
+
|
|
88986
|
+
新增接口:
|
|
88987
|
+
|
|
88988
|
+
* [[DeleteAccount](https://cloud.tencent.com/document/api/850/100808)](https://cloud.tencent.com/document/api/#/#)
|
|
88989
|
+
|
|
88272
88990
|
### 第 26 次发布
|
|
88273
88991
|
|
|
88274
88992
|
发布时间:2023-10-19 16:12:27
|
|
@@ -106873,6 +107591,24 @@
|
|
|
106873
107591
|
|
|
106874
107592
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
106875
107593
|
|
|
107594
|
+
### 第 82 次发布
|
|
107595
|
+
|
|
107596
|
+
发布时间:2023-10-27 02:18:14
|
|
107597
|
+
|
|
107598
|
+
本次发布包含了以下内容:
|
|
107599
|
+
|
|
107600
|
+
改善已有的文档。
|
|
107601
|
+
|
|
107602
|
+
新增接口:
|
|
107603
|
+
|
|
107604
|
+
* [[DescribeRabbitMQQueueDetail](https://cloud.tencent.com/document/api/1179/100810)](https://cloud.tencent.com/document/api/#/#)
|
|
107605
|
+
* [[DescribeRabbitMQQueues](https://cloud.tencent.com/document/api/1179/100809)](https://cloud.tencent.com/document/api/#/#)
|
|
107606
|
+
|
|
107607
|
+
新增数据结构:
|
|
107608
|
+
|
|
107609
|
+
* [[RabbitMQQueueListConsumerDetailInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQQueueListConsumerDetailInfo)](https://cloud.tencent.com/document/api/1179/46089#[RabbitMQQueueListConsumerDetailInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQQueueListConsumerDetailInfo))
|
|
107610
|
+
* [[RabbitMQQueueListInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQQueueListInfo)](https://cloud.tencent.com/document/api/1179/46089#[RabbitMQQueueListInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQQueueListInfo))
|
|
107611
|
+
|
|
106876
107612
|
### 第 81 次发布
|
|
106877
107613
|
|
|
106878
107614
|
发布时间:2023-10-19 16:17:03
|
|
@@ -110998,6 +111734,112 @@
|
|
|
110998
111734
|
|
|
110999
111735
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
111000
111736
|
|
|
111737
|
+
### 第 60 次发布
|
|
111738
|
+
|
|
111739
|
+
发布时间:2023-10-27 02:20:11
|
|
111740
|
+
|
|
111741
|
+
本次发布包含了以下内容:
|
|
111742
|
+
|
|
111743
|
+
改善已有的文档。
|
|
111744
|
+
|
|
111745
|
+
新增接口:
|
|
111746
|
+
|
|
111747
|
+
* [[DescribeSecurityTemplateBindings](https://cloud.tencent.com/document/api/1552/100811)](https://cloud.tencent.com/document/api/#/#)
|
|
111748
|
+
|
|
111749
|
+
修改接口:
|
|
111750
|
+
|
|
111751
|
+
* [CreateOriginGroup](https://cloud.tencent.com/document/api/1552/80598)
|
|
111752
|
+
|
|
111753
|
+
* 新增入参:HostHeader
|
|
111754
|
+
|
|
111755
|
+
* [ModifyOriginGroup](https://cloud.tencent.com/document/api/1552/80592)
|
|
111756
|
+
|
|
111757
|
+
* 新增入参:HostHeader
|
|
111758
|
+
|
|
111759
|
+
|
|
111760
|
+
新增数据结构:
|
|
111761
|
+
|
|
111762
|
+
* [[EntityStatus](https://cloud.tencent.com/document/api/1552/80721#EntityStatus)](https://cloud.tencent.com/document/api/1552/80721#[EntityStatus](https://cloud.tencent.com/document/api/1552/80721#EntityStatus))
|
|
111763
|
+
* [[SecurityTemplateBinding](https://cloud.tencent.com/document/api/1552/80721#SecurityTemplateBinding)](https://cloud.tencent.com/document/api/1552/80721#[SecurityTemplateBinding](https://cloud.tencent.com/document/api/1552/80721#SecurityTemplateBinding))
|
|
111764
|
+
* [[TemplateScope](https://cloud.tencent.com/document/api/1552/80721#TemplateScope)](https://cloud.tencent.com/document/api/1552/80721#[TemplateScope](https://cloud.tencent.com/document/api/1552/80721#TemplateScope))
|
|
111765
|
+
|
|
111766
|
+
### 第 59 次发布
|
|
111767
|
+
|
|
111768
|
+
发布时间:2023-10-26 01:24:50
|
|
111769
|
+
|
|
111770
|
+
本次发布包含了以下内容:
|
|
111771
|
+
|
|
111772
|
+
改善已有的文档。
|
|
111773
|
+
|
|
111774
|
+
修改接口:
|
|
111775
|
+
|
|
111776
|
+
* [CreateAccelerationDomain](https://cloud.tencent.com/document/api/1552/86338)
|
|
111777
|
+
|
|
111778
|
+
* 新增入参:IPv6Status
|
|
111779
|
+
|
|
111780
|
+
* [ModifyAccelerationDomain](https://cloud.tencent.com/document/api/1552/86335)
|
|
111781
|
+
|
|
111782
|
+
* 新增入参:IPv6Status
|
|
111783
|
+
|
|
111784
|
+
* <font color="#dd0000">**修改入参**:</font>OriginInfo
|
|
111785
|
+
|
|
111786
|
+
|
|
111787
|
+
### 第 58 次发布
|
|
111788
|
+
|
|
111789
|
+
发布时间:2023-10-25 15:06:46
|
|
111790
|
+
|
|
111791
|
+
本次发布包含了以下内容:
|
|
111792
|
+
|
|
111793
|
+
改善已有的文档。
|
|
111794
|
+
|
|
111795
|
+
新增接口:
|
|
111796
|
+
|
|
111797
|
+
* [CreateOriginGroup](https://cloud.tencent.com/document/api/1552/80598)
|
|
111798
|
+
* [DeleteOriginGroup](https://cloud.tencent.com/document/api/1552/80596)
|
|
111799
|
+
* [ModifyOriginGroup](https://cloud.tencent.com/document/api/1552/80592)
|
|
111800
|
+
|
|
111801
|
+
修改接口:
|
|
111802
|
+
|
|
111803
|
+
* [CreateAccelerationDomain](https://cloud.tencent.com/document/api/1552/86338)
|
|
111804
|
+
|
|
111805
|
+
* 新增入参:OriginProtocol, HttpOriginPort, HttpsOriginPort
|
|
111806
|
+
|
|
111807
|
+
* [DescribeOriginGroup](https://cloud.tencent.com/document/api/1552/80594)
|
|
111808
|
+
|
|
111809
|
+
* 新增入参:ZoneId
|
|
111810
|
+
|
|
111811
|
+
* <font color="#dd0000">**修改入参**:</font>Offset, Limit
|
|
111812
|
+
|
|
111813
|
+
* [ModifyAccelerationDomain](https://cloud.tencent.com/document/api/1552/86335)
|
|
111814
|
+
|
|
111815
|
+
* 新增入参:OriginProtocol, HttpOriginPort, HttpsOriginPort
|
|
111816
|
+
|
|
111817
|
+
|
|
111818
|
+
新增数据结构:
|
|
111819
|
+
|
|
111820
|
+
* [OriginGroupReference](https://cloud.tencent.com/document/api/1552/80721#OriginGroupReference)
|
|
111821
|
+
|
|
111822
|
+
修改数据结构:
|
|
111823
|
+
|
|
111824
|
+
* [AccelerationDomain](https://cloud.tencent.com/document/api/1552/80721#AccelerationDomain)
|
|
111825
|
+
|
|
111826
|
+
* 新增成员:OriginProtocol, HttpOriginPort, HttpsOriginPort, IPv6Status
|
|
111827
|
+
|
|
111828
|
+
* [OriginGroup](https://cloud.tencent.com/document/api/1552/80721#OriginGroup)
|
|
111829
|
+
|
|
111830
|
+
* 新增成员:GroupId, Name, Type, Records, References, CreateTime
|
|
111831
|
+
|
|
111832
|
+
* <font color="#dd0000">**删除成员**:</font>ZoneId, ZoneName, OriginGroupId, OriginType, OriginGroupName, ConfigurationType, OriginRecords, HostHeader
|
|
111833
|
+
|
|
111834
|
+
* <font color="#dd0000">**修改成员**:</font>UpdateTime
|
|
111835
|
+
|
|
111836
|
+
* [OriginRecord](https://cloud.tencent.com/document/api/1552/80721#OriginRecord)
|
|
111837
|
+
|
|
111838
|
+
* 新增成员:Type
|
|
111839
|
+
|
|
111840
|
+
* <font color="#dd0000">**删除成员**:</font>Port, Proto, Area
|
|
111841
|
+
|
|
111842
|
+
|
|
111001
111843
|
### 第 57 次发布
|
|
111002
111844
|
|
|
111003
111845
|
发布时间:2023-10-11 02:31:17
|
|
@@ -112348,7 +113190,7 @@
|
|
|
112348
113190
|
|
|
112349
113191
|
* 新增入参:OriginType, AdvancedOriginGroups
|
|
112350
113192
|
|
|
112351
|
-
* [CreateOriginGroup](https://cloud.tencent.com/document/api
|
|
113193
|
+
* [CreateOriginGroup](https://cloud.tencent.com/document/api/1552/80598)
|
|
112352
113194
|
|
|
112353
113195
|
* 新增入参:HostHeader
|
|
112354
113196
|
|
|
@@ -112443,7 +113285,7 @@
|
|
|
112443
113285
|
* [CreateLoadBalancing](https://cloud.tencent.com/document/api/1552/80599)
|
|
112444
113286
|
* [CreateLogSet](https://cloud.tencent.com/document/api/1552/80633)
|
|
112445
113287
|
* [CreateLogTopicTask](https://cloud.tencent.com/document/api/1552/80632)
|
|
112446
|
-
* [CreateOriginGroup](https://cloud.tencent.com/document/api
|
|
113288
|
+
* [CreateOriginGroup](https://cloud.tencent.com/document/api/1552/80598)
|
|
112447
113289
|
* [CreatePlanForZone](https://cloud.tencent.com/document/api/1552/80607)
|
|
112448
113290
|
* [CreatePrefetchTask](https://cloud.tencent.com/document/api/1552/80704)
|
|
112449
113291
|
* [CreatePurgeTask](https://cloud.tencent.com/document/api/1552/80703)
|
|
@@ -119853,8 +120695,8 @@
|
|
|
119853
120695
|
|
|
119854
120696
|
新增数据结构:
|
|
119855
120697
|
|
|
119856
|
-
* [
|
|
119857
|
-
* [
|
|
120698
|
+
* [HitInfo](https://cloud.tencent.com/document/api/1124/51861#HitInfo)
|
|
120699
|
+
* [Positions](https://cloud.tencent.com/document/api/1124/51861#Positions)
|
|
119858
120700
|
|
|
119859
120701
|
修改数据结构:
|
|
119860
120702
|
|
|
@@ -120248,6 +121090,22 @@
|
|
|
120248
121090
|
|
|
120249
121091
|
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
120250
121092
|
|
|
121093
|
+
### 第 29 次发布
|
|
121094
|
+
|
|
121095
|
+
发布时间:2023-10-26 14:46:10
|
|
121096
|
+
|
|
121097
|
+
本次发布包含了以下内容:
|
|
121098
|
+
|
|
121099
|
+
改善已有的文档。
|
|
121100
|
+
|
|
121101
|
+
新增接口:
|
|
121102
|
+
|
|
121103
|
+
* [[DescribePlanQRCodes](https://cloud.tencent.com/document/api/1458/100783)](https://cloud.tencent.com/document/api/#/#)
|
|
121104
|
+
|
|
121105
|
+
新增数据结构:
|
|
121106
|
+
|
|
121107
|
+
* [[PlanQRCode](https://cloud.tencent.com/document/api/1458/75030#PlanQRCode)](https://cloud.tencent.com/document/api/1458/75030#[PlanQRCode](https://cloud.tencent.com/document/api/1458/75030#PlanQRCode))
|
|
121108
|
+
|
|
120251
121109
|
### 第 28 次发布
|
|
120252
121110
|
|
|
120253
121111
|
发布时间:2023-10-09 11:35:49
|
|
@@ -135048,6 +135906,39 @@
|
|
|
135048
135906
|
|
|
135049
135907
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
135050
135908
|
|
|
135909
|
+
### 第 67 次发布
|
|
135910
|
+
|
|
135911
|
+
发布时间:2023-10-27 02:33:14
|
|
135912
|
+
|
|
135913
|
+
本次发布包含了以下内容:
|
|
135914
|
+
|
|
135915
|
+
改善已有的文档。
|
|
135916
|
+
|
|
135917
|
+
修改接口:
|
|
135918
|
+
|
|
135919
|
+
* [DescribeAntiInfoLeakageRules](https://cloud.tencent.com/document/api/627/97638)
|
|
135920
|
+
|
|
135921
|
+
* 新增入参:Offset, Limit, Order, Filters
|
|
135922
|
+
|
|
135923
|
+
|
|
135924
|
+
### 第 66 次发布
|
|
135925
|
+
|
|
135926
|
+
发布时间:2023-10-26 01:28:51
|
|
135927
|
+
|
|
135928
|
+
本次发布包含了以下内容:
|
|
135929
|
+
|
|
135930
|
+
改善已有的文档。
|
|
135931
|
+
|
|
135932
|
+
新增接口:
|
|
135933
|
+
|
|
135934
|
+
* [ModifyGenerateDeals](https://cloud.tencent.com/document/api/627/100753)
|
|
135935
|
+
|
|
135936
|
+
新增数据结构:
|
|
135937
|
+
|
|
135938
|
+
* [Goods](https://cloud.tencent.com/document/api/627/53609#Goods)
|
|
135939
|
+
* [GoodsDetail](https://cloud.tencent.com/document/api/627/53609#GoodsDetail)
|
|
135940
|
+
* [ProductInfo](https://cloud.tencent.com/document/api/627/53609#ProductInfo)
|
|
135941
|
+
|
|
135051
135942
|
### 第 65 次发布
|
|
135052
135943
|
|
|
135053
135944
|
发布时间:2023-10-19 16:23:29
|
|
@@ -136799,6 +137690,25 @@
|
|
|
136799
137690
|
|
|
136800
137691
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
136801
137692
|
|
|
137693
|
+
### 第 52 次发布
|
|
137694
|
+
|
|
137695
|
+
发布时间:2023-10-27 02:35:29
|
|
137696
|
+
|
|
137697
|
+
本次发布包含了以下内容:
|
|
137698
|
+
|
|
137699
|
+
改善已有的文档。
|
|
137700
|
+
|
|
137701
|
+
修改接口:
|
|
137702
|
+
|
|
137703
|
+
* [DescribeOperateOpsTasks](https://cloud.tencent.com/document/api/1267/95254)
|
|
137704
|
+
|
|
137705
|
+
* 新增入参:TaskTags
|
|
137706
|
+
|
|
137707
|
+
|
|
137708
|
+
新增数据结构:
|
|
137709
|
+
|
|
137710
|
+
* [[TaskTag](https://cloud.tencent.com/document/api/1267/76336#TaskTag)](https://cloud.tencent.com/document/api/1267/76336#[TaskTag](https://cloud.tencent.com/document/api/1267/76336#TaskTag))
|
|
137711
|
+
|
|
136802
137712
|
### 第 51 次发布
|
|
136803
137713
|
|
|
136804
137714
|
发布时间:2023-10-19 16:24:08
|