tencentcloud-sdk-nodejs 4.0.964 → 4.0.966
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 +429 -0
- package/SERVICE_CHANGELOG.md +470 -465
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/acp/v20220105/acp_models.ts +2 -2
- package/src/services/as/v20180419/as_client.ts +9 -3
- package/src/services/as/v20180419/as_models.ts +10 -2
- package/src/services/ccc/v20200210/ccc_models.ts +3 -129
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/cfw/v20190904/cfw_client.ts +2 -4
- package/src/services/cfw/v20190904/cfw_models.ts +243 -668
- package/src/services/clb/v20180317/clb_models.ts +2 -4
- package/src/services/csip/v20221121/csip_models.ts +2 -127
- package/src/services/cwp/v20180228/cwp_client.ts +4 -2
- package/src/services/cwp/v20180228/cwp_models.ts +135 -186
- package/src/services/ess/v20201111/ess_client.ts +19 -7
- package/src/services/ess/v20201111/ess_models.ts +7 -4
- package/src/services/essbasic/v20210526/essbasic_client.ts +16 -15
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -0
- package/src/services/iotvideo/v20191126/iotvideo_client.ts +47 -20
- package/src/services/iotvideo/v20191126/iotvideo_models.ts +142 -12
- package/src/services/mmps/v20200710/mmps_models.ts +20 -20
- package/src/services/mqtt/v20240516/mqtt_models.ts +2 -2
- package/src/services/mrs/v20200910/mrs_models.ts +6 -0
- package/src/services/ms/v20180408/ms_client.ts +0 -1
- package/src/services/ms/v20180408/ms_models.ts +132 -104
- package/src/services/privatedns/v20201028/privatedns_client.ts +73 -23
- package/src/services/privatedns/v20201028/privatedns_models.ts +361 -84
- package/src/services/redis/v20180412/redis_client.ts +4 -2
- package/src/services/redis/v20180412/redis_models.ts +14 -14
- package/src/services/tat/v20201028/tat_models.ts +11 -34
- package/src/services/tcss/v20201101/tcss_models.ts +13 -26
- package/src/services/tem/v20210701/tem_models.ts +12 -12
- package/src/services/teo/v20220901/teo_models.ts +2 -2
- package/src/services/vclm/v20240523/vclm_client.ts +11 -9
- package/src/services/vclm/v20240523/vclm_models.ts +252 -192
- package/src/services/waf/v20180125/waf_client.ts +0 -14
- package/src/services/waf/v20180125/waf_models.ts +196 -617
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/acp/v20220105/acp_models.d.ts +2 -2
- package/tencentcloud/services/as/v20180419/as_client.d.ts +7 -1
- package/tencentcloud/services/as/v20180419/as_client.js +7 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +10 -2
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -128
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -3
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -3
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +243 -668
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -4
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +2 -127
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +134 -185
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +19 -7
- package/tencentcloud/services/ess/v20201111/ess_client.js +19 -7
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +7 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +16 -15
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +16 -15
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -0
- package/tencentcloud/services/iotvideo/v20191126/iotvideo_client.d.ts +15 -7
- package/tencentcloud/services/iotvideo/v20191126/iotvideo_client.js +21 -9
- package/tencentcloud/services/iotvideo/v20191126/iotvideo_models.d.ts +135 -12
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +20 -20
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +2 -2
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +6 -0
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +0 -1
- package/tencentcloud/services/ms/v20180408/ms_client.js +0 -1
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +132 -104
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +21 -5
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +30 -6
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +350 -83
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +2 -0
- package/tencentcloud/services/redis/v20180412/redis_client.js +2 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +14 -14
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +11 -34
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +13 -26
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +12 -12
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
- package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +1 -1
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +246 -188
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -7
- package/tencentcloud/services/waf/v20180125/waf_client.js +0 -8
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +194 -613
- package/test/iotvideo.v20191126.test.js +26 -6
- package/test/privatedns.v20201028.test.js +44 -4
- package/test/waf.v20180125.test.js +0 -10
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -2,44 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
4
4
|
|
|
5
|
-
### 第
|
|
6
|
-
|
|
7
|
-
发布时间:2024-10-30 15:47:20
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改数据结构:
|
|
14
|
-
|
|
15
|
-
* [AcListsData](https://cloud.tencent.com/document/api/1132/49071#AcListsData)
|
|
16
|
-
|
|
17
|
-
* 新增成员:Status, SrcType, DstType, Uuid, Invalid, IsRegion, CloudCode, AutoTask, InstanceName, RegionCode, Country, City, RegName1, RegName2
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
### 第 70 次发布
|
|
21
|
-
|
|
22
|
-
发布时间:2024-10-30 10:32:23
|
|
23
|
-
|
|
24
|
-
本次发布包含了以下内容:
|
|
25
|
-
|
|
26
|
-
改善已有的文档。
|
|
27
|
-
|
|
28
|
-
<font color="#dd0000">**删除接口**:</font>
|
|
29
|
-
|
|
30
|
-
* DescribeNatSwitchList
|
|
31
|
-
|
|
32
|
-
<font color="#dd0000">**删除数据结构**:</font>
|
|
33
|
-
|
|
34
|
-
* NatSwitchListData
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
5
|
+
### 第 73 次发布
|
|
39
6
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
发布时间:2024-10-30 20:52:19
|
|
7
|
+
发布时间:2024-11-03 18:15:52
|
|
43
8
|
|
|
44
9
|
本次发布包含了以下内容:
|
|
45
10
|
|
|
@@ -47,14 +12,14 @@
|
|
|
47
12
|
|
|
48
13
|
修改数据结构:
|
|
49
14
|
|
|
50
|
-
* [
|
|
15
|
+
* [SecurityGroupSimplifyRule](https://cloud.tencent.com/document/api/1132/49071#SecurityGroupSimplifyRule)
|
|
51
16
|
|
|
52
|
-
* <font color="#dd0000">**修改成员**:</font>
|
|
17
|
+
* <font color="#dd0000">**修改成员**:</font>Protocol, RuleUuid, Sequence
|
|
53
18
|
|
|
54
19
|
|
|
55
|
-
### 第
|
|
20
|
+
### 第 72 次发布
|
|
56
21
|
|
|
57
|
-
发布时间:2024-
|
|
22
|
+
发布时间:2024-11-03 18:07:13
|
|
58
23
|
|
|
59
24
|
本次发布包含了以下内容:
|
|
60
25
|
|
|
@@ -62,98 +27,45 @@
|
|
|
62
27
|
|
|
63
28
|
修改接口:
|
|
64
29
|
|
|
65
|
-
* [
|
|
66
|
-
|
|
67
|
-
* 新增入参:MemberId
|
|
68
|
-
|
|
69
|
-
* [DescribeSubnetAssets](https://cloud.tencent.com/document/api/664/90818)
|
|
70
|
-
|
|
71
|
-
* 新增入参:MemberId
|
|
72
|
-
|
|
73
|
-
* [DescribeTopAttackInfo](https://cloud.tencent.com/document/api/664/104060)
|
|
74
|
-
|
|
75
|
-
* 新增入参:MemberId
|
|
76
|
-
|
|
77
|
-
* [DescribeVpcAssets](https://cloud.tencent.com/document/api/664/90817)
|
|
78
|
-
|
|
79
|
-
* 新增入参:MemberId
|
|
80
|
-
|
|
81
|
-
* [ModifyOrganizationAccountStatus](https://cloud.tencent.com/document/api/664/103094)
|
|
82
|
-
|
|
83
|
-
* 新增入参:MemberId
|
|
84
|
-
|
|
85
|
-
* [UpdateAlertStatusList](https://cloud.tencent.com/document/api/664/106208)
|
|
86
|
-
|
|
87
|
-
* 新增入参:MemberId
|
|
88
|
-
|
|
30
|
+
* [RemoveVpcAcRule](https://cloud.tencent.com/document/api/1132/97837)
|
|
89
31
|
|
|
90
|
-
|
|
32
|
+
* 新增入参:IpVersion
|
|
91
33
|
|
|
92
|
-
* [ProductSupport](https://cloud.tencent.com/document/api/664/90825#ProductSupport)
|
|
93
34
|
|
|
94
35
|
修改数据结构:
|
|
95
36
|
|
|
96
|
-
* [
|
|
97
|
-
|
|
98
|
-
* <font color="#dd0000">**修改成员**:</font>VpcId, VpcName, AssetName, Os, PublicIp, PrivateIp, Region, AssetType, AssetId, AccountNum, PortNum, ProcessNum, SoftApplicationNum, DatabaseNum, WebApplicationNum, ServiceNum, WebFrameworkNum, WebSiteNum, JarPackageNum, StartServiceNum, ScheduledTaskNum, EnvironmentVariableNum, KernelModuleNum, SystemInstallationPackageNum, SurplusProtectDay, CWPStatus, Tag, ProtectLevel, ProtectedDay
|
|
99
|
-
|
|
100
|
-
* [AssetViewCFGRisk](https://cloud.tencent.com/document/api/664/90825#AssetViewCFGRisk)
|
|
101
|
-
|
|
102
|
-
* 新增成员:ClbId
|
|
103
|
-
|
|
104
|
-
* [BugInfoDetail](https://cloud.tencent.com/document/api/664/90825#BugInfoDetail)
|
|
105
|
-
|
|
106
|
-
* <font color="#dd0000">**修改成员**:</font>Id, PatchId, VULName, Level, CVSSScore, CVEId, Tag, VULCategory, ImpactOs, ImpactCOMPENT, ImpactVersion, Reference, VULDescribe, Fix, ProSupport, IsPublish, ReleaseTime, CreateTime, UpdateTime, SubCategory
|
|
107
|
-
|
|
108
|
-
* [DataSearchBug](https://cloud.tencent.com/document/api/664/90825#DataSearchBug)
|
|
109
|
-
|
|
110
|
-
* 新增成员:DataSupport, CveId
|
|
111
|
-
|
|
112
|
-
* <font color="#dd0000">**修改成员**:</font>StateCode, DataBug, DataAsset, VSSScan, CWPScan, CFWPatch, WafPatch, CWPFix
|
|
113
|
-
|
|
114
|
-
* [DbAssetInfo](https://cloud.tencent.com/document/api/664/90825#DbAssetInfo)
|
|
115
|
-
|
|
116
|
-
* <font color="#dd0000">**修改成员**:</font>CFWStatus, AssetId, VpcName, AssetType, PublicIp, PrivateIp, Region, VpcId, AssetName, CFWProtectLevel, Tag
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
## 主机安全(cwp) 版本:2018-02-28
|
|
122
|
-
|
|
123
|
-
### 第 130 次发布
|
|
37
|
+
* [FwGroupSwitchShow](https://cloud.tencent.com/document/api/1132/49071#FwGroupSwitchShow)
|
|
124
38
|
|
|
125
|
-
|
|
39
|
+
* 新增成员:IpVersion
|
|
126
40
|
|
|
127
|
-
|
|
41
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1132/49071#InstanceInfo)
|
|
128
42
|
|
|
129
|
-
|
|
43
|
+
* <font color="#dd0000">**修改成员**:</font>RegionKey, Server
|
|
130
44
|
|
|
131
|
-
|
|
45
|
+
* [NetInstancesInfo](https://cloud.tencent.com/document/api/1132/49071#NetInstancesInfo)
|
|
132
46
|
|
|
133
|
-
*
|
|
47
|
+
* <font color="#dd0000">**修改成员**:</font>InstanceName, InstanceCidr, Region
|
|
134
48
|
|
|
135
|
-
|
|
49
|
+
* [VpcDnsInfo](https://cloud.tencent.com/document/api/1132/49071#VpcDnsInfo)
|
|
136
50
|
|
|
137
|
-
*
|
|
51
|
+
* <font color="#dd0000">**修改成员**:</font>ProtectedStatus, SupportDNSFW
|
|
138
52
|
|
|
139
|
-
|
|
53
|
+
* [VpcFwInstanceShow](https://cloud.tencent.com/document/api/1132/49071#VpcFwInstanceShow)
|
|
140
54
|
|
|
141
|
-
*
|
|
55
|
+
* <font color="#dd0000">**修改成员**:</font>FwInsId, FwInsName, FwInsRegion
|
|
142
56
|
|
|
143
|
-
|
|
57
|
+
* [VpcRuleItem](https://cloud.tencent.com/document/api/1132/49071#VpcRuleItem)
|
|
144
58
|
|
|
145
|
-
*
|
|
59
|
+
* 新增成员:Invalid
|
|
146
60
|
|
|
147
|
-
* <font color="#dd0000">**修改成员**:</font>VulId, VulName, CveId, Id, Quuid, Alias, PrivateIp, PublicIp, EventType, SourceIp, City, SourcePort, CreateTime, MergeTime, Count, Status, UpgradeType, FixType, Uuid, MachineExtraInfo
|
|
148
61
|
|
|
149
|
-
* [VulDefenceEventDetail](https://cloud.tencent.com/document/api/296/19867#VulDefenceEventDetail)
|
|
150
62
|
|
|
151
|
-
* <font color="#dd0000">**修改成员**:</font>VulName, CveId, Id, Quuid, Alias, PrivateIp, PublicIp, EventType, SourceIp, City, SourcePort, CreateTime, MergeTime, Count, Status, MachineStatus, Description, Fix, NetworkPayload, Pid, MainClass, StackTrace, EventDetail, ExceptionPstree, MachineExtraInfo
|
|
152
63
|
|
|
64
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
153
65
|
|
|
154
|
-
### 第
|
|
66
|
+
### 第 131 次发布
|
|
155
67
|
|
|
156
|
-
发布时间:2024-
|
|
68
|
+
发布时间:2024-11-04 01:19:50
|
|
157
69
|
|
|
158
70
|
本次发布包含了以下内容:
|
|
159
71
|
|
|
@@ -161,169 +73,72 @@
|
|
|
161
73
|
|
|
162
74
|
<font color="#dd0000">**预下线接口**:</font>
|
|
163
75
|
|
|
164
|
-
*
|
|
76
|
+
* DescribeComponentStatistics
|
|
165
77
|
|
|
166
78
|
修改接口:
|
|
167
79
|
|
|
168
|
-
* [
|
|
169
|
-
|
|
170
|
-
* 新增入参:Granularity
|
|
171
|
-
|
|
172
|
-
* [ModifyRiskEventsStatus](https://cloud.tencent.com/document/api/296/99585)
|
|
173
|
-
|
|
174
|
-
* 新增入参:DoClean
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
修改数据结构:
|
|
178
|
-
|
|
179
|
-
* [AssetEnvBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetEnvBaseInfo)
|
|
180
|
-
|
|
181
|
-
* <font color="#dd0000">**修改成员**:</font>Name, Type, User, Value, MachineIp, MachineName, OsInfo, Quuid, Uuid, UpdateTime, FirstTime, IsNew, MachineWanIp, MachineExtraInfo
|
|
182
|
-
|
|
183
|
-
* [BashEventsInfoNew](https://cloud.tencent.com/document/api/296/19867#BashEventsInfoNew)
|
|
184
|
-
|
|
185
|
-
* <font color="#dd0000">**修改成员**:</font>Id, Uuid, Quuid, HostIp, Platform, BashCmd, RuleId, RuleName, RuleLevel, Status, CreateTime, MachineName, Exe, ModifyTime, RuleCategory, RegexBashCmd, PsTree, SuggestScheme, HarmDescribe, Tags, References, MachineWanIp, MachineStatus, User, Pid, MachineType, DetectBy
|
|
186
|
-
|
|
187
|
-
* [FileTamperEvent](https://cloud.tencent.com/document/api/296/19867#FileTamperEvent)
|
|
188
|
-
|
|
189
|
-
* <font color="#dd0000">**修改成员**:</font>HostName, HostIp, CreateTime, ModifyTime, Id, Uuid, Quuid, Type, ProcessExe, ProcessArgv, Target, Status, EventCount, RuleId, RuleName, Pstree, RuleCategory, MachineStatus, Description, Suggestion, PrivateIp, ExePermission, UserName, UserGroup, ExeMd5, ExeSize, ExeTime, TargetSize, TargetPermission, TargetModifyTime, TargetCreatTime, ExePid, TargetName, Reference, Level, ExeName, MachineExtraInfo, FileAction
|
|
190
|
-
|
|
191
|
-
* [FileTamperRuleDetail](https://cloud.tencent.com/document/api/296/19867#FileTamperRuleDetail)
|
|
192
|
-
|
|
193
|
-
* <font color="#dd0000">**修改成员**:</font>AddWhiteType
|
|
194
|
-
|
|
195
|
-
* [HostLoginList](https://cloud.tencent.com/document/api/296/19867#HostLoginList)
|
|
196
|
-
|
|
197
|
-
* <font color="#dd0000">**修改成员**:</font>Id, Uuid, MachineIp, MachineName, UserName, SrcIp, Status, Country, City, Province, LoginTime, ModifyTime, IsRiskArea, IsRiskUser, IsRiskTime, IsRiskSrcIp, RiskLevel, Location, Quuid, Desc, MachineExtraInfo, Port
|
|
198
|
-
|
|
199
|
-
* [LicenseBindDetail](https://cloud.tencent.com/document/api/296/19867#LicenseBindDetail)
|
|
200
|
-
|
|
201
|
-
* <font color="#dd0000">**修改成员**:</font>MachineName, MachineWanIp, MachineIp, Quuid, Uuid, Tags, AgentStatus, IsUnBind, IsSwitchBind, MachineExtraInfo
|
|
202
|
-
|
|
203
|
-
* [MachineLicenseDetail](https://cloud.tencent.com/document/api/296/19867#MachineLicenseDetail)
|
|
204
|
-
|
|
205
|
-
* 新增成员:LicenseType, AutoRenewFlag, Deadline, BuyTime, LicenseCnt
|
|
206
|
-
|
|
207
|
-
* [MalWareList](https://cloud.tencent.com/document/api/296/19867#MalWareList)
|
|
208
|
-
|
|
209
|
-
* <font color="#dd0000">**修改成员**:</font>HostIp, Uuid, FilePath, VirusName, Status, Id, Alias, Tags, FileCreateTime, FileModifierTime, CreateTime, LatestScanTime, Level, CheckPlatform, ProcessExists, FileExists, Quuid, MD5, MachineExtraInfo
|
|
210
|
-
|
|
211
|
-
* [MalwareInfo](https://cloud.tencent.com/document/api/296/19867#MalwareInfo)
|
|
212
|
-
|
|
213
|
-
* <font color="#dd0000">**修改成员**:</font>VirusName, FileSize, MD5, FilePath, FileCreateTime, FileModifierTime, HarmDescribe, SuggestScheme, ServersName, HostIp, ProcessName, ProcessID, Tags, Breadth, Heat, Id, FileName, CreateTime, LatestScanTime, Reference, MachineWanIp, PsTree, MachineStatus, Status, Level, CheckPlatform, Uuid, ModifyTime, StrFileAccessTime, MachineExtraInfo, References
|
|
214
|
-
|
|
215
|
-
* [PrivilegeEscalationProcess](https://cloud.tencent.com/document/api/296/19867#PrivilegeEscalationProcess)
|
|
216
|
-
|
|
217
|
-
* <font color="#dd0000">**修改成员**:</font>Id, Uuid, Quuid, Hostip, ProcessName, FullPath, CmdLine, UserName, UserGroup, ProcFilePrivilege, ParentProcName, ParentProcUser, ParentProcGroup, ParentProcPath, ProcTree, Status, CreateTime, MachineName, MachineExtraInfo, Pid
|
|
218
|
-
|
|
219
|
-
* [RiskProcessEvent](https://cloud.tencent.com/document/api/296/19867#RiskProcessEvent)
|
|
220
|
-
|
|
221
|
-
* <font color="#dd0000">**修改成员**:</font>EventId, HostName, HostIp, WanIp, ProcessId, FilePath, CmdLine, StartTime, DetectTime, VirusName, CheckPlatform, VirusTags, ThreatDesc, SuggestSolution, ReferenceLink, HandleStatus, OnlineStatus, MachineExtraInfo, Uuid
|
|
222
|
-
|
|
223
|
-
* [ScanTaskDetails](https://cloud.tencent.com/document/api/296/19867#ScanTaskDetails)
|
|
224
|
-
|
|
225
|
-
* <font color="#dd0000">**修改成员**:</font>HostIp, HostName, OsName, RiskNum, ScanBeginTime, ScanEndTime, Uuid, Quuid, Status, Description, Id, FailType, MachineWanIp, MachineExtraInfo
|
|
226
|
-
|
|
227
|
-
* [VulDefenceRangeDetail](https://cloud.tencent.com/document/api/296/19867#VulDefenceRangeDetail)
|
|
228
|
-
|
|
229
|
-
* 新增成员:Status
|
|
80
|
+
* [DeleteMalwares](https://cloud.tencent.com/document/api/296/19839)
|
|
230
81
|
|
|
82
|
+
* 新增入参:All
|
|
231
83
|
|
|
84
|
+
* <font color="#dd0000">**修改入参**:</font>Ids
|
|
232
85
|
|
|
86
|
+
* [DeletePrivilegeEvents](https://cloud.tencent.com/document/api/296/39598)
|
|
233
87
|
|
|
234
|
-
|
|
88
|
+
* 新增入参:All
|
|
235
89
|
|
|
236
|
-
|
|
90
|
+
* <font color="#dd0000">**修改入参**:</font>Ids
|
|
237
91
|
|
|
238
|
-
|
|
92
|
+
* [DescribeLicense](https://cloud.tencent.com/document/api/296/99537)
|
|
239
93
|
|
|
240
|
-
|
|
94
|
+
* 新增出参:FunctionsEn
|
|
241
95
|
|
|
242
|
-
改善已有的文档。
|
|
243
96
|
|
|
244
97
|
修改数据结构:
|
|
245
98
|
|
|
246
|
-
* [
|
|
247
|
-
|
|
248
|
-
* <font color="#dd0000">**修改成员**:</font>Vip, Vport, WanDomain, WanPort, NetType, UniqSubnetId, UniqVpcId, Description, WanIP, WanStatus, InstanceGroupId
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
|
|
254
|
-
|
|
255
|
-
### 第 34 次发布
|
|
256
|
-
|
|
257
|
-
发布时间:2024-10-31 01:29:04
|
|
258
|
-
|
|
259
|
-
本次发布包含了以下内容:
|
|
260
|
-
|
|
261
|
-
改善已有的文档。
|
|
262
|
-
|
|
263
|
-
修改接口:
|
|
264
|
-
|
|
265
|
-
* [DescribeAcls](https://cloud.tencent.com/document/api/1025/74409)
|
|
266
|
-
|
|
267
|
-
* 新增入参:Filters
|
|
268
|
-
|
|
269
|
-
* [DescribeCmdTemplates](https://cloud.tencent.com/document/api/1025/86962)
|
|
99
|
+
* [MachineExtraInfo](https://cloud.tencent.com/document/api/296/19867#MachineExtraInfo)
|
|
270
100
|
|
|
271
|
-
*
|
|
101
|
+
* <font color="#dd0000">**修改成员**:</font>WanIP, PrivateIP, NetworkType, NetworkName, InstanceID, HostName
|
|
272
102
|
|
|
273
|
-
* [
|
|
103
|
+
* [ProtectEventLists](https://cloud.tencent.com/document/api/296/19867#ProtectEventLists)
|
|
274
104
|
|
|
275
|
-
*
|
|
105
|
+
* <font color="#dd0000">**修改成员**:</font>HostName, HostIp, EventDir, EventType, EventStatus, CreateTime, RestoreTime, Id, FileType, MachineExtraInfo, Quuid
|
|
276
106
|
|
|
107
|
+
* [ScreenMachine](https://cloud.tencent.com/document/api/296/19867#ScreenMachine)
|
|
277
108
|
|
|
278
|
-
|
|
109
|
+
* <font color="#dd0000">**修改成员**:</font>MachineName, MachineOs, Uuid, MachineStatus, Quuid, VulNum, MachineIp, MachineWanIp, BaselineNum, CyberAttackNum, SecurityStatus, InvasionNum, MachineType, CpuLoad, CpuSize, DiskLoad, DiskSize, MemLoad, MemSize, CoreVersion, MachineExtraInfo
|
|
279
110
|
|
|
280
|
-
* [
|
|
111
|
+
* [TopInfo](https://cloud.tencent.com/document/api/296/19867#TopInfo)
|
|
281
112
|
|
|
282
|
-
*
|
|
113
|
+
* <font color="#dd0000">**修改成员**:</font>Value, Count
|
|
283
114
|
|
|
284
115
|
|
|
285
116
|
|
|
286
117
|
|
|
287
|
-
##
|
|
118
|
+
## 小程序安全(mmps) 版本:2020-07-10
|
|
288
119
|
|
|
289
|
-
### 第
|
|
120
|
+
### 第 9 次发布
|
|
290
121
|
|
|
291
|
-
发布时间:2024-
|
|
122
|
+
发布时间:2024-11-04 01:47:36
|
|
292
123
|
|
|
293
124
|
本次发布包含了以下内容:
|
|
294
125
|
|
|
295
126
|
改善已有的文档。
|
|
296
127
|
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
* [CreateDeviceVirtualGroup](https://cloud.tencent.com/document/api/1092/112071)
|
|
300
|
-
|
|
301
|
-
修改接口:
|
|
302
|
-
|
|
303
|
-
* [DescribeAccountGroups](https://cloud.tencent.com/document/api/1092/107711)
|
|
304
|
-
|
|
305
|
-
* <font color="#dd0000">**修改出参**:</font>Data
|
|
306
|
-
|
|
307
|
-
* [DescribeDevices](https://cloud.tencent.com/document/api/1092/102467)
|
|
308
|
-
|
|
309
|
-
* 新增入参:GroupIds
|
|
128
|
+
修改数据结构:
|
|
310
129
|
|
|
130
|
+
* [AppTaskData](https://cloud.tencent.com/document/api/1223/75143#AppTaskData)
|
|
311
131
|
|
|
312
|
-
|
|
132
|
+
* <font color="#dd0000">**修改成员**:</font>ContactName
|
|
313
133
|
|
|
314
|
-
* [ComplexRule](https://cloud.tencent.com/document/api/1092/102488#ComplexRule)
|
|
315
|
-
* [CreateDeviceVirtualGroupRspData](https://cloud.tencent.com/document/api/1092/102488#CreateDeviceVirtualGroupRspData)
|
|
316
|
-
* [RuleExpression](https://cloud.tencent.com/document/api/1092/102488#RuleExpression)
|
|
317
|
-
* [RuleItem](https://cloud.tencent.com/document/api/1092/102488#RuleItem)
|
|
318
|
-
* [SimpleRule](https://cloud.tencent.com/document/api/1092/102488#SimpleRule)
|
|
319
134
|
|
|
320
135
|
|
|
321
136
|
|
|
322
|
-
##
|
|
137
|
+
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
323
138
|
|
|
324
|
-
### 第
|
|
139
|
+
### 第 30 次发布
|
|
325
140
|
|
|
326
|
-
发布时间:2024-
|
|
141
|
+
发布时间:2024-11-04 01:51:07
|
|
327
142
|
|
|
328
143
|
本次发布包含了以下内容:
|
|
329
144
|
|
|
@@ -331,143 +146,63 @@
|
|
|
331
146
|
|
|
332
147
|
修改数据结构:
|
|
333
148
|
|
|
334
|
-
* [
|
|
335
|
-
|
|
336
|
-
* <font color="#dd0000">**修改成员**:</font>Code, Message, TaskId, TaskOrderId, TaskCode, TaskCoinNumber, TaskType, TotalCoin, Attach, DoneTimes, TotalTimes, TaskName, GrowScore
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
## 凭据管理系统(ssm) 版本:2019-09-23
|
|
342
|
-
|
|
343
|
-
### 第 11 次发布
|
|
344
|
-
|
|
345
|
-
发布时间:2024-10-31 02:04:56
|
|
346
|
-
|
|
347
|
-
本次发布包含了以下内容:
|
|
348
|
-
|
|
349
|
-
改善已有的文档。
|
|
350
|
-
|
|
351
|
-
修改接口:
|
|
149
|
+
* [NormPart](https://cloud.tencent.com/document/api/1314/56230#NormPart)
|
|
352
150
|
|
|
353
|
-
*
|
|
151
|
+
* 新增成员:PartDetailList
|
|
354
152
|
|
|
355
|
-
*
|
|
153
|
+
* <font color="#dd0000">**修改成员**:</font>Part, PartDirection, Tissue, TissueDirection, Upper, PartDetail
|
|
356
154
|
|
|
357
155
|
|
|
358
156
|
|
|
359
157
|
|
|
360
|
-
##
|
|
158
|
+
## 移动应用安全(ms) 版本:2018-04-08
|
|
361
159
|
|
|
362
|
-
### 第
|
|
160
|
+
### 第 22 次发布
|
|
363
161
|
|
|
364
|
-
发布时间:2024-
|
|
162
|
+
发布时间:2024-11-02 17:57:07
|
|
365
163
|
|
|
366
164
|
本次发布包含了以下内容:
|
|
367
165
|
|
|
368
166
|
改善已有的文档。
|
|
369
167
|
|
|
370
|
-
修改接口:
|
|
371
|
-
|
|
372
|
-
* [CreateComponentExportJob](https://cloud.tencent.com/document/api/1285/81636)
|
|
373
|
-
|
|
374
|
-
* <font color="#dd0000">**修改入参**:</font>ExportField
|
|
375
|
-
|
|
376
|
-
* [DescribeAgentDaemonSetCmd](https://cloud.tencent.com/document/api/1285/81685)
|
|
377
|
-
|
|
378
|
-
* 新增出参:URL, FileContent
|
|
379
|
-
|
|
380
|
-
* [DescribeAgentInstallCommand](https://cloud.tencent.com/document/api/1285/81684)
|
|
381
|
-
|
|
382
|
-
* 新增入参:Vip
|
|
383
|
-
|
|
384
|
-
* 新增出参:ARMCommand
|
|
385
|
-
|
|
386
|
-
* [DescribeClusterDetail](https://cloud.tencent.com/document/api/1285/65448)
|
|
387
|
-
|
|
388
|
-
* 新增出参:ClusterSubStatus
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
新增数据结构:
|
|
392
|
-
|
|
393
|
-
* [ImageRegistryInfo](https://cloud.tencent.com/document/api/1285/65614#ImageRegistryInfo)
|
|
394
|
-
|
|
395
168
|
修改数据结构:
|
|
396
169
|
|
|
397
|
-
* [
|
|
398
|
-
|
|
399
|
-
* <font color="#dd0000">**修改成员**:</font>ClusterID, NodeType, PodName, PodIP, NodeUniqueID, PublicIP, NodeName, NodeID, HostID, HostIP, ClusterName
|
|
400
|
-
|
|
401
|
-
* [AccessControlEventInfo](https://cloud.tencent.com/document/api/1285/65614#AccessControlEventInfo)
|
|
402
|
-
|
|
403
|
-
* <font color="#dd0000">**修改成员**:</font>NodeName, PodName, PodIP, NodeType, ClusterID, NodeUniqueID, PublicIP, NodeID, HostID, HostIP, ClusterName
|
|
404
|
-
|
|
405
|
-
* [AssetClusterListItem](https://cloud.tencent.com/document/api/1285/65614#AssetClusterListItem)
|
|
406
|
-
|
|
407
|
-
* <font color="#dd0000">**修改成员**:</font>ClusterVersion, MemLimit, CpuLimit
|
|
408
|
-
|
|
409
|
-
* [ClsTopicInfo](https://cloud.tencent.com/document/api/1285/65614#ClsTopicInfo)
|
|
410
|
-
|
|
411
|
-
* <font color="#dd0000">**修改成员**:</font>TopicID, TopicName
|
|
412
|
-
|
|
413
|
-
* [ClusterInfoItem](https://cloud.tencent.com/document/api/1285/65614#ClusterInfoItem)
|
|
414
|
-
|
|
415
|
-
* 新增成员:ClusterSubStatus, ClusterAuditStatus, ClusterAuditFailedInfo
|
|
416
|
-
|
|
417
|
-
* [ComplianceAffectedAsset](https://cloud.tencent.com/document/api/1285/65614#ComplianceAffectedAsset)
|
|
418
|
-
|
|
419
|
-
* 新增成员:ImageRegistryInfo, ClusterID, ClusterName
|
|
420
|
-
|
|
421
|
-
* [ComplianceAssetInfo](https://cloud.tencent.com/document/api/1285/65614#ComplianceAssetInfo)
|
|
422
|
-
|
|
423
|
-
* 新增成员:ImageRegistryInfo, ClusterID, ClusterName
|
|
424
|
-
|
|
425
|
-
* [EscapeEventInfo](https://cloud.tencent.com/document/api/1285/65614#EscapeEventInfo)
|
|
426
|
-
|
|
427
|
-
* <font color="#dd0000">**修改成员**:</font>ClusterID, NodeType, PodIP, NodeUniqueID, PublicIP, NodeID, HostIP, ClusterName
|
|
428
|
-
|
|
429
|
-
* [ImageSimpleInfo](https://cloud.tencent.com/document/api/1285/65614#ImageSimpleInfo)
|
|
430
|
-
|
|
431
|
-
* 新增成员:HostCnt
|
|
432
|
-
|
|
433
|
-
* [ReverseShellEventInfo](https://cloud.tencent.com/document/api/1285/65614#ReverseShellEventInfo)
|
|
434
|
-
|
|
435
|
-
* 新增成员:ClusterID, NodeType, PodName, PodIP, NodeUniqueID, PublicIP, NodeName, HostID, HostIP, NodeID, ClusterName
|
|
170
|
+
* [AppSetInfo](https://cloud.tencent.com/document/api/283/17759#AppSetInfo)
|
|
436
171
|
|
|
437
|
-
*
|
|
172
|
+
* <font color="#dd0000">**修改成员**:</font>AppUrl
|
|
438
173
|
|
|
439
|
-
|
|
174
|
+
* [AppletResult](https://cloud.tencent.com/document/api/283/17759#AppletResult)
|
|
440
175
|
|
|
441
|
-
*
|
|
176
|
+
* <font color="#dd0000">**修改成员**:</font>ResultId, ResourceId, OrderId, OpUin, EncryptState, EncryptStateDesc, EncryptErrCode, EncryptErrDesc, EncryptErrRef, CreatTime, StartTime, EndTime, CostTime, EncryptPkgUrl, AppletInfo
|
|
442
177
|
|
|
443
|
-
|
|
178
|
+
* [PlanInfo](https://cloud.tencent.com/document/api/283/17759#PlanInfo)
|
|
444
179
|
|
|
445
|
-
*
|
|
180
|
+
* <font color="#dd0000">**修改成员**:</font>SetFile, ApkSizeOpt, Dex, So, Bugly, AntiRepack, Db, SoInfo, AntiVMP, SoType, AntiLogLeak, AntiAssets, AntiScreenshot, AntiSSL, FileSign, AntiRoot, SeperateDex, DexSig, AntiQemuRoot
|
|
446
181
|
|
|
447
|
-
|
|
182
|
+
* [ResultListItem](https://cloud.tencent.com/document/api/283/17759#ResultListItem)
|
|
448
183
|
|
|
449
|
-
*
|
|
184
|
+
* 新增成员:ErrNo
|
|
450
185
|
|
|
451
|
-
|
|
186
|
+
* [SDKResult](https://cloud.tencent.com/document/api/283/17759#SDKResult)
|
|
452
187
|
|
|
453
|
-
*
|
|
188
|
+
* <font color="#dd0000">**修改成员**:</font>ResultId
|
|
454
189
|
|
|
455
|
-
|
|
190
|
+
* [ShieldInfo](https://cloud.tencent.com/document/api/283/17759#ShieldInfo)
|
|
456
191
|
|
|
457
|
-
* <font color="#dd0000">**修改成员**:</font>
|
|
192
|
+
* <font color="#dd0000">**修改成员**:</font>ShieldSize, ShieldMd5, AppUrl
|
|
458
193
|
|
|
459
|
-
* [
|
|
194
|
+
* [SoInfo](https://cloud.tencent.com/document/api/283/17759#SoInfo)
|
|
460
195
|
|
|
461
|
-
*
|
|
196
|
+
* <font color="#dd0000">**修改成员**:</font>SoFileNames
|
|
462
197
|
|
|
463
198
|
|
|
464
199
|
|
|
465
200
|
|
|
466
|
-
##
|
|
201
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
467
202
|
|
|
468
|
-
### 第
|
|
203
|
+
### 第 100 次发布
|
|
469
204
|
|
|
470
|
-
发布时间:2024-
|
|
205
|
+
发布时间:2024-11-04 02:20:49
|
|
471
206
|
|
|
472
207
|
本次发布包含了以下内容:
|
|
473
208
|
|
|
@@ -475,142 +210,51 @@
|
|
|
475
210
|
|
|
476
211
|
修改接口:
|
|
477
212
|
|
|
478
|
-
* [
|
|
479
|
-
|
|
480
|
-
* <font color="#dd0000">**修改入参**:</font>Autoscaler
|
|
481
|
-
|
|
482
|
-
* [CreateApplicationService](https://cloud.tencent.com/document/api/1371/81051)
|
|
483
|
-
|
|
484
|
-
* <font color="#dd0000">**修改入参**:</font>Service
|
|
485
|
-
|
|
486
|
-
* [CreateConfigData](https://cloud.tencent.com/document/api/1371/78337)
|
|
487
|
-
|
|
488
|
-
* <font color="#dd0000">**修改入参**:</font>Data
|
|
489
|
-
|
|
490
|
-
* [CreateLogConfig](https://cloud.tencent.com/document/api/1371/78465)
|
|
491
|
-
|
|
492
|
-
* <font color="#dd0000">**修改入参**:</font>ApplicationId
|
|
493
|
-
|
|
494
|
-
* [DeleteApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78340)
|
|
495
|
-
|
|
496
|
-
* <font color="#dd0000">**修改入参**:</font>AutoscalerId
|
|
497
|
-
|
|
498
|
-
* [DeleteApplicationService](https://cloud.tencent.com/document/api/1371/81050)
|
|
499
|
-
|
|
500
|
-
* <font color="#dd0000">**修改入参**:</font>ApplicationId, EnvironmentId, ServiceName
|
|
501
|
-
|
|
502
|
-
* [DescribeApplicationsStatus](https://cloud.tencent.com/document/api/1371/75754)
|
|
503
|
-
|
|
504
|
-
* <font color="#dd0000">**修改入参**:</font>EnvironmentId
|
|
505
|
-
|
|
506
|
-
* [DescribeDeployApplicationDetail](https://cloud.tencent.com/document/api/1371/60154)
|
|
507
|
-
|
|
508
|
-
* <font color="#dd0000">**修改入参**:</font>ApplicationId, EnvironmentId
|
|
509
|
-
|
|
510
|
-
* [DescribeIngresses](https://cloud.tencent.com/document/api/1371/60168)
|
|
511
|
-
|
|
512
|
-
* <font color="#dd0000">**修改入参**:</font>EnvironmentId, ClusterNamespace
|
|
513
|
-
|
|
514
|
-
* [DescribeLogConfig](https://cloud.tencent.com/document/api/1371/78470)
|
|
515
|
-
|
|
516
|
-
* <font color="#dd0000">**修改入参**:</font>ApplicationId
|
|
517
|
-
|
|
518
|
-
* [DescribeRelatedIngresses](https://cloud.tencent.com/document/api/1371/60167)
|
|
519
|
-
|
|
520
|
-
* <font color="#dd0000">**修改入参**:</font>EnvironmentId, ClusterNamespace, ApplicationId
|
|
521
|
-
|
|
522
|
-
* [DisableApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78955)
|
|
523
|
-
|
|
524
|
-
* <font color="#dd0000">**修改入参**:</font>AutoscalerId
|
|
525
|
-
|
|
526
|
-
* [EnableApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78954)
|
|
527
|
-
|
|
528
|
-
* <font color="#dd0000">**修改入参**:</font>AutoscalerId
|
|
529
|
-
|
|
530
|
-
* [ModifyApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78338)
|
|
531
|
-
|
|
532
|
-
* <font color="#dd0000">**修改入参**:</font>AutoscalerId, Autoscaler
|
|
533
|
-
|
|
534
|
-
* [ModifyConfigData](https://cloud.tencent.com/document/api/1371/78333)
|
|
535
|
-
|
|
536
|
-
* <font color="#dd0000">**修改入参**:</font>Data
|
|
537
|
-
|
|
538
|
-
* [ModifyLogConfig](https://cloud.tencent.com/document/api/1371/78467)
|
|
539
|
-
|
|
540
|
-
* <font color="#dd0000">**修改入参**:</font>Data, ApplicationId
|
|
541
|
-
|
|
542
|
-
* [RestartApplication](https://cloud.tencent.com/document/api/1371/66685)
|
|
543
|
-
|
|
544
|
-
* <font color="#dd0000">**修改入参**:</font>EnvironmentId
|
|
545
|
-
|
|
546
|
-
* [ResumeDeployApplication](https://cloud.tencent.com/document/api/1371/60153)
|
|
547
|
-
|
|
548
|
-
* <font color="#dd0000">**修改入参**:</font>ApplicationId, EnvironmentId
|
|
549
|
-
|
|
550
|
-
* [RevertDeployApplication](https://cloud.tencent.com/document/api/1371/60152)
|
|
551
|
-
|
|
552
|
-
* <font color="#dd0000">**修改入参**:</font>ApplicationId, EnvironmentId
|
|
553
|
-
|
|
554
|
-
* [StopApplication](https://cloud.tencent.com/document/api/1371/66684)
|
|
555
|
-
|
|
556
|
-
* <font color="#dd0000">**修改入参**:</font>EnvironmentId
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
修改数据结构:
|
|
560
|
-
|
|
561
|
-
* [IngressInfo](https://cloud.tencent.com/document/api/1371/60171#IngressInfo)
|
|
562
|
-
|
|
563
|
-
* <font color="#dd0000">**修改成员**:</font>ClbId
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
## 弹性微服务(tem) 版本:2020-12-21
|
|
569
|
-
|
|
213
|
+
* [ModifyWafThreatenIntelligence](https://cloud.tencent.com/document/api/627/72637)
|
|
570
214
|
|
|
215
|
+
* <font color="#dd0000">**修改出参**:</font>WafThreatenIntelligenceDetails
|
|
571
216
|
|
|
572
|
-
## 微服务引擎(tse) 版本:2020-12-07
|
|
573
217
|
|
|
574
|
-
### 第
|
|
218
|
+
### 第 99 次发布
|
|
575
219
|
|
|
576
|
-
发布时间:2024-
|
|
220
|
+
发布时间:2024-11-01 12:02:47
|
|
577
221
|
|
|
578
222
|
本次发布包含了以下内容:
|
|
579
223
|
|
|
580
224
|
改善已有的文档。
|
|
581
225
|
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
* [RestartSREInstance](https://cloud.tencent.com/document/api/1364/112085)
|
|
585
|
-
|
|
226
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
586
227
|
|
|
228
|
+
* DeleteDownloadRecord
|
|
587
229
|
|
|
588
|
-
|
|
230
|
+
修改接口:
|
|
589
231
|
|
|
590
|
-
|
|
232
|
+
* [CreateIpAccessControl](https://cloud.tencent.com/document/api/627/105915)
|
|
591
233
|
|
|
592
|
-
|
|
234
|
+
* <font color="#dd0000">**修改入参**:</font>ValidTS
|
|
593
235
|
|
|
594
|
-
|
|
236
|
+
* [ModifyIpAccessControl](https://cloud.tencent.com/document/api/627/105912)
|
|
595
237
|
|
|
596
|
-
|
|
238
|
+
* <font color="#dd0000">**修改入参**:</font>ValidTS
|
|
597
239
|
|
|
598
|
-
|
|
240
|
+
* [ModifySpartaProtectionMode](https://cloud.tencent.com/document/api/627/96930)
|
|
599
241
|
|
|
600
|
-
*
|
|
242
|
+
* 新增入参:InstanceID
|
|
601
243
|
|
|
602
|
-
|
|
244
|
+
* [SearchAccessLog](https://cloud.tencent.com/document/api/627/60012)
|
|
603
245
|
|
|
604
246
|
|
|
605
247
|
修改数据结构:
|
|
606
248
|
|
|
607
|
-
* [
|
|
249
|
+
* [QpsData](https://cloud.tencent.com/document/api/627/53609#QpsData)
|
|
608
250
|
|
|
609
|
-
* <font color="#dd0000">**修改成员**:</font>
|
|
251
|
+
* <font color="#dd0000">**修改成员**:</font>ElasticBillingDefault, ElasticBillingMin, ElasticBillingMax, QPSExtendMax, QPSExtendIntlMax
|
|
610
252
|
|
|
611
|
-
* [
|
|
253
|
+
* [VipInfo](https://cloud.tencent.com/document/api/627/53609#VipInfo)
|
|
612
254
|
|
|
613
|
-
* 新增成员:
|
|
255
|
+
* 新增成员:InstanceCreateTime, Region, RegionId, ISP, VipType, AddressName
|
|
256
|
+
|
|
257
|
+
* <font color="#dd0000">**修改成员**:</font>Vip, InstanceId
|
|
614
258
|
|
|
615
259
|
|
|
616
260
|
|
|
@@ -5800,6 +5444,21 @@
|
|
|
5800
5444
|
|
|
5801
5445
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
5802
5446
|
|
|
5447
|
+
### 第 75 次发布
|
|
5448
|
+
|
|
5449
|
+
发布时间:2024-11-01 01:05:15
|
|
5450
|
+
|
|
5451
|
+
本次发布包含了以下内容:
|
|
5452
|
+
|
|
5453
|
+
改善已有的文档。
|
|
5454
|
+
|
|
5455
|
+
修改数据结构:
|
|
5456
|
+
|
|
5457
|
+
* [RollingUpdateSettings](https://cloud.tencent.com/document/api/377/20453#RollingUpdateSettings)
|
|
5458
|
+
|
|
5459
|
+
* 新增成员:MaxSurge
|
|
5460
|
+
|
|
5461
|
+
|
|
5803
5462
|
### 第 74 次发布
|
|
5804
5463
|
|
|
5805
5464
|
发布时间:2024-09-30 01:07:57
|
|
@@ -16513,6 +16172,21 @@
|
|
|
16513
16172
|
|
|
16514
16173
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
16515
16174
|
|
|
16175
|
+
### 第 80 次发布
|
|
16176
|
+
|
|
16177
|
+
发布时间:2024-11-01 01:10:08
|
|
16178
|
+
|
|
16179
|
+
本次发布包含了以下内容:
|
|
16180
|
+
|
|
16181
|
+
改善已有的文档。
|
|
16182
|
+
|
|
16183
|
+
修改数据结构:
|
|
16184
|
+
|
|
16185
|
+
* [CarrierPrivilegeNumberApplicant](https://cloud.tencent.com/document/api/679/47715#CarrierPrivilegeNumberApplicant)
|
|
16186
|
+
|
|
16187
|
+
* <font color="#dd0000">**修改成员**:</font>SdkAppId, ApplicantId, Callers, Callees, Description, State, CreateTime, UpdateTime
|
|
16188
|
+
|
|
16189
|
+
|
|
16516
16190
|
### 第 79 次发布
|
|
16517
16191
|
|
|
16518
16192
|
发布时间:2024-10-28 01:14:26
|
|
@@ -26686,6 +26360,63 @@
|
|
|
26686
26360
|
|
|
26687
26361
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
26688
26362
|
|
|
26363
|
+
### 第 73 次发布
|
|
26364
|
+
|
|
26365
|
+
发布时间:2024-11-03 18:15:52
|
|
26366
|
+
|
|
26367
|
+
本次发布包含了以下内容:
|
|
26368
|
+
|
|
26369
|
+
改善已有的文档。
|
|
26370
|
+
|
|
26371
|
+
修改数据结构:
|
|
26372
|
+
|
|
26373
|
+
* [SecurityGroupSimplifyRule](https://cloud.tencent.com/document/api/1132/49071#SecurityGroupSimplifyRule)
|
|
26374
|
+
|
|
26375
|
+
* <font color="#dd0000">**修改成员**:</font>Protocol, RuleUuid, Sequence
|
|
26376
|
+
|
|
26377
|
+
|
|
26378
|
+
### 第 72 次发布
|
|
26379
|
+
|
|
26380
|
+
发布时间:2024-11-03 18:07:13
|
|
26381
|
+
|
|
26382
|
+
本次发布包含了以下内容:
|
|
26383
|
+
|
|
26384
|
+
改善已有的文档。
|
|
26385
|
+
|
|
26386
|
+
修改接口:
|
|
26387
|
+
|
|
26388
|
+
* [RemoveVpcAcRule](https://cloud.tencent.com/document/api/1132/97837)
|
|
26389
|
+
|
|
26390
|
+
* 新增入参:IpVersion
|
|
26391
|
+
|
|
26392
|
+
|
|
26393
|
+
修改数据结构:
|
|
26394
|
+
|
|
26395
|
+
* [FwGroupSwitchShow](https://cloud.tencent.com/document/api/1132/49071#FwGroupSwitchShow)
|
|
26396
|
+
|
|
26397
|
+
* 新增成员:IpVersion
|
|
26398
|
+
|
|
26399
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1132/49071#InstanceInfo)
|
|
26400
|
+
|
|
26401
|
+
* <font color="#dd0000">**修改成员**:</font>RegionKey, Server
|
|
26402
|
+
|
|
26403
|
+
* [NetInstancesInfo](https://cloud.tencent.com/document/api/1132/49071#NetInstancesInfo)
|
|
26404
|
+
|
|
26405
|
+
* <font color="#dd0000">**修改成员**:</font>InstanceName, InstanceCidr, Region
|
|
26406
|
+
|
|
26407
|
+
* [VpcDnsInfo](https://cloud.tencent.com/document/api/1132/49071#VpcDnsInfo)
|
|
26408
|
+
|
|
26409
|
+
* <font color="#dd0000">**修改成员**:</font>ProtectedStatus, SupportDNSFW
|
|
26410
|
+
|
|
26411
|
+
* [VpcFwInstanceShow](https://cloud.tencent.com/document/api/1132/49071#VpcFwInstanceShow)
|
|
26412
|
+
|
|
26413
|
+
* <font color="#dd0000">**修改成员**:</font>FwInsId, FwInsName, FwInsRegion
|
|
26414
|
+
|
|
26415
|
+
* [VpcRuleItem](https://cloud.tencent.com/document/api/1132/49071#VpcRuleItem)
|
|
26416
|
+
|
|
26417
|
+
* 新增成员:Invalid
|
|
26418
|
+
|
|
26419
|
+
|
|
26689
26420
|
### 第 71 次发布
|
|
26690
26421
|
|
|
26691
26422
|
发布时间:2024-10-30 15:47:20
|
|
@@ -40826,7 +40557,7 @@
|
|
|
40826
40557
|
|
|
40827
40558
|
新增数据结构:
|
|
40828
40559
|
|
|
40829
|
-
* [
|
|
40560
|
+
* [ProductSupport](https://cloud.tencent.com/document/api/664/90825#ProductSupport)
|
|
40830
40561
|
|
|
40831
40562
|
修改数据结构:
|
|
40832
40563
|
|
|
@@ -44451,6 +44182,56 @@
|
|
|
44451
44182
|
|
|
44452
44183
|
## 主机安全(cwp) 版本:2018-02-28
|
|
44453
44184
|
|
|
44185
|
+
### 第 131 次发布
|
|
44186
|
+
|
|
44187
|
+
发布时间:2024-11-04 01:19:50
|
|
44188
|
+
|
|
44189
|
+
本次发布包含了以下内容:
|
|
44190
|
+
|
|
44191
|
+
改善已有的文档。
|
|
44192
|
+
|
|
44193
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
44194
|
+
|
|
44195
|
+
* DescribeComponentStatistics
|
|
44196
|
+
|
|
44197
|
+
修改接口:
|
|
44198
|
+
|
|
44199
|
+
* [DeleteMalwares](https://cloud.tencent.com/document/api/296/19839)
|
|
44200
|
+
|
|
44201
|
+
* 新增入参:All
|
|
44202
|
+
|
|
44203
|
+
* <font color="#dd0000">**修改入参**:</font>Ids
|
|
44204
|
+
|
|
44205
|
+
* [DeletePrivilegeEvents](https://cloud.tencent.com/document/api/296/39598)
|
|
44206
|
+
|
|
44207
|
+
* 新增入参:All
|
|
44208
|
+
|
|
44209
|
+
* <font color="#dd0000">**修改入参**:</font>Ids
|
|
44210
|
+
|
|
44211
|
+
* [DescribeLicense](https://cloud.tencent.com/document/api/296/99537)
|
|
44212
|
+
|
|
44213
|
+
* 新增出参:FunctionsEn
|
|
44214
|
+
|
|
44215
|
+
|
|
44216
|
+
修改数据结构:
|
|
44217
|
+
|
|
44218
|
+
* [MachineExtraInfo](https://cloud.tencent.com/document/api/296/19867#MachineExtraInfo)
|
|
44219
|
+
|
|
44220
|
+
* <font color="#dd0000">**修改成员**:</font>WanIP, PrivateIP, NetworkType, NetworkName, InstanceID, HostName
|
|
44221
|
+
|
|
44222
|
+
* [ProtectEventLists](https://cloud.tencent.com/document/api/296/19867#ProtectEventLists)
|
|
44223
|
+
|
|
44224
|
+
* <font color="#dd0000">**修改成员**:</font>HostName, HostIp, EventDir, EventType, EventStatus, CreateTime, RestoreTime, Id, FileType, MachineExtraInfo, Quuid
|
|
44225
|
+
|
|
44226
|
+
* [ScreenMachine](https://cloud.tencent.com/document/api/296/19867#ScreenMachine)
|
|
44227
|
+
|
|
44228
|
+
* <font color="#dd0000">**修改成员**:</font>MachineName, MachineOs, Uuid, MachineStatus, Quuid, VulNum, MachineIp, MachineWanIp, BaselineNum, CyberAttackNum, SecurityStatus, InvasionNum, MachineType, CpuLoad, CpuSize, DiskLoad, DiskSize, MemLoad, MemSize, CoreVersion, MachineExtraInfo
|
|
44229
|
+
|
|
44230
|
+
* [TopInfo](https://cloud.tencent.com/document/api/296/19867#TopInfo)
|
|
44231
|
+
|
|
44232
|
+
* <font color="#dd0000">**修改成员**:</font>Value, Count
|
|
44233
|
+
|
|
44234
|
+
|
|
44454
44235
|
### 第 130 次发布
|
|
44455
44236
|
|
|
44456
44237
|
发布时间:2024-10-30 21:51:23
|
|
@@ -80257,6 +80038,21 @@
|
|
|
80257
80038
|
|
|
80258
80039
|
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
80259
80040
|
|
|
80041
|
+
### 第 21 次发布
|
|
80042
|
+
|
|
80043
|
+
发布时间:2024-11-01 01:37:47
|
|
80044
|
+
|
|
80045
|
+
本次发布包含了以下内容:
|
|
80046
|
+
|
|
80047
|
+
改善已有的文档。
|
|
80048
|
+
|
|
80049
|
+
修改接口:
|
|
80050
|
+
|
|
80051
|
+
* [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
|
|
80052
|
+
|
|
80053
|
+
* 新增入参:Seed
|
|
80054
|
+
|
|
80055
|
+
|
|
80260
80056
|
### 第 20 次发布
|
|
80261
80057
|
|
|
80262
80058
|
发布时间:2024-10-17 01:20:28
|
|
@@ -82451,7 +82247,7 @@
|
|
|
82451
82247
|
|
|
82452
82248
|
新增接口:
|
|
82453
82249
|
|
|
82454
|
-
* [
|
|
82250
|
+
* [CreateDeviceVirtualGroup](https://cloud.tencent.com/document/api/1092/112071)
|
|
82455
82251
|
|
|
82456
82252
|
修改接口:
|
|
82457
82253
|
|
|
@@ -82466,11 +82262,11 @@
|
|
|
82466
82262
|
|
|
82467
82263
|
新增数据结构:
|
|
82468
82264
|
|
|
82469
|
-
* [
|
|
82470
|
-
* [
|
|
82471
|
-
* [
|
|
82472
|
-
* [
|
|
82473
|
-
* [
|
|
82265
|
+
* [ComplexRule](https://cloud.tencent.com/document/api/1092/102488#ComplexRule)
|
|
82266
|
+
* [CreateDeviceVirtualGroupRspData](https://cloud.tencent.com/document/api/1092/102488#CreateDeviceVirtualGroupRspData)
|
|
82267
|
+
* [RuleExpression](https://cloud.tencent.com/document/api/1092/102488#RuleExpression)
|
|
82268
|
+
* [RuleItem](https://cloud.tencent.com/document/api/1092/102488#RuleItem)
|
|
82269
|
+
* [SimpleRule](https://cloud.tencent.com/document/api/1092/102488#SimpleRule)
|
|
82474
82270
|
|
|
82475
82271
|
### 第 7 次发布
|
|
82476
82272
|
|
|
@@ -85496,6 +85292,25 @@
|
|
|
85496
85292
|
|
|
85497
85293
|
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
85498
85294
|
|
|
85295
|
+
### 第 25 次发布
|
|
85296
|
+
|
|
85297
|
+
发布时间:2024-11-01 01:40:39
|
|
85298
|
+
|
|
85299
|
+
本次发布包含了以下内容:
|
|
85300
|
+
|
|
85301
|
+
改善已有的文档。
|
|
85302
|
+
|
|
85303
|
+
新增接口:
|
|
85304
|
+
|
|
85305
|
+
* [CreateUploadTest](https://cloud.tencent.com/document/api/1131/42381)
|
|
85306
|
+
* [RenewUploadTest](https://cloud.tencent.com/document/api/1131/42373)
|
|
85307
|
+
|
|
85308
|
+
新增数据结构:
|
|
85309
|
+
|
|
85310
|
+
* [CertificateInfo](https://cloud.tencent.com/document/api/1131/42400#CertificateInfo)
|
|
85311
|
+
* [CosCertificate](https://cloud.tencent.com/document/api/1131/42400#CosCertificate)
|
|
85312
|
+
* [RenewCertificate](https://cloud.tencent.com/document/api/1131/42400#RenewCertificate)
|
|
85313
|
+
|
|
85499
85314
|
### 第 24 次发布
|
|
85500
85315
|
|
|
85501
85316
|
发布时间:2021-06-09 08:01:59
|
|
@@ -96604,6 +96419,21 @@
|
|
|
96604
96419
|
|
|
96605
96420
|
## 小程序安全(mmps) 版本:2020-07-10
|
|
96606
96421
|
|
|
96422
|
+
### 第 9 次发布
|
|
96423
|
+
|
|
96424
|
+
发布时间:2024-11-04 01:47:36
|
|
96425
|
+
|
|
96426
|
+
本次发布包含了以下内容:
|
|
96427
|
+
|
|
96428
|
+
改善已有的文档。
|
|
96429
|
+
|
|
96430
|
+
修改数据结构:
|
|
96431
|
+
|
|
96432
|
+
* [AppTaskData](https://cloud.tencent.com/document/api/1223/75143#AppTaskData)
|
|
96433
|
+
|
|
96434
|
+
* <font color="#dd0000">**修改成员**:</font>ContactName
|
|
96435
|
+
|
|
96436
|
+
|
|
96607
96437
|
### 第 8 次发布
|
|
96608
96438
|
|
|
96609
96439
|
发布时间:2023-01-10 01:33:47
|
|
@@ -103678,6 +103508,23 @@
|
|
|
103678
103508
|
|
|
103679
103509
|
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
103680
103510
|
|
|
103511
|
+
### 第 30 次发布
|
|
103512
|
+
|
|
103513
|
+
发布时间:2024-11-04 01:51:07
|
|
103514
|
+
|
|
103515
|
+
本次发布包含了以下内容:
|
|
103516
|
+
|
|
103517
|
+
改善已有的文档。
|
|
103518
|
+
|
|
103519
|
+
修改数据结构:
|
|
103520
|
+
|
|
103521
|
+
* [NormPart](https://cloud.tencent.com/document/api/1314/56230#NormPart)
|
|
103522
|
+
|
|
103523
|
+
* 新增成员:PartDetailList
|
|
103524
|
+
|
|
103525
|
+
* <font color="#dd0000">**修改成员**:</font>Part, PartDirection, Tissue, TissueDirection, Upper, PartDetail
|
|
103526
|
+
|
|
103527
|
+
|
|
103681
103528
|
### 第 29 次发布
|
|
103682
103529
|
|
|
103683
103530
|
发布时间:2024-10-09 01:25:21
|
|
@@ -104761,6 +104608,45 @@
|
|
|
104761
104608
|
|
|
104762
104609
|
## 移动应用安全(ms) 版本:2018-04-08
|
|
104763
104610
|
|
|
104611
|
+
### 第 22 次发布
|
|
104612
|
+
|
|
104613
|
+
发布时间:2024-11-02 17:57:07
|
|
104614
|
+
|
|
104615
|
+
本次发布包含了以下内容:
|
|
104616
|
+
|
|
104617
|
+
改善已有的文档。
|
|
104618
|
+
|
|
104619
|
+
修改数据结构:
|
|
104620
|
+
|
|
104621
|
+
* [AppSetInfo](https://cloud.tencent.com/document/api/283/17759#AppSetInfo)
|
|
104622
|
+
|
|
104623
|
+
* <font color="#dd0000">**修改成员**:</font>AppUrl
|
|
104624
|
+
|
|
104625
|
+
* [AppletResult](https://cloud.tencent.com/document/api/283/17759#AppletResult)
|
|
104626
|
+
|
|
104627
|
+
* <font color="#dd0000">**修改成员**:</font>ResultId, ResourceId, OrderId, OpUin, EncryptState, EncryptStateDesc, EncryptErrCode, EncryptErrDesc, EncryptErrRef, CreatTime, StartTime, EndTime, CostTime, EncryptPkgUrl, AppletInfo
|
|
104628
|
+
|
|
104629
|
+
* [PlanInfo](https://cloud.tencent.com/document/api/283/17759#PlanInfo)
|
|
104630
|
+
|
|
104631
|
+
* <font color="#dd0000">**修改成员**:</font>SetFile, ApkSizeOpt, Dex, So, Bugly, AntiRepack, Db, SoInfo, AntiVMP, SoType, AntiLogLeak, AntiAssets, AntiScreenshot, AntiSSL, FileSign, AntiRoot, SeperateDex, DexSig, AntiQemuRoot
|
|
104632
|
+
|
|
104633
|
+
* [ResultListItem](https://cloud.tencent.com/document/api/283/17759#ResultListItem)
|
|
104634
|
+
|
|
104635
|
+
* 新增成员:ErrNo
|
|
104636
|
+
|
|
104637
|
+
* [SDKResult](https://cloud.tencent.com/document/api/283/17759#SDKResult)
|
|
104638
|
+
|
|
104639
|
+
* <font color="#dd0000">**修改成员**:</font>ResultId
|
|
104640
|
+
|
|
104641
|
+
* [ShieldInfo](https://cloud.tencent.com/document/api/283/17759#ShieldInfo)
|
|
104642
|
+
|
|
104643
|
+
* <font color="#dd0000">**修改成员**:</font>ShieldSize, ShieldMd5, AppUrl
|
|
104644
|
+
|
|
104645
|
+
* [SoInfo](https://cloud.tencent.com/document/api/283/17759#SoInfo)
|
|
104646
|
+
|
|
104647
|
+
* <font color="#dd0000">**修改成员**:</font>SoFileNames
|
|
104648
|
+
|
|
104649
|
+
|
|
104764
104650
|
### 第 21 次发布
|
|
104765
104651
|
|
|
104766
104652
|
发布时间:2024-08-14 02:10:26
|
|
@@ -112887,6 +112773,26 @@
|
|
|
112887
112773
|
|
|
112888
112774
|
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
112889
112775
|
|
|
112776
|
+
### 第 19 次发布
|
|
112777
|
+
|
|
112778
|
+
发布时间:2024-11-01 01:55:46
|
|
112779
|
+
|
|
112780
|
+
本次发布包含了以下内容:
|
|
112781
|
+
|
|
112782
|
+
改善已有的文档。
|
|
112783
|
+
|
|
112784
|
+
新增接口:
|
|
112785
|
+
|
|
112786
|
+
* [CreateEndPointAndEndPointService](https://cloud.tencent.com/document/api/1338/112109)
|
|
112787
|
+
* [CreateForwardRule](https://cloud.tencent.com/document/api/1338/112108)
|
|
112788
|
+
* [DescribeEndPointList](https://cloud.tencent.com/document/api/1338/112107)
|
|
112789
|
+
* [DescribeForwardRuleList](https://cloud.tencent.com/document/api/1338/112106)
|
|
112790
|
+
|
|
112791
|
+
新增数据结构:
|
|
112792
|
+
|
|
112793
|
+
* [EndPointInfo](https://cloud.tencent.com/document/api/1338/55947#EndPointInfo)
|
|
112794
|
+
* [ForwardRule](https://cloud.tencent.com/document/api/1338/55947#ForwardRule)
|
|
112795
|
+
|
|
112890
112796
|
### 第 18 次发布
|
|
112891
112797
|
|
|
112892
112798
|
发布时间:2024-10-16 01:22:48
|
|
@@ -129406,7 +129312,7 @@
|
|
|
129406
129312
|
|
|
129407
129313
|
新增数据结构:
|
|
129408
129314
|
|
|
129409
|
-
* [
|
|
129315
|
+
* [ImageRegistryInfo](https://cloud.tencent.com/document/api/1285/65614#ImageRegistryInfo)
|
|
129410
129316
|
|
|
129411
129317
|
修改数据结构:
|
|
129412
129318
|
|
|
@@ -135264,6 +135170,28 @@
|
|
|
135264
135170
|
|
|
135265
135171
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
135266
135172
|
|
|
135173
|
+
### 第 46 次发布
|
|
135174
|
+
|
|
135175
|
+
发布时间:2024-11-01 02:08:02
|
|
135176
|
+
|
|
135177
|
+
本次发布包含了以下内容:
|
|
135178
|
+
|
|
135179
|
+
改善已有的文档。
|
|
135180
|
+
|
|
135181
|
+
修改接口:
|
|
135182
|
+
|
|
135183
|
+
* [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
|
|
135184
|
+
|
|
135185
|
+
* <font color="#dd0000">**修改入参**:</font>DeployVersion
|
|
135186
|
+
|
|
135187
|
+
|
|
135188
|
+
修改数据结构:
|
|
135189
|
+
|
|
135190
|
+
* [IngressInfo](https://cloud.tencent.com/document/api/1371/60171#IngressInfo)
|
|
135191
|
+
|
|
135192
|
+
* <font color="#dd0000">**修改成员**:</font>ClusterNamespace
|
|
135193
|
+
|
|
135194
|
+
|
|
135267
135195
|
### 第 45 次发布
|
|
135268
135196
|
|
|
135269
135197
|
发布时间:2024-10-31 02:13:44
|
|
@@ -151981,7 +151909,7 @@
|
|
|
151981
151909
|
|
|
151982
151910
|
新增接口:
|
|
151983
151911
|
|
|
151984
|
-
* [
|
|
151912
|
+
* [RestartSREInstance](https://cloud.tencent.com/document/api/1364/112085)
|
|
151985
151913
|
|
|
151986
151914
|
### 第 77 次发布
|
|
151987
151915
|
|
|
@@ -156940,6 +156868,26 @@
|
|
|
156940
156868
|
|
|
156941
156869
|
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
156942
156870
|
|
|
156871
|
+
### 第 10 次发布
|
|
156872
|
+
|
|
156873
|
+
发布时间:2024-11-01 02:16:42
|
|
156874
|
+
|
|
156875
|
+
本次发布包含了以下内容:
|
|
156876
|
+
|
|
156877
|
+
改善已有的文档。
|
|
156878
|
+
|
|
156879
|
+
修改接口:
|
|
156880
|
+
|
|
156881
|
+
* [SubmitImageAnimateJob](https://cloud.tencent.com/document/api/1616/107784)
|
|
156882
|
+
|
|
156883
|
+
* 新增入参:LogoAdd, LogoParam
|
|
156884
|
+
|
|
156885
|
+
|
|
156886
|
+
新增数据结构:
|
|
156887
|
+
|
|
156888
|
+
* [LogoParam](https://cloud.tencent.com/document/api/1616/107808#LogoParam)
|
|
156889
|
+
* [LogoRect](https://cloud.tencent.com/document/api/1616/107808#LogoRect)
|
|
156890
|
+
|
|
156943
156891
|
### 第 9 次发布
|
|
156944
156892
|
|
|
156945
156893
|
发布时间:2024-10-18 16:42:09
|
|
@@ -167889,6 +167837,63 @@
|
|
|
167889
167837
|
|
|
167890
167838
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
167891
167839
|
|
|
167840
|
+
### 第 100 次发布
|
|
167841
|
+
|
|
167842
|
+
发布时间:2024-11-04 02:20:49
|
|
167843
|
+
|
|
167844
|
+
本次发布包含了以下内容:
|
|
167845
|
+
|
|
167846
|
+
改善已有的文档。
|
|
167847
|
+
|
|
167848
|
+
修改接口:
|
|
167849
|
+
|
|
167850
|
+
* [ModifyWafThreatenIntelligence](https://cloud.tencent.com/document/api/627/72637)
|
|
167851
|
+
|
|
167852
|
+
* <font color="#dd0000">**修改出参**:</font>WafThreatenIntelligenceDetails
|
|
167853
|
+
|
|
167854
|
+
|
|
167855
|
+
### 第 99 次发布
|
|
167856
|
+
|
|
167857
|
+
发布时间:2024-11-01 12:02:47
|
|
167858
|
+
|
|
167859
|
+
本次发布包含了以下内容:
|
|
167860
|
+
|
|
167861
|
+
改善已有的文档。
|
|
167862
|
+
|
|
167863
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
167864
|
+
|
|
167865
|
+
* DeleteDownloadRecord
|
|
167866
|
+
|
|
167867
|
+
修改接口:
|
|
167868
|
+
|
|
167869
|
+
* [CreateIpAccessControl](https://cloud.tencent.com/document/api/627/105915)
|
|
167870
|
+
|
|
167871
|
+
* <font color="#dd0000">**修改入参**:</font>ValidTS
|
|
167872
|
+
|
|
167873
|
+
* [ModifyIpAccessControl](https://cloud.tencent.com/document/api/627/105912)
|
|
167874
|
+
|
|
167875
|
+
* <font color="#dd0000">**修改入参**:</font>ValidTS
|
|
167876
|
+
|
|
167877
|
+
* [ModifySpartaProtectionMode](https://cloud.tencent.com/document/api/627/96930)
|
|
167878
|
+
|
|
167879
|
+
* 新增入参:InstanceID
|
|
167880
|
+
|
|
167881
|
+
* [SearchAccessLog](https://cloud.tencent.com/document/api/627/60012)
|
|
167882
|
+
|
|
167883
|
+
|
|
167884
|
+
修改数据结构:
|
|
167885
|
+
|
|
167886
|
+
* [QpsData](https://cloud.tencent.com/document/api/627/53609#QpsData)
|
|
167887
|
+
|
|
167888
|
+
* <font color="#dd0000">**修改成员**:</font>ElasticBillingDefault, ElasticBillingMin, ElasticBillingMax, QPSExtendMax, QPSExtendIntlMax
|
|
167889
|
+
|
|
167890
|
+
* [VipInfo](https://cloud.tencent.com/document/api/627/53609#VipInfo)
|
|
167891
|
+
|
|
167892
|
+
* 新增成员:InstanceCreateTime, Region, RegionId, ISP, VipType, AddressName
|
|
167893
|
+
|
|
167894
|
+
* <font color="#dd0000">**修改成员**:</font>Vip, InstanceId
|
|
167895
|
+
|
|
167896
|
+
|
|
167892
167897
|
### 第 98 次发布
|
|
167893
167898
|
|
|
167894
167899
|
发布时间:2024-10-25 02:31:29
|
|
@@ -168454,7 +168459,7 @@
|
|
|
168454
168459
|
|
|
168455
168460
|
* 新增入参:Note, UpstreamHost
|
|
168456
168461
|
|
|
168457
|
-
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api
|
|
168462
|
+
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api/627/72648)
|
|
168458
168463
|
|
|
168459
168464
|
* 新增入参:ActionType
|
|
168460
168465
|
|
|
@@ -168572,7 +168577,7 @@
|
|
|
168572
168577
|
|
|
168573
168578
|
* 新增入参:RateLimit
|
|
168574
168579
|
|
|
168575
|
-
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api
|
|
168580
|
+
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)
|
|
168576
168581
|
|
|
168577
168582
|
* 新增出参:Ids
|
|
168578
168583
|
|
|
@@ -168950,7 +168955,7 @@
|
|
|
168950
168955
|
|
|
168951
168956
|
* 新增出参:RuleId
|
|
168952
168957
|
|
|
168953
|
-
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api
|
|
168958
|
+
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api/627/72648)
|
|
168954
168959
|
|
|
168955
168960
|
* 新增入参:IsId
|
|
168956
168961
|
|
|
@@ -168986,7 +168991,7 @@
|
|
|
168986
168991
|
|
|
168987
168992
|
* 新增出参:RuleId
|
|
168988
168993
|
|
|
168989
|
-
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api
|
|
168994
|
+
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)
|
|
168990
168995
|
|
|
168991
168996
|
* 新增入参:InstanceId
|
|
168992
168997
|
|
|
@@ -169853,11 +169858,11 @@
|
|
|
169853
169858
|
|
|
169854
169859
|
* 新增入参:ActiveCheck, TLSVersion, Ciphers, CipherTemplate
|
|
169855
169860
|
|
|
169856
|
-
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api
|
|
169861
|
+
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api/627/72648)
|
|
169857
169862
|
|
|
169858
169863
|
* 新增入参:SourceType
|
|
169859
169864
|
|
|
169860
|
-
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api
|
|
169865
|
+
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)
|
|
169861
169866
|
|
|
169862
169867
|
* 新增入参:SourceType
|
|
169863
169868
|
|
|
@@ -170053,7 +170058,7 @@
|
|
|
170053
170058
|
|
|
170054
170059
|
* [AddDomainWhiteRule](https://cloud.tencent.com/document/api/627/72650)
|
|
170055
170060
|
* [DeleteDomainWhiteRules](https://cloud.tencent.com/document/api/627/72649)
|
|
170056
|
-
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api
|
|
170061
|
+
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api/627/72648)
|
|
170057
170062
|
* [DescribeAutoDenyIP](https://cloud.tencent.com/document/api/627/72647)
|
|
170058
170063
|
* [DescribeDomainWhiteRules](https://cloud.tencent.com/document/api/627/72646)
|
|
170059
170064
|
* [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
|
|
@@ -170065,7 +170070,7 @@
|
|
|
170065
170070
|
* [ModifyWafAutoDenyRules](https://cloud.tencent.com/document/api/627/72639)
|
|
170066
170071
|
* [ModifyWafAutoDenyStatus](https://cloud.tencent.com/document/api/627/72638)
|
|
170067
170072
|
* [ModifyWafThreatenIntelligence](https://cloud.tencent.com/document/api/627/72637)
|
|
170068
|
-
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api
|
|
170073
|
+
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)
|
|
170069
170074
|
|
|
170070
170075
|
新增数据结构:
|
|
170071
170076
|
|