tencentcloud-sdk-nodejs 4.0.733 → 4.0.735
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 +1063 -0
- package/SERVICE_CHANGELOG.md +1270 -17
- package/package.json +1 -1
- package/products.md +35 -35
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/v20201229/ams_models.ts +18 -18
- package/src/services/apigateway/v20180808/apigateway_models.ts +101 -59
- package/src/services/ccc/v20200210/ccc_models.ts +2 -2
- package/src/services/cfw/v20190904/cfw_models.ts +52 -8
- package/src/services/csip/v20221121/csip_client.ts +1 -1
- package/src/services/csip/v20221121/csip_models.ts +37 -37
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +2 -2
- package/src/services/dasb/v20191018/dasb_client.ts +13 -1
- package/src/services/dasb/v20191018/dasb_models.ts +100 -72
- package/src/services/dlc/v20210125/dlc_client.ts +22 -9
- package/src/services/dlc/v20210125/dlc_models.ts +129 -29
- package/src/services/dnspod/v20210323/dnspod_client.ts +1 -1
- package/src/services/dsgc/v20190723/dsgc_models.ts +87 -20
- package/src/services/dts/v20211206/dts_models.ts +15 -15
- package/src/services/ess/v20201111/ess_client.ts +3 -3
- package/src/services/ess/v20201111/ess_models.ts +2 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +28 -27
- package/src/services/essbasic/v20210526/essbasic_models.ts +44 -42
- package/src/services/hai/v20230812/hai_client.ts +111 -1
- package/src/services/hai/v20230812/hai_models.ts +602 -3
- package/src/services/ms/v20180408/ms_models.ts +34 -16
- package/src/services/oceanus/v20190422/oceanus_models.ts +12 -0
- package/src/services/ocr/v20181119/ocr_client.ts +1 -0
- package/src/services/ocr/v20181119/ocr_models.ts +72 -1
- package/src/services/ssa/v20180608/ssa_client.ts +6 -46
- package/src/services/ssa/v20180608/ssa_models.ts +60 -576
- package/src/services/tdmq/v20200217/tdmq_client.ts +13 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +52 -24
- package/src/services/tds/v20220801/tds_models.ts +18 -14
- package/src/services/tione/v20211111/tione_client.ts +16 -3
- package/src/services/tione/v20211111/tione_models.ts +189 -35
- package/src/services/trtc/v20190722/trtc_models.ts +9 -1
- package/src/services/tse/v20201207/tse_client.ts +60 -7
- package/src/services/tse/v20201207/tse_models.ts +251 -5
- package/src/services/vod/v20180717/vod_client.ts +91 -37
- package/src/services/vod/v20180717/vod_models.ts +468 -113
- package/src/services/vpc/v20170312/vpc_models.ts +4 -0
- package/src/services/vrs/v20200824/vrs_client.ts +26 -12
- package/src/services/vrs/v20200824/vrs_models.ts +221 -155
- package/src/services/wav/v20210129/wav_models.ts +1 -1
- package/src/services/weilingwith/v20230427/weilingwith_client.ts +163 -62
- package/src/services/weilingwith/v20230427/weilingwith_models.ts +4995 -790
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +18 -18
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +101 -59
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -2
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +52 -8
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +1 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +1 -1
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +37 -37
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -2
- package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +5 -1
- package/tencentcloud/services/dasb/v20191018/dasb_client.js +6 -0
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +98 -72
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +7 -3
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +9 -3
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +126 -29
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +1 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +87 -20
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +15 -15
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +3 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +28 -27
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +28 -27
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +44 -42
- package/tencentcloud/services/hai/v20230812/hai_client.d.ts +33 -1
- package/tencentcloud/services/hai/v20230812/hai_client.js +48 -0
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +576 -3
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +34 -16
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +12 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +71 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +1 -13
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +0 -18
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +60 -566
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +50 -24
- package/tencentcloud/services/tds/v20220801/tds_models.d.ts +18 -14
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +6 -2
- package/tencentcloud/services/tione/v20211111/tione_client.js +7 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +186 -35
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +9 -1
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +19 -3
- package/tencentcloud/services/tse/v20201207/tse_client.js +27 -3
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +238 -5
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +34 -18
- package/tencentcloud/services/vod/v20180717/vod_client.js +44 -20
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +454 -113
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
- package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +5 -1
- package/tencentcloud/services/vrs/v20200824/vrs_client.js +6 -0
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +210 -148
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +1 -1
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +51 -51
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +4881 -777
- package/test/dasb.v20191018.test.js +10 -0
- package/test/dlc.v20210125.test.js +12 -2
- package/test/hai.v20230812.test.js +80 -0
- package/test/ssa.v20180608.test.js +0 -30
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/tione.v20211111.test.js +10 -0
- package/test/tse.v20201207.test.js +42 -2
- package/test/vod.v20180717.test.js +46 -6
- package/test/vrs.v20200824.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,83 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## API 网关(apigateway) 版本:2018-08-08
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 47 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-11-
|
|
7
|
+
发布时间:2023-11-16 01:06:33
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateAPIDoc](https://cloud.tencent.com/document/api/628/54951)
|
|
16
|
+
|
|
17
|
+
* 新增入参:Tags
|
|
18
|
+
|
|
19
|
+
* [CreateApiKey](https://cloud.tencent.com/document/api/628/45213)
|
|
20
|
+
|
|
21
|
+
* 新增入参:Tags
|
|
22
|
+
|
|
23
|
+
* [CreateUsagePlan](https://cloud.tencent.com/document/api/628/45224)
|
|
24
|
+
|
|
25
|
+
* 新增入参:Tags
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
修改数据结构:
|
|
29
|
+
|
|
30
|
+
* [APIDoc](https://cloud.tencent.com/document/api/628/45244#APIDoc)
|
|
31
|
+
|
|
32
|
+
* 新增成员:Tags
|
|
33
|
+
|
|
34
|
+
* [APIDocInfo](https://cloud.tencent.com/document/api/628/45244#APIDocInfo)
|
|
35
|
+
|
|
36
|
+
* 新增成员:Tags
|
|
37
|
+
|
|
38
|
+
* [ApiKey](https://cloud.tencent.com/document/api/628/45244#ApiKey)
|
|
39
|
+
|
|
40
|
+
* 新增成员:Tags
|
|
41
|
+
|
|
42
|
+
* [ApiUsagePlan](https://cloud.tencent.com/document/api/628/45244#ApiUsagePlan)
|
|
43
|
+
|
|
44
|
+
* 新增成员:Tags
|
|
45
|
+
|
|
46
|
+
* [UsagePlanInfo](https://cloud.tencent.com/document/api/628/45244#UsagePlanInfo)
|
|
47
|
+
|
|
48
|
+
* 新增成员:Tags
|
|
49
|
+
|
|
50
|
+
* [UsagePlanStatusInfo](https://cloud.tencent.com/document/api/628/45244#UsagePlanStatusInfo)
|
|
51
|
+
|
|
52
|
+
* 新增成员:Tags
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
58
|
+
|
|
59
|
+
### 第 23 次发布
|
|
60
|
+
|
|
61
|
+
发布时间:2023-11-16 01:12:23
|
|
62
|
+
|
|
63
|
+
本次发布包含了以下内容:
|
|
64
|
+
|
|
65
|
+
改善已有的文档。
|
|
66
|
+
|
|
67
|
+
修改数据结构:
|
|
68
|
+
|
|
69
|
+
* [AssetViewVULRisk](https://cloud.tencent.com/document/api/664/90825#AssetViewVULRisk)
|
|
70
|
+
|
|
71
|
+
* <font color="#dd0000">**修改成员**:</font>AffectAsset, Level, InstanceType, Component, Service, RecentTime, FirstTime, Status, Id, Index, InstanceId, InstanceName, AppId, Nick, Uin, VULType, Port, Describe, AppName, References, AppVersion, VULURL, VULName, CVE, Fix, POCId, From, CWPVersion, IsSupportRepair, IsSupportDetect, InstanceUUID, Payload, EMGCVulType
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
|
|
77
|
+
|
|
78
|
+
### 第 20 次发布
|
|
79
|
+
|
|
80
|
+
发布时间:2023-11-16 01:14:38
|
|
8
81
|
|
|
9
82
|
本次发布包含了以下内容:
|
|
10
83
|
|
|
@@ -12,31 +85,264 @@
|
|
|
12
85
|
|
|
13
86
|
新增接口:
|
|
14
87
|
|
|
15
|
-
* [
|
|
16
|
-
* [UpsertCCAutoStatus](https://cloud.tencent.com/document/api/627/101567)
|
|
88
|
+
* [ModifyUserGroup](https://cloud.tencent.com/document/api/1025/101605)
|
|
17
89
|
|
|
18
|
-
<font color="#dd0000">**删除接口**:</font>
|
|
19
90
|
|
|
20
|
-
|
|
91
|
+
|
|
92
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
93
|
+
|
|
94
|
+
### 第 75 次发布
|
|
95
|
+
|
|
96
|
+
发布时间:2023-11-16 01:15:33
|
|
97
|
+
|
|
98
|
+
本次发布包含了以下内容:
|
|
99
|
+
|
|
100
|
+
改善已有的文档。
|
|
101
|
+
|
|
102
|
+
新增接口:
|
|
103
|
+
|
|
104
|
+
* [DescribeUpdatableDataEngines](https://cloud.tencent.com/document/api/1342/101606)
|
|
21
105
|
|
|
22
106
|
修改接口:
|
|
23
107
|
|
|
24
|
-
* [
|
|
108
|
+
* [CreateDataEngine](https://cloud.tencent.com/document/api/1342/87875)
|
|
25
109
|
|
|
26
|
-
*
|
|
110
|
+
* 新增入参:EngineNetworkId, EngineGeneration
|
|
111
|
+
|
|
112
|
+
* [DescribeDataEngines](https://cloud.tencent.com/document/api/1342/86308)
|
|
113
|
+
|
|
114
|
+
* 新增入参:EngineGeneration, EngineTypeDetail
|
|
27
115
|
|
|
28
116
|
|
|
29
117
|
新增数据结构:
|
|
30
118
|
|
|
31
|
-
* [
|
|
32
|
-
|
|
119
|
+
* [DataEngineBasicInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineBasicInfo)
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
124
|
+
|
|
125
|
+
### 第 5 次发布
|
|
126
|
+
|
|
127
|
+
发布时间:2023-11-16 01:16:33
|
|
128
|
+
|
|
129
|
+
本次发布包含了以下内容:
|
|
130
|
+
|
|
131
|
+
改善已有的文档。
|
|
132
|
+
|
|
133
|
+
修改接口:
|
|
134
|
+
|
|
135
|
+
* [DescribeDSPAESDataAssetDetail](https://cloud.tencent.com/document/api/1087/97143)
|
|
136
|
+
|
|
137
|
+
* 新增入参:CreditScore
|
|
138
|
+
|
|
139
|
+
* [DescribeDSPARDBDataAssetDetail](https://cloud.tencent.com/document/api/1087/97204)
|
|
140
|
+
|
|
141
|
+
* 新增入参:CreditScore
|
|
142
|
+
|
|
143
|
+
* [ModifyDSPAESTaskResult](https://cloud.tencent.com/document/api/1087/97191)
|
|
144
|
+
|
|
145
|
+
* 新增入参:SrcRuleId, SrcCategoryId, SrcLevelId, IdentifyType
|
|
146
|
+
|
|
147
|
+
* [ModifyDSPATaskResult](https://cloud.tencent.com/document/api/1087/97190)
|
|
148
|
+
|
|
149
|
+
* 新增入参:SrcRuleId, SrcCategoryId, SrcLevelId, IdentifyType
|
|
150
|
+
|
|
33
151
|
|
|
34
152
|
修改数据结构:
|
|
35
153
|
|
|
36
|
-
* [
|
|
154
|
+
* [DspaRDBDataAssetDetail](https://cloud.tencent.com/document/api/1087/96844#DspaRDBDataAssetDetail)
|
|
37
155
|
|
|
38
|
-
*
|
|
156
|
+
* 新增成员:IdentifyType, CheckStatus, IsSensitiveData
|
|
157
|
+
|
|
158
|
+
* [ESDataAssetDetail](https://cloud.tencent.com/document/api/1087/96844#ESDataAssetDetail)
|
|
159
|
+
|
|
160
|
+
* 新增成员:IdentifyType, CheckStatus
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
## 高性能应用服务(hai) 版本:2023-08-12
|
|
166
|
+
|
|
167
|
+
### 第 3 次发布
|
|
168
|
+
|
|
169
|
+
发布时间:2023-11-16 01:20:06
|
|
170
|
+
|
|
171
|
+
本次发布包含了以下内容:
|
|
172
|
+
|
|
173
|
+
改善已有的文档。
|
|
174
|
+
|
|
175
|
+
新增接口:
|
|
176
|
+
|
|
177
|
+
* [DescribeApplications](https://cloud.tencent.com/document/api/1721/101609)
|
|
178
|
+
* [DescribeInstanceNetworkStatus](https://cloud.tencent.com/document/api/1721/101613)
|
|
179
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/1721/101612)
|
|
180
|
+
* [DescribeRegions](https://cloud.tencent.com/document/api/1721/101615)
|
|
181
|
+
* [DescribeScenes](https://cloud.tencent.com/document/api/1721/101608)
|
|
182
|
+
* [DescribeServiceLoginSettings](https://cloud.tencent.com/document/api/1721/101611)
|
|
183
|
+
* [InquirePriceRunInstances](https://cloud.tencent.com/document/api/1721/101610)
|
|
184
|
+
|
|
185
|
+
新增数据结构:
|
|
186
|
+
|
|
187
|
+
* [ApplicationInfo](https://cloud.tencent.com/document/api/1721/101518#ApplicationInfo)
|
|
188
|
+
* [Filter](https://cloud.tencent.com/document/api/1721/101518#Filter)
|
|
189
|
+
* [Instance](https://cloud.tencent.com/document/api/1721/101518#Instance)
|
|
190
|
+
* [ItemPrice](https://cloud.tencent.com/document/api/1721/101518#ItemPrice)
|
|
191
|
+
* [LoginService](https://cloud.tencent.com/document/api/1721/101518#LoginService)
|
|
192
|
+
* [LoginSetting](https://cloud.tencent.com/document/api/1721/101518#LoginSetting)
|
|
193
|
+
* [NetworkStatus](https://cloud.tencent.com/document/api/1721/101518#NetworkStatus)
|
|
194
|
+
* [Price](https://cloud.tencent.com/document/api/1721/101518#Price)
|
|
195
|
+
* [RegionInfo](https://cloud.tencent.com/document/api/1721/101518#RegionInfo)
|
|
196
|
+
* [SceneInfo](https://cloud.tencent.com/document/api/1721/101518#SceneInfo)
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
201
|
+
|
|
202
|
+
### 第 45 次发布
|
|
203
|
+
|
|
204
|
+
发布时间:2023-11-16 01:25:38
|
|
205
|
+
|
|
206
|
+
本次发布包含了以下内容:
|
|
207
|
+
|
|
208
|
+
改善已有的文档。
|
|
209
|
+
|
|
210
|
+
修改接口:
|
|
211
|
+
|
|
212
|
+
* [DescribeTreeResources](https://cloud.tencent.com/document/api/849/79568)
|
|
213
|
+
|
|
214
|
+
* 新增入参:Filters, Offset, Limit
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
220
|
+
|
|
221
|
+
### 第 120 次发布
|
|
222
|
+
|
|
223
|
+
发布时间:2023-11-16 01:25:49
|
|
224
|
+
|
|
225
|
+
本次发布包含了以下内容:
|
|
226
|
+
|
|
227
|
+
改善已有的文档。
|
|
228
|
+
|
|
229
|
+
修改数据结构:
|
|
230
|
+
|
|
231
|
+
* [MotorVehicleSaleInvoice](https://cloud.tencent.com/document/api/866/33527#MotorVehicleSaleInvoice)
|
|
232
|
+
|
|
233
|
+
* 新增成员:TaxPayNum, TaxCode
|
|
234
|
+
|
|
235
|
+
* <font color="#dd0000">**修改成员**:</font>Title, Code, Number, Date, PretaxAmount, Total, TotalCn, Seller, SellerTaxID, SellerTel, SellerAddress, SellerBank, SellerBankAccount, Buyer, BuyerTaxID, BuyerID, TaxAuthorities, TaxAuthoritiesCode, VIN, VehicleModel, VehicleEngineCode, CertificateNumber, InspectionNumber, MachineID, VehicleType, Kind, Province, City, Tax, TaxRate, CompanySealMark, Tonnage, Remark, FormType, FormName, Issuer, TaxNum, MaxPeopleNum, Origin, MachineCode, MachineNumber, QRCodeMark
|
|
236
|
+
|
|
237
|
+
* [UsedCarPurchaseInvoice](https://cloud.tencent.com/document/api/866/33527#UsedCarPurchaseInvoice)
|
|
238
|
+
|
|
239
|
+
* 新增成员:AuctionOrgName, AuctionOrgAddress, AuctionOrgTaxID, AuctionOrgBankAccount, AuctionOrgPhone, Issuer, TaxCode, MachineSerialNumber, MachineCode, MachineNumber
|
|
240
|
+
|
|
241
|
+
* <font color="#dd0000">**修改成员**:</font>Title, QRCodeMark, Code, Number, Date, Total, TotalCn, Seller, SellerTel, SellerTaxID, SellerAddress, Buyer, BuyerID, BuyerAddress, BuyerTel, CompanyName, CompanyTaxID, CompanyBankAccount, CompanyTel, CompanyAddress, TransferAdministrationName, LicensePlate, RegistrationNumber, VIN, VehicleModel, Kind, Province, City, VehicleType, Remark, FormType, FormName, CompanySealMark
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
247
|
+
|
|
248
|
+
### 第 42 次发布
|
|
249
|
+
|
|
250
|
+
发布时间:2023-11-16 01:32:39
|
|
251
|
+
|
|
252
|
+
本次发布包含了以下内容:
|
|
253
|
+
|
|
254
|
+
改善已有的文档。
|
|
255
|
+
|
|
256
|
+
新增接口:
|
|
257
|
+
|
|
258
|
+
* [DescribeEvents](https://cloud.tencent.com/document/api/851/101617)
|
|
259
|
+
|
|
260
|
+
修改接口:
|
|
261
|
+
|
|
262
|
+
* [DescribeLogs](https://cloud.tencent.com/document/api/851/75076)
|
|
263
|
+
|
|
264
|
+
* 新增入参:ServiceId
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
新增数据结构:
|
|
268
|
+
|
|
269
|
+
* [Event](https://cloud.tencent.com/document/api/851/75051#Event)
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
278
|
+
|
|
279
|
+
### 第 60 次发布
|
|
280
|
+
|
|
281
|
+
发布时间:2023-11-16 01:34:14
|
|
282
|
+
|
|
283
|
+
本次发布包含了以下内容:
|
|
284
|
+
|
|
285
|
+
改善已有的文档。
|
|
286
|
+
|
|
287
|
+
修改数据结构:
|
|
288
|
+
|
|
289
|
+
* [McuWaterMarkImage](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkImage)
|
|
290
|
+
|
|
291
|
+
* 新增成员:DynamicPosType
|
|
292
|
+
|
|
293
|
+
* [McuWaterMarkText](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkText)
|
|
294
|
+
|
|
295
|
+
* 新增成员:DynamicPosType
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
## 云点播(vod) 版本:2018-07-17
|
|
301
|
+
|
|
302
|
+
### 第 170 次发布
|
|
303
|
+
|
|
304
|
+
发布时间:2023-11-16 01:35:27
|
|
305
|
+
|
|
306
|
+
本次发布包含了以下内容:
|
|
307
|
+
|
|
308
|
+
改善已有的文档。
|
|
309
|
+
|
|
310
|
+
新增接口:
|
|
311
|
+
|
|
312
|
+
* [CreateJustInTimeTranscodeTemplate](https://cloud.tencent.com/document/api/266/101622)
|
|
313
|
+
* [DeleteJustInTimeTranscodeTemplate](https://cloud.tencent.com/document/api/266/101621)
|
|
314
|
+
* [DescribeJustInTimeTranscodeTemplates](https://cloud.tencent.com/document/api/266/101620)
|
|
315
|
+
* [ModifyJustInTimeTranscodeTemplate](https://cloud.tencent.com/document/api/266/101619)
|
|
316
|
+
|
|
317
|
+
新增数据结构:
|
|
318
|
+
|
|
319
|
+
* [JustInTimeTranscodeTemplate](https://cloud.tencent.com/document/api/266/31773#JustInTimeTranscodeTemplate)
|
|
320
|
+
* [VideoConfigureInfo](https://cloud.tencent.com/document/api/266/31773#VideoConfigureInfo)
|
|
321
|
+
* [VideoConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#VideoConfigureInfoForUpdate)
|
|
322
|
+
* [WatermarkConfigureData](https://cloud.tencent.com/document/api/266/31773#WatermarkConfigureData)
|
|
323
|
+
* [WatermarkConfigureInfo](https://cloud.tencent.com/document/api/266/31773#WatermarkConfigureInfo)
|
|
324
|
+
* [WatermarkConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#WatermarkConfigureInfoForUpdate)
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
## 声音复刻(vrs) 版本:2020-08-24
|
|
329
|
+
|
|
330
|
+
### 第 4 次发布
|
|
331
|
+
|
|
332
|
+
发布时间:2023-11-16 01:37:19
|
|
333
|
+
|
|
334
|
+
本次发布包含了以下内容:
|
|
335
|
+
|
|
336
|
+
改善已有的文档。
|
|
337
|
+
|
|
338
|
+
新增接口:
|
|
339
|
+
|
|
340
|
+
* [GetVRSVoiceTypes](https://cloud.tencent.com/document/api/1283/101623)
|
|
341
|
+
|
|
342
|
+
新增数据结构:
|
|
39
343
|
|
|
344
|
+
* [VoiceTypeInfo](https://cloud.tencent.com/document/api/1283/90065#VoiceTypeInfo)
|
|
345
|
+
* [VoiceTypeListData](https://cloud.tencent.com/document/api/1283/90065#VoiceTypeListData)
|
|
40
346
|
|
|
41
347
|
|
|
42
348
|
|
|
@@ -3270,6 +3576,56 @@
|
|
|
3270
3576
|
|
|
3271
3577
|
## API 网关(apigateway) 版本:2018-08-08
|
|
3272
3578
|
|
|
3579
|
+
### 第 47 次发布
|
|
3580
|
+
|
|
3581
|
+
发布时间:2023-11-16 01:06:33
|
|
3582
|
+
|
|
3583
|
+
本次发布包含了以下内容:
|
|
3584
|
+
|
|
3585
|
+
改善已有的文档。
|
|
3586
|
+
|
|
3587
|
+
修改接口:
|
|
3588
|
+
|
|
3589
|
+
* [CreateAPIDoc](https://cloud.tencent.com/document/api/628/54951)
|
|
3590
|
+
|
|
3591
|
+
* 新增入参:Tags
|
|
3592
|
+
|
|
3593
|
+
* [CreateApiKey](https://cloud.tencent.com/document/api/628/45213)
|
|
3594
|
+
|
|
3595
|
+
* 新增入参:Tags
|
|
3596
|
+
|
|
3597
|
+
* [CreateUsagePlan](https://cloud.tencent.com/document/api/628/45224)
|
|
3598
|
+
|
|
3599
|
+
* 新增入参:Tags
|
|
3600
|
+
|
|
3601
|
+
|
|
3602
|
+
修改数据结构:
|
|
3603
|
+
|
|
3604
|
+
* [APIDoc](https://cloud.tencent.com/document/api/628/45244#APIDoc)
|
|
3605
|
+
|
|
3606
|
+
* 新增成员:Tags
|
|
3607
|
+
|
|
3608
|
+
* [APIDocInfo](https://cloud.tencent.com/document/api/628/45244#APIDocInfo)
|
|
3609
|
+
|
|
3610
|
+
* 新增成员:Tags
|
|
3611
|
+
|
|
3612
|
+
* [ApiKey](https://cloud.tencent.com/document/api/628/45244#ApiKey)
|
|
3613
|
+
|
|
3614
|
+
* 新增成员:Tags
|
|
3615
|
+
|
|
3616
|
+
* [ApiUsagePlan](https://cloud.tencent.com/document/api/628/45244#ApiUsagePlan)
|
|
3617
|
+
|
|
3618
|
+
* 新增成员:Tags
|
|
3619
|
+
|
|
3620
|
+
* [UsagePlanInfo](https://cloud.tencent.com/document/api/628/45244#UsagePlanInfo)
|
|
3621
|
+
|
|
3622
|
+
* 新增成员:Tags
|
|
3623
|
+
|
|
3624
|
+
* [UsagePlanStatusInfo](https://cloud.tencent.com/document/api/628/45244#UsagePlanStatusInfo)
|
|
3625
|
+
|
|
3626
|
+
* 新增成员:Tags
|
|
3627
|
+
|
|
3628
|
+
|
|
3273
3629
|
### 第 46 次发布
|
|
3274
3630
|
|
|
3275
3631
|
发布时间:2023-10-18 01:09:16
|
|
@@ -22240,6 +22596,42 @@
|
|
|
22240
22596
|
|
|
22241
22597
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
22242
22598
|
|
|
22599
|
+
### 第 48 次发布
|
|
22600
|
+
|
|
22601
|
+
发布时间:2023-11-15 01:17:59
|
|
22602
|
+
|
|
22603
|
+
本次发布包含了以下内容:
|
|
22604
|
+
|
|
22605
|
+
改善已有的文档。
|
|
22606
|
+
|
|
22607
|
+
修改接口:
|
|
22608
|
+
|
|
22609
|
+
* [CreateAddressTemplate](https://cloud.tencent.com/document/api/1132/95034)
|
|
22610
|
+
|
|
22611
|
+
* 新增入参:ProtocolType
|
|
22612
|
+
|
|
22613
|
+
* [DescribeAddressTemplateList](https://cloud.tencent.com/document/api/1132/97918)
|
|
22614
|
+
|
|
22615
|
+
* 新增入参:TemplateType, TemplateId
|
|
22616
|
+
|
|
22617
|
+
* 新增出参:IpTemplateCount, DomainTemplateCount, PortTemplateCount
|
|
22618
|
+
|
|
22619
|
+
* [ModifyAddressTemplate](https://cloud.tencent.com/document/api/1132/97919)
|
|
22620
|
+
|
|
22621
|
+
* 新增入参:ProtocolType
|
|
22622
|
+
|
|
22623
|
+
|
|
22624
|
+
修改数据结构:
|
|
22625
|
+
|
|
22626
|
+
* [EdgeIpInfo](https://cloud.tencent.com/document/api/1132/49071#EdgeIpInfo)
|
|
22627
|
+
|
|
22628
|
+
* 新增成员:Domain
|
|
22629
|
+
|
|
22630
|
+
* [TemplateListInfo](https://cloud.tencent.com/document/api/1132/49071#TemplateListInfo)
|
|
22631
|
+
|
|
22632
|
+
* 新增成员:TemplateId, ProtocolType
|
|
22633
|
+
|
|
22634
|
+
|
|
22243
22635
|
### 第 47 次发布
|
|
22244
22636
|
|
|
22245
22637
|
发布时间:2023-10-27 01:19:30
|
|
@@ -34875,6 +35267,40 @@
|
|
|
34875
35267
|
|
|
34876
35268
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
34877
35269
|
|
|
35270
|
+
### 第 23 次发布
|
|
35271
|
+
|
|
35272
|
+
发布时间:2023-11-16 01:12:23
|
|
35273
|
+
|
|
35274
|
+
本次发布包含了以下内容:
|
|
35275
|
+
|
|
35276
|
+
改善已有的文档。
|
|
35277
|
+
|
|
35278
|
+
修改数据结构:
|
|
35279
|
+
|
|
35280
|
+
* [AssetViewVULRisk](https://cloud.tencent.com/document/api/664/90825#AssetViewVULRisk)
|
|
35281
|
+
|
|
35282
|
+
* <font color="#dd0000">**修改成员**:</font>AffectAsset, Level, InstanceType, Component, Service, RecentTime, FirstTime, Status, Id, Index, InstanceId, InstanceName, AppId, Nick, Uin, VULType, Port, Describe, AppName, References, AppVersion, VULURL, VULName, CVE, Fix, POCId, From, CWPVersion, IsSupportRepair, IsSupportDetect, InstanceUUID, Payload, EMGCVulType
|
|
35283
|
+
|
|
35284
|
+
|
|
35285
|
+
### 第 22 次发布
|
|
35286
|
+
|
|
35287
|
+
发布时间:2023-11-15 01:23:10
|
|
35288
|
+
|
|
35289
|
+
本次发布包含了以下内容:
|
|
35290
|
+
|
|
35291
|
+
改善已有的文档。
|
|
35292
|
+
|
|
35293
|
+
修改数据结构:
|
|
35294
|
+
|
|
35295
|
+
* [ScanTaskInfo](https://cloud.tencent.com/document/api/664/90825#ScanTaskInfo)
|
|
35296
|
+
|
|
35297
|
+
* <font color="#dd0000">**修改成员**:</font>AppId, UIN, UserName
|
|
35298
|
+
|
|
35299
|
+
* [VULViewVULRisk](https://cloud.tencent.com/document/api/664/90825#VULViewVULRisk)
|
|
35300
|
+
|
|
35301
|
+
* <font color="#dd0000">**修改成员**:</font>Port, NoHandleCount, Level, Component, RecentTime, FirstTime, AffectAssetCount, Id, From, Index, VULType, VULName, CVE, Describe, Payload, AppName, References, AppVersion, VULURL, Nick, AppId, Uin, Fix, EMGCVulType
|
|
35302
|
+
|
|
35303
|
+
|
|
34878
35304
|
### 第 21 次发布
|
|
34879
35305
|
|
|
34880
35306
|
发布时间:2023-11-13 00:07:56
|
|
@@ -42543,6 +42969,18 @@
|
|
|
42543
42969
|
|
|
42544
42970
|
## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
|
|
42545
42971
|
|
|
42972
|
+
### 第 20 次发布
|
|
42973
|
+
|
|
42974
|
+
发布时间:2023-11-16 01:14:38
|
|
42975
|
+
|
|
42976
|
+
本次发布包含了以下内容:
|
|
42977
|
+
|
|
42978
|
+
改善已有的文档。
|
|
42979
|
+
|
|
42980
|
+
新增接口:
|
|
42981
|
+
|
|
42982
|
+
* [[ModifyUserGroup](https://cloud.tencent.com/document/api/1025/101605)](https://cloud.tencent.com/document/api/#/#)
|
|
42983
|
+
|
|
42546
42984
|
### 第 19 次发布
|
|
42547
42985
|
|
|
42548
42986
|
发布时间:2023-11-09 01:11:47
|
|
@@ -46261,6 +46699,48 @@
|
|
|
46261
46699
|
|
|
46262
46700
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
46263
46701
|
|
|
46702
|
+
### 第 75 次发布
|
|
46703
|
+
|
|
46704
|
+
发布时间:2023-11-16 01:15:33
|
|
46705
|
+
|
|
46706
|
+
本次发布包含了以下内容:
|
|
46707
|
+
|
|
46708
|
+
改善已有的文档。
|
|
46709
|
+
|
|
46710
|
+
新增接口:
|
|
46711
|
+
|
|
46712
|
+
* [[DescribeUpdatableDataEngines](https://cloud.tencent.com/document/api/1342/101606)](https://cloud.tencent.com/document/api/#/#)
|
|
46713
|
+
|
|
46714
|
+
修改接口:
|
|
46715
|
+
|
|
46716
|
+
* [CreateDataEngine](https://cloud.tencent.com/document/api/1342/87875)
|
|
46717
|
+
|
|
46718
|
+
* 新增入参:EngineNetworkId, EngineGeneration
|
|
46719
|
+
|
|
46720
|
+
* [DescribeDataEngines](https://cloud.tencent.com/document/api/1342/86308)
|
|
46721
|
+
|
|
46722
|
+
* 新增入参:EngineGeneration, EngineTypeDetail
|
|
46723
|
+
|
|
46724
|
+
|
|
46725
|
+
新增数据结构:
|
|
46726
|
+
|
|
46727
|
+
* [[DataEngineBasicInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineBasicInfo)](https://cloud.tencent.com/document/api/1342/53778#[DataEngineBasicInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineBasicInfo))
|
|
46728
|
+
|
|
46729
|
+
### 第 74 次发布
|
|
46730
|
+
|
|
46731
|
+
发布时间:2023-11-15 01:31:42
|
|
46732
|
+
|
|
46733
|
+
本次发布包含了以下内容:
|
|
46734
|
+
|
|
46735
|
+
改善已有的文档。
|
|
46736
|
+
|
|
46737
|
+
修改数据结构:
|
|
46738
|
+
|
|
46739
|
+
* [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
|
|
46740
|
+
|
|
46741
|
+
* 新增成员:EngineGeneration, EngineTypeDetail
|
|
46742
|
+
|
|
46743
|
+
|
|
46264
46744
|
### 第 73 次发布
|
|
46265
46745
|
|
|
46266
46746
|
发布时间:2023-11-13 00:11:03
|
|
@@ -49179,6 +49659,44 @@
|
|
|
49179
49659
|
|
|
49180
49660
|
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
49181
49661
|
|
|
49662
|
+
### 第 5 次发布
|
|
49663
|
+
|
|
49664
|
+
发布时间:2023-11-16 01:16:33
|
|
49665
|
+
|
|
49666
|
+
本次发布包含了以下内容:
|
|
49667
|
+
|
|
49668
|
+
改善已有的文档。
|
|
49669
|
+
|
|
49670
|
+
修改接口:
|
|
49671
|
+
|
|
49672
|
+
* [DescribeDSPAESDataAssetDetail](https://cloud.tencent.com/document/api/1087/97143)
|
|
49673
|
+
|
|
49674
|
+
* 新增入参:CreditScore
|
|
49675
|
+
|
|
49676
|
+
* [DescribeDSPARDBDataAssetDetail](https://cloud.tencent.com/document/api/1087/97204)
|
|
49677
|
+
|
|
49678
|
+
* 新增入参:CreditScore
|
|
49679
|
+
|
|
49680
|
+
* [ModifyDSPAESTaskResult](https://cloud.tencent.com/document/api/1087/97191)
|
|
49681
|
+
|
|
49682
|
+
* 新增入参:SrcRuleId, SrcCategoryId, SrcLevelId, IdentifyType
|
|
49683
|
+
|
|
49684
|
+
* [ModifyDSPATaskResult](https://cloud.tencent.com/document/api/1087/97190)
|
|
49685
|
+
|
|
49686
|
+
* 新增入参:SrcRuleId, SrcCategoryId, SrcLevelId, IdentifyType
|
|
49687
|
+
|
|
49688
|
+
|
|
49689
|
+
修改数据结构:
|
|
49690
|
+
|
|
49691
|
+
* [DspaRDBDataAssetDetail](https://cloud.tencent.com/document/api/1087/96844#DspaRDBDataAssetDetail)
|
|
49692
|
+
|
|
49693
|
+
* 新增成员:IdentifyType, CheckStatus, IsSensitiveData
|
|
49694
|
+
|
|
49695
|
+
* [ESDataAssetDetail](https://cloud.tencent.com/document/api/1087/96844#ESDataAssetDetail)
|
|
49696
|
+
|
|
49697
|
+
* 新增成员:IdentifyType, CheckStatus
|
|
49698
|
+
|
|
49699
|
+
|
|
49182
49700
|
### 第 4 次发布
|
|
49183
49701
|
|
|
49184
49702
|
发布时间:2023-09-19 01:13:28
|
|
@@ -50017,6 +50535,21 @@
|
|
|
50017
50535
|
|
|
50018
50536
|
## 数据传输服务(dts) 版本:2021-12-06
|
|
50019
50537
|
|
|
50538
|
+
### 第 19 次发布
|
|
50539
|
+
|
|
50540
|
+
发布时间:2023-11-15 01:36:06
|
|
50541
|
+
|
|
50542
|
+
本次发布包含了以下内容:
|
|
50543
|
+
|
|
50544
|
+
改善已有的文档。
|
|
50545
|
+
|
|
50546
|
+
修改接口:
|
|
50547
|
+
|
|
50548
|
+
* [ResumeMigrateJob](https://cloud.tencent.com/document/api/571/82075)
|
|
50549
|
+
|
|
50550
|
+
* <font color="#dd0000">**修改入参**:</font>ResumeOption
|
|
50551
|
+
|
|
50552
|
+
|
|
50020
50553
|
### 第 18 次发布
|
|
50021
50554
|
|
|
50022
50555
|
发布时间:2023-10-23 15:36:37
|
|
@@ -65371,6 +65904,49 @@
|
|
|
65371
65904
|
|
|
65372
65905
|
## 高性能应用服务(hai) 版本:2023-08-12
|
|
65373
65906
|
|
|
65907
|
+
### 第 3 次发布
|
|
65908
|
+
|
|
65909
|
+
发布时间:2023-11-16 01:20:06
|
|
65910
|
+
|
|
65911
|
+
本次发布包含了以下内容:
|
|
65912
|
+
|
|
65913
|
+
改善已有的文档。
|
|
65914
|
+
|
|
65915
|
+
新增接口:
|
|
65916
|
+
|
|
65917
|
+
* [[DescribeApplications](https://cloud.tencent.com/document/api/1721/101609)](https://cloud.tencent.com/document/api/#/#)
|
|
65918
|
+
* [[DescribeInstanceNetworkStatus](https://cloud.tencent.com/document/api/1721/101613)](https://cloud.tencent.com/document/api/#/#)
|
|
65919
|
+
* [[DescribeInstances](https://cloud.tencent.com/document/api/1721/101612)](https://cloud.tencent.com/document/api/#/#)
|
|
65920
|
+
* [[DescribeRegions](https://cloud.tencent.com/document/api/1721/101615)](https://cloud.tencent.com/document/api/#/#)
|
|
65921
|
+
* [[DescribeScenes](https://cloud.tencent.com/document/api/1721/101608)](https://cloud.tencent.com/document/api/#/#)
|
|
65922
|
+
* [[DescribeServiceLoginSettings](https://cloud.tencent.com/document/api/1721/101611)](https://cloud.tencent.com/document/api/#/#)
|
|
65923
|
+
* [[InquirePriceRunInstances](https://cloud.tencent.com/document/api/1721/101610)](https://cloud.tencent.com/document/api/#/#)
|
|
65924
|
+
|
|
65925
|
+
新增数据结构:
|
|
65926
|
+
|
|
65927
|
+
* [[ApplicationInfo](https://cloud.tencent.com/document/api/1721/101518#ApplicationInfo)](https://cloud.tencent.com/document/api/1721/101518#[ApplicationInfo](https://cloud.tencent.com/document/api/1721/101518#ApplicationInfo))
|
|
65928
|
+
* [[Filter](https://cloud.tencent.com/document/api/1721/101518#Filter)](https://cloud.tencent.com/document/api/1721/101518#[Filter](https://cloud.tencent.com/document/api/1721/101518#Filter))
|
|
65929
|
+
* [[Instance](https://cloud.tencent.com/document/api/1721/101518#Instance)](https://cloud.tencent.com/document/api/1721/101518#[Instance](https://cloud.tencent.com/document/api/1721/101518#Instance))
|
|
65930
|
+
* [[ItemPrice](https://cloud.tencent.com/document/api/1721/101518#ItemPrice)](https://cloud.tencent.com/document/api/1721/101518#[ItemPrice](https://cloud.tencent.com/document/api/1721/101518#ItemPrice))
|
|
65931
|
+
* [[LoginService](https://cloud.tencent.com/document/api/1721/101518#LoginService)](https://cloud.tencent.com/document/api/1721/101518#[LoginService](https://cloud.tencent.com/document/api/1721/101518#LoginService))
|
|
65932
|
+
* [[LoginSetting](https://cloud.tencent.com/document/api/1721/101518#LoginSetting)](https://cloud.tencent.com/document/api/1721/101518#[LoginSetting](https://cloud.tencent.com/document/api/1721/101518#LoginSetting))
|
|
65933
|
+
* [[NetworkStatus](https://cloud.tencent.com/document/api/1721/101518#NetworkStatus)](https://cloud.tencent.com/document/api/1721/101518#[NetworkStatus](https://cloud.tencent.com/document/api/1721/101518#NetworkStatus))
|
|
65934
|
+
* [[Price](https://cloud.tencent.com/document/api/1721/101518#Price)](https://cloud.tencent.com/document/api/1721/101518#[Price](https://cloud.tencent.com/document/api/1721/101518#Price))
|
|
65935
|
+
* [[RegionInfo](https://cloud.tencent.com/document/api/1721/101518#RegionInfo)](https://cloud.tencent.com/document/api/1721/101518#[RegionInfo](https://cloud.tencent.com/document/api/1721/101518#RegionInfo))
|
|
65936
|
+
* [[SceneInfo](https://cloud.tencent.com/document/api/1721/101518#SceneInfo)](https://cloud.tencent.com/document/api/1721/101518#[SceneInfo](https://cloud.tencent.com/document/api/1721/101518#SceneInfo))
|
|
65937
|
+
|
|
65938
|
+
### 第 2 次发布
|
|
65939
|
+
|
|
65940
|
+
发布时间:2023-11-15 01:43:11
|
|
65941
|
+
|
|
65942
|
+
本次发布包含了以下内容:
|
|
65943
|
+
|
|
65944
|
+
改善已有的文档。
|
|
65945
|
+
|
|
65946
|
+
新增接口:
|
|
65947
|
+
|
|
65948
|
+
* [TerminateInstances](https://cloud.tencent.com/document/api/1721/101581)
|
|
65949
|
+
|
|
65374
65950
|
### 第 1 次发布
|
|
65375
65951
|
|
|
65376
65952
|
发布时间:2023-11-10 16:10:58
|
|
@@ -85094,6 +85670,21 @@
|
|
|
85094
85670
|
|
|
85095
85671
|
## 移动应用安全(ms) 版本:2018-04-08
|
|
85096
85672
|
|
|
85673
|
+
### 第 19 次发布
|
|
85674
|
+
|
|
85675
|
+
发布时间:2023-11-15 02:10:37
|
|
85676
|
+
|
|
85677
|
+
本次发布包含了以下内容:
|
|
85678
|
+
|
|
85679
|
+
改善已有的文档。
|
|
85680
|
+
|
|
85681
|
+
修改数据结构:
|
|
85682
|
+
|
|
85683
|
+
* [PlanInfo](https://cloud.tencent.com/document/api/283/17759#PlanInfo)
|
|
85684
|
+
|
|
85685
|
+
* 新增成员:SetFile, FileSign, AntiRoot
|
|
85686
|
+
|
|
85687
|
+
|
|
85097
85688
|
### 第 18 次发布
|
|
85098
85689
|
|
|
85099
85690
|
发布时间:2023-10-17 01:22:38
|
|
@@ -86074,6 +86665,21 @@
|
|
|
86074
86665
|
|
|
86075
86666
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
86076
86667
|
|
|
86668
|
+
### 第 45 次发布
|
|
86669
|
+
|
|
86670
|
+
发布时间:2023-11-16 01:25:38
|
|
86671
|
+
|
|
86672
|
+
本次发布包含了以下内容:
|
|
86673
|
+
|
|
86674
|
+
改善已有的文档。
|
|
86675
|
+
|
|
86676
|
+
修改接口:
|
|
86677
|
+
|
|
86678
|
+
* [DescribeTreeResources](https://cloud.tencent.com/document/api/849/79568)
|
|
86679
|
+
|
|
86680
|
+
* 新增入参:Filters, Offset, Limit
|
|
86681
|
+
|
|
86682
|
+
|
|
86077
86683
|
### 第 44 次发布
|
|
86078
86684
|
|
|
86079
86685
|
发布时间:2023-10-24 01:20:07
|
|
@@ -86998,6 +87604,50 @@
|
|
|
86998
87604
|
|
|
86999
87605
|
## 文字识别(ocr) 版本:2018-11-19
|
|
87000
87606
|
|
|
87607
|
+
### 第 120 次发布
|
|
87608
|
+
|
|
87609
|
+
发布时间:2023-11-16 01:25:49
|
|
87610
|
+
|
|
87611
|
+
本次发布包含了以下内容:
|
|
87612
|
+
|
|
87613
|
+
改善已有的文档。
|
|
87614
|
+
|
|
87615
|
+
修改数据结构:
|
|
87616
|
+
|
|
87617
|
+
* [MotorVehicleSaleInvoice](https://cloud.tencent.com/document/api/866/33527#MotorVehicleSaleInvoice)
|
|
87618
|
+
|
|
87619
|
+
* 新增成员:TaxPayNum, TaxCode
|
|
87620
|
+
|
|
87621
|
+
* <font color="#dd0000">**修改成员**:</font>Title, Code, Number, Date, PretaxAmount, Total, TotalCn, Seller, SellerTaxID, SellerTel, SellerAddress, SellerBank, SellerBankAccount, Buyer, BuyerTaxID, BuyerID, TaxAuthorities, TaxAuthoritiesCode, VIN, VehicleModel, VehicleEngineCode, CertificateNumber, InspectionNumber, MachineID, VehicleType, Kind, Province, City, Tax, TaxRate, CompanySealMark, Tonnage, Remark, FormType, FormName, Issuer, TaxNum, MaxPeopleNum, Origin, MachineCode, MachineNumber, QRCodeMark
|
|
87622
|
+
|
|
87623
|
+
* [UsedCarPurchaseInvoice](https://cloud.tencent.com/document/api/866/33527#UsedCarPurchaseInvoice)
|
|
87624
|
+
|
|
87625
|
+
* 新增成员:AuctionOrgName, AuctionOrgAddress, AuctionOrgTaxID, AuctionOrgBankAccount, AuctionOrgPhone, Issuer, TaxCode, MachineSerialNumber, MachineCode, MachineNumber
|
|
87626
|
+
|
|
87627
|
+
* <font color="#dd0000">**修改成员**:</font>Title, QRCodeMark, Code, Number, Date, Total, TotalCn, Seller, SellerTel, SellerTaxID, SellerAddress, Buyer, BuyerID, BuyerAddress, BuyerTel, CompanyName, CompanyTaxID, CompanyBankAccount, CompanyTel, CompanyAddress, TransferAdministrationName, LicensePlate, RegistrationNumber, VIN, VehicleModel, Kind, Province, City, VehicleType, Remark, FormType, FormName, CompanySealMark
|
|
87628
|
+
|
|
87629
|
+
|
|
87630
|
+
### 第 119 次发布
|
|
87631
|
+
|
|
87632
|
+
发布时间:2023-11-15 02:11:27
|
|
87633
|
+
|
|
87634
|
+
本次发布包含了以下内容:
|
|
87635
|
+
|
|
87636
|
+
改善已有的文档。
|
|
87637
|
+
|
|
87638
|
+
修改接口:
|
|
87639
|
+
|
|
87640
|
+
* [IDCardOCR](https://cloud.tencent.com/document/api/866/33524)
|
|
87641
|
+
|
|
87642
|
+
* 新增入参:EnableReflectDetail
|
|
87643
|
+
|
|
87644
|
+
* 新增出参:ReflectDetailInfos
|
|
87645
|
+
|
|
87646
|
+
|
|
87647
|
+
新增数据结构:
|
|
87648
|
+
|
|
87649
|
+
* [ReflectDetailInfo](https://cloud.tencent.com/document/api/866/33527#ReflectDetailInfo)
|
|
87650
|
+
|
|
87001
87651
|
### 第 118 次发布
|
|
87002
87652
|
|
|
87003
87653
|
发布时间:2023-11-14 01:22:01
|
|
@@ -97905,6 +98555,27 @@
|
|
|
97905
98555
|
|
|
97906
98556
|
## 安全运营中心(ssa) 版本:2018-06-08
|
|
97907
98557
|
|
|
98558
|
+
### 第 21 次发布
|
|
98559
|
+
|
|
98560
|
+
发布时间:2023-11-15 02:18:28
|
|
98561
|
+
|
|
98562
|
+
本次发布包含了以下内容:
|
|
98563
|
+
|
|
98564
|
+
改善已有的文档。
|
|
98565
|
+
|
|
98566
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
98567
|
+
|
|
98568
|
+
* DescribeAssetsMappingList
|
|
98569
|
+
* DescribeSafetyEventList
|
|
98570
|
+
* SaDivulgeDataQueryPub
|
|
98571
|
+
|
|
98572
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
98573
|
+
|
|
98574
|
+
* DataAssetMapping
|
|
98575
|
+
* DataEvent
|
|
98576
|
+
* SaDivulgeDataQueryPub
|
|
98577
|
+
* SaDivulgeDataQueryPubList
|
|
98578
|
+
|
|
97908
98579
|
### 第 20 次发布
|
|
97909
98580
|
|
|
97910
98581
|
发布时间:2023-09-15 02:24:19
|
|
@@ -108255,6 +108926,18 @@
|
|
|
108255
108926
|
|
|
108256
108927
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
108257
108928
|
|
|
108929
|
+
### 第 90 次发布
|
|
108930
|
+
|
|
108931
|
+
发布时间:2023-11-15 02:25:53
|
|
108932
|
+
|
|
108933
|
+
本次发布包含了以下内容:
|
|
108934
|
+
|
|
108935
|
+
改善已有的文档。
|
|
108936
|
+
|
|
108937
|
+
新增接口:
|
|
108938
|
+
|
|
108939
|
+
* [DeleteProClusters](https://cloud.tencent.com/document/api/1179/101582)
|
|
108940
|
+
|
|
108258
108941
|
### 第 89 次发布
|
|
108259
108942
|
|
|
108260
108943
|
发布时间:2023-11-09 01:25:09
|
|
@@ -110233,6 +110916,21 @@
|
|
|
110233
110916
|
|
|
110234
110917
|
## 设备安全(tds) 版本:2022-08-01
|
|
110235
110918
|
|
|
110919
|
+
### 第 3 次发布
|
|
110920
|
+
|
|
110921
|
+
发布时间:2023-11-15 02:26:59
|
|
110922
|
+
|
|
110923
|
+
本次发布包含了以下内容:
|
|
110924
|
+
|
|
110925
|
+
改善已有的文档。
|
|
110926
|
+
|
|
110927
|
+
修改接口:
|
|
110928
|
+
|
|
110929
|
+
* [DescribeFraudUltimate](https://cloud.tencent.com/document/api/1628/83695)
|
|
110930
|
+
|
|
110931
|
+
* 新增出参:Unionid
|
|
110932
|
+
|
|
110933
|
+
|
|
110236
110934
|
### 第 2 次发布
|
|
110237
110935
|
|
|
110238
110936
|
发布时间:2022-12-06 07:10:10
|
|
@@ -116451,6 +117149,29 @@
|
|
|
116451
117149
|
|
|
116452
117150
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
116453
117151
|
|
|
117152
|
+
### 第 42 次发布
|
|
117153
|
+
|
|
117154
|
+
发布时间:2023-11-16 01:32:39
|
|
117155
|
+
|
|
117156
|
+
本次发布包含了以下内容:
|
|
117157
|
+
|
|
117158
|
+
改善已有的文档。
|
|
117159
|
+
|
|
117160
|
+
新增接口:
|
|
117161
|
+
|
|
117162
|
+
* [[DescribeEvents](https://cloud.tencent.com/document/api/851/101617)](https://cloud.tencent.com/document/api/#/#)
|
|
117163
|
+
|
|
117164
|
+
修改接口:
|
|
117165
|
+
|
|
117166
|
+
* [DescribeLogs](https://cloud.tencent.com/document/api/851/75076)
|
|
117167
|
+
|
|
117168
|
+
* 新增入参:ServiceId
|
|
117169
|
+
|
|
117170
|
+
|
|
117171
|
+
新增数据结构:
|
|
117172
|
+
|
|
117173
|
+
* [[Event](https://cloud.tencent.com/document/api/851/75051#Event)](https://cloud.tencent.com/document/api/851/75051#[Event](https://cloud.tencent.com/document/api/851/75051#Event))
|
|
117174
|
+
|
|
116454
117175
|
### 第 41 次发布
|
|
116455
117176
|
|
|
116456
117177
|
发布时间:2023-11-07 02:22:04
|
|
@@ -122784,6 +123505,25 @@
|
|
|
122784
123505
|
|
|
122785
123506
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
122786
123507
|
|
|
123508
|
+
### 第 60 次发布
|
|
123509
|
+
|
|
123510
|
+
发布时间:2023-11-16 01:34:14
|
|
123511
|
+
|
|
123512
|
+
本次发布包含了以下内容:
|
|
123513
|
+
|
|
123514
|
+
改善已有的文档。
|
|
123515
|
+
|
|
123516
|
+
修改数据结构:
|
|
123517
|
+
|
|
123518
|
+
* [McuWaterMarkImage](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkImage)
|
|
123519
|
+
|
|
123520
|
+
* 新增成员:DynamicPosType
|
|
123521
|
+
|
|
123522
|
+
* [McuWaterMarkText](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkText)
|
|
123523
|
+
|
|
123524
|
+
* 新增成员:DynamicPosType
|
|
123525
|
+
|
|
123526
|
+
|
|
122787
123527
|
### 第 59 次发布
|
|
122788
123528
|
|
|
122789
123529
|
发布时间:2023-08-28 02:42:57
|
|
@@ -123893,6 +124633,29 @@
|
|
|
123893
124633
|
|
|
123894
124634
|
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
123895
124635
|
|
|
124636
|
+
### 第 51 次发布
|
|
124637
|
+
|
|
124638
|
+
发布时间:2023-11-15 02:34:06
|
|
124639
|
+
|
|
124640
|
+
本次发布包含了以下内容:
|
|
124641
|
+
|
|
124642
|
+
改善已有的文档。
|
|
124643
|
+
|
|
124644
|
+
新增接口:
|
|
124645
|
+
|
|
124646
|
+
* [DescribeCloudNativeAPIGatewayUpstream](https://cloud.tencent.com/document/api/1364/101586)
|
|
124647
|
+
* [DescribeUpstreamHealthCheckConfig](https://cloud.tencent.com/document/api/1364/101585)
|
|
124648
|
+
* [ModifyUpstreamNodeStatus](https://cloud.tencent.com/document/api/1364/101584)
|
|
124649
|
+
* [UpdateUpstreamHealthCheckConfig](https://cloud.tencent.com/document/api/1364/101583)
|
|
124650
|
+
|
|
124651
|
+
新增数据结构:
|
|
124652
|
+
|
|
124653
|
+
* [KongActiveHealthCheck](https://cloud.tencent.com/document/api/1364/54942#KongActiveHealthCheck)
|
|
124654
|
+
* [KongPassiveHealthCheck](https://cloud.tencent.com/document/api/1364/54942#KongPassiveHealthCheck)
|
|
124655
|
+
* [KongUpstreamList](https://cloud.tencent.com/document/api/1364/54942#KongUpstreamList)
|
|
124656
|
+
* [KongUpstreamPreview](https://cloud.tencent.com/document/api/1364/54942#KongUpstreamPreview)
|
|
124657
|
+
* [UpstreamHealthCheckConfig](https://cloud.tencent.com/document/api/1364/54942#UpstreamHealthCheckConfig)
|
|
124658
|
+
|
|
123896
124659
|
### 第 50 次发布
|
|
123897
124660
|
|
|
123898
124661
|
发布时间:2023-10-20 01:26:31
|
|
@@ -128227,6 +128990,45 @@
|
|
|
128227
128990
|
|
|
128228
128991
|
## 云点播(vod) 版本:2018-07-17
|
|
128229
128992
|
|
|
128993
|
+
### 第 170 次发布
|
|
128994
|
+
|
|
128995
|
+
发布时间:2023-11-16 01:35:27
|
|
128996
|
+
|
|
128997
|
+
本次发布包含了以下内容:
|
|
128998
|
+
|
|
128999
|
+
改善已有的文档。
|
|
129000
|
+
|
|
129001
|
+
新增接口:
|
|
129002
|
+
|
|
129003
|
+
* [[CreateJustInTimeTranscodeTemplate](https://cloud.tencent.com/document/api/266/101622)](https://cloud.tencent.com/document/api/#/#)
|
|
129004
|
+
* [[DeleteJustInTimeTranscodeTemplate](https://cloud.tencent.com/document/api/266/101621)](https://cloud.tencent.com/document/api/#/#)
|
|
129005
|
+
* [[DescribeJustInTimeTranscodeTemplates](https://cloud.tencent.com/document/api/266/101620)](https://cloud.tencent.com/document/api/#/#)
|
|
129006
|
+
* [[ModifyJustInTimeTranscodeTemplate](https://cloud.tencent.com/document/api/266/101619)](https://cloud.tencent.com/document/api/#/#)
|
|
129007
|
+
|
|
129008
|
+
新增数据结构:
|
|
129009
|
+
|
|
129010
|
+
* [[JustInTimeTranscodeTemplate](https://cloud.tencent.com/document/api/266/31773#JustInTimeTranscodeTemplate)](https://cloud.tencent.com/document/api/266/31773#[JustInTimeTranscodeTemplate](https://cloud.tencent.com/document/api/266/31773#JustInTimeTranscodeTemplate))
|
|
129011
|
+
* [[VideoConfigureInfo](https://cloud.tencent.com/document/api/266/31773#VideoConfigureInfo)](https://cloud.tencent.com/document/api/266/31773#[VideoConfigureInfo](https://cloud.tencent.com/document/api/266/31773#VideoConfigureInfo))
|
|
129012
|
+
* [[VideoConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#VideoConfigureInfoForUpdate)](https://cloud.tencent.com/document/api/266/31773#[VideoConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#VideoConfigureInfoForUpdate))
|
|
129013
|
+
* [[WatermarkConfigureData](https://cloud.tencent.com/document/api/266/31773#WatermarkConfigureData)](https://cloud.tencent.com/document/api/266/31773#[WatermarkConfigureData](https://cloud.tencent.com/document/api/266/31773#WatermarkConfigureData))
|
|
129014
|
+
* [[WatermarkConfigureInfo](https://cloud.tencent.com/document/api/266/31773#WatermarkConfigureInfo)](https://cloud.tencent.com/document/api/266/31773#[WatermarkConfigureInfo](https://cloud.tencent.com/document/api/266/31773#WatermarkConfigureInfo))
|
|
129015
|
+
* [[WatermarkConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#WatermarkConfigureInfoForUpdate)](https://cloud.tencent.com/document/api/266/31773#[WatermarkConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#WatermarkConfigureInfoForUpdate))
|
|
129016
|
+
|
|
129017
|
+
### 第 169 次发布
|
|
129018
|
+
|
|
129019
|
+
发布时间:2023-11-15 02:37:10
|
|
129020
|
+
|
|
129021
|
+
本次发布包含了以下内容:
|
|
129022
|
+
|
|
129023
|
+
改善已有的文档。
|
|
129024
|
+
|
|
129025
|
+
修改数据结构:
|
|
129026
|
+
|
|
129027
|
+
* [OutputAudioStream](https://cloud.tencent.com/document/api/266/31773#OutputAudioStream)
|
|
129028
|
+
|
|
129029
|
+
* 新增成员:Bitrate
|
|
129030
|
+
|
|
129031
|
+
|
|
128230
129032
|
### 第 168 次发布
|
|
128231
129033
|
|
|
128232
129034
|
发布时间:2023-09-15 02:46:32
|
|
@@ -132922,6 +133724,21 @@
|
|
|
132922
133724
|
|
|
132923
133725
|
## 私有网络(vpc) 版本:2017-03-12
|
|
132924
133726
|
|
|
133727
|
+
### 第 180 次发布
|
|
133728
|
+
|
|
133729
|
+
发布时间:2023-11-15 02:39:18
|
|
133730
|
+
|
|
133731
|
+
本次发布包含了以下内容:
|
|
133732
|
+
|
|
133733
|
+
改善已有的文档。
|
|
133734
|
+
|
|
133735
|
+
修改接口:
|
|
133736
|
+
|
|
133737
|
+
* [ModifyCustomerGatewayAttribute](https://cloud.tencent.com/document/api/215/17509)
|
|
133738
|
+
|
|
133739
|
+
* 新增入参:BgpAsn
|
|
133740
|
+
|
|
133741
|
+
|
|
132925
133742
|
### 第 179 次发布
|
|
132926
133743
|
|
|
132927
133744
|
发布时间:2023-11-09 01:29:06
|
|
@@ -136940,6 +137757,23 @@
|
|
|
136940
137757
|
|
|
136941
137758
|
## 声音复刻(vrs) 版本:2020-08-24
|
|
136942
137759
|
|
|
137760
|
+
### 第 4 次发布
|
|
137761
|
+
|
|
137762
|
+
发布时间:2023-11-16 01:37:19
|
|
137763
|
+
|
|
137764
|
+
本次发布包含了以下内容:
|
|
137765
|
+
|
|
137766
|
+
改善已有的文档。
|
|
137767
|
+
|
|
137768
|
+
新增接口:
|
|
137769
|
+
|
|
137770
|
+
* [[GetVRSVoiceTypes](https://cloud.tencent.com/document/api/1283/101623)](https://cloud.tencent.com/document/api/#/#)
|
|
137771
|
+
|
|
137772
|
+
新增数据结构:
|
|
137773
|
+
|
|
137774
|
+
* [[VoiceTypeInfo](https://cloud.tencent.com/document/api/1283/90065#VoiceTypeInfo)](https://cloud.tencent.com/document/api/1283/90065#[VoiceTypeInfo](https://cloud.tencent.com/document/api/1283/90065#VoiceTypeInfo))
|
|
137775
|
+
* [[VoiceTypeListData](https://cloud.tencent.com/document/api/1283/90065#VoiceTypeListData)](https://cloud.tencent.com/document/api/1283/90065#[VoiceTypeListData](https://cloud.tencent.com/document/api/1283/90065#VoiceTypeListData))
|
|
137776
|
+
|
|
136943
137777
|
### 第 3 次发布
|
|
136944
137778
|
|
|
136945
137779
|
发布时间:2023-11-03 01:27:03
|
|
@@ -137019,8 +137853,8 @@
|
|
|
137019
137853
|
|
|
137020
137854
|
新增接口:
|
|
137021
137855
|
|
|
137022
|
-
* [
|
|
137023
|
-
* [
|
|
137856
|
+
* [DescribeCCAutoStatus](https://cloud.tencent.com/document/api/627/101568)
|
|
137857
|
+
* [UpsertCCAutoStatus](https://cloud.tencent.com/document/api/627/101567)
|
|
137024
137858
|
|
|
137025
137859
|
<font color="#dd0000">**删除接口**:</font>
|
|
137026
137860
|
|
|
@@ -137035,8 +137869,8 @@
|
|
|
137035
137869
|
|
|
137036
137870
|
新增数据结构:
|
|
137037
137871
|
|
|
137038
|
-
* [
|
|
137039
|
-
* [
|
|
137872
|
+
* [CCRuleItems](https://cloud.tencent.com/document/api/627/53609#CCRuleItems)
|
|
137873
|
+
* [CCRuleLists](https://cloud.tencent.com/document/api/627/53609#CCRuleLists)
|
|
137040
137874
|
|
|
137041
137875
|
修改数据结构:
|
|
137042
137876
|
|
|
@@ -140690,6 +141524,425 @@
|
|
|
140690
141524
|
|
|
140691
141525
|
## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
|
|
140692
141526
|
|
|
141527
|
+
### 第 4 次发布
|
|
141528
|
+
|
|
141529
|
+
发布时间:2023-11-15 02:45:47
|
|
141530
|
+
|
|
141531
|
+
本次发布包含了以下内容:
|
|
141532
|
+
|
|
141533
|
+
改善已有的文档。
|
|
141534
|
+
|
|
141535
|
+
修改接口:
|
|
141536
|
+
|
|
141537
|
+
* [AddAlarmProcessRecord](https://cloud.tencent.com/document/api/1693/101492)
|
|
141538
|
+
|
|
141539
|
+
* 新增入参:RecordSet, WorkspaceId, ApplicationToken, ApplicationId, ExtendOne
|
|
141540
|
+
|
|
141541
|
+
* 新增出参:Result
|
|
141542
|
+
|
|
141543
|
+
* [BatchCreateDevice](https://cloud.tencent.com/document/api/1693/101491)
|
|
141544
|
+
|
|
141545
|
+
* 新增入参:WorkspaceId, AddDeviceSet, ApplicationToken
|
|
141546
|
+
|
|
141547
|
+
* 新增出参:Result
|
|
141548
|
+
|
|
141549
|
+
* [BatchKillAlarm](https://cloud.tencent.com/document/api/1693/101490)
|
|
141550
|
+
|
|
141551
|
+
* 新增入参:BeginTime, EndTime, StatusSet, WorkspaceId, UserId, UserName, ApplicationToken, ProcessorId, AlarmTypeSet, LevelSet, WIDSet, IdSet, Desc
|
|
141552
|
+
|
|
141553
|
+
* 新增出参:Result
|
|
141554
|
+
|
|
141555
|
+
* [BatchReportAppMessage](https://cloud.tencent.com/document/api/1693/101489)
|
|
141556
|
+
|
|
141557
|
+
* 新增入参:WorkspaceId, ApplicationToken, ReportSet
|
|
141558
|
+
|
|
141559
|
+
* 新增出参:Result
|
|
141560
|
+
|
|
141561
|
+
* [ChangeAlarmStatus](https://cloud.tencent.com/document/api/1693/101488)
|
|
141562
|
+
|
|
141563
|
+
* 新增入参:Id, Status, ProcessTime, ProcessType, WorkspaceId, UserId, UserName, ApplicationToken, Processor, ProcessDescription, ProcessExtend, ExtendOne, ApplicationId
|
|
141564
|
+
|
|
141565
|
+
* 新增出参:Result
|
|
141566
|
+
|
|
141567
|
+
* [ControlCameraPTZ](https://cloud.tencent.com/document/api/1693/101468)
|
|
141568
|
+
|
|
141569
|
+
* 新增入参:WID, CMD, WorkspaceId, ApplicationToken
|
|
141570
|
+
|
|
141571
|
+
* 新增出参:Result
|
|
141572
|
+
|
|
141573
|
+
* [ControlDevice](https://cloud.tencent.com/document/api/1693/101487)
|
|
141574
|
+
|
|
141575
|
+
* 新增入参:WorkspaceId, WIDSet, ControlData, ApplicationToken
|
|
141576
|
+
|
|
141577
|
+
* 新增出参:Result
|
|
141578
|
+
|
|
141579
|
+
* [CreateApplicationToken](https://cloud.tencent.com/document/api/1693/101495)
|
|
141580
|
+
|
|
141581
|
+
* 新增入参:ApplicationId, Nonce, TenantId, RequestTime, Signature
|
|
141582
|
+
|
|
141583
|
+
* 新增出参:Result
|
|
141584
|
+
|
|
141585
|
+
* [DescribeActionList](https://cloud.tencent.com/document/api/1693/101486)
|
|
141586
|
+
|
|
141587
|
+
* 新增入参:WorkspaceId, PageNumber, PageSize, ApplicationToken, ActionType, IdSet
|
|
141588
|
+
|
|
141589
|
+
* 新增出参:Result
|
|
141590
|
+
|
|
141591
|
+
* [DescribeAdministrationByTag](https://cloud.tencent.com/document/api/1693/101461)
|
|
141592
|
+
|
|
141593
|
+
* 新增入参:ApplicationToken, WorkspaceId, Tag
|
|
141594
|
+
|
|
141595
|
+
* 新增出参:Result
|
|
141596
|
+
|
|
141597
|
+
* [DescribeAlarmLevelList](https://cloud.tencent.com/document/api/1693/101485)
|
|
141598
|
+
|
|
141599
|
+
* 新增入参:WorkspaceId, ApplicationToken
|
|
141600
|
+
|
|
141601
|
+
* 新增出参:Result
|
|
141602
|
+
|
|
141603
|
+
* [DescribeAlarmList](https://cloud.tencent.com/document/api/1693/101484)
|
|
141604
|
+
|
|
141605
|
+
* 新增入参:BeginTime, EndTime, PageNumber, PageSize, WorkspaceId, ApplicationToken, Statuses, AlarmTypeSet, LevelSet, IdSet, AppIdSet, WIDSet, SpaceCodeSet, ExtendOne, ExtendTwo, ProcessorSet, GroupIdSet
|
|
141606
|
+
|
|
141607
|
+
* 新增出参:Result
|
|
141608
|
+
|
|
141609
|
+
* [DescribeAlarmTypeList](https://cloud.tencent.com/document/api/1693/101483)
|
|
141610
|
+
|
|
141611
|
+
* 新增入参:WorkspaceId, ApplicationToken, ParentType
|
|
141612
|
+
|
|
141613
|
+
* 新增出参:Result
|
|
141614
|
+
|
|
141615
|
+
* [DescribeBuildingList](https://cloud.tencent.com/document/api/1693/101512)
|
|
141616
|
+
|
|
141617
|
+
* 新增入参:WorkspaceId, ApplicationToken, HasModel, SpaceCodes
|
|
141618
|
+
|
|
141619
|
+
* 新增出参:Result
|
|
141620
|
+
|
|
141621
|
+
* [DescribeBuildingModel](https://cloud.tencent.com/document/api/1693/101511)
|
|
141622
|
+
|
|
141623
|
+
* 新增入参:BuildingId, WorkspaceId, ApplicationToken
|
|
141624
|
+
|
|
141625
|
+
* 新增出参:Result
|
|
141626
|
+
|
|
141627
|
+
* [DescribeBuildingProfile](https://cloud.tencent.com/document/api/1693/101510)
|
|
141628
|
+
|
|
141629
|
+
* 新增入参:BuildingId, WorkspaceId, ApplicationToken
|
|
141630
|
+
|
|
141631
|
+
* 新增出参:Result
|
|
141632
|
+
|
|
141633
|
+
* [DescribeCameraExtendInfo](https://cloud.tencent.com/document/api/1693/101467)
|
|
141634
|
+
|
|
141635
|
+
* 新增入参:WID, WorkspaceId, ApplicationToken
|
|
141636
|
+
|
|
141637
|
+
* 新增出参:Result
|
|
141638
|
+
|
|
141639
|
+
* [DescribeCityWorkspaceList](https://cloud.tencent.com/document/api/1693/101459)
|
|
141640
|
+
|
|
141641
|
+
* 新增入参:AdministrativeCodeSet, ApplicationToken
|
|
141642
|
+
|
|
141643
|
+
* 新增出参:Result
|
|
141644
|
+
|
|
141645
|
+
* [DescribeDeviceList](https://cloud.tencent.com/document/api/1693/101482)
|
|
141646
|
+
|
|
141647
|
+
* 新增入参:WorkspaceId, PageNumber, PageSize, ApplicationToken, DeviceTypeSet, ProductIdSet, TagIdSet, SpaceCodeSet, DeviceTagSet, WIDSet, Field, GroupIdSet
|
|
141648
|
+
|
|
141649
|
+
* 新增出参:Result
|
|
141650
|
+
|
|
141651
|
+
* [DescribeDeviceShadowList](https://cloud.tencent.com/document/api/1693/101481)
|
|
141652
|
+
|
|
141653
|
+
* 新增入参:TagIdSet
|
|
141654
|
+
|
|
141655
|
+
* [DescribeDeviceStatusList](https://cloud.tencent.com/document/api/1693/101480)
|
|
141656
|
+
|
|
141657
|
+
* 新增入参:WorkspaceId, ApplicationToken, PageNumber, PageSize, DeviceTypeSet, ProductIdSet, TagIdSet, SpaceCodeSet, WIDSet, DeviceTagSet, DeviceStatusSet, StatusSet, IsAlive
|
|
141658
|
+
|
|
141659
|
+
* 新增出参:Result
|
|
141660
|
+
|
|
141661
|
+
* [DescribeDeviceStatusStat](https://cloud.tencent.com/document/api/1693/101479)
|
|
141662
|
+
|
|
141663
|
+
* 新增入参:Level, WorkspaceId, ApplicationToken, SpaceCodeSet, DeviceTypeSet
|
|
141664
|
+
|
|
141665
|
+
* 新增出参:Result
|
|
141666
|
+
|
|
141667
|
+
* [DescribeDeviceTagList](https://cloud.tencent.com/document/api/1693/101478)
|
|
141668
|
+
|
|
141669
|
+
* 新增入参:WorkspaceId, PageNumber, PageSize, ApplicationToken
|
|
141670
|
+
|
|
141671
|
+
* 新增出参:Result
|
|
141672
|
+
|
|
141673
|
+
* [DescribeDeviceTypeList](https://cloud.tencent.com/document/api/1693/101477)
|
|
141674
|
+
|
|
141675
|
+
* 新增入参:WorkspaceId, ApplicationToken, Flag
|
|
141676
|
+
|
|
141677
|
+
* 新增出参:Result
|
|
141678
|
+
|
|
141679
|
+
* [DescribeEdgeApplicationToken](https://cloud.tencent.com/document/api/1693/97957)
|
|
141680
|
+
|
|
141681
|
+
* 新增入参:ApplicationToken, Refresh
|
|
141682
|
+
|
|
141683
|
+
* 新增出参:Result
|
|
141684
|
+
|
|
141685
|
+
* [DescribeElementProfilePage](https://cloud.tencent.com/document/api/1693/101509)
|
|
141686
|
+
|
|
141687
|
+
* 新增入参:BuildingId, PageNumber, PageSize, WorkspaceId, ApplicationToken, ParentElementIds, Level, SpaceTypeCode, EntityTypes, IncludeDelete, StartTime, EndTime
|
|
141688
|
+
|
|
141689
|
+
* 新增出参:Result
|
|
141690
|
+
|
|
141691
|
+
* [DescribeElementProfileTree](https://cloud.tencent.com/document/api/1693/101508)
|
|
141692
|
+
|
|
141693
|
+
* 新增入参:BuildingId, WorkspaceId, ApplicationToken, ElementId, Level, SpaceTypeCode
|
|
141694
|
+
|
|
141695
|
+
* 新增出参:Result
|
|
141696
|
+
|
|
141697
|
+
* [DescribeEventList](https://cloud.tencent.com/document/api/1693/101476)
|
|
141698
|
+
|
|
141699
|
+
* 新增入参:WorkspaceId, PageNumber, PageSize, ApplicationToken, TriggerType, IdSet
|
|
141700
|
+
|
|
141701
|
+
* 新增出参:Result
|
|
141702
|
+
|
|
141703
|
+
* [DescribeFileDownloadURL](https://cloud.tencent.com/document/api/1693/101494)
|
|
141704
|
+
|
|
141705
|
+
* 新增入参:WorkspaceId, FileId, ApplicationToken
|
|
141706
|
+
|
|
141707
|
+
* 新增出参:Result
|
|
141708
|
+
|
|
141709
|
+
* [DescribeFileUploadURL](https://cloud.tencent.com/document/api/1693/101493)
|
|
141710
|
+
|
|
141711
|
+
* 新增入参:WorkspaceId, FileName, FileSize, ApplicationToken, FileMD5, SaveType, FileExpireTime, NoExpireFlag
|
|
141712
|
+
|
|
141713
|
+
* 新增出参:Result
|
|
141714
|
+
|
|
141715
|
+
* [DescribeInterfaceList](https://cloud.tencent.com/document/api/1693/97956)
|
|
141716
|
+
|
|
141717
|
+
* 新增入参:ApplicationToken, PageNumber, PageSize, Keyword, Style, Type
|
|
141718
|
+
|
|
141719
|
+
* 新增出参:Result
|
|
141720
|
+
|
|
141721
|
+
* [DescribeLinkRuleList](https://cloud.tencent.com/document/api/1693/101475)
|
|
141722
|
+
|
|
141723
|
+
* 新增入参:WorkspaceId, PageNumber, PageSize, ApplicationToken, TriggerType, IdSet
|
|
141724
|
+
|
|
141725
|
+
* 新增出参:Result
|
|
141726
|
+
|
|
141727
|
+
* [DescribeModelList](https://cloud.tencent.com/document/api/1693/101474)
|
|
141728
|
+
|
|
141729
|
+
* 新增入参:WorkspaceId, PageNumber, PageSize, ApplicationToken, DeviceTypeSet, ProductIdSet, ModelIdSet
|
|
141730
|
+
|
|
141731
|
+
* 新增出参:Result
|
|
141732
|
+
|
|
141733
|
+
* [DescribeProductList](https://cloud.tencent.com/document/api/1693/101473)
|
|
141734
|
+
|
|
141735
|
+
* 新增入参:WorkspaceId, PageNumber, PageSize, ApplicationToken, DeviceTypeSet, ProductIdSet, ModelIdSet
|
|
141736
|
+
|
|
141737
|
+
* 新增出参:Result
|
|
141738
|
+
|
|
141739
|
+
* [DescribePropertyList](https://cloud.tencent.com/document/api/1693/101507)
|
|
141740
|
+
|
|
141741
|
+
* 新增入参:BuildingId, ElementId, WorkspaceId, ApplicationToken
|
|
141742
|
+
|
|
141743
|
+
* 新增出参:Result
|
|
141744
|
+
|
|
141745
|
+
* [DescribeRuleDetail](https://cloud.tencent.com/document/api/1693/101472)
|
|
141746
|
+
|
|
141747
|
+
* 新增入参:WorkspaceId, Id, ApplicationToken
|
|
141748
|
+
|
|
141749
|
+
* 新增出参:Result
|
|
141750
|
+
|
|
141751
|
+
* [DescribeSceneList](https://cloud.tencent.com/document/api/1693/101506)
|
|
141752
|
+
|
|
141753
|
+
* 新增入参:WorkspaceId, ApplicationToken
|
|
141754
|
+
|
|
141755
|
+
* 新增出参:Result
|
|
141756
|
+
|
|
141757
|
+
* [DescribeSpaceDeviceIdList](https://cloud.tencent.com/document/api/1693/101505)
|
|
141758
|
+
|
|
141759
|
+
* 新增入参:ElementIds, IsCascade, WorkspaceId, PageNumber, PageSize, ApplicationToken
|
|
141760
|
+
|
|
141761
|
+
* 新增出参:Result
|
|
141762
|
+
|
|
141763
|
+
* [DescribeSpaceDeviceRelationList](https://cloud.tencent.com/document/api/1693/101504)
|
|
141764
|
+
|
|
141765
|
+
* 新增入参:ElementIds, IsCascade, WorkspaceId, PageNumber, PageSize, ApplicationToken
|
|
141766
|
+
|
|
141767
|
+
* 新增出参:Result
|
|
141768
|
+
|
|
141769
|
+
* [DescribeSpaceInfoByDeviceId](https://cloud.tencent.com/document/api/1693/101503)
|
|
141770
|
+
|
|
141771
|
+
* 新增入参:DeviceId, WorkspaceId, ApplicationToken
|
|
141772
|
+
|
|
141773
|
+
* 新增出参:Result
|
|
141774
|
+
|
|
141775
|
+
* [DescribeSpaceRelationByDeviceId](https://cloud.tencent.com/document/api/1693/101502)
|
|
141776
|
+
|
|
141777
|
+
* 新增入参:DeviceId, WorkspaceId, ApplicationToken
|
|
141778
|
+
|
|
141779
|
+
* 新增出参:Result
|
|
141780
|
+
|
|
141781
|
+
* [DescribeSpaceTypeList](https://cloud.tencent.com/document/api/1693/101501)
|
|
141782
|
+
|
|
141783
|
+
* 新增入参:WorkspaceId, PageNumber, PageSize, ApplicationToken
|
|
141784
|
+
|
|
141785
|
+
* 新增出参:Result
|
|
141786
|
+
|
|
141787
|
+
* [DescribeTenantBuildingCountAndArea](https://cloud.tencent.com/document/api/1693/101500)
|
|
141788
|
+
|
|
141789
|
+
* 新增入参:WorkspaceIdList, ApplicationToken
|
|
141790
|
+
|
|
141791
|
+
* 新增出参:Result
|
|
141792
|
+
|
|
141793
|
+
* [DescribeVideoCloudRecord](https://cloud.tencent.com/document/api/1693/101466)
|
|
141794
|
+
|
|
141795
|
+
* 新增入参:WID, StartTime, EndTime, WorkspaceId, ApplicationToken
|
|
141796
|
+
|
|
141797
|
+
* 新增出参:Result
|
|
141798
|
+
|
|
141799
|
+
* [DescribeVideoLiveStream](https://cloud.tencent.com/document/api/1693/101465)
|
|
141800
|
+
|
|
141801
|
+
* 新增入参:WID, Protocol, WorkspaceId, ApplicationToken, StreamId, Env
|
|
141802
|
+
|
|
141803
|
+
* 新增出参:Result
|
|
141804
|
+
|
|
141805
|
+
* [DescribeWorkSpaceBuildingCountAndArea](https://cloud.tencent.com/document/api/1693/101499)
|
|
141806
|
+
|
|
141807
|
+
* 新增入参:WorkspaceIdList, ApplicationToken
|
|
141808
|
+
|
|
141809
|
+
* 新增出参:Result
|
|
141810
|
+
|
|
141811
|
+
* [DescribeWorkspaceList](https://cloud.tencent.com/document/api/1693/97955)
|
|
141812
|
+
|
|
141813
|
+
* 新增入参:ApplicationToken, WorkspaceId
|
|
141814
|
+
|
|
141815
|
+
* 新增出参:Result
|
|
141816
|
+
|
|
141817
|
+
* [ModifyDeviceName](https://cloud.tencent.com/document/api/1693/101471)
|
|
141818
|
+
|
|
141819
|
+
* 新增入参:WorkspaceId, Set, ApplicationToken
|
|
141820
|
+
|
|
141821
|
+
* 新增出参:Result
|
|
141822
|
+
|
|
141823
|
+
* [ReportAppMessage](https://cloud.tencent.com/document/api/1693/101470)
|
|
141824
|
+
|
|
141825
|
+
* 新增入参:WorkspaceId, Profile, ReportTs, Properties, ApplicationToken, EventSet, ServiceSet, ExtendTwo, Echo
|
|
141826
|
+
|
|
141827
|
+
* 新增出参:Result
|
|
141828
|
+
|
|
141829
|
+
* [StopVideoStreaming](https://cloud.tencent.com/document/api/1693/101463)
|
|
141830
|
+
|
|
141831
|
+
* 新增入参:Stream, WID, WorkspaceId, ApplicationToken
|
|
141832
|
+
|
|
141833
|
+
* 新增出参:Result
|
|
141834
|
+
|
|
141835
|
+
* [UpdateWorkspaceParkAttributes](https://cloud.tencent.com/document/api/1693/101458)
|
|
141836
|
+
|
|
141837
|
+
* 新增入参:WorkspaceId, ApplicationToken, ParkName, ParkNum
|
|
141838
|
+
|
|
141839
|
+
* 新增出参:Result
|
|
141840
|
+
|
|
141841
|
+
|
|
141842
|
+
新增数据结构:
|
|
141843
|
+
|
|
141844
|
+
* [Action](https://cloud.tencent.com/document/api/1693/97961#Action)
|
|
141845
|
+
* [ActionDetail](https://cloud.tencent.com/document/api/1693/97961#ActionDetail)
|
|
141846
|
+
* [ActionObj](https://cloud.tencent.com/document/api/1693/97961#ActionObj)
|
|
141847
|
+
* [AddDeviceInfo](https://cloud.tencent.com/document/api/1693/97961#AddDeviceInfo)
|
|
141848
|
+
* [AdministrationData](https://cloud.tencent.com/document/api/1693/97961#AdministrationData)
|
|
141849
|
+
* [AdministrativeDetail](https://cloud.tencent.com/document/api/1693/97961#AdministrativeDetail)
|
|
141850
|
+
* [AlarmInfo](https://cloud.tencent.com/document/api/1693/97961#AlarmInfo)
|
|
141851
|
+
* [AlarmLevelInfo](https://cloud.tencent.com/document/api/1693/97961#AlarmLevelInfo)
|
|
141852
|
+
* [AlarmTypeDetailInfo](https://cloud.tencent.com/document/api/1693/97961#AlarmTypeDetailInfo)
|
|
141853
|
+
* [AlarmTypeInfo](https://cloud.tencent.com/document/api/1693/97961#AlarmTypeInfo)
|
|
141854
|
+
* [ApiContent](https://cloud.tencent.com/document/api/1693/97961#ApiContent)
|
|
141855
|
+
* [ApiInfo](https://cloud.tencent.com/document/api/1693/97961#ApiInfo)
|
|
141856
|
+
* [ApiInfoList](https://cloud.tencent.com/document/api/1693/97961#ApiInfoList)
|
|
141857
|
+
* [ApplicationTokenInfo](https://cloud.tencent.com/document/api/1693/97961#ApplicationTokenInfo)
|
|
141858
|
+
* [BatchCreateDeviceRes](https://cloud.tencent.com/document/api/1693/97961#BatchCreateDeviceRes)
|
|
141859
|
+
* [BatchReportAppMessageRes](https://cloud.tencent.com/document/api/1693/97961#BatchReportAppMessageRes)
|
|
141860
|
+
* [BuildingListRes](https://cloud.tencent.com/document/api/1693/97961#BuildingListRes)
|
|
141861
|
+
* [BuildingModel](https://cloud.tencent.com/document/api/1693/97961#BuildingModel)
|
|
141862
|
+
* [BuildingModelRes](https://cloud.tencent.com/document/api/1693/97961#BuildingModelRes)
|
|
141863
|
+
* [BuildingProfile](https://cloud.tencent.com/document/api/1693/97961#BuildingProfile)
|
|
141864
|
+
* [BuildingProfileRes](https://cloud.tencent.com/document/api/1693/97961#BuildingProfileRes)
|
|
141865
|
+
* [CameraExtendInfoRes](https://cloud.tencent.com/document/api/1693/97961#CameraExtendInfoRes)
|
|
141866
|
+
* [ControlDeviceRes](https://cloud.tencent.com/document/api/1693/97961#ControlDeviceRes)
|
|
141867
|
+
* [ControlDeviceSet](https://cloud.tencent.com/document/api/1693/97961#ControlDeviceSet)
|
|
141868
|
+
* [CreateDeviceFailed](https://cloud.tencent.com/document/api/1693/97961#CreateDeviceFailed)
|
|
141869
|
+
* [CreateDeviceSucceeded](https://cloud.tencent.com/document/api/1693/97961#CreateDeviceSucceeded)
|
|
141870
|
+
* [CustomField](https://cloud.tencent.com/document/api/1693/97961#CustomField)
|
|
141871
|
+
* [CustomFieldInfo](https://cloud.tencent.com/document/api/1693/97961#CustomFieldInfo)
|
|
141872
|
+
* [DescribeActionListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeActionListRes)
|
|
141873
|
+
* [DescribeAdministrationByTagRes](https://cloud.tencent.com/document/api/1693/97961#DescribeAdministrationByTagRes)
|
|
141874
|
+
* [DescribeAlarmLevelListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeAlarmLevelListRes)
|
|
141875
|
+
* [DescribeAlarmListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeAlarmListRes)
|
|
141876
|
+
* [DescribeAlarmTypeListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeAlarmTypeListRes)
|
|
141877
|
+
* [DescribeCityWorkspaceListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeCityWorkspaceListRes)
|
|
141878
|
+
* [DescribeDeviceListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeDeviceListRes)
|
|
141879
|
+
* [DescribeEventListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeEventListRes)
|
|
141880
|
+
* [DescribeLinkRuleListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeLinkRuleListRes)
|
|
141881
|
+
* [DeviceDataInfo](https://cloud.tencent.com/document/api/1693/97961#DeviceDataInfo)
|
|
141882
|
+
* [DeviceLocation](https://cloud.tencent.com/document/api/1693/97961#DeviceLocation)
|
|
141883
|
+
* [DeviceModifyInfo](https://cloud.tencent.com/document/api/1693/97961#DeviceModifyInfo)
|
|
141884
|
+
* [DeviceSpaceInfo](https://cloud.tencent.com/document/api/1693/97961#DeviceSpaceInfo)
|
|
141885
|
+
* [DeviceSpaceInfoRes](https://cloud.tencent.com/document/api/1693/97961#DeviceSpaceInfoRes)
|
|
141886
|
+
* [DeviceStatusInfo](https://cloud.tencent.com/document/api/1693/97961#DeviceStatusInfo)
|
|
141887
|
+
* [DeviceStatusRes](https://cloud.tencent.com/document/api/1693/97961#DeviceStatusRes)
|
|
141888
|
+
* [DeviceStatusStatRes](https://cloud.tencent.com/document/api/1693/97961#DeviceStatusStatRes)
|
|
141889
|
+
* [DeviceTagInfo](https://cloud.tencent.com/document/api/1693/97961#DeviceTagInfo)
|
|
141890
|
+
* [DeviceTagRes](https://cloud.tencent.com/document/api/1693/97961#DeviceTagRes)
|
|
141891
|
+
* [DeviceType](https://cloud.tencent.com/document/api/1693/97961#DeviceType)
|
|
141892
|
+
* [DeviceTypeOverview](https://cloud.tencent.com/document/api/1693/97961#DeviceTypeOverview)
|
|
141893
|
+
* [DeviceTypeSet](https://cloud.tencent.com/document/api/1693/97961#DeviceTypeSet)
|
|
141894
|
+
* [ElementCoordinates](https://cloud.tencent.com/document/api/1693/97961#ElementCoordinates)
|
|
141895
|
+
* [ElementProfile](https://cloud.tencent.com/document/api/1693/97961#ElementProfile)
|
|
141896
|
+
* [ElementProfilePageRes](https://cloud.tencent.com/document/api/1693/97961#ElementProfilePageRes)
|
|
141897
|
+
* [ElementProfileTreeNode](https://cloud.tencent.com/document/api/1693/97961#ElementProfileTreeNode)
|
|
141898
|
+
* [ElementProfileTreeRes](https://cloud.tencent.com/document/api/1693/97961#ElementProfileTreeRes)
|
|
141899
|
+
* [ElementProperty](https://cloud.tencent.com/document/api/1693/97961#ElementProperty)
|
|
141900
|
+
* [ElementPropertyRes](https://cloud.tencent.com/document/api/1693/97961#ElementPropertyRes)
|
|
141901
|
+
* [ElementTranslate](https://cloud.tencent.com/document/api/1693/97961#ElementTranslate)
|
|
141902
|
+
* [EmptyRes](https://cloud.tencent.com/document/api/1693/97961#EmptyRes)
|
|
141903
|
+
* [Event](https://cloud.tencent.com/document/api/1693/97961#Event)
|
|
141904
|
+
* [EventDetail](https://cloud.tencent.com/document/api/1693/97961#EventDetail)
|
|
141905
|
+
* [EventObj](https://cloud.tencent.com/document/api/1693/97961#EventObj)
|
|
141906
|
+
* [FileDownloadURL](https://cloud.tencent.com/document/api/1693/97961#FileDownloadURL)
|
|
141907
|
+
* [FileInfo](https://cloud.tencent.com/document/api/1693/97961#FileInfo)
|
|
141908
|
+
* [FileUploadURL](https://cloud.tencent.com/document/api/1693/97961#FileUploadURL)
|
|
141909
|
+
* [HandleRecordInfo](https://cloud.tencent.com/document/api/1693/97961#HandleRecordInfo)
|
|
141910
|
+
* [HandlerPersonInfo](https://cloud.tencent.com/document/api/1693/97961#HandlerPersonInfo)
|
|
141911
|
+
* [LinkRule](https://cloud.tencent.com/document/api/1693/97961#LinkRule)
|
|
141912
|
+
* [LinkRuleInfo](https://cloud.tencent.com/document/api/1693/97961#LinkRuleInfo)
|
|
141913
|
+
* [MessageProfile](https://cloud.tencent.com/document/api/1693/97961#MessageProfile)
|
|
141914
|
+
* [ModelInfo](https://cloud.tencent.com/document/api/1693/97961#ModelInfo)
|
|
141915
|
+
* [ModelSet](https://cloud.tencent.com/document/api/1693/97961#ModelSet)
|
|
141916
|
+
* [ProcessRecordInfo](https://cloud.tencent.com/document/api/1693/97961#ProcessRecordInfo)
|
|
141917
|
+
* [ProductInfo](https://cloud.tencent.com/document/api/1693/97961#ProductInfo)
|
|
141918
|
+
* [ProductSet](https://cloud.tencent.com/document/api/1693/97961#ProductSet)
|
|
141919
|
+
* [RawInfo](https://cloud.tencent.com/document/api/1693/97961#RawInfo)
|
|
141920
|
+
* [RecordInfo](https://cloud.tencent.com/document/api/1693/97961#RecordInfo)
|
|
141921
|
+
* [RelatedProduct](https://cloud.tencent.com/document/api/1693/97961#RelatedProduct)
|
|
141922
|
+
* [ReportAppMessage](https://cloud.tencent.com/document/api/1693/97961#ReportAppMessage)
|
|
141923
|
+
* [ReportImg](https://cloud.tencent.com/document/api/1693/97961#ReportImg)
|
|
141924
|
+
* [ReportMsgRes](https://cloud.tencent.com/document/api/1693/97961#ReportMsgRes)
|
|
141925
|
+
* [RuleDetailRes](https://cloud.tencent.com/document/api/1693/97961#RuleDetailRes)
|
|
141926
|
+
* [SceneInfo](https://cloud.tencent.com/document/api/1693/97961#SceneInfo)
|
|
141927
|
+
* [SceneListRes](https://cloud.tencent.com/document/api/1693/97961#SceneListRes)
|
|
141928
|
+
* [SpaceDataListStatsRes](https://cloud.tencent.com/document/api/1693/97961#SpaceDataListStatsRes)
|
|
141929
|
+
* [SpaceDataStats](https://cloud.tencent.com/document/api/1693/97961#SpaceDataStats)
|
|
141930
|
+
* [SpaceDataTotalStatsRes](https://cloud.tencent.com/document/api/1693/97961#SpaceDataTotalStatsRes)
|
|
141931
|
+
* [SpaceDeviceIdListRes](https://cloud.tencent.com/document/api/1693/97961#SpaceDeviceIdListRes)
|
|
141932
|
+
* [SpaceDeviceRelation](https://cloud.tencent.com/document/api/1693/97961#SpaceDeviceRelation)
|
|
141933
|
+
* [SpaceDeviceRelationRes](https://cloud.tencent.com/document/api/1693/97961#SpaceDeviceRelationRes)
|
|
141934
|
+
* [SpaceInfo](https://cloud.tencent.com/document/api/1693/97961#SpaceInfo)
|
|
141935
|
+
* [SpaceRelation](https://cloud.tencent.com/document/api/1693/97961#SpaceRelation)
|
|
141936
|
+
* [SpaceRelationRes](https://cloud.tencent.com/document/api/1693/97961#SpaceRelationRes)
|
|
141937
|
+
* [SpaceType](https://cloud.tencent.com/document/api/1693/97961#SpaceType)
|
|
141938
|
+
* [SpaceTypeListRes](https://cloud.tencent.com/document/api/1693/97961#SpaceTypeListRes)
|
|
141939
|
+
* [StatDeviceType](https://cloud.tencent.com/document/api/1693/97961#StatDeviceType)
|
|
141940
|
+
* [StatLevel](https://cloud.tencent.com/document/api/1693/97961#StatLevel)
|
|
141941
|
+
* [VideoCloudRecordRes](https://cloud.tencent.com/document/api/1693/97961#VideoCloudRecordRes)
|
|
141942
|
+
* [VideoRecordStreamRes](https://cloud.tencent.com/document/api/1693/97961#VideoRecordStreamRes)
|
|
141943
|
+
* [WorkspaceInfo](https://cloud.tencent.com/document/api/1693/97961#WorkspaceInfo)
|
|
141944
|
+
* [WorkspaceInfoList](https://cloud.tencent.com/document/api/1693/97961#WorkspaceInfoList)
|
|
141945
|
+
|
|
140693
141946
|
### 第 3 次发布
|
|
140694
141947
|
|
|
140695
141948
|
发布时间:2023-11-14 01:34:59
|