tencentcloud-sdk-nodejs 4.0.516 → 4.0.518
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 +488 -0
- package/SERVICE_CHANGELOG.md +549 -302
- package/package.json +1 -1
- package/products.md +20 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +18 -0
- package/src/services/api/v20201106/api_models.ts +63 -3
- package/src/services/billing/v20180709/billing_models.ts +1 -1
- package/src/services/ccc/v20200210/ccc_client.ts +5 -3
- package/src/services/ccc/v20200210/ccc_models.ts +12 -12
- package/src/services/cdn/v20180606/cdn_models.ts +12 -2
- package/src/services/ckafka/v20190819/ckafka_client.ts +13 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +53 -0
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +1 -1
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +2 -2
- package/src/services/dts/v20211206/dts_client.ts +71 -34
- package/src/services/dts/v20211206/dts_models.ts +285 -116
- package/src/services/faceid/v20180301/faceid_client.ts +1 -26
- package/src/services/faceid/v20180301/faceid_models.ts +25 -98
- package/src/services/hasim/index.ts +5 -0
- package/src/services/hasim/v20210716/hasim_client.ts +309 -0
- package/src/services/hasim/v20210716/hasim_models.ts +1833 -0
- package/src/services/hasim/v20210716/index.ts +6 -0
- package/src/services/index.ts +1 -0
- package/src/services/mongodb/v20190725/mongodb_client.ts +3 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +3 -3
- package/src/services/rum/v20210622/rum_client.ts +19 -7
- package/src/services/rum/v20210622/rum_models.ts +64 -4
- package/src/services/ssa/v20180608/ssa_client.ts +106 -94
- package/src/services/ssa/v20180608/ssa_models.ts +188 -130
- package/src/services/sts/v20180813/sts_models.ts +3 -3
- package/src/services/teo/v20220901/teo_client.ts +708 -1219
- package/src/services/teo/v20220901/teo_models.ts +4787 -8094
- package/src/services/tione/v20211111/tione_models.ts +11 -1
- package/src/services/trtc/v20190722/trtc_models.ts +5 -0
- package/src/services/tts/v20190823/tts_client.ts +1 -0
- package/src/services/vod/v20180717/vod_models.ts +6 -0
- package/src/services/vpc/v20170312/vpc_client.ts +238 -77
- package/src/services/vpc/v20170312/vpc_models.ts +840 -228
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +15 -0
- package/tencentcloud/services/api/v20201106/api_models.d.ts +53 -3
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +4 -2
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +4 -2
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +12 -12
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +46 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +1 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +1 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -2
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +25 -13
- package/tencentcloud/services/dts/v20211206/dts_client.js +36 -18
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +248 -103
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -10
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +0 -13
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +22 -86
- package/tencentcloud/services/hasim/index.d.ts +6 -0
- package/tencentcloud/services/hasim/index.js +7 -0
- package/tencentcloud/services/hasim/v20210716/hasim_client.d.ts +98 -0
- package/tencentcloud/services/hasim/v20210716/hasim_client.js +163 -0
- package/tencentcloud/services/hasim/v20210716/hasim_models.d.ts +1536 -0
- package/tencentcloud/services/hasim/v20210716/hasim_models.js +18 -0
- package/tencentcloud/services/hasim/v20210716/index.d.ts +6 -0
- package/tencentcloud/services/hasim/v20210716/index.js +9 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +3 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +3 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +3 -3
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +7 -3
- package/tencentcloud/services/rum/v20210622/rum_client.js +9 -3
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +54 -4
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +37 -33
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +54 -48
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +158 -109
- package/tencentcloud/services/sts/v20180813/sts_models.d.ts +3 -3
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +149 -309
- package/tencentcloud/services/teo/v20220901/teo_client.js +243 -483
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4305 -7117
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +9 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -0
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +1 -0
- package/tencentcloud/services/tts/v20190823/tts_client.js +1 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +5 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +86 -34
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +119 -41
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +674 -149
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/dts.v20211206.test.js +46 -16
- package/test/faceid.v20180301.test.js +0 -20
- package/test/hasim.v20210716.test.js +241 -0
- package/test/rum.v20210622.test.js +12 -2
- package/test/ssa.v20180608.test.js +44 -34
- package/test/teo.v20220901.test.js +158 -558
- package/test/vpc.v20170312.test.js +146 -16
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,332 +1,204 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 50 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-01-
|
|
7
|
+
发布时间:2023-01-06 01:02:00
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
* 新增成员:ElasticBandwidth, EOFlag
|
|
18
18
|
|
|
19
|
-
* [
|
|
19
|
+
* [NewL7RuleEntry](https://cloud.tencent.com/document/api/1021/57582#NewL7RuleEntry)
|
|
20
20
|
|
|
21
|
-
* 新增成员:
|
|
21
|
+
* 新增成员:Version
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
##
|
|
26
|
+
## 消息队列 CKafka(ckafka) 版本:2019-08-19
|
|
27
27
|
|
|
28
|
-
### 第
|
|
28
|
+
### 第 66 次发布
|
|
29
29
|
|
|
30
|
-
发布时间:2023-01-
|
|
30
|
+
发布时间:2023-01-06 01:10:21
|
|
31
31
|
|
|
32
32
|
本次发布包含了以下内容:
|
|
33
33
|
|
|
34
34
|
改善已有的文档。
|
|
35
35
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
* [CreateNatFwInstance](https://cloud.tencent.com/document/api/1132/60250)
|
|
39
|
-
|
|
40
|
-
* 新增入参:FwCidrInfo
|
|
41
|
-
|
|
42
|
-
* [CreateNatFwInstanceWithDomain](https://cloud.tencent.com/document/api/1132/61923)
|
|
43
|
-
|
|
44
|
-
* 新增入参:FwCidrInfo
|
|
45
|
-
|
|
46
|
-
* [ModifyNatFwReSelect](https://cloud.tencent.com/document/api/1132/60243)
|
|
47
|
-
|
|
48
|
-
* 新增入参:FwCidrInfo
|
|
36
|
+
新增接口:
|
|
49
37
|
|
|
38
|
+
* [DescribeTopicProduceConnection](https://cloud.tencent.com/document/api/597/85306)
|
|
50
39
|
|
|
51
40
|
新增数据结构:
|
|
52
41
|
|
|
53
|
-
* [
|
|
54
|
-
* [FwVpcCidr](https://cloud.tencent.com/document/api/1132/49071#FwVpcCidr)
|
|
42
|
+
* [DescribeConnectInfoResultDTO](https://cloud.tencent.com/document/api/597/40861#DescribeConnectInfoResultDTO)
|
|
55
43
|
|
|
56
44
|
|
|
57
45
|
|
|
58
|
-
##
|
|
46
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
59
47
|
|
|
60
|
-
### 第
|
|
48
|
+
### 第 53 次发布
|
|
61
49
|
|
|
62
|
-
发布时间:2023-01-
|
|
50
|
+
发布时间:2023-01-06 01:23:24
|
|
63
51
|
|
|
64
52
|
本次发布包含了以下内容:
|
|
65
53
|
|
|
66
54
|
改善已有的文档。
|
|
67
55
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
* [CreateListener](https://cloud.tencent.com/document/api/214/30693)
|
|
71
|
-
|
|
72
|
-
* 新增入参:MaxConn, MaxCps
|
|
73
|
-
|
|
74
|
-
* [ModifyListener](https://cloud.tencent.com/document/api/214/30681)
|
|
75
|
-
|
|
76
|
-
* 新增入参:MaxConn, MaxCps
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
修改数据结构:
|
|
80
|
-
|
|
81
|
-
* [Listener](https://cloud.tencent.com/document/api/214/30694#Listener)
|
|
82
|
-
|
|
83
|
-
* 新增成员:MaxConn, MaxCps
|
|
56
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
84
57
|
|
|
58
|
+
* GetRealNameAuthResult
|
|
85
59
|
|
|
86
60
|
|
|
87
61
|
|
|
88
|
-
##
|
|
62
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
89
63
|
|
|
90
|
-
### 第
|
|
64
|
+
### 第 24 次发布
|
|
91
65
|
|
|
92
|
-
发布时间:2023-01-
|
|
66
|
+
发布时间:2023-01-06 01:46:38
|
|
93
67
|
|
|
94
68
|
本次发布包含了以下内容:
|
|
95
69
|
|
|
96
70
|
改善已有的文档。
|
|
97
71
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
* [MachineExtraInfo](https://cloud.tencent.com/document/api/296/19867#MachineExtraInfo)
|
|
101
|
-
|
|
102
|
-
修改数据结构:
|
|
103
|
-
|
|
104
|
-
* [AssetAppBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetAppBaseInfo)
|
|
105
|
-
|
|
106
|
-
* 新增成员:MachineExtraInfo
|
|
107
|
-
|
|
108
|
-
* <font color="#dd0000">**修改成员**:</font>MachineIp, MachineName, MachineWanIp, Uuid, Quuid, ProjectId, Tag, Name, Type, BinPath, OsInfo, ProcessCount, Desc, Version, ConfigPath, FirstTime, UpdateTime, IsNew
|
|
109
|
-
|
|
110
|
-
* [AssetCoreModuleBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetCoreModuleBaseInfo)
|
|
111
|
-
|
|
112
|
-
* 新增成员:MachineExtraInfo
|
|
113
|
-
|
|
114
|
-
* <font color="#dd0000">**修改成员**:</font>Name, Desc, Path, Version, MachineIp, MachineName, OsInfo, Size, ProcessCount, ModuleCount, Id, Quuid, Uuid, UpdateTime, FirstTime, IsNew, MachineWanIp
|
|
115
|
-
|
|
116
|
-
* [AssetDatabaseBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetDatabaseBaseInfo)
|
|
117
|
-
|
|
118
|
-
* 新增成员:MachineExtraInfo
|
|
119
|
-
|
|
120
|
-
* <font color="#dd0000">**修改成员**:</font>MachineIp, MachineWanIp, Quuid, Uuid, OsInfo, ProjectId, Tag, Name, Version, Port, Proto, User, Ip, ConfigPath, LogPath, DataPath, Permission, ErrorLogPath, PlugInPath, BinPath, Param, Id, UpdateTime, FirstTime, IsNew, MachineName
|
|
121
|
-
|
|
122
|
-
* [AssetEnvBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetEnvBaseInfo)
|
|
123
|
-
|
|
124
|
-
* 新增成员:MachineExtraInfo
|
|
125
|
-
|
|
126
|
-
* <font color="#dd0000">**修改成员**:</font>Name, Type, User, Value, MachineIp, MachineName, OsInfo, Quuid, Uuid, UpdateTime, FirstTime, IsNew, MachineWanIp
|
|
127
|
-
|
|
128
|
-
* [AssetInitServiceBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetInitServiceBaseInfo)
|
|
129
|
-
|
|
130
|
-
* 新增成员:MachineExtraInfo
|
|
131
|
-
|
|
132
|
-
* <font color="#dd0000">**修改成员**:</font>Name, Type, Status, User, Path, MachineIp, MachineName, OsInfo, Quuid, Uuid, UpdateTime, FirstTime, IsNew, MachineWanIp
|
|
133
|
-
|
|
134
|
-
* [AssetJarBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetJarBaseInfo)
|
|
135
|
-
|
|
136
|
-
* 新增成员:MachineExtraInfo
|
|
137
|
-
|
|
138
|
-
* <font color="#dd0000">**修改成员**:</font>Name, Type, Status, Version, Path, MachineIp, MachineName, OsInfo, Id, Md5, Quuid, Uuid, UpdateTime, FirstTime, IsNew, MachineWanIp
|
|
139
|
-
|
|
140
|
-
* [AssetMachineBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetMachineBaseInfo)
|
|
141
|
-
|
|
142
|
-
* 新增成员:MachineExtraInfo
|
|
143
|
-
|
|
144
|
-
* <font color="#dd0000">**修改成员**:</font>Quuid, Uuid, MachineIp, MachineName, OsInfo, Cpu, MemSize, MemLoad, DiskSize, DiskLoad, PartitionCount, MachineWanIp, ProjectId, CpuSize, CpuLoad, Tag, UpdateTime, IsNew, FirstTime
|
|
145
|
-
|
|
146
|
-
* [AssetMachineDetail](https://cloud.tencent.com/document/api/296/19867#AssetMachineDetail)
|
|
147
|
-
|
|
148
|
-
* 新增成员:MachineExtraInfo
|
|
149
|
-
|
|
150
|
-
* <font color="#dd0000">**修改成员**:</font>Quuid, Uuid, MachineIp, MachineName, OsInfo, Cpu, MemSize, MemLoad, DiskSize, DiskLoad, PartitionCount, MachineWanIp, CpuSize, CpuLoad, ProtectLevel, RiskStatus, ProtectDays, BuyTime, EndTime, CoreVersion, OsType, AgentVersion, InstallTime, BootTime, LastLiveTime, Producer, SerialNumber, NetCards, Disks, Status, ProjectId, DeviceVersion, OfflineTime, InstanceId, UpdateTime
|
|
151
|
-
|
|
152
|
-
* [AssetPlanTask](https://cloud.tencent.com/document/api/296/19867#AssetPlanTask)
|
|
153
|
-
|
|
154
|
-
* 新增成员:MachineExtraInfo
|
|
155
|
-
|
|
156
|
-
* <font color="#dd0000">**修改成员**:</font>Status, Cycle, Command, User, ConfigPath, MachineIp, MachineName, OsInfo, Quuid, Uuid, UpdateTime, FirstTime, IsNew, MachineWanIp
|
|
157
|
-
|
|
158
|
-
* [AssetPortBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetPortBaseInfo)
|
|
159
|
-
|
|
160
|
-
* 新增成员:MachineExtraInfo
|
|
161
|
-
|
|
162
|
-
* <font color="#dd0000">**修改成员**:</font>MachineIp, MachineWanIp, Quuid, Uuid, OsInfo, ProjectId, Tag, ProcessName, ProcessVersion, ProcessPath, Pid, User, StartTime, Param, Teletype, Port, GroupName, Md5, Ppid, ParentProcessName, Proto, BindIp, MachineName, UpdateTime, FirstTime, IsNew
|
|
163
|
-
|
|
164
|
-
* [AssetProcessBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetProcessBaseInfo)
|
|
165
|
-
|
|
166
|
-
* 新增成员:MachineExtraInfo
|
|
167
|
-
|
|
168
|
-
* <font color="#dd0000">**修改成员**:</font>MachineIp, MachineWanIp, Quuid, Uuid, OsInfo, ProjectId, Tag, Name, Desc, Path, Pid, User, StartTime, Param, Tty, Version, GroupName, Md5, Ppid, ParentProcessName, Status, HasSign, InstallByPackage, PackageName, MachineName, UpdateTime, FirstTime, IsNew
|
|
169
|
-
|
|
170
|
-
* [AssetUserBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetUserBaseInfo)
|
|
171
|
-
|
|
172
|
-
* 新增成员:MachineExtraInfo
|
|
173
|
-
|
|
174
|
-
* <font color="#dd0000">**修改成员**:</font>MachineIp, MachineWanIp, MachineName, OsInfo, Uuid, Quuid, Uid, Gid, Status, IsRoot, LoginType, LastLoginTime, Name, ProjectId, UserType, IsDomain, IsSudo, IsSshLogin, HomePath, Shell, ShellLoginStatus, PasswordChangeTime, PasswordDueTime, PasswordLockDays, PasswordStatus, UpdateTime, FirstTime, IsNew
|
|
175
|
-
|
|
176
|
-
* [AssetWebAppBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetWebAppBaseInfo)
|
|
177
|
-
|
|
178
|
-
* 新增成员:MachineExtraInfo
|
|
179
|
-
|
|
180
|
-
* <font color="#dd0000">**修改成员**:</font>MachineIp, MachineWanIp, Quuid, Uuid, OsInfo, ProjectId, Tag, Name, Version, RootPath, ServiceType, Domain, VirtualPath, PluginCount, Id, Desc, MachineName, UpdateTime, FirstTime, IsNew
|
|
181
|
-
|
|
182
|
-
* [AssetWebFrameBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetWebFrameBaseInfo)
|
|
183
|
-
|
|
184
|
-
* 新增成员:MachineExtraInfo
|
|
185
|
-
|
|
186
|
-
* <font color="#dd0000">**修改成员**:</font>MachineIp, MachineWanIp, Quuid, Uuid, OsInfo, ProjectId, Tag, Name, Version, Lang, ServiceType, MachineName, UpdateTime, FirstTime, IsNew
|
|
187
|
-
|
|
188
|
-
* [AssetWebLocationBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetWebLocationBaseInfo)
|
|
189
|
-
|
|
190
|
-
* 新增成员:MachineExtraInfo
|
|
191
|
-
|
|
192
|
-
* <font color="#dd0000">**修改成员**:</font>Uuid, Quuid, MachineIp, MachineWanIp, MachineName, OsInfo, Name, Port, Proto, ServiceType, PathCount, User, MainPath, MainPathOwner, Permission, ProjectId, Tag, Id, UpdateTime, FirstTime, IsNew
|
|
193
|
-
|
|
194
|
-
* [AssetWebServiceBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetWebServiceBaseInfo)
|
|
195
|
-
|
|
196
|
-
* 新增成员:MachineExtraInfo
|
|
197
|
-
|
|
198
|
-
* <font color="#dd0000">**修改成员**:</font>MachineIp, MachineWanIp, Quuid, Uuid, OsInfo, ProjectId, Tag, Name, Version, BinPath, User, InstallPath, ConfigPath, ProcessCount, Id, MachineName, Desc, UpdateTime, FirstTime, IsNew
|
|
199
|
-
|
|
200
|
-
* [BaselineHostDetect](https://cloud.tencent.com/document/api/296/19867#BaselineHostDetect)
|
|
201
|
-
|
|
202
|
-
* 新增成员:MachineExtraInfo
|
|
203
|
-
|
|
204
|
-
* <font color="#dd0000">**修改成员**:</font>HostId, HostIp, HostName, WanIp, DetectStatus, PassedItemCount, ItemCount, NotPassedItemCount, FirstTime, LastTime, Uuid
|
|
205
|
-
|
|
206
|
-
* [BaselineItem](https://cloud.tencent.com/document/api/296/19867#BaselineItem)
|
|
207
|
-
|
|
208
|
-
* 新增成员:MachineExtraInfo
|
|
209
|
-
|
|
210
|
-
* <font color="#dd0000">**修改成员**:</font>ItemId, ItemName, CategoryId, ItemDesc, FixMethod, RuleName, DetectResultDesc, Level, DetectStatus, HostId, HostName, HostIp, WanIp, FirstTime, LastTime, CanBeFixed, Uuid
|
|
211
|
-
|
|
212
|
-
* [BruteAttackInfo](https://cloud.tencent.com/document/api/296/19867#BruteAttackInfo)
|
|
213
|
-
|
|
214
|
-
* 新增成员:MachineExtraInfo
|
|
215
|
-
|
|
216
|
-
* <font color="#dd0000">**修改成员**:</font>Id, Uuid, MachineIp, MachineName, UserName, SrcIp, Status, Country, City, Province, CreateTime, BanStatus, EventType, Count, Quuid, IsProVersion, Protocol, Port, ModifyTime, InstanceId, DataStatus
|
|
217
|
-
|
|
218
|
-
* [DefendAttackLog](https://cloud.tencent.com/document/api/296/19867#DefendAttackLog)
|
|
219
|
-
|
|
220
|
-
* 新增成员:MachineExtraInfo
|
|
221
|
-
|
|
222
|
-
* <font color="#dd0000">**修改成员**:</font>Id, Uuid, SrcIp, SrcPort, HttpMethod, HttpCgi, HttpParam, VulType, CreatedAt, MachineIp, MachineName, DstIp, DstPort, HttpContent
|
|
223
|
-
|
|
224
|
-
* [EffectiveMachineInfo](https://cloud.tencent.com/document/api/296/19867#EffectiveMachineInfo)
|
|
225
|
-
|
|
226
|
-
* 新增成员:CloudTags, InstanceID
|
|
227
|
-
|
|
228
|
-
* <font color="#dd0000">**修改成员**:</font>MachineName, MachinePublicIp, MachinePrivateIp, MachineTag, Quuid, Uuid, KernelVersion, MachineStatus, LicenseOrder, VulNum
|
|
229
|
-
|
|
230
|
-
* [HostLoginList](https://cloud.tencent.com/document/api/296/19867#HostLoginList)
|
|
231
|
-
|
|
232
|
-
* 新增成员:MachineExtraInfo
|
|
233
|
-
|
|
234
|
-
* <font color="#dd0000">**修改成员**:</font>Id, Uuid, MachineIp, MachineName, UserName, SrcIp, Status, Country, City, Province, LoginTime, ModifyTime, IsRiskArea, IsRiskUser, IsRiskTime, IsRiskSrcIp, RiskLevel, Location, Quuid, Desc
|
|
235
|
-
|
|
236
|
-
* [JavaMemShellInfo](https://cloud.tencent.com/document/api/296/19867#JavaMemShellInfo)
|
|
237
|
-
|
|
238
|
-
* 新增成员:MachineExtraInfo
|
|
239
|
-
|
|
240
|
-
* <font color="#dd0000">**修改成员**:</font>Id, Alias, HostIp, Type, Description, CreateTime, RecentFoundTime, Status, Quuid
|
|
241
|
-
|
|
242
|
-
* [LicenseBindDetail](https://cloud.tencent.com/document/api/296/19867#LicenseBindDetail)
|
|
243
|
-
|
|
244
|
-
* 新增成员:MachineExtraInfo
|
|
245
|
-
|
|
246
|
-
* <font color="#dd0000">**修改成员**:</font>MachineName, MachineWanIp, MachineIp, Quuid, Uuid, Tags, AgentStatus, IsUnBind, IsSwitchBind
|
|
247
|
-
|
|
248
|
-
* [Machine](https://cloud.tencent.com/document/api/296/19867#Machine)
|
|
249
|
-
|
|
250
|
-
* 新增成员:VpcId, MachineExtraInfo, InstanceId
|
|
251
|
-
|
|
252
|
-
* <font color="#dd0000">**修改成员**:</font>MachineName, MachineOs, MachineStatus, Uuid, Quuid, VulNum, MachineIp, IsProVersion, MachineWanIp, PayMode, MalwareNum, Tag, BaselineNum, CyberAttackNum, SecurityStatus, InvasionNum, RegionInfo, InstanceState, LicenseStatus, ProjectId, HasAssetScan, MachineType, KernelVersion, ProtectType, CloudTags, IsAddedOnTheFifteen, IpList
|
|
253
|
-
|
|
254
|
-
* [MalWareList](https://cloud.tencent.com/document/api/296/19867#MalWareList)
|
|
255
|
-
|
|
256
|
-
* 新增成员:MachineExtraInfo
|
|
257
|
-
|
|
258
|
-
* <font color="#dd0000">**修改成员**:</font>HostIp, Uuid, FilePath, VirusName, Status, Id, Alias, Tags, FileCreateTime, FileModifierTime, CreateTime, LatestScanTime, Level, CheckPlatform, ProcessExists, FileExists, Quuid, MD5
|
|
259
|
-
|
|
260
|
-
* [MalwareInfo](https://cloud.tencent.com/document/api/296/19867#MalwareInfo)
|
|
261
|
-
|
|
262
|
-
* 新增成员:MachineExtraInfo
|
|
72
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
263
73
|
|
|
264
|
-
|
|
74
|
+
* CreateCustomErrorPage
|
|
75
|
+
* CreateIpTableList
|
|
76
|
+
* CreateLogSet
|
|
77
|
+
* CreateLogTopicTask
|
|
78
|
+
* CreateSecurityDropPage
|
|
79
|
+
* DeleteLogTopicTask
|
|
80
|
+
* DescribeBotClientIpList
|
|
81
|
+
* DescribeBotData
|
|
82
|
+
* DescribeBotHitRuleDetail
|
|
83
|
+
* DescribeBotLog
|
|
84
|
+
* DescribeBotManagedRules
|
|
85
|
+
* DescribeBotTopData
|
|
86
|
+
* DescribeDDoSAttackData
|
|
87
|
+
* DescribeDDoSAttackEvent
|
|
88
|
+
* DescribeDDoSAttackEventDetail
|
|
89
|
+
* DescribeDDoSAttackSourceEvent
|
|
90
|
+
* DescribeDDoSBlockList
|
|
91
|
+
* DescribeDDoSMajorAttackEvent
|
|
92
|
+
* DescribeDDoSPolicy
|
|
93
|
+
* DescribeDistributionL4AccessData
|
|
94
|
+
* DescribeDnssec
|
|
95
|
+
* DescribeLogTopicTaskDetail
|
|
96
|
+
* DescribeRateLimitIntelligenceRule
|
|
97
|
+
* DescribeSecurityGroupManagedRules
|
|
98
|
+
* DescribeSecurityPolicy
|
|
99
|
+
* DescribeSecurityPolicyList
|
|
100
|
+
* DescribeSecurityPolicyRegions
|
|
101
|
+
* DescribeSecurityPortraitRules
|
|
102
|
+
* DescribeSecurityRuleId
|
|
103
|
+
* DescribeTimingL4AccessData
|
|
104
|
+
* DescribeWebProtectionAttackEvents
|
|
105
|
+
* DescribeZoneDDoSPolicy
|
|
106
|
+
* ModifyAlarmConfig
|
|
107
|
+
* ModifyAlarmDefaultThreshold
|
|
108
|
+
* ModifyDDoSPolicy
|
|
109
|
+
* ModifyDDoSPolicyHost
|
|
110
|
+
* ModifyDnssec
|
|
111
|
+
* ModifyLogTopicTask
|
|
112
|
+
* ModifyZoneCnameSpeedUp
|
|
113
|
+
* SwitchLogTopicTask
|
|
265
114
|
|
|
266
|
-
|
|
115
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
267
116
|
|
|
268
|
-
|
|
117
|
+
* BotLog
|
|
118
|
+
* BotManagedRuleDetail
|
|
119
|
+
* CCInterceptEvent
|
|
120
|
+
* DDoSAcl
|
|
121
|
+
* DDoSAclRule
|
|
122
|
+
* DDoSAllowBlock
|
|
123
|
+
* DDoSAllowBlockRule
|
|
124
|
+
* DDoSAntiPly
|
|
125
|
+
* DDoSAttackEvent
|
|
126
|
+
* DDoSAttackEventDetailData
|
|
127
|
+
* DDoSAttackSourceEvent
|
|
128
|
+
* DDoSBlockData
|
|
129
|
+
* DDoSFeaturesFilter
|
|
130
|
+
* DDoSGeoIp
|
|
131
|
+
* DDoSHost
|
|
132
|
+
* DDoSMajorAttackEvent
|
|
133
|
+
* DDoSPacketFilter
|
|
134
|
+
* DDoSRule
|
|
135
|
+
* DDoSSpeedLimit
|
|
136
|
+
* DDoSStatusInfo
|
|
137
|
+
* DnssecInfo
|
|
138
|
+
* GeoIp
|
|
139
|
+
* LogTopicDetailInfo
|
|
140
|
+
* PortraitManagedRuleDetail
|
|
141
|
+
* RateLimitIntelligenceRuleDetail
|
|
142
|
+
* SecurityEntity
|
|
143
|
+
* SecurityRule
|
|
144
|
+
* ShieldArea
|
|
145
|
+
* WafGroupDetail
|
|
146
|
+
* WafGroupInfo
|
|
147
|
+
* WafGroupRule
|
|
269
148
|
|
|
270
|
-
* <font color="#dd0000">**修改成员**:</font>Id, Uuid, Quuid, Hostip, ProcessName, FullPath, CmdLine, UserName, UserGroup, ProcFilePrivilege, ParentProcName, ParentProcUser, ParentProcGroup, ParentProcPath, ProcTree, Status, CreateTime, MachineName
|
|
271
149
|
|
|
272
|
-
* [ProtectDirRelatedServer](https://cloud.tencent.com/document/api/296/19867#ProtectDirRelatedServer)
|
|
273
150
|
|
|
274
|
-
|
|
151
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
275
152
|
|
|
276
|
-
* <font color="#dd0000">**修改成员**:</font>Id, HostName, HostIp, MachineOs, RelateDirNum, ProtectStatus, ProtectSwitch, AutoRestoreSwitchStatus, Quuid, Authorization, Exception, Progress, ExceptionMessage
|
|
277
153
|
|
|
278
|
-
* [ProtectEventLists](https://cloud.tencent.com/document/api/296/19867#ProtectEventLists)
|
|
279
154
|
|
|
280
|
-
|
|
155
|
+
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2021-11-11
|
|
281
156
|
|
|
282
|
-
|
|
157
|
+
### 第 16 次发布
|
|
283
158
|
|
|
284
|
-
|
|
159
|
+
发布时间:2023-01-06 01:48:47
|
|
285
160
|
|
|
286
|
-
|
|
161
|
+
本次发布包含了以下内容:
|
|
287
162
|
|
|
288
|
-
|
|
163
|
+
改善已有的文档。
|
|
289
164
|
|
|
290
|
-
|
|
165
|
+
修改数据结构:
|
|
291
166
|
|
|
292
|
-
|
|
167
|
+
* [Spec](https://cloud.tencent.com/document/api/851/75051#Spec)
|
|
293
168
|
|
|
294
|
-
*
|
|
169
|
+
* 新增成员:Available, AvailableRegion
|
|
295
170
|
|
|
296
|
-
* [VulEffectHostList](https://cloud.tencent.com/document/api/296/19867#VulEffectHostList)
|
|
297
171
|
|
|
298
|
-
* 新增成员:CloudTags, MachineExtraInfo
|
|
299
172
|
|
|
300
|
-
* <font color="#dd0000">**修改成员**:</font>EventId, Status, LastTime, Level, Quuid, Uuid, HostIp, AliasName, Tags, Description, HostVersion, IsSupportAutoFix, FixStatusMsg, FirstDiscoveryTime, InstanceState, PublicIpAddresses
|
|
301
173
|
|
|
174
|
+
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2019-10-22
|
|
302
175
|
|
|
303
176
|
|
|
304
177
|
|
|
305
|
-
##
|
|
178
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
306
179
|
|
|
307
|
-
### 第
|
|
180
|
+
### 第 45 次发布
|
|
308
181
|
|
|
309
|
-
发布时间:2023-01-
|
|
182
|
+
发布时间:2023-01-06 01:51:15
|
|
310
183
|
|
|
311
184
|
本次发布包含了以下内容:
|
|
312
185
|
|
|
313
186
|
改善已有的文档。
|
|
314
187
|
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
* [PauseSyncJob](https://cloud.tencent.com/document/api/571/84960)
|
|
188
|
+
修改数据结构:
|
|
318
189
|
|
|
190
|
+
* [LayoutParams](https://cloud.tencent.com/document/api/647/44055#LayoutParams)
|
|
319
191
|
|
|
192
|
+
* 新增成员:RenderMode
|
|
320
193
|
|
|
321
|
-
## 数据传输服务(dts) 版本:2018-03-30
|
|
322
194
|
|
|
323
195
|
|
|
324
196
|
|
|
325
|
-
##
|
|
197
|
+
## 云点播(vod) 版本:2018-07-17
|
|
326
198
|
|
|
327
|
-
### 第
|
|
199
|
+
### 第 138 次发布
|
|
328
200
|
|
|
329
|
-
发布时间:2023-01-
|
|
201
|
+
发布时间:2023-01-06 01:53:33
|
|
330
202
|
|
|
331
203
|
本次发布包含了以下内容:
|
|
332
204
|
|
|
@@ -334,77 +206,39 @@
|
|
|
334
206
|
|
|
335
207
|
修改接口:
|
|
336
208
|
|
|
337
|
-
* [
|
|
338
|
-
|
|
339
|
-
* 新增出参:PriceList
|
|
340
|
-
|
|
341
|
-
* [InquiryPriceScaleOutInstance](https://cloud.tencent.com/document/api/589/34265)
|
|
342
|
-
|
|
343
|
-
* 新增出参:MultipleEmrPrice
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
新增数据结构:
|
|
347
|
-
|
|
348
|
-
* [EmrPrice](https://cloud.tencent.com/document/api/589/33981#EmrPrice)
|
|
349
|
-
* [NodeDetailPriceResult](https://cloud.tencent.com/document/api/589/33981#NodeDetailPriceResult)
|
|
350
|
-
* [PartDetailPriceItem](https://cloud.tencent.com/document/api/589/33981#PartDetailPriceItem)
|
|
351
|
-
* [SoftDependInfo](https://cloud.tencent.com/document/api/589/33981#SoftDependInfo)
|
|
352
|
-
* [ZoneDetailPriceResult](https://cloud.tencent.com/document/api/589/33981#ZoneDetailPriceResult)
|
|
353
|
-
|
|
354
|
-
修改数据结构:
|
|
355
|
-
|
|
356
|
-
* [EmrListInstance](https://cloud.tencent.com/document/api/589/33981#EmrListInstance)
|
|
357
|
-
|
|
358
|
-
* 新增成员:OutSideSoftInfo
|
|
359
|
-
|
|
360
|
-
* [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
|
|
209
|
+
* [ExtractTraceWatermark](https://cloud.tencent.com/document/api/266/80525)
|
|
361
210
|
|
|
362
|
-
*
|
|
211
|
+
* 新增入参:FileId
|
|
363
212
|
|
|
364
213
|
|
|
365
214
|
|
|
366
215
|
|
|
367
|
-
##
|
|
216
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
368
217
|
|
|
369
|
-
### 第
|
|
218
|
+
### 第 135 次发布
|
|
370
219
|
|
|
371
|
-
发布时间:2023-01-
|
|
220
|
+
发布时间:2023-01-06 01:54:52
|
|
372
221
|
|
|
373
222
|
本次发布包含了以下内容:
|
|
374
223
|
|
|
375
224
|
改善已有的文档。
|
|
376
225
|
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
* [ReviewAudioVideo](https://cloud.tencent.com/document/api/266/80283)
|
|
380
|
-
|
|
381
|
-
* 新增入参:ReviewContents
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
修改数据结构:
|
|
385
|
-
|
|
386
|
-
* [ReviewAudioVideoTaskOutput](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoTaskOutput)
|
|
387
|
-
|
|
388
|
-
* 新增成员:CoverReviewResult
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
226
|
+
新增接口:
|
|
392
227
|
|
|
393
|
-
|
|
228
|
+
* [CreateTrafficPackages](https://cloud.tencent.com/document/api/215/85309)
|
|
394
229
|
|
|
395
|
-
|
|
230
|
+
修改接口:
|
|
396
231
|
|
|
397
|
-
|
|
232
|
+
* [TransformAddress](https://cloud.tencent.com/document/api/215/16706)
|
|
398
233
|
|
|
399
|
-
|
|
234
|
+
* 新增出参:TaskId, AddressId
|
|
400
235
|
|
|
401
|
-
改善已有的文档。
|
|
402
236
|
|
|
403
237
|
修改数据结构:
|
|
404
238
|
|
|
405
|
-
* [
|
|
239
|
+
* [BandwidthPackageBillBandwidth](https://cloud.tencent.com/document/api/215/15824#BandwidthPackageBillBandwidth)
|
|
406
240
|
|
|
407
|
-
*
|
|
241
|
+
* <font color="#dd0000">**修改成员**:</font>BandwidthUsage
|
|
408
242
|
|
|
409
243
|
|
|
410
244
|
|
|
@@ -1978,6 +1812,25 @@
|
|
|
1978
1812
|
|
|
1979
1813
|
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
1980
1814
|
|
|
1815
|
+
### 第 50 次发布
|
|
1816
|
+
|
|
1817
|
+
发布时间:2023-01-06 01:02:00
|
|
1818
|
+
|
|
1819
|
+
本次发布包含了以下内容:
|
|
1820
|
+
|
|
1821
|
+
改善已有的文档。
|
|
1822
|
+
|
|
1823
|
+
修改数据结构:
|
|
1824
|
+
|
|
1825
|
+
* [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
|
|
1826
|
+
|
|
1827
|
+
* 新增成员:ElasticBandwidth, EOFlag
|
|
1828
|
+
|
|
1829
|
+
* [NewL7RuleEntry](https://cloud.tencent.com/document/api/1021/57582#NewL7RuleEntry)
|
|
1830
|
+
|
|
1831
|
+
* 新增成员:Version
|
|
1832
|
+
|
|
1833
|
+
|
|
1981
1834
|
### 第 49 次发布
|
|
1982
1835
|
|
|
1983
1836
|
发布时间:2022-12-20 11:47:08
|
|
@@ -3169,6 +3022,27 @@
|
|
|
3169
3022
|
|
|
3170
3023
|
## 云 API(api) 版本:2020-11-06
|
|
3171
3024
|
|
|
3025
|
+
### 第 3 次发布
|
|
3026
|
+
|
|
3027
|
+
发布时间:2023-01-05 01:02:52
|
|
3028
|
+
|
|
3029
|
+
本次发布包含了以下内容:
|
|
3030
|
+
|
|
3031
|
+
改善已有的文档。
|
|
3032
|
+
|
|
3033
|
+
修改数据结构:
|
|
3034
|
+
|
|
3035
|
+
* [RegionInfo](https://cloud.tencent.com/document/api/1278/55256#RegionInfo)
|
|
3036
|
+
|
|
3037
|
+
* 新增成员:RegionTypeMC, LocationMC, RegionNameMC, RegionIdMC
|
|
3038
|
+
|
|
3039
|
+
* <font color="#dd0000">**修改成员**:</font>Region, RegionName, RegionState
|
|
3040
|
+
|
|
3041
|
+
* [ZoneInfo](https://cloud.tencent.com/document/api/1278/55256#ZoneInfo)
|
|
3042
|
+
|
|
3043
|
+
* 新增成员:ParentZone, ParentZoneId, ParentZoneName, ZoneType, MachineRoomTypeMC, ZoneIdMC
|
|
3044
|
+
|
|
3045
|
+
|
|
3172
3046
|
### 第 2 次发布
|
|
3173
3047
|
|
|
3174
3048
|
发布时间:2022-03-03 08:00:37
|
|
@@ -15097,6 +14971,25 @@
|
|
|
15097
14971
|
|
|
15098
14972
|
## 内容分发网络 CDN(cdn) 版本:2018-06-06
|
|
15099
14973
|
|
|
14974
|
+
### 第 115 次发布
|
|
14975
|
+
|
|
14976
|
+
发布时间:2023-01-05 01:08:26
|
|
14977
|
+
|
|
14978
|
+
本次发布包含了以下内容:
|
|
14979
|
+
|
|
14980
|
+
改善已有的文档。
|
|
14981
|
+
|
|
14982
|
+
修改接口:
|
|
14983
|
+
|
|
14984
|
+
* [AddCdnDomain](https://cloud.tencent.com/document/api/228/41123)
|
|
14985
|
+
|
|
14986
|
+
* 新增入参:HttpsBilling
|
|
14987
|
+
|
|
14988
|
+
* [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
|
|
14989
|
+
|
|
14990
|
+
* 新增入参:HttpsBilling
|
|
14991
|
+
|
|
14992
|
+
|
|
15100
14993
|
### 第 114 次发布
|
|
15101
14994
|
|
|
15102
14995
|
发布时间:2023-01-04 01:08:35
|
|
@@ -15107,7 +15000,7 @@
|
|
|
15107
15000
|
|
|
15108
15001
|
新增数据结构:
|
|
15109
15002
|
|
|
15110
|
-
* [
|
|
15003
|
+
* [HttpsBilling](https://cloud.tencent.com/document/api/228/30987#HttpsBilling)
|
|
15111
15004
|
|
|
15112
15005
|
修改数据结构:
|
|
15113
15006
|
|
|
@@ -18205,8 +18098,8 @@
|
|
|
18205
18098
|
|
|
18206
18099
|
新增数据结构:
|
|
18207
18100
|
|
|
18208
|
-
* [
|
|
18209
|
-
* [
|
|
18101
|
+
* [FwCidrInfo](https://cloud.tencent.com/document/api/1132/49071#FwCidrInfo)
|
|
18102
|
+
* [FwVpcCidr](https://cloud.tencent.com/document/api/1132/49071#FwVpcCidr)
|
|
18210
18103
|
|
|
18211
18104
|
### 第 26 次发布
|
|
18212
18105
|
|
|
@@ -19490,6 +19383,22 @@
|
|
|
19490
19383
|
|
|
19491
19384
|
## 消息队列 CKafka(ckafka) 版本:2019-08-19
|
|
19492
19385
|
|
|
19386
|
+
### 第 66 次发布
|
|
19387
|
+
|
|
19388
|
+
发布时间:2023-01-06 01:10:21
|
|
19389
|
+
|
|
19390
|
+
本次发布包含了以下内容:
|
|
19391
|
+
|
|
19392
|
+
改善已有的文档。
|
|
19393
|
+
|
|
19394
|
+
新增接口:
|
|
19395
|
+
|
|
19396
|
+
* [[DescribeTopicProduceConnection](https://cloud.tencent.com/document/api/597/85306)](https://cloud.tencent.com/document/api/#/#)
|
|
19397
|
+
|
|
19398
|
+
新增数据结构:
|
|
19399
|
+
|
|
19400
|
+
* [[DescribeConnectInfoResultDTO](https://cloud.tencent.com/document/api/597/40861#DescribeConnectInfoResultDTO)](https://cloud.tencent.com/document/api/597/40861#[DescribeConnectInfoResultDTO](https://cloud.tencent.com/document/api/597/40861#DescribeConnectInfoResultDTO))
|
|
19401
|
+
|
|
19493
19402
|
### 第 65 次发布
|
|
19494
19403
|
|
|
19495
19404
|
发布时间:2022-12-21 01:24:34
|
|
@@ -29991,7 +29900,7 @@
|
|
|
29991
29900
|
|
|
29992
29901
|
新增数据结构:
|
|
29993
29902
|
|
|
29994
|
-
* [
|
|
29903
|
+
* [MachineExtraInfo](https://cloud.tencent.com/document/api/296/19867#MachineExtraInfo)
|
|
29995
29904
|
|
|
29996
29905
|
修改数据结构:
|
|
29997
29906
|
|
|
@@ -37932,6 +37841,54 @@
|
|
|
37932
37841
|
|
|
37933
37842
|
## 数据传输服务(dts) 版本:2021-12-06
|
|
37934
37843
|
|
|
37844
|
+
### 第 6 次发布
|
|
37845
|
+
|
|
37846
|
+
发布时间:2023-01-05 01:19:52
|
|
37847
|
+
|
|
37848
|
+
本次发布包含了以下内容:
|
|
37849
|
+
|
|
37850
|
+
改善已有的文档。
|
|
37851
|
+
|
|
37852
|
+
新增接口:
|
|
37853
|
+
|
|
37854
|
+
* [ContinueMigrateJob](https://cloud.tencent.com/document/api/571/85142)
|
|
37855
|
+
* [ContinueSyncJob](https://cloud.tencent.com/document/api/571/85140)
|
|
37856
|
+
* [PauseMigrateJob](https://cloud.tencent.com/document/api/571/85139)
|
|
37857
|
+
|
|
37858
|
+
修改接口:
|
|
37859
|
+
|
|
37860
|
+
* [CreateCompareTask](https://cloud.tencent.com/document/api/571/82093)
|
|
37861
|
+
|
|
37862
|
+
* 新增入参:Options
|
|
37863
|
+
|
|
37864
|
+
* [DescribeCompareTasks](https://cloud.tencent.com/document/api/571/82088)
|
|
37865
|
+
|
|
37866
|
+
* 新增入参:CompareTaskId, Status
|
|
37867
|
+
|
|
37868
|
+
* [ModifyCompareTask](https://cloud.tencent.com/document/api/571/82081)
|
|
37869
|
+
|
|
37870
|
+
* 新增入参:Options
|
|
37871
|
+
|
|
37872
|
+
|
|
37873
|
+
新增数据结构:
|
|
37874
|
+
|
|
37875
|
+
* [CompareOptions](https://cloud.tencent.com/document/api/571/82108#CompareOptions)
|
|
37876
|
+
|
|
37877
|
+
修改数据结构:
|
|
37878
|
+
|
|
37879
|
+
* [CompareAbstractInfo](https://cloud.tencent.com/document/api/571/82108#CompareAbstractInfo)
|
|
37880
|
+
|
|
37881
|
+
* 新增成员:Options, Objects, NearlyTableCount, SrcSampleRows, DstSampleRows, StartedAt, FinishedAt
|
|
37882
|
+
|
|
37883
|
+
* [CompareObject](https://cloud.tencent.com/document/api/571/82108#CompareObject)
|
|
37884
|
+
|
|
37885
|
+
* 新增成员:AdvancedObjects
|
|
37886
|
+
|
|
37887
|
+
* [CompareTaskItem](https://cloud.tencent.com/document/api/571/82108#CompareTaskItem)
|
|
37888
|
+
|
|
37889
|
+
* 新增成员:Method, Options, Message
|
|
37890
|
+
|
|
37891
|
+
|
|
37935
37892
|
### 第 5 次发布
|
|
37936
37893
|
|
|
37937
37894
|
发布时间:2023-01-04 01:20:09
|
|
@@ -37942,7 +37899,7 @@
|
|
|
37942
37899
|
|
|
37943
37900
|
新增接口:
|
|
37944
37901
|
|
|
37945
|
-
* [
|
|
37902
|
+
* [PauseSyncJob](https://cloud.tencent.com/document/api/571/84960)
|
|
37946
37903
|
|
|
37947
37904
|
### 第 4 次发布
|
|
37948
37905
|
|
|
@@ -40530,11 +40487,11 @@
|
|
|
40530
40487
|
|
|
40531
40488
|
新增数据结构:
|
|
40532
40489
|
|
|
40533
|
-
* [
|
|
40534
|
-
* [
|
|
40535
|
-
* [
|
|
40536
|
-
* [
|
|
40537
|
-
* [
|
|
40490
|
+
* [EmrPrice](https://cloud.tencent.com/document/api/589/33981#EmrPrice)
|
|
40491
|
+
* [NodeDetailPriceResult](https://cloud.tencent.com/document/api/589/33981#NodeDetailPriceResult)
|
|
40492
|
+
* [PartDetailPriceItem](https://cloud.tencent.com/document/api/589/33981#PartDetailPriceItem)
|
|
40493
|
+
* [SoftDependInfo](https://cloud.tencent.com/document/api/589/33981#SoftDependInfo)
|
|
40494
|
+
* [ZoneDetailPriceResult](https://cloud.tencent.com/document/api/589/33981#ZoneDetailPriceResult)
|
|
40538
40495
|
|
|
40539
40496
|
修改数据结构:
|
|
40540
40497
|
|
|
@@ -44415,6 +44372,30 @@
|
|
|
44415
44372
|
|
|
44416
44373
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
44417
44374
|
|
|
44375
|
+
### 第 53 次发布
|
|
44376
|
+
|
|
44377
|
+
发布时间:2023-01-06 01:23:24
|
|
44378
|
+
|
|
44379
|
+
本次发布包含了以下内容:
|
|
44380
|
+
|
|
44381
|
+
改善已有的文档。
|
|
44382
|
+
|
|
44383
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
44384
|
+
|
|
44385
|
+
* GetRealNameAuthResult
|
|
44386
|
+
|
|
44387
|
+
### 第 52 次发布
|
|
44388
|
+
|
|
44389
|
+
发布时间:2023-01-05 01:23:16
|
|
44390
|
+
|
|
44391
|
+
本次发布包含了以下内容:
|
|
44392
|
+
|
|
44393
|
+
改善已有的文档。
|
|
44394
|
+
|
|
44395
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
44396
|
+
|
|
44397
|
+
* GetRealNameAuthToken
|
|
44398
|
+
|
|
44418
44399
|
### 第 51 次发布
|
|
44419
44400
|
|
|
44420
44401
|
发布时间:2022-11-29 06:46:33
|
|
@@ -48186,6 +48167,61 @@
|
|
|
48186
48167
|
|
|
48187
48168
|
|
|
48188
48169
|
|
|
48170
|
+
## 高可用物联网卡(hasim) 版本:2021-07-16
|
|
48171
|
+
|
|
48172
|
+
### 第 1 次发布
|
|
48173
|
+
|
|
48174
|
+
发布时间:2023-01-04 16:41:04
|
|
48175
|
+
|
|
48176
|
+
本次发布包含了以下内容:
|
|
48177
|
+
|
|
48178
|
+
改善已有的文档。
|
|
48179
|
+
|
|
48180
|
+
新增接口:
|
|
48181
|
+
|
|
48182
|
+
* [CreateRule](https://cloud.tencent.com/document/api/1482/85109)
|
|
48183
|
+
* [CreateTactic](https://cloud.tencent.com/document/api/1482/85115)
|
|
48184
|
+
* [CreateTag](https://cloud.tencent.com/document/api/1482/85120)
|
|
48185
|
+
* [DeleteRule](https://cloud.tencent.com/document/api/1482/85108)
|
|
48186
|
+
* [DeleteTactic](https://cloud.tencent.com/document/api/1482/85114)
|
|
48187
|
+
* [DeleteTag](https://cloud.tencent.com/document/api/1482/85119)
|
|
48188
|
+
* [DescribeLink](https://cloud.tencent.com/document/api/1482/85100)
|
|
48189
|
+
* [DescribeLinks](https://cloud.tencent.com/document/api/1482/85099)
|
|
48190
|
+
* [DescribeOrders](https://cloud.tencent.com/document/api/1482/85102)
|
|
48191
|
+
* [DescribeRule](https://cloud.tencent.com/document/api/1482/85107)
|
|
48192
|
+
* [DescribeRules](https://cloud.tencent.com/document/api/1482/85106)
|
|
48193
|
+
* [DescribeTactic](https://cloud.tencent.com/document/api/1482/85113)
|
|
48194
|
+
* [DescribeTactics](https://cloud.tencent.com/document/api/1482/85112)
|
|
48195
|
+
* [DescribeTags](https://cloud.tencent.com/document/api/1482/85118)
|
|
48196
|
+
* [ModifyLinkAdvancedLog](https://cloud.tencent.com/document/api/1482/85098)
|
|
48197
|
+
* [ModifyLinkTactic](https://cloud.tencent.com/document/api/1482/85097)
|
|
48198
|
+
* [ModifyLinkTele](https://cloud.tencent.com/document/api/1482/85096)
|
|
48199
|
+
* [ModifyRule](https://cloud.tencent.com/document/api/1482/85105)
|
|
48200
|
+
* [ModifyRuleStatus](https://cloud.tencent.com/document/api/1482/85104)
|
|
48201
|
+
* [ModifyTactic](https://cloud.tencent.com/document/api/1482/85111)
|
|
48202
|
+
* [ModifyTag](https://cloud.tencent.com/document/api/1482/85117)
|
|
48203
|
+
* [RenewLinkInfo](https://cloud.tencent.com/document/api/1482/85095)
|
|
48204
|
+
|
|
48205
|
+
新增数据结构:
|
|
48206
|
+
|
|
48207
|
+
* [DeviceReport](https://cloud.tencent.com/document/api/1482/85121#DeviceReport)
|
|
48208
|
+
* [LinkDetailInfo](https://cloud.tencent.com/document/api/1482/85121#LinkDetailInfo)
|
|
48209
|
+
* [LinkInfo](https://cloud.tencent.com/document/api/1482/85121#LinkInfo)
|
|
48210
|
+
* [LinkInfos](https://cloud.tencent.com/document/api/1482/85121#LinkInfos)
|
|
48211
|
+
* [OrderInfo](https://cloud.tencent.com/document/api/1482/85121#OrderInfo)
|
|
48212
|
+
* [Orders](https://cloud.tencent.com/document/api/1482/85121#Orders)
|
|
48213
|
+
* [Rule](https://cloud.tencent.com/document/api/1482/85121#Rule)
|
|
48214
|
+
* [RuleDetail](https://cloud.tencent.com/document/api/1482/85121#RuleDetail)
|
|
48215
|
+
* [RuleInfos](https://cloud.tencent.com/document/api/1482/85121#RuleInfos)
|
|
48216
|
+
* [Tactic](https://cloud.tencent.com/document/api/1482/85121#Tactic)
|
|
48217
|
+
* [TacticInfos](https://cloud.tencent.com/document/api/1482/85121#TacticInfos)
|
|
48218
|
+
* [Tag](https://cloud.tencent.com/document/api/1482/85121#Tag)
|
|
48219
|
+
* [TagInfos](https://cloud.tencent.com/document/api/1482/85121#TagInfos)
|
|
48220
|
+
* [TeleOperatorCard](https://cloud.tencent.com/document/api/1482/85121#TeleOperatorCard)
|
|
48221
|
+
|
|
48222
|
+
|
|
48223
|
+
|
|
48224
|
+
|
|
48189
48225
|
## 数学作业批改(hcm) 版本:2018-11-06
|
|
48190
48226
|
|
|
48191
48227
|
### 第 8 次发布
|
|
@@ -69401,6 +69437,18 @@
|
|
|
69401
69437
|
|
|
69402
69438
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
69403
69439
|
|
|
69440
|
+
### 第 21 次发布
|
|
69441
|
+
|
|
69442
|
+
发布时间:2023-01-05 01:37:14
|
|
69443
|
+
|
|
69444
|
+
本次发布包含了以下内容:
|
|
69445
|
+
|
|
69446
|
+
改善已有的文档。
|
|
69447
|
+
|
|
69448
|
+
新增接口:
|
|
69449
|
+
|
|
69450
|
+
* [DescribeRumGroupLog](https://cloud.tencent.com/document/api/1464/85145)
|
|
69451
|
+
|
|
69404
69452
|
### 第 20 次发布
|
|
69405
69453
|
|
|
69406
69454
|
发布时间:2022-12-23 01:49:31
|
|
@@ -72836,6 +72884,18 @@
|
|
|
72836
72884
|
|
|
72837
72885
|
## 安全运营中心(ssa) 版本:2018-06-08
|
|
72838
72886
|
|
|
72887
|
+
### 第 13 次发布
|
|
72888
|
+
|
|
72889
|
+
发布时间:2023-01-05 01:39:20
|
|
72890
|
+
|
|
72891
|
+
本次发布包含了以下内容:
|
|
72892
|
+
|
|
72893
|
+
改善已有的文档。
|
|
72894
|
+
|
|
72895
|
+
新增接口:
|
|
72896
|
+
|
|
72897
|
+
* [DescribeAssetDetailList](https://cloud.tencent.com/document/api/664/85146)
|
|
72898
|
+
|
|
72839
72899
|
### 第 12 次发布
|
|
72840
72900
|
|
|
72841
72901
|
发布时间:2022-07-25 06:13:43
|
|
@@ -83914,6 +83974,91 @@
|
|
|
83914
83974
|
|
|
83915
83975
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
83916
83976
|
|
|
83977
|
+
### 第 24 次发布
|
|
83978
|
+
|
|
83979
|
+
发布时间:2023-01-06 01:46:38
|
|
83980
|
+
|
|
83981
|
+
本次发布包含了以下内容:
|
|
83982
|
+
|
|
83983
|
+
改善已有的文档。
|
|
83984
|
+
|
|
83985
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
83986
|
+
|
|
83987
|
+
* CreateCustomErrorPage
|
|
83988
|
+
* CreateIpTableList
|
|
83989
|
+
* CreateLogSet
|
|
83990
|
+
* CreateLogTopicTask
|
|
83991
|
+
* CreateSecurityDropPage
|
|
83992
|
+
* DeleteLogTopicTask
|
|
83993
|
+
* DescribeBotClientIpList
|
|
83994
|
+
* DescribeBotData
|
|
83995
|
+
* DescribeBotHitRuleDetail
|
|
83996
|
+
* DescribeBotLog
|
|
83997
|
+
* DescribeBotManagedRules
|
|
83998
|
+
* DescribeBotTopData
|
|
83999
|
+
* DescribeDDoSAttackData
|
|
84000
|
+
* DescribeDDoSAttackEvent
|
|
84001
|
+
* DescribeDDoSAttackEventDetail
|
|
84002
|
+
* DescribeDDoSAttackSourceEvent
|
|
84003
|
+
* DescribeDDoSBlockList
|
|
84004
|
+
* DescribeDDoSMajorAttackEvent
|
|
84005
|
+
* DescribeDDoSPolicy
|
|
84006
|
+
* DescribeDistributionL4AccessData
|
|
84007
|
+
* DescribeDnssec
|
|
84008
|
+
* DescribeLogTopicTaskDetail
|
|
84009
|
+
* DescribeRateLimitIntelligenceRule
|
|
84010
|
+
* DescribeSecurityGroupManagedRules
|
|
84011
|
+
* DescribeSecurityPolicy
|
|
84012
|
+
* DescribeSecurityPolicyList
|
|
84013
|
+
* DescribeSecurityPolicyRegions
|
|
84014
|
+
* DescribeSecurityPortraitRules
|
|
84015
|
+
* DescribeSecurityRuleId
|
|
84016
|
+
* DescribeTimingL4AccessData
|
|
84017
|
+
* DescribeWebProtectionAttackEvents
|
|
84018
|
+
* DescribeZoneDDoSPolicy
|
|
84019
|
+
* ModifyAlarmConfig
|
|
84020
|
+
* ModifyAlarmDefaultThreshold
|
|
84021
|
+
* ModifyDDoSPolicy
|
|
84022
|
+
* ModifyDDoSPolicyHost
|
|
84023
|
+
* ModifyDnssec
|
|
84024
|
+
* ModifyLogTopicTask
|
|
84025
|
+
* ModifyZoneCnameSpeedUp
|
|
84026
|
+
* SwitchLogTopicTask
|
|
84027
|
+
|
|
84028
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
84029
|
+
|
|
84030
|
+
* BotLog
|
|
84031
|
+
* BotManagedRuleDetail
|
|
84032
|
+
* CCInterceptEvent
|
|
84033
|
+
* DDoSAcl
|
|
84034
|
+
* DDoSAclRule
|
|
84035
|
+
* DDoSAllowBlock
|
|
84036
|
+
* DDoSAllowBlockRule
|
|
84037
|
+
* DDoSAntiPly
|
|
84038
|
+
* DDoSAttackEvent
|
|
84039
|
+
* DDoSAttackEventDetailData
|
|
84040
|
+
* DDoSAttackSourceEvent
|
|
84041
|
+
* DDoSBlockData
|
|
84042
|
+
* DDoSFeaturesFilter
|
|
84043
|
+
* DDoSGeoIp
|
|
84044
|
+
* DDoSHost
|
|
84045
|
+
* DDoSMajorAttackEvent
|
|
84046
|
+
* DDoSPacketFilter
|
|
84047
|
+
* DDoSRule
|
|
84048
|
+
* DDoSSpeedLimit
|
|
84049
|
+
* DDoSStatusInfo
|
|
84050
|
+
* DnssecInfo
|
|
84051
|
+
* GeoIp
|
|
84052
|
+
* LogTopicDetailInfo
|
|
84053
|
+
* PortraitManagedRuleDetail
|
|
84054
|
+
* RateLimitIntelligenceRuleDetail
|
|
84055
|
+
* SecurityEntity
|
|
84056
|
+
* SecurityRule
|
|
84057
|
+
* ShieldArea
|
|
84058
|
+
* WafGroupDetail
|
|
84059
|
+
* WafGroupInfo
|
|
84060
|
+
* WafGroupRule
|
|
84061
|
+
|
|
83917
84062
|
### 第 23 次发布
|
|
83918
84063
|
|
|
83919
84064
|
发布时间:2022-12-30 01:48:06
|
|
@@ -86494,6 +86639,21 @@
|
|
|
86494
86639
|
|
|
86495
86640
|
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2021-11-11
|
|
86496
86641
|
|
|
86642
|
+
### 第 16 次发布
|
|
86643
|
+
|
|
86644
|
+
发布时间:2023-01-06 01:48:47
|
|
86645
|
+
|
|
86646
|
+
本次发布包含了以下内容:
|
|
86647
|
+
|
|
86648
|
+
改善已有的文档。
|
|
86649
|
+
|
|
86650
|
+
修改数据结构:
|
|
86651
|
+
|
|
86652
|
+
* [Spec](https://cloud.tencent.com/document/api/851/75051#Spec)
|
|
86653
|
+
|
|
86654
|
+
* 新增成员:Available, AvailableRegion
|
|
86655
|
+
|
|
86656
|
+
|
|
86497
86657
|
### 第 15 次发布
|
|
86498
86658
|
|
|
86499
86659
|
发布时间:2023-01-02 01:47:18
|
|
@@ -90935,6 +91095,21 @@
|
|
|
90935
91095
|
|
|
90936
91096
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
90937
91097
|
|
|
91098
|
+
### 第 45 次发布
|
|
91099
|
+
|
|
91100
|
+
发布时间:2023-01-06 01:51:15
|
|
91101
|
+
|
|
91102
|
+
本次发布包含了以下内容:
|
|
91103
|
+
|
|
91104
|
+
改善已有的文档。
|
|
91105
|
+
|
|
91106
|
+
修改数据结构:
|
|
91107
|
+
|
|
91108
|
+
* [LayoutParams](https://cloud.tencent.com/document/api/647/44055#LayoutParams)
|
|
91109
|
+
|
|
91110
|
+
* 新增成员:RenderMode
|
|
91111
|
+
|
|
91112
|
+
|
|
90938
91113
|
### 第 44 次发布
|
|
90939
91114
|
|
|
90940
91115
|
发布时间:2022-12-08 01:52:42
|
|
@@ -95148,6 +95323,21 @@
|
|
|
95148
95323
|
|
|
95149
95324
|
## 云点播(vod) 版本:2018-07-17
|
|
95150
95325
|
|
|
95326
|
+
### 第 138 次发布
|
|
95327
|
+
|
|
95328
|
+
发布时间:2023-01-06 01:53:33
|
|
95329
|
+
|
|
95330
|
+
本次发布包含了以下内容:
|
|
95331
|
+
|
|
95332
|
+
改善已有的文档。
|
|
95333
|
+
|
|
95334
|
+
修改接口:
|
|
95335
|
+
|
|
95336
|
+
* [ExtractTraceWatermark](https://cloud.tencent.com/document/api/266/80525)
|
|
95337
|
+
|
|
95338
|
+
* 新增入参:FileId
|
|
95339
|
+
|
|
95340
|
+
|
|
95151
95341
|
### 第 137 次发布
|
|
95152
95342
|
|
|
95153
95343
|
发布时间:2023-01-04 01:50:30
|
|
@@ -98929,6 +99119,63 @@
|
|
|
98929
99119
|
|
|
98930
99120
|
## 私有网络(vpc) 版本:2017-03-12
|
|
98931
99121
|
|
|
99122
|
+
### 第 135 次发布
|
|
99123
|
+
|
|
99124
|
+
发布时间:2023-01-06 01:54:52
|
|
99125
|
+
|
|
99126
|
+
本次发布包含了以下内容:
|
|
99127
|
+
|
|
99128
|
+
改善已有的文档。
|
|
99129
|
+
|
|
99130
|
+
新增接口:
|
|
99131
|
+
|
|
99132
|
+
* [[CreateTrafficPackages](https://cloud.tencent.com/document/api/215/85309)](https://cloud.tencent.com/document/api/#/#)
|
|
99133
|
+
|
|
99134
|
+
修改接口:
|
|
99135
|
+
|
|
99136
|
+
* [TransformAddress](https://cloud.tencent.com/document/api/215/16706)
|
|
99137
|
+
|
|
99138
|
+
* 新增出参:TaskId, AddressId
|
|
99139
|
+
|
|
99140
|
+
|
|
99141
|
+
修改数据结构:
|
|
99142
|
+
|
|
99143
|
+
* [BandwidthPackageBillBandwidth](https://cloud.tencent.com/document/api/215/15824#BandwidthPackageBillBandwidth)
|
|
99144
|
+
|
|
99145
|
+
* <font color="#dd0000">**修改成员**:</font>BandwidthUsage
|
|
99146
|
+
|
|
99147
|
+
|
|
99148
|
+
### 第 134 次发布
|
|
99149
|
+
|
|
99150
|
+
发布时间:2023-01-05 01:53:32
|
|
99151
|
+
|
|
99152
|
+
本次发布包含了以下内容:
|
|
99153
|
+
|
|
99154
|
+
改善已有的文档。
|
|
99155
|
+
|
|
99156
|
+
新增接口:
|
|
99157
|
+
|
|
99158
|
+
* [AttachSnapshotInstances](https://cloud.tencent.com/document/api/215/85159)
|
|
99159
|
+
* [CreateSnapshotPolicies](https://cloud.tencent.com/document/api/215/85158)
|
|
99160
|
+
* [DeleteSnapshotPolicies](https://cloud.tencent.com/document/api/215/85157)
|
|
99161
|
+
* [DescribeSgSnapshotFileContent](https://cloud.tencent.com/document/api/215/85156)
|
|
99162
|
+
* [DescribeSnapshotAttachedInstances](https://cloud.tencent.com/document/api/215/85155)
|
|
99163
|
+
* [DescribeSnapshotFiles](https://cloud.tencent.com/document/api/215/85154)
|
|
99164
|
+
* [DescribeSnapshotPolicies](https://cloud.tencent.com/document/api/215/85153)
|
|
99165
|
+
* [DetachSnapshotInstances](https://cloud.tencent.com/document/api/215/85152)
|
|
99166
|
+
* [DisableSnapshotPolicies](https://cloud.tencent.com/document/api/215/85151)
|
|
99167
|
+
* [EnableSnapshotPolicies](https://cloud.tencent.com/document/api/215/85150)
|
|
99168
|
+
* [ModifySnapshotPolicies](https://cloud.tencent.com/document/api/215/85149)
|
|
99169
|
+
* [ResumeSnapshotInstance](https://cloud.tencent.com/document/api/215/85148)
|
|
99170
|
+
|
|
99171
|
+
新增数据结构:
|
|
99172
|
+
|
|
99173
|
+
* [BackupPolicy](https://cloud.tencent.com/document/api/215/15824#BackupPolicy)
|
|
99174
|
+
* [BatchModifySnapshotPolicy](https://cloud.tencent.com/document/api/215/15824#BatchModifySnapshotPolicy)
|
|
99175
|
+
* [SnapshotFileInfo](https://cloud.tencent.com/document/api/215/15824#SnapshotFileInfo)
|
|
99176
|
+
* [SnapshotInstance](https://cloud.tencent.com/document/api/215/15824#SnapshotInstance)
|
|
99177
|
+
* [SnapshotPolicy](https://cloud.tencent.com/document/api/215/15824#SnapshotPolicy)
|
|
99178
|
+
|
|
98932
99179
|
### 第 133 次发布
|
|
98933
99180
|
|
|
98934
99181
|
发布时间:2022-12-29 11:09:38
|