tencentcloud-sdk-nodejs 4.0.733 → 4.0.734
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 +715 -0
- package/SERVICE_CHANGELOG.md +1342 -16
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cfw/v20190904/cfw_models.ts +52 -8
- package/src/services/csip/v20221121/csip_models.ts +24 -24
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +2 -2
- package/src/services/dlc/v20210125/dlc_models.ts +10 -0
- package/src/services/dnspod/v20210323/dnspod_client.ts +1 -1
- package/src/services/dts/v20211206/dts_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- 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 +43 -41
- package/src/services/hai/v20230812/hai_client.ts +17 -1
- package/src/services/hai/v20230812/hai_models.ts +24 -0
- package/src/services/ms/v20180408/ms_models.ts +34 -16
- package/src/services/ocr/v20181119/ocr_client.ts +1 -0
- package/src/services/ocr/v20181119/ocr_models.ts +23 -0
- 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/tse/v20201207/tse_client.ts +60 -7
- package/src/services/tse/v20201207/tse_models.ts +251 -5
- package/src/services/vod/v20180717/vod_models.ts +5 -0
- package/src/services/vpc/v20170312/vpc_models.ts +4 -0
- 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/cfw/v20190904/cfw_models.d.ts +52 -8
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +24 -24
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +10 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +1 -1
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- 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 +43 -41
- package/tencentcloud/services/hai/v20230812/hai_client.d.ts +5 -1
- package/tencentcloud/services/hai/v20230812/hai_client.js +6 -0
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +22 -0
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +34 -16
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +22 -0
- 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/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_models.d.ts +5 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
- 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/hai.v20230812.test.js +10 -0
- package/test/ssa.v20180608.test.js +0 -30
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/tse.v20201207.test.js +42 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,718 @@
|
|
|
1
|
+
# Release 4.0.734
|
|
2
|
+
|
|
3
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
4
|
+
|
|
5
|
+
### 第 48 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-11-15 01:17:59
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateAddressTemplate](https://cloud.tencent.com/document/api/1132/95034)
|
|
16
|
+
|
|
17
|
+
* 新增入参:ProtocolType
|
|
18
|
+
|
|
19
|
+
* [DescribeAddressTemplateList](https://cloud.tencent.com/document/api/1132/97918)
|
|
20
|
+
|
|
21
|
+
* 新增入参:TemplateType, TemplateId
|
|
22
|
+
|
|
23
|
+
* 新增出参:IpTemplateCount, DomainTemplateCount, PortTemplateCount
|
|
24
|
+
|
|
25
|
+
* [ModifyAddressTemplate](https://cloud.tencent.com/document/api/1132/97919)
|
|
26
|
+
|
|
27
|
+
* 新增入参:ProtocolType
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
修改数据结构:
|
|
31
|
+
|
|
32
|
+
* [EdgeIpInfo](https://cloud.tencent.com/document/api/1132/49071#EdgeIpInfo)
|
|
33
|
+
|
|
34
|
+
* 新增成员:Domain
|
|
35
|
+
|
|
36
|
+
* [TemplateListInfo](https://cloud.tencent.com/document/api/1132/49071#TemplateListInfo)
|
|
37
|
+
|
|
38
|
+
* 新增成员:TemplateId, ProtocolType
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
44
|
+
|
|
45
|
+
### 第 22 次发布
|
|
46
|
+
|
|
47
|
+
发布时间:2023-11-15 01:23:10
|
|
48
|
+
|
|
49
|
+
本次发布包含了以下内容:
|
|
50
|
+
|
|
51
|
+
改善已有的文档。
|
|
52
|
+
|
|
53
|
+
修改数据结构:
|
|
54
|
+
|
|
55
|
+
* [ScanTaskInfo](https://cloud.tencent.com/document/api/664/90825#ScanTaskInfo)
|
|
56
|
+
|
|
57
|
+
* <font color="#dd0000">**修改成员**:</font>AppId, UIN, UserName
|
|
58
|
+
|
|
59
|
+
* [VULViewVULRisk](https://cloud.tencent.com/document/api/664/90825#VULViewVULRisk)
|
|
60
|
+
|
|
61
|
+
* <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
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
67
|
+
|
|
68
|
+
### 第 74 次发布
|
|
69
|
+
|
|
70
|
+
发布时间:2023-11-15 01:31:42
|
|
71
|
+
|
|
72
|
+
本次发布包含了以下内容:
|
|
73
|
+
|
|
74
|
+
改善已有的文档。
|
|
75
|
+
|
|
76
|
+
修改数据结构:
|
|
77
|
+
|
|
78
|
+
* [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
|
|
79
|
+
|
|
80
|
+
* 新增成员:EngineGeneration, EngineTypeDetail
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
## 数据传输服务(dts) 版本:2021-12-06
|
|
86
|
+
|
|
87
|
+
### 第 19 次发布
|
|
88
|
+
|
|
89
|
+
发布时间:2023-11-15 01:36:06
|
|
90
|
+
|
|
91
|
+
本次发布包含了以下内容:
|
|
92
|
+
|
|
93
|
+
改善已有的文档。
|
|
94
|
+
|
|
95
|
+
修改接口:
|
|
96
|
+
|
|
97
|
+
* [ResumeMigrateJob](https://cloud.tencent.com/document/api/571/82075)
|
|
98
|
+
|
|
99
|
+
* <font color="#dd0000">**修改入参**:</font>ResumeOption
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
## 数据传输服务(dts) 版本:2018-03-30
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
## 高性能应用服务(hai) 版本:2023-08-12
|
|
109
|
+
|
|
110
|
+
### 第 2 次发布
|
|
111
|
+
|
|
112
|
+
发布时间:2023-11-15 01:43:11
|
|
113
|
+
|
|
114
|
+
本次发布包含了以下内容:
|
|
115
|
+
|
|
116
|
+
改善已有的文档。
|
|
117
|
+
|
|
118
|
+
新增接口:
|
|
119
|
+
|
|
120
|
+
* [TerminateInstances](https://cloud.tencent.com/document/api/1721/101581)
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
## 移动应用安全(ms) 版本:2018-04-08
|
|
125
|
+
|
|
126
|
+
### 第 19 次发布
|
|
127
|
+
|
|
128
|
+
发布时间:2023-11-15 02:10:37
|
|
129
|
+
|
|
130
|
+
本次发布包含了以下内容:
|
|
131
|
+
|
|
132
|
+
改善已有的文档。
|
|
133
|
+
|
|
134
|
+
修改数据结构:
|
|
135
|
+
|
|
136
|
+
* [PlanInfo](https://cloud.tencent.com/document/api/283/17759#PlanInfo)
|
|
137
|
+
|
|
138
|
+
* 新增成员:SetFile, FileSign, AntiRoot
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
144
|
+
|
|
145
|
+
### 第 119 次发布
|
|
146
|
+
|
|
147
|
+
发布时间:2023-11-15 02:11:27
|
|
148
|
+
|
|
149
|
+
本次发布包含了以下内容:
|
|
150
|
+
|
|
151
|
+
改善已有的文档。
|
|
152
|
+
|
|
153
|
+
修改接口:
|
|
154
|
+
|
|
155
|
+
* [IDCardOCR](https://cloud.tencent.com/document/api/866/33524)
|
|
156
|
+
|
|
157
|
+
* 新增入参:EnableReflectDetail
|
|
158
|
+
|
|
159
|
+
* 新增出参:ReflectDetailInfos
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
新增数据结构:
|
|
163
|
+
|
|
164
|
+
* [ReflectDetailInfo](https://cloud.tencent.com/document/api/866/33527#ReflectDetailInfo)
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
## 安全运营中心(ssa) 版本:2018-06-08
|
|
169
|
+
|
|
170
|
+
### 第 21 次发布
|
|
171
|
+
|
|
172
|
+
发布时间:2023-11-15 02:18:28
|
|
173
|
+
|
|
174
|
+
本次发布包含了以下内容:
|
|
175
|
+
|
|
176
|
+
改善已有的文档。
|
|
177
|
+
|
|
178
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
179
|
+
|
|
180
|
+
* DescribeAssetsMappingList
|
|
181
|
+
* DescribeSafetyEventList
|
|
182
|
+
* SaDivulgeDataQueryPub
|
|
183
|
+
|
|
184
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
185
|
+
|
|
186
|
+
* DataAssetMapping
|
|
187
|
+
* DataEvent
|
|
188
|
+
* SaDivulgeDataQueryPub
|
|
189
|
+
* SaDivulgeDataQueryPubList
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
194
|
+
|
|
195
|
+
### 第 90 次发布
|
|
196
|
+
|
|
197
|
+
发布时间:2023-11-15 02:25:53
|
|
198
|
+
|
|
199
|
+
本次发布包含了以下内容:
|
|
200
|
+
|
|
201
|
+
改善已有的文档。
|
|
202
|
+
|
|
203
|
+
新增接口:
|
|
204
|
+
|
|
205
|
+
* [DeleteProClusters](https://cloud.tencent.com/document/api/1179/101582)
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
## 设备安全(tds) 版本:2022-08-01
|
|
210
|
+
|
|
211
|
+
### 第 3 次发布
|
|
212
|
+
|
|
213
|
+
发布时间:2023-11-15 02:26:59
|
|
214
|
+
|
|
215
|
+
本次发布包含了以下内容:
|
|
216
|
+
|
|
217
|
+
改善已有的文档。
|
|
218
|
+
|
|
219
|
+
修改接口:
|
|
220
|
+
|
|
221
|
+
* [DescribeFraudUltimate](https://cloud.tencent.com/document/api/1628/83695)
|
|
222
|
+
|
|
223
|
+
* 新增出参:Unionid
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
229
|
+
|
|
230
|
+
### 第 51 次发布
|
|
231
|
+
|
|
232
|
+
发布时间:2023-11-15 02:34:06
|
|
233
|
+
|
|
234
|
+
本次发布包含了以下内容:
|
|
235
|
+
|
|
236
|
+
改善已有的文档。
|
|
237
|
+
|
|
238
|
+
新增接口:
|
|
239
|
+
|
|
240
|
+
* [DescribeCloudNativeAPIGatewayUpstream](https://cloud.tencent.com/document/api/1364/101586)
|
|
241
|
+
* [DescribeUpstreamHealthCheckConfig](https://cloud.tencent.com/document/api/1364/101585)
|
|
242
|
+
* [ModifyUpstreamNodeStatus](https://cloud.tencent.com/document/api/1364/101584)
|
|
243
|
+
* [UpdateUpstreamHealthCheckConfig](https://cloud.tencent.com/document/api/1364/101583)
|
|
244
|
+
|
|
245
|
+
新增数据结构:
|
|
246
|
+
|
|
247
|
+
* [KongActiveHealthCheck](https://cloud.tencent.com/document/api/1364/54942#KongActiveHealthCheck)
|
|
248
|
+
* [KongPassiveHealthCheck](https://cloud.tencent.com/document/api/1364/54942#KongPassiveHealthCheck)
|
|
249
|
+
* [KongUpstreamList](https://cloud.tencent.com/document/api/1364/54942#KongUpstreamList)
|
|
250
|
+
* [KongUpstreamPreview](https://cloud.tencent.com/document/api/1364/54942#KongUpstreamPreview)
|
|
251
|
+
* [UpstreamHealthCheckConfig](https://cloud.tencent.com/document/api/1364/54942#UpstreamHealthCheckConfig)
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
## 云点播(vod) 版本:2018-07-17
|
|
256
|
+
|
|
257
|
+
### 第 169 次发布
|
|
258
|
+
|
|
259
|
+
发布时间:2023-11-15 02:37:10
|
|
260
|
+
|
|
261
|
+
本次发布包含了以下内容:
|
|
262
|
+
|
|
263
|
+
改善已有的文档。
|
|
264
|
+
|
|
265
|
+
修改数据结构:
|
|
266
|
+
|
|
267
|
+
* [OutputAudioStream](https://cloud.tencent.com/document/api/266/31773#OutputAudioStream)
|
|
268
|
+
|
|
269
|
+
* 新增成员:Bitrate
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
275
|
+
|
|
276
|
+
### 第 180 次发布
|
|
277
|
+
|
|
278
|
+
发布时间:2023-11-15 02:39:18
|
|
279
|
+
|
|
280
|
+
本次发布包含了以下内容:
|
|
281
|
+
|
|
282
|
+
改善已有的文档。
|
|
283
|
+
|
|
284
|
+
修改接口:
|
|
285
|
+
|
|
286
|
+
* [ModifyCustomerGatewayAttribute](https://cloud.tencent.com/document/api/215/17509)
|
|
287
|
+
|
|
288
|
+
* 新增入参:BgpAsn
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
|
|
294
|
+
|
|
295
|
+
### 第 4 次发布
|
|
296
|
+
|
|
297
|
+
发布时间:2023-11-15 02:45:47
|
|
298
|
+
|
|
299
|
+
本次发布包含了以下内容:
|
|
300
|
+
|
|
301
|
+
改善已有的文档。
|
|
302
|
+
|
|
303
|
+
修改接口:
|
|
304
|
+
|
|
305
|
+
* [AddAlarmProcessRecord](https://cloud.tencent.com/document/api/1693/101492)
|
|
306
|
+
|
|
307
|
+
* 新增入参:RecordSet, WorkspaceId, ApplicationToken, ApplicationId, ExtendOne
|
|
308
|
+
|
|
309
|
+
* 新增出参:Result
|
|
310
|
+
|
|
311
|
+
* [BatchCreateDevice](https://cloud.tencent.com/document/api/1693/101491)
|
|
312
|
+
|
|
313
|
+
* 新增入参:WorkspaceId, AddDeviceSet, ApplicationToken
|
|
314
|
+
|
|
315
|
+
* 新增出参:Result
|
|
316
|
+
|
|
317
|
+
* [BatchKillAlarm](https://cloud.tencent.com/document/api/1693/101490)
|
|
318
|
+
|
|
319
|
+
* 新增入参:BeginTime, EndTime, StatusSet, WorkspaceId, UserId, UserName, ApplicationToken, ProcessorId, AlarmTypeSet, LevelSet, WIDSet, IdSet, Desc
|
|
320
|
+
|
|
321
|
+
* 新增出参:Result
|
|
322
|
+
|
|
323
|
+
* [BatchReportAppMessage](https://cloud.tencent.com/document/api/1693/101489)
|
|
324
|
+
|
|
325
|
+
* 新增入参:WorkspaceId, ApplicationToken, ReportSet
|
|
326
|
+
|
|
327
|
+
* 新增出参:Result
|
|
328
|
+
|
|
329
|
+
* [ChangeAlarmStatus](https://cloud.tencent.com/document/api/1693/101488)
|
|
330
|
+
|
|
331
|
+
* 新增入参:Id, Status, ProcessTime, ProcessType, WorkspaceId, UserId, UserName, ApplicationToken, Processor, ProcessDescription, ProcessExtend, ExtendOne, ApplicationId
|
|
332
|
+
|
|
333
|
+
* 新增出参:Result
|
|
334
|
+
|
|
335
|
+
* [ControlCameraPTZ](https://cloud.tencent.com/document/api/1693/101468)
|
|
336
|
+
|
|
337
|
+
* 新增入参:WID, CMD, WorkspaceId, ApplicationToken
|
|
338
|
+
|
|
339
|
+
* 新增出参:Result
|
|
340
|
+
|
|
341
|
+
* [ControlDevice](https://cloud.tencent.com/document/api/1693/101487)
|
|
342
|
+
|
|
343
|
+
* 新增入参:WorkspaceId, WIDSet, ControlData, ApplicationToken
|
|
344
|
+
|
|
345
|
+
* 新增出参:Result
|
|
346
|
+
|
|
347
|
+
* [CreateApplicationToken](https://cloud.tencent.com/document/api/1693/101495)
|
|
348
|
+
|
|
349
|
+
* 新增入参:ApplicationId, Nonce, TenantId, RequestTime, Signature
|
|
350
|
+
|
|
351
|
+
* 新增出参:Result
|
|
352
|
+
|
|
353
|
+
* [DescribeActionList](https://cloud.tencent.com/document/api/1693/101486)
|
|
354
|
+
|
|
355
|
+
* 新增入参:WorkspaceId, PageNumber, PageSize, ApplicationToken, ActionType, IdSet
|
|
356
|
+
|
|
357
|
+
* 新增出参:Result
|
|
358
|
+
|
|
359
|
+
* [DescribeAdministrationByTag](https://cloud.tencent.com/document/api/1693/101461)
|
|
360
|
+
|
|
361
|
+
* 新增入参:ApplicationToken, WorkspaceId, Tag
|
|
362
|
+
|
|
363
|
+
* 新增出参:Result
|
|
364
|
+
|
|
365
|
+
* [DescribeAlarmLevelList](https://cloud.tencent.com/document/api/1693/101485)
|
|
366
|
+
|
|
367
|
+
* 新增入参:WorkspaceId, ApplicationToken
|
|
368
|
+
|
|
369
|
+
* 新增出参:Result
|
|
370
|
+
|
|
371
|
+
* [DescribeAlarmList](https://cloud.tencent.com/document/api/1693/101484)
|
|
372
|
+
|
|
373
|
+
* 新增入参:BeginTime, EndTime, PageNumber, PageSize, WorkspaceId, ApplicationToken, Statuses, AlarmTypeSet, LevelSet, IdSet, AppIdSet, WIDSet, SpaceCodeSet, ExtendOne, ExtendTwo, ProcessorSet, GroupIdSet
|
|
374
|
+
|
|
375
|
+
* 新增出参:Result
|
|
376
|
+
|
|
377
|
+
* [DescribeAlarmTypeList](https://cloud.tencent.com/document/api/1693/101483)
|
|
378
|
+
|
|
379
|
+
* 新增入参:WorkspaceId, ApplicationToken, ParentType
|
|
380
|
+
|
|
381
|
+
* 新增出参:Result
|
|
382
|
+
|
|
383
|
+
* [DescribeBuildingList](https://cloud.tencent.com/document/api/1693/101512)
|
|
384
|
+
|
|
385
|
+
* 新增入参:WorkspaceId, ApplicationToken, HasModel, SpaceCodes
|
|
386
|
+
|
|
387
|
+
* 新增出参:Result
|
|
388
|
+
|
|
389
|
+
* [DescribeBuildingModel](https://cloud.tencent.com/document/api/1693/101511)
|
|
390
|
+
|
|
391
|
+
* 新增入参:BuildingId, WorkspaceId, ApplicationToken
|
|
392
|
+
|
|
393
|
+
* 新增出参:Result
|
|
394
|
+
|
|
395
|
+
* [DescribeBuildingProfile](https://cloud.tencent.com/document/api/1693/101510)
|
|
396
|
+
|
|
397
|
+
* 新增入参:BuildingId, WorkspaceId, ApplicationToken
|
|
398
|
+
|
|
399
|
+
* 新增出参:Result
|
|
400
|
+
|
|
401
|
+
* [DescribeCameraExtendInfo](https://cloud.tencent.com/document/api/1693/101467)
|
|
402
|
+
|
|
403
|
+
* 新增入参:WID, WorkspaceId, ApplicationToken
|
|
404
|
+
|
|
405
|
+
* 新增出参:Result
|
|
406
|
+
|
|
407
|
+
* [DescribeCityWorkspaceList](https://cloud.tencent.com/document/api/1693/101459)
|
|
408
|
+
|
|
409
|
+
* 新增入参:AdministrativeCodeSet, ApplicationToken
|
|
410
|
+
|
|
411
|
+
* 新增出参:Result
|
|
412
|
+
|
|
413
|
+
* [DescribeDeviceList](https://cloud.tencent.com/document/api/1693/101482)
|
|
414
|
+
|
|
415
|
+
* 新增入参:WorkspaceId, PageNumber, PageSize, ApplicationToken, DeviceTypeSet, ProductIdSet, TagIdSet, SpaceCodeSet, DeviceTagSet, WIDSet, Field, GroupIdSet
|
|
416
|
+
|
|
417
|
+
* 新增出参:Result
|
|
418
|
+
|
|
419
|
+
* [DescribeDeviceShadowList](https://cloud.tencent.com/document/api/1693/101481)
|
|
420
|
+
|
|
421
|
+
* 新增入参:TagIdSet
|
|
422
|
+
|
|
423
|
+
* [DescribeDeviceStatusList](https://cloud.tencent.com/document/api/1693/101480)
|
|
424
|
+
|
|
425
|
+
* 新增入参:WorkspaceId, ApplicationToken, PageNumber, PageSize, DeviceTypeSet, ProductIdSet, TagIdSet, SpaceCodeSet, WIDSet, DeviceTagSet, DeviceStatusSet, StatusSet, IsAlive
|
|
426
|
+
|
|
427
|
+
* 新增出参:Result
|
|
428
|
+
|
|
429
|
+
* [DescribeDeviceStatusStat](https://cloud.tencent.com/document/api/1693/101479)
|
|
430
|
+
|
|
431
|
+
* 新增入参:Level, WorkspaceId, ApplicationToken, SpaceCodeSet, DeviceTypeSet
|
|
432
|
+
|
|
433
|
+
* 新增出参:Result
|
|
434
|
+
|
|
435
|
+
* [DescribeDeviceTagList](https://cloud.tencent.com/document/api/1693/101478)
|
|
436
|
+
|
|
437
|
+
* 新增入参:WorkspaceId, PageNumber, PageSize, ApplicationToken
|
|
438
|
+
|
|
439
|
+
* 新增出参:Result
|
|
440
|
+
|
|
441
|
+
* [DescribeDeviceTypeList](https://cloud.tencent.com/document/api/1693/101477)
|
|
442
|
+
|
|
443
|
+
* 新增入参:WorkspaceId, ApplicationToken, Flag
|
|
444
|
+
|
|
445
|
+
* 新增出参:Result
|
|
446
|
+
|
|
447
|
+
* [DescribeEdgeApplicationToken](https://cloud.tencent.com/document/api/1693/97957)
|
|
448
|
+
|
|
449
|
+
* 新增入参:ApplicationToken, Refresh
|
|
450
|
+
|
|
451
|
+
* 新增出参:Result
|
|
452
|
+
|
|
453
|
+
* [DescribeElementProfilePage](https://cloud.tencent.com/document/api/1693/101509)
|
|
454
|
+
|
|
455
|
+
* 新增入参:BuildingId, PageNumber, PageSize, WorkspaceId, ApplicationToken, ParentElementIds, Level, SpaceTypeCode, EntityTypes, IncludeDelete, StartTime, EndTime
|
|
456
|
+
|
|
457
|
+
* 新增出参:Result
|
|
458
|
+
|
|
459
|
+
* [DescribeElementProfileTree](https://cloud.tencent.com/document/api/1693/101508)
|
|
460
|
+
|
|
461
|
+
* 新增入参:BuildingId, WorkspaceId, ApplicationToken, ElementId, Level, SpaceTypeCode
|
|
462
|
+
|
|
463
|
+
* 新增出参:Result
|
|
464
|
+
|
|
465
|
+
* [DescribeEventList](https://cloud.tencent.com/document/api/1693/101476)
|
|
466
|
+
|
|
467
|
+
* 新增入参:WorkspaceId, PageNumber, PageSize, ApplicationToken, TriggerType, IdSet
|
|
468
|
+
|
|
469
|
+
* 新增出参:Result
|
|
470
|
+
|
|
471
|
+
* [DescribeFileDownloadURL](https://cloud.tencent.com/document/api/1693/101494)
|
|
472
|
+
|
|
473
|
+
* 新增入参:WorkspaceId, FileId, ApplicationToken
|
|
474
|
+
|
|
475
|
+
* 新增出参:Result
|
|
476
|
+
|
|
477
|
+
* [DescribeFileUploadURL](https://cloud.tencent.com/document/api/1693/101493)
|
|
478
|
+
|
|
479
|
+
* 新增入参:WorkspaceId, FileName, FileSize, ApplicationToken, FileMD5, SaveType, FileExpireTime, NoExpireFlag
|
|
480
|
+
|
|
481
|
+
* 新增出参:Result
|
|
482
|
+
|
|
483
|
+
* [DescribeInterfaceList](https://cloud.tencent.com/document/api/1693/97956)
|
|
484
|
+
|
|
485
|
+
* 新增入参:ApplicationToken, PageNumber, PageSize, Keyword, Style, Type
|
|
486
|
+
|
|
487
|
+
* 新增出参:Result
|
|
488
|
+
|
|
489
|
+
* [DescribeLinkRuleList](https://cloud.tencent.com/document/api/1693/101475)
|
|
490
|
+
|
|
491
|
+
* 新增入参:WorkspaceId, PageNumber, PageSize, ApplicationToken, TriggerType, IdSet
|
|
492
|
+
|
|
493
|
+
* 新增出参:Result
|
|
494
|
+
|
|
495
|
+
* [DescribeModelList](https://cloud.tencent.com/document/api/1693/101474)
|
|
496
|
+
|
|
497
|
+
* 新增入参:WorkspaceId, PageNumber, PageSize, ApplicationToken, DeviceTypeSet, ProductIdSet, ModelIdSet
|
|
498
|
+
|
|
499
|
+
* 新增出参:Result
|
|
500
|
+
|
|
501
|
+
* [DescribeProductList](https://cloud.tencent.com/document/api/1693/101473)
|
|
502
|
+
|
|
503
|
+
* 新增入参:WorkspaceId, PageNumber, PageSize, ApplicationToken, DeviceTypeSet, ProductIdSet, ModelIdSet
|
|
504
|
+
|
|
505
|
+
* 新增出参:Result
|
|
506
|
+
|
|
507
|
+
* [DescribePropertyList](https://cloud.tencent.com/document/api/1693/101507)
|
|
508
|
+
|
|
509
|
+
* 新增入参:BuildingId, ElementId, WorkspaceId, ApplicationToken
|
|
510
|
+
|
|
511
|
+
* 新增出参:Result
|
|
512
|
+
|
|
513
|
+
* [DescribeRuleDetail](https://cloud.tencent.com/document/api/1693/101472)
|
|
514
|
+
|
|
515
|
+
* 新增入参:WorkspaceId, Id, ApplicationToken
|
|
516
|
+
|
|
517
|
+
* 新增出参:Result
|
|
518
|
+
|
|
519
|
+
* [DescribeSceneList](https://cloud.tencent.com/document/api/1693/101506)
|
|
520
|
+
|
|
521
|
+
* 新增入参:WorkspaceId, ApplicationToken
|
|
522
|
+
|
|
523
|
+
* 新增出参:Result
|
|
524
|
+
|
|
525
|
+
* [DescribeSpaceDeviceIdList](https://cloud.tencent.com/document/api/1693/101505)
|
|
526
|
+
|
|
527
|
+
* 新增入参:ElementIds, IsCascade, WorkspaceId, PageNumber, PageSize, ApplicationToken
|
|
528
|
+
|
|
529
|
+
* 新增出参:Result
|
|
530
|
+
|
|
531
|
+
* [DescribeSpaceDeviceRelationList](https://cloud.tencent.com/document/api/1693/101504)
|
|
532
|
+
|
|
533
|
+
* 新增入参:ElementIds, IsCascade, WorkspaceId, PageNumber, PageSize, ApplicationToken
|
|
534
|
+
|
|
535
|
+
* 新增出参:Result
|
|
536
|
+
|
|
537
|
+
* [DescribeSpaceInfoByDeviceId](https://cloud.tencent.com/document/api/1693/101503)
|
|
538
|
+
|
|
539
|
+
* 新增入参:DeviceId, WorkspaceId, ApplicationToken
|
|
540
|
+
|
|
541
|
+
* 新增出参:Result
|
|
542
|
+
|
|
543
|
+
* [DescribeSpaceRelationByDeviceId](https://cloud.tencent.com/document/api/1693/101502)
|
|
544
|
+
|
|
545
|
+
* 新增入参:DeviceId, WorkspaceId, ApplicationToken
|
|
546
|
+
|
|
547
|
+
* 新增出参:Result
|
|
548
|
+
|
|
549
|
+
* [DescribeSpaceTypeList](https://cloud.tencent.com/document/api/1693/101501)
|
|
550
|
+
|
|
551
|
+
* 新增入参:WorkspaceId, PageNumber, PageSize, ApplicationToken
|
|
552
|
+
|
|
553
|
+
* 新增出参:Result
|
|
554
|
+
|
|
555
|
+
* [DescribeTenantBuildingCountAndArea](https://cloud.tencent.com/document/api/1693/101500)
|
|
556
|
+
|
|
557
|
+
* 新增入参:WorkspaceIdList, ApplicationToken
|
|
558
|
+
|
|
559
|
+
* 新增出参:Result
|
|
560
|
+
|
|
561
|
+
* [DescribeVideoCloudRecord](https://cloud.tencent.com/document/api/1693/101466)
|
|
562
|
+
|
|
563
|
+
* 新增入参:WID, StartTime, EndTime, WorkspaceId, ApplicationToken
|
|
564
|
+
|
|
565
|
+
* 新增出参:Result
|
|
566
|
+
|
|
567
|
+
* [DescribeVideoLiveStream](https://cloud.tencent.com/document/api/1693/101465)
|
|
568
|
+
|
|
569
|
+
* 新增入参:WID, Protocol, WorkspaceId, ApplicationToken, StreamId, Env
|
|
570
|
+
|
|
571
|
+
* 新增出参:Result
|
|
572
|
+
|
|
573
|
+
* [DescribeWorkSpaceBuildingCountAndArea](https://cloud.tencent.com/document/api/1693/101499)
|
|
574
|
+
|
|
575
|
+
* 新增入参:WorkspaceIdList, ApplicationToken
|
|
576
|
+
|
|
577
|
+
* 新增出参:Result
|
|
578
|
+
|
|
579
|
+
* [DescribeWorkspaceList](https://cloud.tencent.com/document/api/1693/97955)
|
|
580
|
+
|
|
581
|
+
* 新增入参:ApplicationToken, WorkspaceId
|
|
582
|
+
|
|
583
|
+
* 新增出参:Result
|
|
584
|
+
|
|
585
|
+
* [ModifyDeviceName](https://cloud.tencent.com/document/api/1693/101471)
|
|
586
|
+
|
|
587
|
+
* 新增入参:WorkspaceId, Set, ApplicationToken
|
|
588
|
+
|
|
589
|
+
* 新增出参:Result
|
|
590
|
+
|
|
591
|
+
* [ReportAppMessage](https://cloud.tencent.com/document/api/1693/101470)
|
|
592
|
+
|
|
593
|
+
* 新增入参:WorkspaceId, Profile, ReportTs, Properties, ApplicationToken, EventSet, ServiceSet, ExtendTwo, Echo
|
|
594
|
+
|
|
595
|
+
* 新增出参:Result
|
|
596
|
+
|
|
597
|
+
* [StopVideoStreaming](https://cloud.tencent.com/document/api/1693/101463)
|
|
598
|
+
|
|
599
|
+
* 新增入参:Stream, WID, WorkspaceId, ApplicationToken
|
|
600
|
+
|
|
601
|
+
* 新增出参:Result
|
|
602
|
+
|
|
603
|
+
* [UpdateWorkspaceParkAttributes](https://cloud.tencent.com/document/api/1693/101458)
|
|
604
|
+
|
|
605
|
+
* 新增入参:WorkspaceId, ApplicationToken, ParkName, ParkNum
|
|
606
|
+
|
|
607
|
+
* 新增出参:Result
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
新增数据结构:
|
|
611
|
+
|
|
612
|
+
* [Action](https://cloud.tencent.com/document/api/1693/97961#Action)
|
|
613
|
+
* [ActionDetail](https://cloud.tencent.com/document/api/1693/97961#ActionDetail)
|
|
614
|
+
* [ActionObj](https://cloud.tencent.com/document/api/1693/97961#ActionObj)
|
|
615
|
+
* [AddDeviceInfo](https://cloud.tencent.com/document/api/1693/97961#AddDeviceInfo)
|
|
616
|
+
* [AdministrationData](https://cloud.tencent.com/document/api/1693/97961#AdministrationData)
|
|
617
|
+
* [AdministrativeDetail](https://cloud.tencent.com/document/api/1693/97961#AdministrativeDetail)
|
|
618
|
+
* [AlarmInfo](https://cloud.tencent.com/document/api/1693/97961#AlarmInfo)
|
|
619
|
+
* [AlarmLevelInfo](https://cloud.tencent.com/document/api/1693/97961#AlarmLevelInfo)
|
|
620
|
+
* [AlarmTypeDetailInfo](https://cloud.tencent.com/document/api/1693/97961#AlarmTypeDetailInfo)
|
|
621
|
+
* [AlarmTypeInfo](https://cloud.tencent.com/document/api/1693/97961#AlarmTypeInfo)
|
|
622
|
+
* [ApiContent](https://cloud.tencent.com/document/api/1693/97961#ApiContent)
|
|
623
|
+
* [ApiInfo](https://cloud.tencent.com/document/api/1693/97961#ApiInfo)
|
|
624
|
+
* [ApiInfoList](https://cloud.tencent.com/document/api/1693/97961#ApiInfoList)
|
|
625
|
+
* [ApplicationTokenInfo](https://cloud.tencent.com/document/api/1693/97961#ApplicationTokenInfo)
|
|
626
|
+
* [BatchCreateDeviceRes](https://cloud.tencent.com/document/api/1693/97961#BatchCreateDeviceRes)
|
|
627
|
+
* [BatchReportAppMessageRes](https://cloud.tencent.com/document/api/1693/97961#BatchReportAppMessageRes)
|
|
628
|
+
* [BuildingListRes](https://cloud.tencent.com/document/api/1693/97961#BuildingListRes)
|
|
629
|
+
* [BuildingModel](https://cloud.tencent.com/document/api/1693/97961#BuildingModel)
|
|
630
|
+
* [BuildingModelRes](https://cloud.tencent.com/document/api/1693/97961#BuildingModelRes)
|
|
631
|
+
* [BuildingProfile](https://cloud.tencent.com/document/api/1693/97961#BuildingProfile)
|
|
632
|
+
* [BuildingProfileRes](https://cloud.tencent.com/document/api/1693/97961#BuildingProfileRes)
|
|
633
|
+
* [CameraExtendInfoRes](https://cloud.tencent.com/document/api/1693/97961#CameraExtendInfoRes)
|
|
634
|
+
* [ControlDeviceRes](https://cloud.tencent.com/document/api/1693/97961#ControlDeviceRes)
|
|
635
|
+
* [ControlDeviceSet](https://cloud.tencent.com/document/api/1693/97961#ControlDeviceSet)
|
|
636
|
+
* [CreateDeviceFailed](https://cloud.tencent.com/document/api/1693/97961#CreateDeviceFailed)
|
|
637
|
+
* [CreateDeviceSucceeded](https://cloud.tencent.com/document/api/1693/97961#CreateDeviceSucceeded)
|
|
638
|
+
* [CustomField](https://cloud.tencent.com/document/api/1693/97961#CustomField)
|
|
639
|
+
* [CustomFieldInfo](https://cloud.tencent.com/document/api/1693/97961#CustomFieldInfo)
|
|
640
|
+
* [DescribeActionListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeActionListRes)
|
|
641
|
+
* [DescribeAdministrationByTagRes](https://cloud.tencent.com/document/api/1693/97961#DescribeAdministrationByTagRes)
|
|
642
|
+
* [DescribeAlarmLevelListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeAlarmLevelListRes)
|
|
643
|
+
* [DescribeAlarmListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeAlarmListRes)
|
|
644
|
+
* [DescribeAlarmTypeListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeAlarmTypeListRes)
|
|
645
|
+
* [DescribeCityWorkspaceListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeCityWorkspaceListRes)
|
|
646
|
+
* [DescribeDeviceListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeDeviceListRes)
|
|
647
|
+
* [DescribeEventListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeEventListRes)
|
|
648
|
+
* [DescribeLinkRuleListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeLinkRuleListRes)
|
|
649
|
+
* [DeviceDataInfo](https://cloud.tencent.com/document/api/1693/97961#DeviceDataInfo)
|
|
650
|
+
* [DeviceLocation](https://cloud.tencent.com/document/api/1693/97961#DeviceLocation)
|
|
651
|
+
* [DeviceModifyInfo](https://cloud.tencent.com/document/api/1693/97961#DeviceModifyInfo)
|
|
652
|
+
* [DeviceSpaceInfo](https://cloud.tencent.com/document/api/1693/97961#DeviceSpaceInfo)
|
|
653
|
+
* [DeviceSpaceInfoRes](https://cloud.tencent.com/document/api/1693/97961#DeviceSpaceInfoRes)
|
|
654
|
+
* [DeviceStatusInfo](https://cloud.tencent.com/document/api/1693/97961#DeviceStatusInfo)
|
|
655
|
+
* [DeviceStatusRes](https://cloud.tencent.com/document/api/1693/97961#DeviceStatusRes)
|
|
656
|
+
* [DeviceStatusStatRes](https://cloud.tencent.com/document/api/1693/97961#DeviceStatusStatRes)
|
|
657
|
+
* [DeviceTagInfo](https://cloud.tencent.com/document/api/1693/97961#DeviceTagInfo)
|
|
658
|
+
* [DeviceTagRes](https://cloud.tencent.com/document/api/1693/97961#DeviceTagRes)
|
|
659
|
+
* [DeviceType](https://cloud.tencent.com/document/api/1693/97961#DeviceType)
|
|
660
|
+
* [DeviceTypeOverview](https://cloud.tencent.com/document/api/1693/97961#DeviceTypeOverview)
|
|
661
|
+
* [DeviceTypeSet](https://cloud.tencent.com/document/api/1693/97961#DeviceTypeSet)
|
|
662
|
+
* [ElementCoordinates](https://cloud.tencent.com/document/api/1693/97961#ElementCoordinates)
|
|
663
|
+
* [ElementProfile](https://cloud.tencent.com/document/api/1693/97961#ElementProfile)
|
|
664
|
+
* [ElementProfilePageRes](https://cloud.tencent.com/document/api/1693/97961#ElementProfilePageRes)
|
|
665
|
+
* [ElementProfileTreeNode](https://cloud.tencent.com/document/api/1693/97961#ElementProfileTreeNode)
|
|
666
|
+
* [ElementProfileTreeRes](https://cloud.tencent.com/document/api/1693/97961#ElementProfileTreeRes)
|
|
667
|
+
* [ElementProperty](https://cloud.tencent.com/document/api/1693/97961#ElementProperty)
|
|
668
|
+
* [ElementPropertyRes](https://cloud.tencent.com/document/api/1693/97961#ElementPropertyRes)
|
|
669
|
+
* [ElementTranslate](https://cloud.tencent.com/document/api/1693/97961#ElementTranslate)
|
|
670
|
+
* [EmptyRes](https://cloud.tencent.com/document/api/1693/97961#EmptyRes)
|
|
671
|
+
* [Event](https://cloud.tencent.com/document/api/1693/97961#Event)
|
|
672
|
+
* [EventDetail](https://cloud.tencent.com/document/api/1693/97961#EventDetail)
|
|
673
|
+
* [EventObj](https://cloud.tencent.com/document/api/1693/97961#EventObj)
|
|
674
|
+
* [FileDownloadURL](https://cloud.tencent.com/document/api/1693/97961#FileDownloadURL)
|
|
675
|
+
* [FileInfo](https://cloud.tencent.com/document/api/1693/97961#FileInfo)
|
|
676
|
+
* [FileUploadURL](https://cloud.tencent.com/document/api/1693/97961#FileUploadURL)
|
|
677
|
+
* [HandleRecordInfo](https://cloud.tencent.com/document/api/1693/97961#HandleRecordInfo)
|
|
678
|
+
* [HandlerPersonInfo](https://cloud.tencent.com/document/api/1693/97961#HandlerPersonInfo)
|
|
679
|
+
* [LinkRule](https://cloud.tencent.com/document/api/1693/97961#LinkRule)
|
|
680
|
+
* [LinkRuleInfo](https://cloud.tencent.com/document/api/1693/97961#LinkRuleInfo)
|
|
681
|
+
* [MessageProfile](https://cloud.tencent.com/document/api/1693/97961#MessageProfile)
|
|
682
|
+
* [ModelInfo](https://cloud.tencent.com/document/api/1693/97961#ModelInfo)
|
|
683
|
+
* [ModelSet](https://cloud.tencent.com/document/api/1693/97961#ModelSet)
|
|
684
|
+
* [ProcessRecordInfo](https://cloud.tencent.com/document/api/1693/97961#ProcessRecordInfo)
|
|
685
|
+
* [ProductInfo](https://cloud.tencent.com/document/api/1693/97961#ProductInfo)
|
|
686
|
+
* [ProductSet](https://cloud.tencent.com/document/api/1693/97961#ProductSet)
|
|
687
|
+
* [RawInfo](https://cloud.tencent.com/document/api/1693/97961#RawInfo)
|
|
688
|
+
* [RecordInfo](https://cloud.tencent.com/document/api/1693/97961#RecordInfo)
|
|
689
|
+
* [RelatedProduct](https://cloud.tencent.com/document/api/1693/97961#RelatedProduct)
|
|
690
|
+
* [ReportAppMessage](https://cloud.tencent.com/document/api/1693/97961#ReportAppMessage)
|
|
691
|
+
* [ReportImg](https://cloud.tencent.com/document/api/1693/97961#ReportImg)
|
|
692
|
+
* [ReportMsgRes](https://cloud.tencent.com/document/api/1693/97961#ReportMsgRes)
|
|
693
|
+
* [RuleDetailRes](https://cloud.tencent.com/document/api/1693/97961#RuleDetailRes)
|
|
694
|
+
* [SceneInfo](https://cloud.tencent.com/document/api/1693/97961#SceneInfo)
|
|
695
|
+
* [SceneListRes](https://cloud.tencent.com/document/api/1693/97961#SceneListRes)
|
|
696
|
+
* [SpaceDataListStatsRes](https://cloud.tencent.com/document/api/1693/97961#SpaceDataListStatsRes)
|
|
697
|
+
* [SpaceDataStats](https://cloud.tencent.com/document/api/1693/97961#SpaceDataStats)
|
|
698
|
+
* [SpaceDataTotalStatsRes](https://cloud.tencent.com/document/api/1693/97961#SpaceDataTotalStatsRes)
|
|
699
|
+
* [SpaceDeviceIdListRes](https://cloud.tencent.com/document/api/1693/97961#SpaceDeviceIdListRes)
|
|
700
|
+
* [SpaceDeviceRelation](https://cloud.tencent.com/document/api/1693/97961#SpaceDeviceRelation)
|
|
701
|
+
* [SpaceDeviceRelationRes](https://cloud.tencent.com/document/api/1693/97961#SpaceDeviceRelationRes)
|
|
702
|
+
* [SpaceInfo](https://cloud.tencent.com/document/api/1693/97961#SpaceInfo)
|
|
703
|
+
* [SpaceRelation](https://cloud.tencent.com/document/api/1693/97961#SpaceRelation)
|
|
704
|
+
* [SpaceRelationRes](https://cloud.tencent.com/document/api/1693/97961#SpaceRelationRes)
|
|
705
|
+
* [SpaceType](https://cloud.tencent.com/document/api/1693/97961#SpaceType)
|
|
706
|
+
* [SpaceTypeListRes](https://cloud.tencent.com/document/api/1693/97961#SpaceTypeListRes)
|
|
707
|
+
* [StatDeviceType](https://cloud.tencent.com/document/api/1693/97961#StatDeviceType)
|
|
708
|
+
* [StatLevel](https://cloud.tencent.com/document/api/1693/97961#StatLevel)
|
|
709
|
+
* [VideoCloudRecordRes](https://cloud.tencent.com/document/api/1693/97961#VideoCloudRecordRes)
|
|
710
|
+
* [VideoRecordStreamRes](https://cloud.tencent.com/document/api/1693/97961#VideoRecordStreamRes)
|
|
711
|
+
* [WorkspaceInfo](https://cloud.tencent.com/document/api/1693/97961#WorkspaceInfo)
|
|
712
|
+
* [WorkspaceInfoList](https://cloud.tencent.com/document/api/1693/97961#WorkspaceInfoList)
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
|
|
1
716
|
# Release 4.0.733
|
|
2
717
|
|
|
3
718
|
## Web 应用防火墙(waf) 版本:2018-01-25
|