tencentcloud-sdk-nodejs 4.0.964 → 4.0.965
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 +168 -0
- package/SERVICE_CHANGELOG.md +183 -506
- package/package.json +1 -1
- package/products.md +18 -18
- 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_models.ts +2 -2
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/csip/v20221121/csip_models.ts +0 -2
- package/src/services/cwp/v20180228/cwp_models.ts +3 -3
- package/src/services/essbasic/v20210526/essbasic_client.ts +4 -3
- 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/mqtt/v20240516/mqtt_models.ts +2 -2
- package/src/services/privatedns/v20201028/privatedns_client.ts +73 -23
- package/src/services/privatedns/v20201028/privatedns_models.ts +361 -84
- package/src/services/tat/v20201028/tat_models.ts +11 -34
- package/src/services/tem/v20210701/tem_models.ts +12 -12
- package/src/services/vclm/v20240523/vclm_client.ts +11 -9
- package/src/services/vclm/v20240523/vclm_models.ts +252 -192
- 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_models.d.ts +2 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +0 -2
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +3 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +4 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +4 -3
- 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/mqtt/v20240516/mqtt_models.d.ts +2 -2
- 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/tat/v20201028/tat_models.d.ts +11 -34
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +12 -12
- package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +1 -1
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +246 -188
- package/test/iotvideo.v20191126.test.js +26 -6
- package/test/privatedns.v20201028.test.js +44 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,128 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 71 次发布
|
|
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
|
|
39
|
-
|
|
40
|
-
### 第 46 次发布
|
|
41
|
-
|
|
42
|
-
发布时间:2024-10-30 20:52:19
|
|
43
|
-
|
|
44
|
-
本次发布包含了以下内容:
|
|
45
|
-
|
|
46
|
-
改善已有的文档。
|
|
47
|
-
|
|
48
|
-
修改数据结构:
|
|
49
|
-
|
|
50
|
-
* [AssetInfoDetail](https://cloud.tencent.com/document/api/664/90825#AssetInfoDetail)
|
|
51
|
-
|
|
52
|
-
* <font color="#dd0000">**修改成员**:</font>AppID, CVEId, IsScan, InfluenceAsset, NotRepairAsset, NotProtectAsset, TaskId, TaskPercent, TaskTime, ScanTime
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
### 第 45 次发布
|
|
56
|
-
|
|
57
|
-
发布时间:2024-10-30 20:10:52
|
|
58
|
-
|
|
59
|
-
本次发布包含了以下内容:
|
|
60
|
-
|
|
61
|
-
改善已有的文档。
|
|
62
|
-
|
|
63
|
-
修改接口:
|
|
64
|
-
|
|
65
|
-
* [DescribeClusterPodAssets](https://cloud.tencent.com/document/api/664/93512)
|
|
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
|
-
|
|
89
|
-
|
|
90
|
-
新增数据结构:
|
|
91
|
-
|
|
92
|
-
* [ProductSupport](https://cloud.tencent.com/document/api/664/90825#ProductSupport)
|
|
93
|
-
|
|
94
|
-
修改数据结构:
|
|
95
|
-
|
|
96
|
-
* [AssetBaseInfoResponse](https://cloud.tencent.com/document/api/664/90825#AssetBaseInfoResponse)
|
|
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
|
|
3
|
+
## 弹性伸缩(as) 版本:2018-04-19
|
|
122
4
|
|
|
123
|
-
### 第
|
|
5
|
+
### 第 75 次发布
|
|
124
6
|
|
|
125
|
-
发布时间:2024-
|
|
7
|
+
发布时间:2024-11-01 01:05:15
|
|
126
8
|
|
|
127
9
|
本次发布包含了以下内容:
|
|
128
10
|
|
|
@@ -130,112 +12,18 @@
|
|
|
130
12
|
|
|
131
13
|
修改数据结构:
|
|
132
14
|
|
|
133
|
-
* [
|
|
134
|
-
|
|
135
|
-
* <font color="#dd0000">**修改成员**:</font>InstanceName, InstanceState, PrivateIp, PublicIp, Type, Description, CreateTime, RecentFoundTime, Status, ClassLoaderName, SuperClassName, Md5, Interfaces, Annotations, Pid, Exe, Args, ClassName, ClassContent, ClassContentPretty, EventDescription, SecurityAdvice, MachineExtraInfo, MachineState
|
|
136
|
-
|
|
137
|
-
* [RansomDefenseRollbackTask](https://cloud.tencent.com/document/api/296/19867#RansomDefenseRollbackTask)
|
|
138
|
-
|
|
139
|
-
* <font color="#dd0000">**修改成员**:</font>InstanceId
|
|
140
|
-
|
|
141
|
-
* [RansomDefenseStrategyMachineBackupInfo](https://cloud.tencent.com/document/api/296/19867#RansomDefenseStrategyMachineBackupInfo)
|
|
142
|
-
|
|
143
|
-
* <font color="#dd0000">**修改成员**:</font>HostVersion
|
|
144
|
-
|
|
145
|
-
* [VulDefenceEvent](https://cloud.tencent.com/document/api/296/19867#VulDefenceEvent)
|
|
146
|
-
|
|
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
|
-
|
|
149
|
-
* [VulDefenceEventDetail](https://cloud.tencent.com/document/api/296/19867#VulDefenceEventDetail)
|
|
150
|
-
|
|
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
|
-
|
|
153
|
-
|
|
154
|
-
### 第 129 次发布
|
|
155
|
-
|
|
156
|
-
发布时间:2024-10-30 19:37:28
|
|
157
|
-
|
|
158
|
-
本次发布包含了以下内容:
|
|
159
|
-
|
|
160
|
-
改善已有的文档。
|
|
161
|
-
|
|
162
|
-
<font color="#dd0000">**预下线接口**:</font>
|
|
163
|
-
|
|
164
|
-
* DescribeAttackLogs
|
|
165
|
-
|
|
166
|
-
修改接口:
|
|
167
|
-
|
|
168
|
-
* [ModifyLogStorageConfig](https://cloud.tencent.com/document/api/296/91084)
|
|
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)
|
|
15
|
+
* [RollingUpdateSettings](https://cloud.tencent.com/document/api/377/20453#RollingUpdateSettings)
|
|
224
16
|
|
|
225
|
-
*
|
|
17
|
+
* 新增成员:MaxSurge
|
|
226
18
|
|
|
227
|
-
* [VulDefenceRangeDetail](https://cloud.tencent.com/document/api/296/19867#VulDefenceRangeDetail)
|
|
228
|
-
|
|
229
|
-
* 新增成员:Status
|
|
230
19
|
|
|
231
20
|
|
|
232
21
|
|
|
22
|
+
## 云联络中心(ccc) 版本:2020-02-10
|
|
233
23
|
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
### 第 112 次发布
|
|
24
|
+
### 第 80 次发布
|
|
237
25
|
|
|
238
|
-
发布时间:2024-
|
|
26
|
+
发布时间:2024-11-01 01:10:08
|
|
239
27
|
|
|
240
28
|
本次发布包含了以下内容:
|
|
241
29
|
|
|
@@ -243,18 +31,18 @@
|
|
|
243
31
|
|
|
244
32
|
修改数据结构:
|
|
245
33
|
|
|
246
|
-
* [
|
|
34
|
+
* [CarrierPrivilegeNumberApplicant](https://cloud.tencent.com/document/api/679/47715#CarrierPrivilegeNumberApplicant)
|
|
247
35
|
|
|
248
|
-
* <font color="#dd0000">**修改成员**:</font>
|
|
36
|
+
* <font color="#dd0000">**修改成员**:</font>SdkAppId, ApplicantId, Callers, Callees, Description, State, CreateTime, UpdateTime
|
|
249
37
|
|
|
250
38
|
|
|
251
39
|
|
|
252
40
|
|
|
253
|
-
##
|
|
41
|
+
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
254
42
|
|
|
255
|
-
### 第
|
|
43
|
+
### 第 21 次发布
|
|
256
44
|
|
|
257
|
-
发布时间:2024-
|
|
45
|
+
发布时间:2024-11-01 01:37:47
|
|
258
46
|
|
|
259
47
|
本次发布包含了以下内容:
|
|
260
48
|
|
|
@@ -262,33 +50,26 @@
|
|
|
262
50
|
|
|
263
51
|
修改接口:
|
|
264
52
|
|
|
265
|
-
* [
|
|
266
|
-
|
|
267
|
-
* 新增入参:Filters
|
|
268
|
-
|
|
269
|
-
* [DescribeCmdTemplates](https://cloud.tencent.com/document/api/1025/86962)
|
|
53
|
+
* [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
|
|
270
54
|
|
|
271
|
-
* 新增入参:
|
|
55
|
+
* 新增入参:Seed
|
|
272
56
|
|
|
273
|
-
* [ModifyCmdTemplate](https://cloud.tencent.com/document/api/1025/98702)
|
|
274
57
|
|
|
275
|
-
* 新增入参:Type
|
|
276
58
|
|
|
277
59
|
|
|
278
|
-
|
|
60
|
+
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
279
61
|
|
|
280
|
-
* [CmdTemplate](https://cloud.tencent.com/document/api/1025/74416#CmdTemplate)
|
|
281
62
|
|
|
282
|
-
* 新增成员:Type
|
|
283
63
|
|
|
64
|
+
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
284
65
|
|
|
285
66
|
|
|
286
67
|
|
|
287
|
-
##
|
|
68
|
+
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
288
69
|
|
|
289
|
-
### 第
|
|
70
|
+
### 第 25 次发布
|
|
290
71
|
|
|
291
|
-
发布时间:2024-
|
|
72
|
+
发布时间:2024-11-01 01:40:39
|
|
292
73
|
|
|
293
74
|
本次发布包含了以下内容:
|
|
294
75
|
|
|
@@ -296,178 +77,46 @@
|
|
|
296
77
|
|
|
297
78
|
新增接口:
|
|
298
79
|
|
|
299
|
-
* [
|
|
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
|
|
310
|
-
|
|
80
|
+
* [CreateUploadTest](https://cloud.tencent.com/document/api/1131/42381)
|
|
81
|
+
* [RenewUploadTest](https://cloud.tencent.com/document/api/1131/42373)
|
|
311
82
|
|
|
312
83
|
新增数据结构:
|
|
313
84
|
|
|
314
|
-
* [
|
|
315
|
-
* [
|
|
316
|
-
* [
|
|
317
|
-
* [RuleItem](https://cloud.tencent.com/document/api/1092/102488#RuleItem)
|
|
318
|
-
* [SimpleRule](https://cloud.tencent.com/document/api/1092/102488#SimpleRule)
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
## 腾讯安心用户运营平台(smop) 版本:2020-12-03
|
|
323
|
-
|
|
324
|
-
### 第 3 次发布
|
|
325
|
-
|
|
326
|
-
发布时间:2024-10-31 02:02:47
|
|
327
|
-
|
|
328
|
-
本次发布包含了以下内容:
|
|
329
|
-
|
|
330
|
-
改善已有的文档。
|
|
331
|
-
|
|
332
|
-
修改数据结构:
|
|
333
|
-
|
|
334
|
-
* [TaskEventData](https://cloud.tencent.com/document/api/1310/89033#TaskEventData)
|
|
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
|
-
修改接口:
|
|
352
|
-
|
|
353
|
-
* [GetServiceStatus](https://cloud.tencent.com/document/api/1140/40521)
|
|
354
|
-
|
|
355
|
-
* 新增出参:ExpireTime, QPSLimit, SecretLimit, PayModel, RenewFlag, ResourceId, TotalCount
|
|
356
|
-
|
|
85
|
+
* [CertificateInfo](https://cloud.tencent.com/document/api/1131/42400#CertificateInfo)
|
|
86
|
+
* [CosCertificate](https://cloud.tencent.com/document/api/1131/42400#CosCertificate)
|
|
87
|
+
* [RenewCertificate](https://cloud.tencent.com/document/api/1131/42400#RenewCertificate)
|
|
357
88
|
|
|
358
89
|
|
|
359
90
|
|
|
360
|
-
##
|
|
91
|
+
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
361
92
|
|
|
362
|
-
### 第
|
|
93
|
+
### 第 19 次发布
|
|
363
94
|
|
|
364
|
-
发布时间:2024-
|
|
95
|
+
发布时间:2024-11-01 01:55:46
|
|
365
96
|
|
|
366
97
|
本次发布包含了以下内容:
|
|
367
98
|
|
|
368
99
|
改善已有的文档。
|
|
369
100
|
|
|
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
|
|
101
|
+
新增接口:
|
|
389
102
|
|
|
103
|
+
* [CreateEndPointAndEndPointService](https://cloud.tencent.com/document/api/1338/112109)
|
|
104
|
+
* [CreateForwardRule](https://cloud.tencent.com/document/api/1338/112108)
|
|
105
|
+
* [DescribeEndPointList](https://cloud.tencent.com/document/api/1338/112107)
|
|
106
|
+
* [DescribeForwardRuleList](https://cloud.tencent.com/document/api/1338/112106)
|
|
390
107
|
|
|
391
108
|
新增数据结构:
|
|
392
109
|
|
|
393
|
-
* [
|
|
394
|
-
|
|
395
|
-
修改数据结构:
|
|
396
|
-
|
|
397
|
-
* [AbnormalProcessEventInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessEventInfo)
|
|
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
|
|
436
|
-
|
|
437
|
-
* [RiskSyscallEventInfo](https://cloud.tencent.com/document/api/1285/65614#RiskSyscallEventInfo)
|
|
438
|
-
|
|
439
|
-
* <font color="#dd0000">**修改成员**:</font>NodeType, ClusterID, PodIP, NodeUniqueID, PublicIP, NodeID, HostID, HostIP, ClusterName
|
|
440
|
-
|
|
441
|
-
* [SupportDefenceVul](https://cloud.tencent.com/document/api/1285/65614#SupportDefenceVul)
|
|
442
|
-
|
|
443
|
-
* 新增成员:VulId, Status
|
|
444
|
-
|
|
445
|
-
* [VirusInfo](https://cloud.tencent.com/document/api/1285/65614#VirusInfo)
|
|
446
|
-
|
|
447
|
-
* <font color="#dd0000">**修改成员**:</font>NodeID, NodeName, PodIP, PodName, ClusterID, NodeType, PublicIP, InnerIP, NodeUniqueID, HostID, ClusterName
|
|
448
|
-
|
|
449
|
-
* [VirusTaskInfo](https://cloud.tencent.com/document/api/1285/65614#VirusTaskInfo)
|
|
450
|
-
|
|
451
|
-
* <font color="#dd0000">**修改成员**:</font>NodeType, PublicIP, NodeID
|
|
452
|
-
|
|
453
|
-
* [VulAffectedContainerInfo](https://cloud.tencent.com/document/api/1285/65614#VulAffectedContainerInfo)
|
|
454
|
-
|
|
455
|
-
* 新增成员:ContainerStatus
|
|
456
|
-
|
|
457
|
-
* <font color="#dd0000">**修改成员**:</font>ClusterID, ClusterName, NodeType, NodeUniqueID, NodeID, NodeName
|
|
458
|
-
|
|
459
|
-
* [VulDefenceEvent](https://cloud.tencent.com/document/api/1285/65614#VulDefenceEvent)
|
|
460
|
-
|
|
461
|
-
* 新增成员:PodName, PodIP
|
|
462
|
-
|
|
110
|
+
* [EndPointInfo](https://cloud.tencent.com/document/api/1338/55947#EndPointInfo)
|
|
111
|
+
* [ForwardRule](https://cloud.tencent.com/document/api/1338/55947#ForwardRule)
|
|
463
112
|
|
|
464
113
|
|
|
465
114
|
|
|
466
115
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
467
116
|
|
|
468
|
-
### 第
|
|
117
|
+
### 第 46 次发布
|
|
469
118
|
|
|
470
|
-
发布时间:2024-
|
|
119
|
+
发布时间:2024-11-01 02:08:02
|
|
471
120
|
|
|
472
121
|
本次发布包含了以下内容:
|
|
473
122
|
|
|
@@ -475,92 +124,16 @@
|
|
|
475
124
|
|
|
476
125
|
修改接口:
|
|
477
126
|
|
|
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)
|
|
127
|
+
* [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
|
|
555
128
|
|
|
556
|
-
* <font color="#dd0000">**修改入参**:</font>
|
|
129
|
+
* <font color="#dd0000">**修改入参**:</font>DeployVersion
|
|
557
130
|
|
|
558
131
|
|
|
559
132
|
修改数据结构:
|
|
560
133
|
|
|
561
134
|
* [IngressInfo](https://cloud.tencent.com/document/api/1371/60171#IngressInfo)
|
|
562
135
|
|
|
563
|
-
* <font color="#dd0000">**修改成员**:</font>
|
|
136
|
+
* <font color="#dd0000">**修改成员**:</font>ClusterNamespace
|
|
564
137
|
|
|
565
138
|
|
|
566
139
|
|
|
@@ -569,27 +142,11 @@
|
|
|
569
142
|
|
|
570
143
|
|
|
571
144
|
|
|
572
|
-
##
|
|
573
|
-
|
|
574
|
-
### 第 78 次发布
|
|
575
|
-
|
|
576
|
-
发布时间:2024-10-31 02:20:00
|
|
577
|
-
|
|
578
|
-
本次发布包含了以下内容:
|
|
579
|
-
|
|
580
|
-
改善已有的文档。
|
|
581
|
-
|
|
582
|
-
新增接口:
|
|
583
|
-
|
|
584
|
-
* [RestartSREInstance](https://cloud.tencent.com/document/api/1364/112085)
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
145
|
+
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
589
146
|
|
|
590
|
-
### 第
|
|
147
|
+
### 第 10 次发布
|
|
591
148
|
|
|
592
|
-
发布时间:2024-
|
|
149
|
+
发布时间:2024-11-01 02:16:42
|
|
593
150
|
|
|
594
151
|
本次发布包含了以下内容:
|
|
595
152
|
|
|
@@ -597,21 +154,15 @@
|
|
|
597
154
|
|
|
598
155
|
修改接口:
|
|
599
156
|
|
|
600
|
-
* [
|
|
601
|
-
|
|
602
|
-
* <font color="#dd0000">**修改入参**:</font>Policys
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
修改数据结构:
|
|
606
|
-
|
|
607
|
-
* [CcnInstance](https://cloud.tencent.com/document/api/215/15824#CcnInstance)
|
|
157
|
+
* [SubmitImageAnimateJob](https://cloud.tencent.com/document/api/1616/107784)
|
|
608
158
|
|
|
609
|
-
*
|
|
159
|
+
* 新增入参:LogoAdd, LogoParam
|
|
610
160
|
|
|
611
|
-
* [Ipv6Address](https://cloud.tencent.com/document/api/215/15824#Ipv6Address)
|
|
612
161
|
|
|
613
|
-
|
|
162
|
+
新增数据结构:
|
|
614
163
|
|
|
164
|
+
* [LogoParam](https://cloud.tencent.com/document/api/1616/107808#LogoParam)
|
|
165
|
+
* [LogoRect](https://cloud.tencent.com/document/api/1616/107808#LogoRect)
|
|
615
166
|
|
|
616
167
|
|
|
617
168
|
|
|
@@ -5800,6 +5351,21 @@
|
|
|
5800
5351
|
|
|
5801
5352
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
5802
5353
|
|
|
5354
|
+
### 第 75 次发布
|
|
5355
|
+
|
|
5356
|
+
发布时间:2024-11-01 01:05:15
|
|
5357
|
+
|
|
5358
|
+
本次发布包含了以下内容:
|
|
5359
|
+
|
|
5360
|
+
改善已有的文档。
|
|
5361
|
+
|
|
5362
|
+
修改数据结构:
|
|
5363
|
+
|
|
5364
|
+
* [RollingUpdateSettings](https://cloud.tencent.com/document/api/377/20453#RollingUpdateSettings)
|
|
5365
|
+
|
|
5366
|
+
* 新增成员:MaxSurge
|
|
5367
|
+
|
|
5368
|
+
|
|
5803
5369
|
### 第 74 次发布
|
|
5804
5370
|
|
|
5805
5371
|
发布时间:2024-09-30 01:07:57
|
|
@@ -16513,6 +16079,21 @@
|
|
|
16513
16079
|
|
|
16514
16080
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
16515
16081
|
|
|
16082
|
+
### 第 80 次发布
|
|
16083
|
+
|
|
16084
|
+
发布时间:2024-11-01 01:10:08
|
|
16085
|
+
|
|
16086
|
+
本次发布包含了以下内容:
|
|
16087
|
+
|
|
16088
|
+
改善已有的文档。
|
|
16089
|
+
|
|
16090
|
+
修改数据结构:
|
|
16091
|
+
|
|
16092
|
+
* [CarrierPrivilegeNumberApplicant](https://cloud.tencent.com/document/api/679/47715#CarrierPrivilegeNumberApplicant)
|
|
16093
|
+
|
|
16094
|
+
* <font color="#dd0000">**修改成员**:</font>SdkAppId, ApplicantId, Callers, Callees, Description, State, CreateTime, UpdateTime
|
|
16095
|
+
|
|
16096
|
+
|
|
16516
16097
|
### 第 79 次发布
|
|
16517
16098
|
|
|
16518
16099
|
发布时间:2024-10-28 01:14:26
|
|
@@ -40826,7 +40407,7 @@
|
|
|
40826
40407
|
|
|
40827
40408
|
新增数据结构:
|
|
40828
40409
|
|
|
40829
|
-
* [
|
|
40410
|
+
* [ProductSupport](https://cloud.tencent.com/document/api/664/90825#ProductSupport)
|
|
40830
40411
|
|
|
40831
40412
|
修改数据结构:
|
|
40832
40413
|
|
|
@@ -80257,6 +79838,21 @@
|
|
|
80257
79838
|
|
|
80258
79839
|
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
80259
79840
|
|
|
79841
|
+
### 第 21 次发布
|
|
79842
|
+
|
|
79843
|
+
发布时间:2024-11-01 01:37:47
|
|
79844
|
+
|
|
79845
|
+
本次发布包含了以下内容:
|
|
79846
|
+
|
|
79847
|
+
改善已有的文档。
|
|
79848
|
+
|
|
79849
|
+
修改接口:
|
|
79850
|
+
|
|
79851
|
+
* [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
|
|
79852
|
+
|
|
79853
|
+
* 新增入参:Seed
|
|
79854
|
+
|
|
79855
|
+
|
|
80260
79856
|
### 第 20 次发布
|
|
80261
79857
|
|
|
80262
79858
|
发布时间:2024-10-17 01:20:28
|
|
@@ -82451,7 +82047,7 @@
|
|
|
82451
82047
|
|
|
82452
82048
|
新增接口:
|
|
82453
82049
|
|
|
82454
|
-
* [
|
|
82050
|
+
* [CreateDeviceVirtualGroup](https://cloud.tencent.com/document/api/1092/112071)
|
|
82455
82051
|
|
|
82456
82052
|
修改接口:
|
|
82457
82053
|
|
|
@@ -82466,11 +82062,11 @@
|
|
|
82466
82062
|
|
|
82467
82063
|
新增数据结构:
|
|
82468
82064
|
|
|
82469
|
-
* [
|
|
82470
|
-
* [
|
|
82471
|
-
* [
|
|
82472
|
-
* [
|
|
82473
|
-
* [
|
|
82065
|
+
* [ComplexRule](https://cloud.tencent.com/document/api/1092/102488#ComplexRule)
|
|
82066
|
+
* [CreateDeviceVirtualGroupRspData](https://cloud.tencent.com/document/api/1092/102488#CreateDeviceVirtualGroupRspData)
|
|
82067
|
+
* [RuleExpression](https://cloud.tencent.com/document/api/1092/102488#RuleExpression)
|
|
82068
|
+
* [RuleItem](https://cloud.tencent.com/document/api/1092/102488#RuleItem)
|
|
82069
|
+
* [SimpleRule](https://cloud.tencent.com/document/api/1092/102488#SimpleRule)
|
|
82474
82070
|
|
|
82475
82071
|
### 第 7 次发布
|
|
82476
82072
|
|
|
@@ -85496,6 +85092,25 @@
|
|
|
85496
85092
|
|
|
85497
85093
|
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
85498
85094
|
|
|
85095
|
+
### 第 25 次发布
|
|
85096
|
+
|
|
85097
|
+
发布时间:2024-11-01 01:40:39
|
|
85098
|
+
|
|
85099
|
+
本次发布包含了以下内容:
|
|
85100
|
+
|
|
85101
|
+
改善已有的文档。
|
|
85102
|
+
|
|
85103
|
+
新增接口:
|
|
85104
|
+
|
|
85105
|
+
* [[CreateUploadTest](https://cloud.tencent.com/document/api/1131/42381)](https://cloud.tencent.com/document/api/#/#)
|
|
85106
|
+
* [[RenewUploadTest](https://cloud.tencent.com/document/api/1131/42373)](https://cloud.tencent.com/document/api/#/#)
|
|
85107
|
+
|
|
85108
|
+
新增数据结构:
|
|
85109
|
+
|
|
85110
|
+
* [[CertificateInfo](https://cloud.tencent.com/document/api/1131/42400#CertificateInfo)](https://cloud.tencent.com/document/api/1131/42400#[CertificateInfo](https://cloud.tencent.com/document/api/1131/42400#CertificateInfo))
|
|
85111
|
+
* [[CosCertificate](https://cloud.tencent.com/document/api/1131/42400#CosCertificate)](https://cloud.tencent.com/document/api/1131/42400#[CosCertificate](https://cloud.tencent.com/document/api/1131/42400#CosCertificate))
|
|
85112
|
+
* [[RenewCertificate](https://cloud.tencent.com/document/api/1131/42400#RenewCertificate)](https://cloud.tencent.com/document/api/1131/42400#[RenewCertificate](https://cloud.tencent.com/document/api/1131/42400#RenewCertificate))
|
|
85113
|
+
|
|
85499
85114
|
### 第 24 次发布
|
|
85500
85115
|
|
|
85501
85116
|
发布时间:2021-06-09 08:01:59
|
|
@@ -112887,6 +112502,26 @@
|
|
|
112887
112502
|
|
|
112888
112503
|
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
112889
112504
|
|
|
112505
|
+
### 第 19 次发布
|
|
112506
|
+
|
|
112507
|
+
发布时间:2024-11-01 01:55:46
|
|
112508
|
+
|
|
112509
|
+
本次发布包含了以下内容:
|
|
112510
|
+
|
|
112511
|
+
改善已有的文档。
|
|
112512
|
+
|
|
112513
|
+
新增接口:
|
|
112514
|
+
|
|
112515
|
+
* [[CreateEndPointAndEndPointService](https://cloud.tencent.com/document/api/1338/112109)](https://cloud.tencent.com/document/api/#/#)
|
|
112516
|
+
* [[CreateForwardRule](https://cloud.tencent.com/document/api/1338/112108)](https://cloud.tencent.com/document/api/#/#)
|
|
112517
|
+
* [[DescribeEndPointList](https://cloud.tencent.com/document/api/1338/112107)](https://cloud.tencent.com/document/api/#/#)
|
|
112518
|
+
* [[DescribeForwardRuleList](https://cloud.tencent.com/document/api/1338/112106)](https://cloud.tencent.com/document/api/#/#)
|
|
112519
|
+
|
|
112520
|
+
新增数据结构:
|
|
112521
|
+
|
|
112522
|
+
* [[EndPointInfo](https://cloud.tencent.com/document/api/1338/55947#EndPointInfo)](https://cloud.tencent.com/document/api/1338/55947#[EndPointInfo](https://cloud.tencent.com/document/api/1338/55947#EndPointInfo))
|
|
112523
|
+
* [[ForwardRule](https://cloud.tencent.com/document/api/1338/55947#ForwardRule)](https://cloud.tencent.com/document/api/1338/55947#[ForwardRule](https://cloud.tencent.com/document/api/1338/55947#ForwardRule))
|
|
112524
|
+
|
|
112890
112525
|
### 第 18 次发布
|
|
112891
112526
|
|
|
112892
112527
|
发布时间:2024-10-16 01:22:48
|
|
@@ -129406,7 +129041,7 @@
|
|
|
129406
129041
|
|
|
129407
129042
|
新增数据结构:
|
|
129408
129043
|
|
|
129409
|
-
* [
|
|
129044
|
+
* [ImageRegistryInfo](https://cloud.tencent.com/document/api/1285/65614#ImageRegistryInfo)
|
|
129410
129045
|
|
|
129411
129046
|
修改数据结构:
|
|
129412
129047
|
|
|
@@ -135264,6 +134899,28 @@
|
|
|
135264
134899
|
|
|
135265
134900
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
135266
134901
|
|
|
134902
|
+
### 第 46 次发布
|
|
134903
|
+
|
|
134904
|
+
发布时间:2024-11-01 02:08:02
|
|
134905
|
+
|
|
134906
|
+
本次发布包含了以下内容:
|
|
134907
|
+
|
|
134908
|
+
改善已有的文档。
|
|
134909
|
+
|
|
134910
|
+
修改接口:
|
|
134911
|
+
|
|
134912
|
+
* [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
|
|
134913
|
+
|
|
134914
|
+
* <font color="#dd0000">**修改入参**:</font>DeployVersion
|
|
134915
|
+
|
|
134916
|
+
|
|
134917
|
+
修改数据结构:
|
|
134918
|
+
|
|
134919
|
+
* [IngressInfo](https://cloud.tencent.com/document/api/1371/60171#IngressInfo)
|
|
134920
|
+
|
|
134921
|
+
* <font color="#dd0000">**修改成员**:</font>ClusterNamespace
|
|
134922
|
+
|
|
134923
|
+
|
|
135267
134924
|
### 第 45 次发布
|
|
135268
134925
|
|
|
135269
134926
|
发布时间:2024-10-31 02:13:44
|
|
@@ -151981,7 +151638,7 @@
|
|
|
151981
151638
|
|
|
151982
151639
|
新增接口:
|
|
151983
151640
|
|
|
151984
|
-
* [
|
|
151641
|
+
* [RestartSREInstance](https://cloud.tencent.com/document/api/1364/112085)
|
|
151985
151642
|
|
|
151986
151643
|
### 第 77 次发布
|
|
151987
151644
|
|
|
@@ -156940,6 +156597,26 @@
|
|
|
156940
156597
|
|
|
156941
156598
|
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
156942
156599
|
|
|
156600
|
+
### 第 10 次发布
|
|
156601
|
+
|
|
156602
|
+
发布时间:2024-11-01 02:16:42
|
|
156603
|
+
|
|
156604
|
+
本次发布包含了以下内容:
|
|
156605
|
+
|
|
156606
|
+
改善已有的文档。
|
|
156607
|
+
|
|
156608
|
+
修改接口:
|
|
156609
|
+
|
|
156610
|
+
* [SubmitImageAnimateJob](https://cloud.tencent.com/document/api/1616/107784)
|
|
156611
|
+
|
|
156612
|
+
* 新增入参:LogoAdd, LogoParam
|
|
156613
|
+
|
|
156614
|
+
|
|
156615
|
+
新增数据结构:
|
|
156616
|
+
|
|
156617
|
+
* [[LogoParam](https://cloud.tencent.com/document/api/1616/107808#LogoParam)](https://cloud.tencent.com/document/api/1616/107808#[LogoParam](https://cloud.tencent.com/document/api/1616/107808#LogoParam))
|
|
156618
|
+
* [[LogoRect](https://cloud.tencent.com/document/api/1616/107808#LogoRect)](https://cloud.tencent.com/document/api/1616/107808#[LogoRect](https://cloud.tencent.com/document/api/1616/107808#LogoRect))
|
|
156619
|
+
|
|
156943
156620
|
### 第 9 次发布
|
|
156944
156621
|
|
|
156945
156622
|
发布时间:2024-10-18 16:42:09
|