tencentcloud-sdk-nodejs 4.0.263 → 4.0.267

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.
Files changed (105) hide show
  1. package/CHANGELOG.md +594 -0
  2. package/SERVICE_CHANGELOG.md +623 -10
  3. package/package.json +1 -1
  4. package/products.md +31 -31
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_models.ts +24 -0
  7. package/src/services/as/v20180419/as_client.ts +45 -8
  8. package/src/services/as/v20180419/as_models.ts +357 -237
  9. package/src/services/cdb/v20170320/cdb_models.ts +10 -0
  10. package/src/services/cdn/v20180606/cdn_models.ts +25 -2
  11. package/src/services/clb/v20180317/clb_models.ts +17 -0
  12. package/src/services/cls/v20201016/cls_client.ts +29 -127
  13. package/src/services/cls/v20201016/cls_models.ts +166 -669
  14. package/src/services/eiam/v20210420/eiam_models.ts +53 -6
  15. package/src/services/es/v20180416/es_models.ts +125 -8
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  17. package/src/services/facefusion/v20181201/facefusion_models.ts +1 -1
  18. package/src/services/faceid/v20180301/faceid_models.ts +15 -0
  19. package/src/services/gaap/v20180529/gaap_client.ts +1 -1
  20. package/src/services/gaap/v20180529/gaap_models.ts +14 -7
  21. package/src/services/ic/v20190307/ic_models.ts +1 -1
  22. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +831 -391
  23. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +2085 -361
  24. package/src/services/live/v20180801/live_client.ts +7 -6
  25. package/src/services/live/v20180801/live_models.ts +28 -0
  26. package/src/services/mongodb/v20190725/mongodb_client.ts +15 -2
  27. package/src/services/mongodb/v20190725/mongodb_models.ts +72 -22
  28. package/src/services/monitor/v20180724/monitor_client.ts +15 -2
  29. package/src/services/monitor/v20180724/monitor_models.ts +115 -49
  30. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  31. package/src/services/organization/v20210331/organization_client.ts +14 -1
  32. package/src/services/organization/v20210331/organization_models.ts +124 -2
  33. package/src/services/rce/v20201103/rce_client.ts +38 -10
  34. package/src/services/rce/v20201103/rce_models.ts +367 -235
  35. package/src/services/ses/v20201002/ses_client.ts +1 -1
  36. package/src/services/ses/v20201002/ses_models.ts +1 -1
  37. package/src/services/sms/v20210111/sms_client.ts +1 -0
  38. package/src/services/tdmq/v20200217/tdmq_client.ts +0 -14
  39. package/src/services/tdmq/v20200217/tdmq_models.ts +0 -129
  40. package/src/services/tke/v20180525/tke_models.ts +16 -0
  41. package/src/services/tsf/v20180326/tsf_client.ts +14 -1
  42. package/src/services/tsf/v20180326/tsf_models.ts +240 -8
  43. package/src/services/wav/v20210129/wav_models.ts +1 -1
  44. package/tencentcloud/common/sdk_version.d.ts +1 -1
  45. package/tencentcloud/common/sdk_version.js +1 -1
  46. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +20 -0
  47. package/tencentcloud/services/as/v20180419/as_client.d.ts +13 -1
  48. package/tencentcloud/services/as/v20180419/as_client.js +18 -0
  49. package/tencentcloud/services/as/v20180419/as_models.d.ts +300 -197
  50. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +8 -0
  51. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +21 -2
  52. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +14 -0
  53. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +8 -40
  54. package/tencentcloud/services/cls/v20201016/cls_client.js +10 -58
  55. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +157 -586
  56. package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +44 -6
  57. package/tencentcloud/services/es/v20180416/es_models.d.ts +105 -8
  58. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  59. package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +1 -1
  60. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +13 -0
  61. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +1 -1
  62. package/tencentcloud/services/gaap/v20180529/gaap_client.js +1 -1
  63. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +13 -7
  64. package/tencentcloud/services/ic/v20190307/ic_models.d.ts +1 -1
  65. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +276 -119
  66. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +400 -175
  67. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1776 -294
  68. package/tencentcloud/services/live/v20180801/live_client.d.ts +7 -6
  69. package/tencentcloud/services/live/v20180801/live_client.js +7 -6
  70. package/tencentcloud/services/live/v20180801/live_models.d.ts +26 -0
  71. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
  72. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
  73. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +63 -20
  74. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
  75. package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
  76. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +100 -44
  77. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  78. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +5 -1
  79. package/tencentcloud/services/organization/v20210331/organization_client.js +6 -0
  80. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +105 -2
  81. package/tencentcloud/services/rce/v20201103/rce_client.d.ts +9 -1
  82. package/tencentcloud/services/rce/v20201103/rce_client.js +12 -0
  83. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +322 -208
  84. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
  85. package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
  86. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -1
  87. package/tencentcloud/services/sms/v20210111/sms_client.d.ts +1 -0
  88. package/tencentcloud/services/sms/v20210111/sms_client.js +1 -0
  89. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -5
  90. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +0 -6
  91. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +0 -109
  92. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +13 -0
  93. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
  94. package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
  95. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +202 -7
  96. package/tencentcloud/services/wav/v20210129/wav_models.d.ts +1 -1
  97. package/test/as.v20180419.test.js +30 -0
  98. package/test/cls.v20201016.test.js +6 -86
  99. package/test/iotvideoindustry.v20201201.test.js +454 -114
  100. package/test/mongodb.v20190725.test.js +10 -0
  101. package/test/monitor.v20180724.test.js +10 -0
  102. package/test/organization.v20210331.test.js +10 -0
  103. package/test/rce.v20201103.test.js +20 -0
  104. package/test/tdmq.v20200217.test.js +0 -10
  105. package/test/tsf.v20180326.test.js +10 -0
@@ -1,3 +1,16 @@
1
+ /**
2
+ * DescribePresetList请求参数结构体
3
+ */
4
+ export interface DescribePresetListRequest {
5
+ /**
6
+ * 视频通道唯一标识
7
+ */
8
+ ChannelId: string;
9
+ /**
10
+ * 设备唯一标识
11
+ */
12
+ DeviceId: string;
13
+ }
1
14
  /**
2
15
  * ControlRecordStream请求参数结构体
3
16
  */
@@ -24,6 +37,19 @@ export interface ControlRecordStreamRequest {
24
37
  */
25
38
  ChannelId?: string;
26
39
  }
40
+ /**
41
+ * CreateRecordingPlan返回参数结构体
42
+ */
43
+ export interface CreateRecordingPlanResponse {
44
+ /**
45
+ * 录制计划ID
46
+ */
47
+ PlanId: string;
48
+ /**
49
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
50
+ */
51
+ RequestId?: string;
52
+ }
27
53
  /**
28
54
  * ModifySubscriptionStatus请求参数结构体
29
55
  */
@@ -70,9 +96,27 @@ export interface DeleteTimeTemplateResponse {
70
96
  RequestId?: string;
71
97
  }
72
98
  /**
73
- * GetTimeTemplates请求参数结构体
99
+ * DescribeMonitorDataByDate请求参数结构体
74
100
  */
75
- export declare type GetTimeTemplatesRequest = null;
101
+ export interface DescribeMonitorDataByDateRequest {
102
+ /**
103
+ * 开始时间戳
104
+ */
105
+ StartTime: number;
106
+ /**
107
+ * 结束时间戳 最多显示30天数据
108
+ */
109
+ EndTime: number;
110
+ }
111
+ /**
112
+ * ModifyLiveChannel返回参数结构体
113
+ */
114
+ export interface ModifyLiveChannelResponse {
115
+ /**
116
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
117
+ */
118
+ RequestId?: string;
119
+ }
76
120
  /**
77
121
  * SIIP服务器相关配置项
78
122
  */
@@ -94,6 +138,51 @@ export interface ServerConfiguration {
94
138
  */
95
139
  Realm: string;
96
140
  }
141
+ /**
142
+ * DescribeLiveVideoList请求参数结构体
143
+ */
144
+ export interface DescribeLiveVideoListRequest {
145
+ /**
146
+ * 偏移量
147
+ */
148
+ Offset: number;
149
+ /**
150
+ * 分页的每页数量
151
+ */
152
+ Limit: number;
153
+ /**
154
+ * 直播频道ID
155
+ */
156
+ LiveChannelId: string;
157
+ /**
158
+ * 开始录制开始时间
159
+ */
160
+ StartRecordTime?: number;
161
+ /**
162
+ * 开始录制结束时间
163
+ */
164
+ EndRecordTime?: number;
165
+ /**
166
+ * 过期开始时间
167
+ */
168
+ StartExpireTime?: number;
169
+ /**
170
+ * 过期结束时间
171
+ */
172
+ EndExpireTime?: number;
173
+ /**
174
+ * 文件大小范围 Byte
175
+ */
176
+ StartFileSize?: number;
177
+ /**
178
+ * 文件大小范围 Byte
179
+ */
180
+ EndFileSize?: number;
181
+ /**
182
+ * 录制状态,5: 录制回写完
183
+ */
184
+ IsRecording?: number;
185
+ }
97
186
  /**
98
187
  * GetRecordPlanByDev请求参数结构体
99
188
  */
@@ -118,29 +207,42 @@ export interface GetRecordDatesByDevResponse {
118
207
  RequestId?: string;
119
208
  }
120
209
  /**
121
- * CreateLiveRecordPlan请求参数结构体
210
+ * ControlChannelPTZ返回参数结构体
122
211
  */
123
- export interface CreateLiveRecordPlanRequest {
212
+ export interface ControlChannelPTZResponse {
124
213
  /**
125
- * 录制计划名
214
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
126
215
  */
127
- PlanName: string;
216
+ RequestId?: string;
217
+ }
218
+ /**
219
+ * DescribeChannels请求参数结构体
220
+ */
221
+ export interface DescribeChannelsRequest {
128
222
  /**
129
- * 计划类型 1:固定直播 2:移动直播
223
+ * 设备Id
130
224
  */
131
- PlanType: number;
225
+ DeviceId: string;
132
226
  /**
133
- * 时间模板ID,固定直播时为必填
227
+ * 限制,默认0
134
228
  */
135
- TemplateId?: string;
229
+ Limit?: number;
136
230
  /**
137
- * 录制文件存储时长,单位天,默认30天
231
+ * 偏移量,默认0
138
232
  */
139
- RecordStorageTime?: number;
233
+ Offset?: number;
140
234
  /**
141
- * 绑定的直播频道ID列表
235
+ * 通道类型 0: 未知类型 1: 视频通道 2: 音频通道 3: 告警通道
142
236
  */
143
- LiveChannelIds?: Array<string>;
237
+ ChannelTypes?: Array<number>;
238
+ /**
239
+ * 录制计划ID, 当为"null"值时未绑定录制计划
240
+ */
241
+ PlanId?: string;
242
+ /**
243
+ * 告警联动场景ID, 当为 -1 值时未绑定场景
244
+ */
245
+ SceneId?: number;
144
246
  }
145
247
  /**
146
248
  * DescribeLiveChannel请求参数结构体
@@ -152,128 +254,232 @@ export interface DescribeLiveChannelRequest {
152
254
  LiveChannelId: string;
153
255
  }
154
256
  /**
155
- * DescribeSubscriptionStatus返回参数结构体
257
+ * DescribeRecordDatesByChannel返回参数结构体
156
258
  */
157
- export interface DescribeSubscriptionStatusResponse {
259
+ export interface DescribeRecordDatesByChannelResponse {
158
260
  /**
159
- * 设备GB28181报警订阅状态 1:未开启订阅;2:已开启订阅
261
+ * 含有录像文件的日期列表
262
+ 注意:此字段可能返回 null,表示取不到有效值。
160
263
  */
161
- AlarmStatus: number;
264
+ Dates: Array<string>;
162
265
  /**
163
266
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
164
267
  */
165
268
  RequestId?: string;
166
269
  }
167
270
  /**
168
- * DescribeScenes返回参数结构体
271
+ * DescribeRecordDatesByChannel请求参数结构体
169
272
  */
170
- export interface DescribeScenesResponse {
273
+ export interface DescribeRecordDatesByChannelRequest {
171
274
  /**
172
- * 场景总数
173
- 注意:此字段可能返回 null,表示取不到有效值。
275
+ * 设备唯一标识
174
276
  */
175
- Total: number;
277
+ DeviceId: string;
176
278
  /**
177
- * 场景列表
178
- 注意:此字段可能返回 null,表示取不到有效值。
279
+ * 通道唯一标识
179
280
  */
180
- List: Array<SceneItem>;
281
+ ChannelId: string;
282
+ /**
283
+ * 1: 云端录制 2: 本地录制
284
+ */
285
+ Type: number;
286
+ /**
287
+ * 限制量,默认200
288
+ */
289
+ Limit?: number;
290
+ /**
291
+ * 偏移量,默认0
292
+ */
293
+ Offset?: number;
294
+ }
295
+ /**
296
+ * DescribeVideoListByChannel请求参数结构体
297
+ */
298
+ export interface DescribeVideoListByChannelRequest {
299
+ /**
300
+ * 设备唯一标识
301
+ */
302
+ DeviceId: string;
303
+ /**
304
+ * 通道唯一标识
305
+ */
306
+ ChannelId: string;
307
+ /**
308
+ * 1: 云端录制 2: 本地录制
309
+ */
310
+ Type: number;
311
+ /**
312
+ * 指定某天。取值【YYYY-MM-DD】
313
+ 为空时默认查询最近一天的记录
314
+ */
315
+ Date?: string;
316
+ /**
317
+ * 限制量,默认2000
318
+ */
319
+ Limit?: number;
320
+ /**
321
+ * 偏移量,默认0
322
+ */
323
+ Offset?: number;
324
+ }
325
+ /**
326
+ * ModifyPreset返回参数结构体
327
+ */
328
+ export interface ModifyPresetResponse {
181
329
  /**
182
330
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
183
331
  */
184
332
  RequestId?: string;
185
333
  }
186
334
  /**
187
- * DescribeDeviceStreams返回参数结构体
335
+ * DescribeGroupByPath返回参数结构体
188
336
  */
189
- export interface DescribeDeviceStreamsResponse {
337
+ export interface DescribeGroupByPathResponse {
190
338
  /**
191
- * 设备实时流地址列表
339
+ * 分组信息详情
340
+ 注意:此字段可能返回 null,表示取不到有效值。
192
341
  */
193
- Data: DescribeDeviceStreamsData;
342
+ Group: GroupItem;
194
343
  /**
195
344
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
196
345
  */
197
346
  RequestId?: string;
198
347
  }
199
348
  /**
200
- * DescribeSIPServer请求参数结构体
349
+ * DescribeAbnormalEvents请求参数结构体
201
350
  */
202
- export declare type DescribeSIPServerRequest = null;
351
+ export interface DescribeAbnormalEventsRequest {
352
+ /**
353
+ * 开始时间
354
+ */
355
+ StartTime: number;
356
+ /**
357
+ * 结束时间
358
+ */
359
+ EndTime: number;
360
+ }
203
361
  /**
204
- * CreateLiveRecordPlan返回参数结构体
362
+ * ModifyPreset请求参数结构体
205
363
  */
206
- export interface CreateLiveRecordPlanResponse {
364
+ export interface ModifyPresetRequest {
207
365
  /**
208
- * 录制计划名称
209
- 注意:此字段可能返回 null,表示取不到有效值。
366
+ * 通道ID
210
367
  */
211
- PlanId: string;
368
+ ChannelId: string;
369
+ /**
370
+ * 预置位编码 范围1-8
371
+ */
372
+ PresetId: number;
373
+ /**
374
+ * 预制位名称
375
+ */
376
+ PresetName: string;
377
+ /**
378
+ * 设备Id
379
+ */
380
+ DeviceId: string;
381
+ }
382
+ /**
383
+ * DescribeSubscriptionStatus返回参数结构体
384
+ */
385
+ export interface DescribeSubscriptionStatusResponse {
386
+ /**
387
+ * 设备GB28181报警订阅状态 1:未开启订阅;2:已开启订阅
388
+ */
389
+ AlarmStatus: number;
212
390
  /**
213
391
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
214
392
  */
215
393
  RequestId?: string;
216
394
  }
217
395
  /**
218
- * 分组信息
396
+ * DescribeScenes返回参数结构体
219
397
  */
220
- export interface GroupItem {
398
+ export interface DescribeScenesResponse {
221
399
  /**
222
- * 分组名称
400
+ * 场景总数
223
401
  注意:此字段可能返回 null,表示取不到有效值。
224
402
  */
225
- GroupName: string;
403
+ Total: number;
226
404
  /**
227
- * 父分组ID
405
+ * 场景列表
228
406
  注意:此字段可能返回 null,表示取不到有效值。
229
407
  */
230
- ParentId: string;
408
+ List: Array<SceneItem>;
231
409
  /**
232
- * 分组ID
233
- 注意:此字段可能返回 null,表示取不到有效值。
410
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
234
411
  */
235
- GroupId: string;
412
+ RequestId?: string;
413
+ }
414
+ /**
415
+ * DeleteRecordingPlan请求参数结构体
416
+ */
417
+ export interface DeleteRecordingPlanRequest {
236
418
  /**
237
- * 分组路径
238
- 注意:此字段可能返回 null,表示取不到有效值。
419
+ * 录制计划ID
239
420
  */
240
- GroupPath?: string;
421
+ PlanId: string;
422
+ }
423
+ /**
424
+ * DescribeBindSceneChannels返回参数结构体
425
+ */
426
+ export interface DescribeBindSceneChannelsResponse {
241
427
  /**
242
- * 分组描述
428
+ * 总数
243
429
  注意:此字段可能返回 null,表示取不到有效值。
244
430
  */
245
- GroupDescribe?: string;
431
+ Total: number;
246
432
  /**
247
- * 分组绑定设备数
433
+ * 通道列表
248
434
  注意:此字段可能返回 null,表示取不到有效值。
249
435
  */
250
- DeviceNum?: number;
436
+ List: Array<ChannelItem>;
251
437
  /**
252
- * 子分组数量
253
- 注意:此字段可能返回 null,表示取不到有效值。
438
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
254
439
  */
255
- SubGroupNum?: number;
440
+ RequestId?: string;
441
+ }
442
+ /**
443
+ * DescribeSIPServer请求参数结构体
444
+ */
445
+ export declare type DescribeSIPServerRequest = null;
446
+ /**
447
+ * DescribeVideoListByChannel返回参数结构体
448
+ */
449
+ export interface DescribeVideoListByChannelResponse {
256
450
  /**
257
- * 分组附加信息
451
+ * 录像详情列表
258
452
  注意:此字段可能返回 null,表示取不到有效值。
259
453
  */
260
- ExtraInformation?: string;
454
+ VideoList: Array<RecordTaskItem>;
261
455
  /**
262
- * 分组类型
456
+ * 录像总数
263
457
  注意:此字段可能返回 null,表示取不到有效值。
264
458
  */
265
- GroupType?: string;
459
+ TotalCount: number;
266
460
  /**
267
- * 创建时间
268
- 注意:此字段可能返回 null,表示取不到有效值。
461
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
269
462
  */
270
- CreateTime?: number;
463
+ RequestId?: string;
464
+ }
465
+ /**
466
+ * CreateLiveRecordPlan返回参数结构体
467
+ */
468
+ export interface CreateLiveRecordPlanResponse {
271
469
  /**
272
- * 分组状态
470
+ * 录制计划名称
273
471
  注意:此字段可能返回 null,表示取不到有效值。
274
472
  */
275
- GroupStatus?: number;
473
+ PlanId: string;
474
+ /**
475
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
476
+ */
477
+ RequestId?: string;
276
478
  }
479
+ /**
480
+ * GetRecordPlans请求参数结构体
481
+ */
482
+ export declare type GetRecordPlansRequest = null;
277
483
  /**
278
484
  * 用于描述唯一一个设备
279
485
  */
@@ -303,6 +509,25 @@ export interface DeleteDeviceGroupResponse {
303
509
  */
304
510
  RequestId?: string;
305
511
  }
512
+ /**
513
+ * DescribeWarnings返回参数结构体
514
+ */
515
+ export interface DescribeWarningsResponse {
516
+ /**
517
+ * 总数
518
+ 注意:此字段可能返回 null,表示取不到有效值。
519
+ */
520
+ Total: number;
521
+ /**
522
+ * 告警列表
523
+ 注意:此字段可能返回 null,表示取不到有效值。
524
+ */
525
+ Data: Array<WarningsData>;
526
+ /**
527
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
528
+ */
529
+ RequestId?: string;
530
+ }
306
531
  /**
307
532
  * DeleteRecordPlan返回参数结构体
308
533
  */
@@ -326,22 +551,63 @@ export interface DeleteMessageForwardResponse {
326
551
  RequestId?: string;
327
552
  }
328
553
  /**
329
- * ModifyBindPlanLiveChannel返回参数结构体
554
+ * GetTimeTemplates请求参数结构体
330
555
  */
331
- export interface ModifyBindPlanLiveChannelResponse {
556
+ export declare type GetTimeTemplatesRequest = null;
557
+ /**
558
+ * UpdateDeviceGroup返回参数结构体
559
+ */
560
+ export interface UpdateDeviceGroupResponse {
332
561
  /**
333
562
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
334
563
  */
335
564
  RequestId?: string;
336
565
  }
337
566
  /**
338
- * UpdateDeviceGroup返回参数结构体
567
+ * ModifyRecordingPlan请求参数结构体
339
568
  */
340
- export interface UpdateDeviceGroupResponse {
569
+ export interface ModifyRecordingPlanRequest {
341
570
  /**
342
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
571
+ * 录制计划ID
343
572
  */
344
- RequestId?: string;
573
+ PlanId: string;
574
+ /**
575
+ * 计划名称
576
+ */
577
+ Name?: string;
578
+ /**
579
+ * 时间模板ID
580
+ */
581
+ TimeTemplateId?: string;
582
+ }
583
+ /**
584
+ * DescribeDeviceEvent请求参数结构体
585
+ */
586
+ export interface DescribeDeviceEventRequest {
587
+ /**
588
+ * 开始时间,秒级时间戳
589
+ */
590
+ StartTime: number;
591
+ /**
592
+ * 结束时间,秒级时间戳
593
+ */
594
+ EndTime: number;
595
+ /**
596
+ * 设备Id
597
+ */
598
+ DeviceId?: string;
599
+ /**
600
+ * 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断
601
+ */
602
+ EventTypes?: Array<number>;
603
+ /**
604
+ * 偏移值
605
+ */
606
+ Offset?: number;
607
+ /**
608
+ * limit限制值
609
+ */
610
+ Limit?: number;
345
611
  }
346
612
  /**
347
613
  * GetVideoListByCon请求参数结构体
@@ -359,23 +625,49 @@ export interface GetVideoListByConRequest {
359
625
  * 限制量,默认200
360
626
  */
361
627
  Limit: number;
628
+ /**
629
+ * 通道唯一标识
630
+ */
631
+ ChannelId?: string;
362
632
  /**
363
633
  * 0:查询指定日期的录像;1:查询最近一天的录像;默认0
364
634
  */
365
635
  LatestDay?: number;
366
636
  /**
367
637
  * 指定某天。取值【YYYY-MM-DD】
368
- 当LatestDay为空或为0时,本参数不允许为空。
638
+ 为空时默认查询最近一天的记录
369
639
  */
370
640
  Date?: string;
371
641
  /**
372
- * 通道唯一标识
642
+ * 1: 云端录制 2: 本地录制
373
643
  */
374
- ChannelId?: string;
644
+ Type?: number;
645
+ }
646
+ /**
647
+ * ResetWarning请求参数结构体
648
+ */
649
+ export interface ResetWarningRequest {
375
650
  /**
376
- * 1: 云端录制 2: 本地录制
651
+ * 告警ID
652
+ */
653
+ Id?: number;
654
+ /**
655
+ * Es中告警ID
656
+ */
657
+ Index?: string;
658
+ }
659
+ /**
660
+ * DescribeDeviceMonitorData返回参数结构体
661
+ */
662
+ export interface DescribeDeviceMonitorDataResponse {
663
+ /**
664
+ * 查询设备统计monitor信息列表
665
+ */
666
+ Data: Array<DeviceMonitorValue>;
667
+ /**
668
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
377
669
  */
378
- Type?: number;
670
+ RequestId?: string;
379
671
  }
380
672
  /**
381
673
  * 设备所在分组信息
@@ -402,6 +694,55 @@ export interface DevGroupInfo {
402
694
  */
403
695
  Error?: string;
404
696
  }
697
+ /**
698
+ * DescribeDeviceList请求参数结构体
699
+ */
700
+ export interface DescribeDeviceListRequest {
701
+ /**
702
+ * 偏移量,默认0
703
+ */
704
+ Offset?: number;
705
+ /**
706
+ * 限制,默认200
707
+ */
708
+ Limit?: number;
709
+ /**
710
+ * 设备名前缀
711
+ */
712
+ NickName?: string;
713
+ /**
714
+ * 设备类型,1:国标VMS设备(公有云不支持此类型),2:国标IPC设备,3:国标NVR设备,9:智能告警设备(公有云不支持此类型)
715
+ */
716
+ DeviceTypes?: Array<number>;
717
+ }
718
+ /**
719
+ * DescribeRecordingPlans返回参数结构体
720
+ */
721
+ export interface DescribeRecordingPlansResponse {
722
+ /**
723
+ * 录制计划详情·列表
724
+ 注意:此字段可能返回 null,表示取不到有效值。
725
+ */
726
+ Plans: Array<RecordPlanDetail>;
727
+ /**
728
+ * 录制计划总数
729
+ 注意:此字段可能返回 null,表示取不到有效值。
730
+ */
731
+ TotalCount: number;
732
+ /**
733
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
734
+ */
735
+ RequestId?: string;
736
+ }
737
+ /**
738
+ * ControlHomePosition返回参数结构体
739
+ */
740
+ export interface ControlHomePositionResponse {
741
+ /**
742
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
743
+ */
744
+ RequestId?: string;
745
+ }
405
746
  /**
406
747
  * DescribeLiveRecordPlanById请求参数结构体
407
748
  */
@@ -447,6 +788,41 @@ export interface DescribeVideoListResponse {
447
788
  */
448
789
  RequestId?: string;
449
790
  }
791
+ /**
792
+ * 录制计划详情
793
+ */
794
+ export interface RecordPlanDetail {
795
+ /**
796
+ * 计划ID
797
+ 注意:此字段可能返回 null,表示取不到有效值。
798
+ */
799
+ PlanId: string;
800
+ /**
801
+ * 计划名称
802
+ 注意:此字段可能返回 null,表示取不到有效值。
803
+ */
804
+ Name: string;
805
+ /**
806
+ * 时间模板ID
807
+ 注意:此字段可能返回 null,表示取不到有效值。
808
+ */
809
+ TimeTemplateId: string;
810
+ /**
811
+ * 时间模板名称
812
+ 注意:此字段可能返回 null,表示取不到有效值。
813
+ */
814
+ TimeTemplateName: string;
815
+ /**
816
+ * 绑定的通道列表
817
+ 注意:此字段可能返回 null,表示取不到有效值。
818
+ */
819
+ Channels: Array<ChannelItem>;
820
+ /**
821
+ * 存储周期(天)
822
+ 注意:此字段可能返回 null,表示取不到有效值。
823
+ */
824
+ RecordStorageTime: number;
825
+ }
450
826
  /**
451
827
  * 普通设备的录像详情
452
828
  */
@@ -502,6 +878,21 @@ export interface RecordTaskItem {
502
878
  */
503
879
  RecordId: string;
504
880
  }
881
+ /**
882
+ * GB28181通道
883
+ */
884
+ export interface ChannelItem {
885
+ /**
886
+ * 设备唯一标识
887
+ 注意:此字段可能返回 null,表示取不到有效值。
888
+ */
889
+ DeviceId: string;
890
+ /**
891
+ * 通道唯一标识
892
+ 注意:此字段可能返回 null,表示取不到有效值。
893
+ */
894
+ ChannelId: string;
895
+ }
505
896
  /**
506
897
  * DescribeIPCChannels请求参数结构体
507
898
  */
@@ -548,6 +939,28 @@ export interface DescribeSubGroupsRequest {
548
939
  */
549
940
  OnlyGroup?: number;
550
941
  }
942
+ /**
943
+ * UpdateTimeTemplate请求参数结构体
944
+ */
945
+ export interface UpdateTimeTemplateRequest {
946
+ /**
947
+ * 时间模板ID
948
+ */
949
+ TemplateId: string;
950
+ /**
951
+ * 时间模板名称
952
+ */
953
+ Name?: string;
954
+ /**
955
+ * 是否全时录制,即7*24小时录制。
956
+ 0:非全时录制;1:全时录制。默认1
957
+ */
958
+ IsAllWeek?: number;
959
+ /**
960
+ * 录制时间片段
961
+ */
962
+ TimeTemplateSpecs?: Array<TimeTemplateSpec>;
963
+ }
551
964
  /**
552
965
  * DeleteRecordPlan请求参数结构体
553
966
  */
@@ -595,6 +1008,10 @@ export interface GetVideoListByConResponse {
595
1008
  */
596
1009
  RequestId?: string;
597
1010
  }
1011
+ /**
1012
+ * DescribeCurrentDeviceData请求参数结构体
1013
+ */
1014
+ export declare type DescribeCurrentDeviceDataRequest = null;
598
1015
  /**
599
1016
  * 直播录制详情item
600
1017
  */
@@ -637,13 +1054,19 @@ export interface LiveRecordItem {
637
1054
  EndTime: number;
638
1055
  }
639
1056
  /**
640
- * UpdateTimeTemplate返回参数结构体
1057
+ * DescribeIPCChannels返回参数结构体
641
1058
  */
642
- export interface UpdateTimeTemplateResponse {
1059
+ export interface DescribeIPCChannelsResponse {
643
1060
  /**
644
- * 操作结果,“OK”表示成功,其他表示失败。
1061
+ * 通道总数
1062
+ 注意:此字段可能返回 null,表示取不到有效值。
645
1063
  */
646
- Status: string;
1064
+ TotalCount: number;
1065
+ /**
1066
+ * 通道详情列表
1067
+ 注意:此字段可能返回 null,表示取不到有效值。
1068
+ */
1069
+ DeviceList: Array<GroupDeviceItem>;
647
1070
  /**
648
1071
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
649
1072
  */
@@ -680,6 +1103,15 @@ export interface UpdateRecordPlanRequest {
680
1103
  */
681
1104
  IsModifyDevices?: number;
682
1105
  }
1106
+ /**
1107
+ * DescribeRecordingPlanById请求参数结构体
1108
+ */
1109
+ export interface DescribeRecordingPlanByIdRequest {
1110
+ /**
1111
+ * 录制计划ID
1112
+ */
1113
+ PlanId: string;
1114
+ }
683
1115
  /**
684
1116
  * ModifyDeviceData返回参数结构体
685
1117
  */
@@ -708,6 +1140,20 @@ export interface DescribeStatisticDetailsResponse {
708
1140
  */
709
1141
  RequestId?: string;
710
1142
  }
1143
+ /**
1144
+ * DescribeWarnMod返回参数结构体
1145
+ */
1146
+ export interface DescribeWarnModResponse {
1147
+ /**
1148
+ * 告警类型
1149
+ 注意:此字段可能返回 null,表示取不到有效值。
1150
+ */
1151
+ Data: string;
1152
+ /**
1153
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1154
+ */
1155
+ RequestId?: string;
1156
+ }
711
1157
  /**
712
1158
  * 分组下设备信息
713
1159
  */
@@ -762,6 +1208,21 @@ export interface GroupDeviceItem {
762
1208
  注意:此字段可能返回 null,表示取不到有效值。
763
1209
  */
764
1210
  Protocol?: string;
1211
+ /**
1212
+ * 设备创建时间
1213
+ 注意:此字段可能返回 null,表示取不到有效值。
1214
+ */
1215
+ CreateTime?: number;
1216
+ /**
1217
+ * 设备通道总数
1218
+ 注意:此字段可能返回 null,表示取不到有效值。
1219
+ */
1220
+ ChannelNum?: number;
1221
+ /**
1222
+ * 设备视频通道总数
1223
+ 注意:此字段可能返回 null,表示取不到有效值。
1224
+ */
1225
+ VideoChannelNum?: number;
765
1226
  }
766
1227
  /**
767
1228
  * DescribeSubGroups返回参数结构体
@@ -783,19 +1244,42 @@ export interface DescribeSubGroupsResponse {
783
1244
  RequestId?: string;
784
1245
  }
785
1246
  /**
786
- * GetRecordPlanById返回参数结构体
1247
+ * DescribeChannelStreamURL返回参数结构体
787
1248
  */
788
- export interface GetRecordPlanByIdResponse {
1249
+ export interface DescribeChannelStreamURLResponse {
789
1250
  /**
790
- * 录制计划详情
791
- 注意:此字段可能返回 null,表示取不到有效值。
1251
+ * 设备实时流地址列表
792
1252
  */
793
- Plan: RecordPlanItem;
1253
+ Data: DescribeDeviceStreamsData;
794
1254
  /**
795
1255
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
796
1256
  */
797
1257
  RequestId?: string;
798
1258
  }
1259
+ /**
1260
+ * DescribeStatisticDetails请求参数结构体
1261
+ */
1262
+ export interface DescribeStatisticDetailsRequest {
1263
+ /**
1264
+ * 开始日期,格式【YYYY-MM-DD】
1265
+ */
1266
+ StartDate: string;
1267
+ /**
1268
+ * 结束日期,格式【YYYY-MM-DD】
1269
+ */
1270
+ EndDate: string;
1271
+ /**
1272
+ * 统计项。取值范围:
1273
+ 1.录制设备数:RecordingDevice
1274
+ 2.非录制设备数:NonRecordingDevice
1275
+ 3.观看流量总数:WatchFlux
1276
+ 4.已用存储容量总数:StorageUsage
1277
+ 5. X-P2P分享流量: P2PFluxTotal
1278
+ 6. X-P2P峰值带宽: P2PPeakValue
1279
+ 7. RTMP推流路数(直播推流): LivePushTotal
1280
+ */
1281
+ StatisticField: string;
1282
+ }
799
1283
  /**
800
1284
  * DeleteDevice请求参数结构体
801
1285
  */
@@ -834,48 +1318,130 @@ export interface CreateTimeTemplateRequest {
834
1318
  /**
835
1319
  * 时间模板名称
836
1320
  */
837
- Name: string;
1321
+ Name: string;
1322
+ /**
1323
+ * 是否为每周全时录制(即7*24h录制),0:非全时录制,1;全时录制,默认0
1324
+ */
1325
+ IsAllWeek: number;
1326
+ /**
1327
+ * 当IsAllWeek为0时必选,用于描述模板的各个时间片段
1328
+ */
1329
+ TimeTemplateSpecs?: Array<TimeTemplateSpec>;
1330
+ }
1331
+ /**
1332
+ * ModifyBindSceneChannels返回参数结构体
1333
+ */
1334
+ export interface ModifyBindSceneChannelsResponse {
1335
+ /**
1336
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1337
+ */
1338
+ RequestId?: string;
1339
+ }
1340
+ /**
1341
+ * CreateMessageForward请求参数结构体
1342
+ */
1343
+ export interface CreateMessageForwardRequest {
1344
+ /**
1345
+ * 区域ID
1346
+ */
1347
+ RegionId: string;
1348
+ /**
1349
+ * 区域名称
1350
+ */
1351
+ RegionName: string;
1352
+ /**
1353
+ * 实例ID
1354
+ */
1355
+ Instance: string;
1356
+ /**
1357
+ * 实例名称
1358
+ */
1359
+ InstanceName: string;
1360
+ /**
1361
+ * json数组, 转发类型 1: 告警 2:GPS
1362
+ */
1363
+ MessageType: string;
1364
+ /**
1365
+ * kafka topic id
1366
+ */
1367
+ TopicId: string;
1368
+ /**
1369
+ * kafka topic 名称
1370
+ */
1371
+ TopicName: string;
1372
+ }
1373
+ /**
1374
+ * 分组信息
1375
+ */
1376
+ export interface GroupItem {
1377
+ /**
1378
+ * 分组名称
1379
+ 注意:此字段可能返回 null,表示取不到有效值。
1380
+ */
1381
+ GroupName: string;
1382
+ /**
1383
+ * 父分组ID
1384
+ 注意:此字段可能返回 null,表示取不到有效值。
1385
+ */
1386
+ ParentId: string;
1387
+ /**
1388
+ * 分组ID
1389
+ 注意:此字段可能返回 null,表示取不到有效值。
1390
+ */
1391
+ GroupId: string;
1392
+ /**
1393
+ * 分组路径
1394
+ 注意:此字段可能返回 null,表示取不到有效值。
1395
+ */
1396
+ GroupPath?: string;
838
1397
  /**
839
- * 是否为每周全时录制(即7*24h录制),0:非全时录制,1;全时录制,默认0
1398
+ * 分组描述
1399
+ 注意:此字段可能返回 null,表示取不到有效值。
840
1400
  */
841
- IsAllWeek: number;
1401
+ GroupDescribe?: string;
842
1402
  /**
843
- * 当IsAllWeek为0时必选,用于描述模板的各个时间片段
1403
+ * 分组绑定设备数
1404
+ 注意:此字段可能返回 null,表示取不到有效值。
844
1405
  */
845
- TimeTemplateSpecs?: Array<TimeTemplateSpec>;
846
- }
847
- /**
848
- * CreateMessageForward请求参数结构体
849
- */
850
- export interface CreateMessageForwardRequest {
1406
+ DeviceNum?: number;
851
1407
  /**
852
- * 区域ID
1408
+ * 子分组数量
1409
+ 注意:此字段可能返回 null,表示取不到有效值。
853
1410
  */
854
- RegionId: string;
1411
+ SubGroupNum?: number;
855
1412
  /**
856
- * 区域名称
1413
+ * 分组附加信息
1414
+ 注意:此字段可能返回 null,表示取不到有效值。
857
1415
  */
858
- RegionName: string;
1416
+ ExtraInformation?: string;
859
1417
  /**
860
- * 实例ID
1418
+ * 分组类型
1419
+ 注意:此字段可能返回 null,表示取不到有效值。
861
1420
  */
862
- Instance: string;
1421
+ GroupType?: string;
863
1422
  /**
864
- * 实例名称
1423
+ * 创建时间
1424
+ 注意:此字段可能返回 null,表示取不到有效值。
865
1425
  */
866
- InstanceName: string;
1426
+ CreateTime?: number;
867
1427
  /**
868
- * json数组, 转发类型 1: 告警 2:GPS
1428
+ * 分组状态
1429
+ 注意:此字段可能返回 null,表示取不到有效值。
869
1430
  */
870
- MessageType: string;
1431
+ GroupStatus?: number;
1432
+ }
1433
+ /**
1434
+ * DeleteWarning请求参数结构体
1435
+ */
1436
+ export interface DeleteWarningRequest {
871
1437
  /**
872
- * kafka topic id
1438
+ * 告警ID
873
1439
  */
874
- TopicId: string;
1440
+ Id?: number;
875
1441
  /**
876
- * kafka topic 名称
1442
+ * 告警索引
877
1443
  */
878
- TopicName: string;
1444
+ Index?: string;
879
1445
  }
880
1446
  /**
881
1447
  * ModifyBindPlanLiveChannel请求参数结构体
@@ -930,44 +1496,80 @@ export interface ModifyLiveRecordPlanResponse {
930
1496
  RequestId?: string;
931
1497
  }
932
1498
  /**
933
- * 频道信息
1499
+ * DescribeXP2PData返回参数结构体
934
1500
  */
935
- export interface LiveChannelInfo {
1501
+ export interface DescribeXP2PDataResponse {
936
1502
  /**
937
- * 频道ID
1503
+ * [log_time,cdn_bytes , p2p_bytes, online_people, stuck_times, stuck_people,request,request_success,request_fail,play_fail]
1504
+ [时间戳,cdn流量(字节) , p2p流量(字节), 在线人数, 卡播次数, 卡播人数,起播请求次数,起播成功次数,起播失败次数,播放失败次数, pcdn cdn流量(字节), pcdn路由流量(字节), 上传流量(字节)]
1505
+ [1481016480, 46118502414, 75144943171, 61691, 3853, 0,0,0,0,0, 0, 0, 0]
938
1506
  注意:此字段可能返回 null,表示取不到有效值。
939
1507
  */
940
- LiveChannelId: string;
1508
+ Data: string;
941
1509
  /**
942
- * 频道名称
943
- 注意:此字段可能返回 null,表示取不到有效值。
1510
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
944
1511
  */
945
- LiveChannelName: string;
1512
+ RequestId?: string;
1513
+ }
1514
+ /**
1515
+ * DescribeDeviceEvent返回参数结构体
1516
+ */
1517
+ export interface DescribeDeviceEventResponse {
946
1518
  /**
947
- * 频道类型
1519
+ * 总数
948
1520
  注意:此字段可能返回 null,表示取不到有效值。
949
1521
  */
950
- LiveChannelType: number;
1522
+ TotalCount: number;
951
1523
  /**
952
- * 通道直播状态:1: 未推流,2: 推流中
1524
+ * 事件列表
953
1525
  注意:此字段可能返回 null,表示取不到有效值。
954
1526
  */
955
- LiveStatus: number;
1527
+ Events: Array<Events>;
956
1528
  /**
957
- * 推流地址
1529
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1530
+ */
1531
+ RequestId?: string;
1532
+ }
1533
+ /**
1534
+ * 大盘统计-录像存储统计 出参Value
1535
+ */
1536
+ export interface RecordStatisticValue {
1537
+ /**
1538
+ * 期望执行时间 秒
958
1539
  注意:此字段可能返回 null,表示取不到有效值。
959
1540
  */
960
- PushStreamAddress: string;
1541
+ ExpectTimeLen: number;
961
1542
  /**
962
- * 创建时间
1543
+ * 实际执行时间 秒
963
1544
  注意:此字段可能返回 null,表示取不到有效值。
964
1545
  */
965
- CreateTime: string;
1546
+ RecordTimeLen: number;
966
1547
  /**
967
- * 修改时间
1548
+ * 存储大小 G
968
1549
  注意:此字段可能返回 null,表示取不到有效值。
969
1550
  */
970
- UpdateTime: string;
1551
+ FileSize: number;
1552
+ }
1553
+ /**
1554
+ * ModifyScene请求参数结构体
1555
+ */
1556
+ export interface ModifySceneRequest {
1557
+ /**
1558
+ * 场景ID
1559
+ */
1560
+ IntId: number;
1561
+ /**
1562
+ * 场景名称
1563
+ */
1564
+ SceneName?: string;
1565
+ /**
1566
+ * 触发条件
1567
+ */
1568
+ SceneTrigger?: string;
1569
+ /**
1570
+ * 录制时长(秒)
1571
+ */
1572
+ RecordDuration?: number;
971
1573
  }
972
1574
  /**
973
1575
  * DescribeAllDeviceList请求参数结构体
@@ -990,7 +1592,7 @@ export interface DescribeAllDeviceListRequest {
990
1592
  */
991
1593
  DeviceIds?: Array<string>;
992
1594
  /**
993
- * 设备类型过滤
1595
+ * 设备类型过滤,设备类型,1:国标VMS设备(公有云不支持此类型),2:国标IPC设备,3:国标NVR设备,9:智能告警设备(公有云不支持此类型)
994
1596
  */
995
1597
  DeviceTypes?: Array<number>;
996
1598
  }
@@ -1029,6 +1631,19 @@ export interface GetRecordPlanByIdRequest {
1029
1631
  */
1030
1632
  PlanId: string;
1031
1633
  }
1634
+ /**
1635
+ * ModifyRecordingPlan返回参数结构体
1636
+ */
1637
+ export interface ModifyRecordingPlanResponse {
1638
+ /**
1639
+ * 操作结果
1640
+ */
1641
+ Status: string;
1642
+ /**
1643
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1644
+ */
1645
+ RequestId?: string;
1646
+ }
1032
1647
  /**
1033
1648
  * DescribeLiveChannelList请求参数结构体
1034
1649
  */
@@ -1125,28 +1740,28 @@ export interface GroupInfo {
1125
1740
  Error?: string;
1126
1741
  }
1127
1742
  /**
1128
- * DescribeStatisticDetails请求参数结构体
1743
+ * ControlPreset请求参数结构体
1129
1744
  */
1130
- export interface DescribeStatisticDetailsRequest {
1745
+ export interface ControlPresetRequest {
1131
1746
  /**
1132
- * 开始日期,格式【YYYY-MM-DD】
1747
+ * 通道ID
1133
1748
  */
1134
- StartDate: string;
1749
+ ChannelId: string;
1135
1750
  /**
1136
- * 结束日期,格式【YYYY-MM-DD】
1751
+ * 控制命令:
1752
+ Set-设置当前位置为预置位
1753
+ Del-删除指定的预置位
1754
+ Call-调用指定的预置位
1137
1755
  */
1138
- EndDate: string;
1756
+ Command: string;
1139
1757
  /**
1140
- * 统计项。取值范围:
1141
- 1.录制设备数:RecordingDevice
1142
- 2.非录制设备数:NonRecordingDevice
1143
- 3.观看流量总数:WatchFlux
1144
- 4.已用存储容量总数:StorageUsage
1145
- 5. X-P2P分享流量: P2PFluxTotal
1146
- 6. X-P2P峰值带宽: P2PPeakValue
1147
- 7. RTMP推流路数(直播推流): LivePushTotal
1758
+ * 预置位编码 范围1-8
1148
1759
  */
1149
- StatisticField: string;
1760
+ PresetId: number;
1761
+ /**
1762
+ * 设备Id
1763
+ */
1764
+ DeviceId: string;
1150
1765
  }
1151
1766
  /**
1152
1767
  * CreateRecordPlan请求参数结构体
@@ -1198,6 +1813,19 @@ export interface DescribeRecordStreamData {
1198
1813
  */
1199
1814
  StreamId: string;
1200
1815
  }
1816
+ /**
1817
+ * DeleteRecordingPlan返回参数结构体
1818
+ */
1819
+ export interface DeleteRecordingPlanResponse {
1820
+ /**
1821
+ * 操作结果,OK:成功,其他:失败
1822
+ */
1823
+ Status: string;
1824
+ /**
1825
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1826
+ */
1827
+ RequestId?: string;
1828
+ }
1201
1829
  /**
1202
1830
  * CreateDeviceGroup请求参数结构体
1203
1831
  */
@@ -1216,26 +1844,64 @@ export interface CreateDeviceGroupRequest {
1216
1844
  GroupDescribe?: string;
1217
1845
  }
1218
1846
  /**
1219
- * UpdateTimeTemplate请求参数结构体
1847
+ * 场景列表元素
1220
1848
  */
1221
- export interface UpdateTimeTemplateRequest {
1849
+ export interface SceneItem {
1222
1850
  /**
1223
- * 时间模板ID
1851
+ * 场景ID
1852
+ 注意:此字段可能返回 null,表示取不到有效值。
1224
1853
  */
1225
- TemplateId: string;
1854
+ IntId: number;
1226
1855
  /**
1227
- * 时间模板名称
1856
+ * 用户UIN
1857
+ 注意:此字段可能返回 null,表示取不到有效值。
1228
1858
  */
1229
- Name?: string;
1859
+ Uin: string;
1230
1860
  /**
1231
- * 是否全时录制,即7*24小时录制。
1232
- 0:非全时录制;1:全时录制。默认1
1861
+ * 场景名称
1862
+ 注意:此字段可能返回 null,表示取不到有效值。
1233
1863
  */
1234
- IsAllWeek?: number;
1864
+ SceneName: string;
1235
1865
  /**
1236
- * 录制时间片段
1866
+ * 触发规则
1867
+ 注意:此字段可能返回 null,表示取不到有效值。
1237
1868
  */
1238
- TimeTemplateSpecs?: Array<TimeTemplateSpec>;
1869
+ SceneTrigger: string;
1870
+ /**
1871
+ * 录制时长 秒
1872
+ 注意:此字段可能返回 null,表示取不到有效值。
1873
+ */
1874
+ RecordDuration: number;
1875
+ /**
1876
+ * 存储时长 天
1877
+ 注意:此字段可能返回 null,表示取不到有效值。
1878
+ */
1879
+ StoreDuration: number;
1880
+ /**
1881
+ * 创建时间
1882
+ */
1883
+ CreateTime: string;
1884
+ /**
1885
+ * 修改时间
1886
+ */
1887
+ UpdateTime: string;
1888
+ }
1889
+ /**
1890
+ * ModifyBindSceneChannels请求参数结构体
1891
+ */
1892
+ export interface ModifyBindSceneChannelsRequest {
1893
+ /**
1894
+ * 场景ID
1895
+ */
1896
+ SceneId: number;
1897
+ /**
1898
+ * 1: 绑定 2: 解绑
1899
+ */
1900
+ Type: number;
1901
+ /**
1902
+ * 通道列表
1903
+ */
1904
+ Channels: Array<ChannelItem>;
1239
1905
  }
1240
1906
  /**
1241
1907
  * DescribeLiveRecordPlanIds返回参数结构体
@@ -1254,6 +1920,23 @@ export interface DescribeLiveRecordPlanIdsResponse {
1254
1920
  */
1255
1921
  RequestId?: string;
1256
1922
  }
1923
+ /**
1924
+ * ModifyBindSceneDevice请求参数结构体
1925
+ */
1926
+ export interface ModifyBindSceneDeviceRequest {
1927
+ /**
1928
+ * 场景ID
1929
+ */
1930
+ SceneId: number;
1931
+ /**
1932
+ * 1: 绑定 2: 解绑
1933
+ */
1934
+ Type: number;
1935
+ /**
1936
+ * 设备列表
1937
+ */
1938
+ Devices: Array<DeviceItem>;
1939
+ }
1257
1940
  /**
1258
1941
  * CreateDevice返回参数结构体
1259
1942
  */
@@ -1269,7 +1952,7 @@ export interface CreateDeviceResponse {
1269
1952
  */
1270
1953
  DeviceId: string;
1271
1954
  /**
1272
- * 设备虚拟组信息,仅在创建NVR/VMS时返回该值
1955
+ * 设备虚拟组信息,仅在创建NVR时返回该值
1273
1956
  注意:此字段可能返回 null,表示取不到有效值。
1274
1957
  */
1275
1958
  VirtualGroupId: string;
@@ -1291,13 +1974,111 @@ export interface CreateDeviceRequest {
1291
1974
  */
1292
1975
  PassWord: string;
1293
1976
  /**
1294
- * 设备类型 2:国标IPC设备; 3:NVR设备
1977
+ * 设备类型,1:国标VMS设备(公有云不支持此类型),2:国标IPC设备,3:国标NVR设备,9:智能告警设备(公有云不支持此类型)
1295
1978
  */
1296
1979
  DeviceType?: number;
1297
1980
  /**
1298
- * 设备需要绑定的分组ID,参数为空则默认绑定到根分组
1981
+ * 设备需要绑定的分组ID,参数为空则默认绑定到根分组
1982
+ */
1983
+ GroupId?: string;
1984
+ }
1985
+ /**
1986
+ * 告警列表出参
1987
+ */
1988
+ export interface WarningsData {
1989
+ /**
1990
+ * 唯一ID
1991
+ 注意:此字段可能返回 null,表示取不到有效值。
1992
+ */
1993
+ Id: number;
1994
+ /**
1995
+ * 设备ID
1996
+ 注意:此字段可能返回 null,表示取不到有效值。
1997
+ */
1998
+ DeviceId: string;
1999
+ /**
2000
+ * 设备名称
2001
+ 注意:此字段可能返回 null,表示取不到有效值。
2002
+ */
2003
+ DeviceName: string;
2004
+ /**
2005
+ * 告警通道
2006
+ 注意:此字段可能返回 null,表示取不到有效值。
2007
+ */
2008
+ WarnChannel: string;
2009
+ /**
2010
+ * 告警级别 1: "一级警情", 2: "二级警情", 3: "三级警情", 4: "四级警情",
2011
+ 注意:此字段可能返回 null,表示取不到有效值。
2012
+ */
2013
+ WarnLevel: number;
2014
+ /**
2015
+ * 告警级别名称
2016
+ 注意:此字段可能返回 null,表示取不到有效值。
2017
+ */
2018
+ WarnLevelName: string;
2019
+ /**
2020
+ * 告警方式 2 设备报警 5 视频报警 6 设备故障报警
2021
+ 注意:此字段可能返回 null,表示取不到有效值。
2022
+ */
2023
+ WarnMode: number;
2024
+ /**
2025
+ * 告警方式名称
2026
+ 注意:此字段可能返回 null,表示取不到有效值。
2027
+ */
2028
+ WarnModeName: string;
2029
+ /**
2030
+ * 告警类型 2: {
2031
+ Name: "设备报警",
2032
+ WarnType: map[int]string{
2033
+ 1: "视频丢失报警",
2034
+ 2: "设备防拆报警",
2035
+ 3: "存储设备磁盘满报警",
2036
+ 4: "设备高温报警",
2037
+ 5: "设备低温报警",
2038
+ },
2039
+ },
2040
+ 5: {
2041
+ Name: "视频报警",
2042
+ WarnType: map[int]string{
2043
+ 1: "人工视频报警",
2044
+ 2: "运动目标检测报警",
2045
+ 3: "遗留物检测报警",
2046
+ 4: "物体移除检测报警",
2047
+ 5: "绊线检测报警",
2048
+ 6: "入侵检测报警",
2049
+ 7: "逆行检测报警",
2050
+ 8: "徘徊检测报警",
2051
+ 9: "流量统计报警",
2052
+ 10: "密度检测报警",
2053
+ 11: "视频异常检测报警",
2054
+ 12: "快速移动报警",
2055
+ },
2056
+ },
2057
+ 6: {
2058
+ Name: "设备故障报警",
2059
+ WarnType: map[int]string{
2060
+ 1: "存储设备磁盘故障报警",
2061
+ 2: "存储设备风扇故障报警",
2062
+ },
2063
+ }
2064
+ 注意:此字段可能返回 null,表示取不到有效值。
2065
+ */
2066
+ WarnType: number;
2067
+ /**
2068
+ * 是否删除
2069
+ 注意:此字段可能返回 null,表示取不到有效值。
2070
+ */
2071
+ Del: number;
2072
+ /**
2073
+ * 创建时间
2074
+ 注意:此字段可能返回 null,表示取不到有效值。
2075
+ */
2076
+ CreateTime: string;
2077
+ /**
2078
+ * 更新时间
2079
+ 注意:此字段可能返回 null,表示取不到有效值。
1299
2080
  */
1300
- GroupId?: string;
2081
+ UpdateTime: string;
1301
2082
  }
1302
2083
  /**
1303
2084
  * DescribeStatisticSummary返回参数结构体
@@ -1343,6 +2124,15 @@ export interface DescribeStatisticSummaryResponse {
1343
2124
  */
1344
2125
  RequestId?: string;
1345
2126
  }
2127
+ /**
2128
+ * ModifyBindPlanLiveChannel返回参数结构体
2129
+ */
2130
+ export interface ModifyBindPlanLiveChannelResponse {
2131
+ /**
2132
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2133
+ */
2134
+ RequestId?: string;
2135
+ }
1346
2136
  /**
1347
2137
  * DescribeRecordStream请求参数结构体
1348
2138
  */
@@ -1352,19 +2142,19 @@ export interface DescribeRecordStreamRequest {
1352
2142
  */
1353
2143
  DeviceId: string;
1354
2144
  /**
1355
- * 流失效时间
2145
+ * 流失效时间,UNIX时间戳,30天内
1356
2146
  */
1357
2147
  ExpireTime: number;
1358
2148
  /**
1359
- * 录像文件Id
2149
+ * 录像文件ID
1360
2150
  */
1361
2151
  RecordId?: string;
1362
2152
  /**
1363
- * 录像流开始时间,当录像文件Id为空时有效
2153
+ * 录像流开始时间,当录像文件ID为空时有效,UNIX时间戳
1364
2154
  */
1365
2155
  StartTime?: number;
1366
2156
  /**
1367
- * 录像流结束时间,当录像文件Id为空时有效
2157
+ * 录像流结束时间,当录像文件iD为空时有效,UNIX时间戳
1368
2158
  */
1369
2159
  EndTime?: number;
1370
2160
  /**
@@ -1372,6 +2162,29 @@ export interface DescribeRecordStreamRequest {
1372
2162
  */
1373
2163
  ChannelId?: string;
1374
2164
  }
2165
+ /**
2166
+ * 预置位结构出参
2167
+ */
2168
+ export interface PresetItem {
2169
+ /**
2170
+ * 预置位ID
2171
+ 注意:此字段可能返回 null,表示取不到有效值。
2172
+ */
2173
+ PresetId: number;
2174
+ /**
2175
+ * 预置位名称
2176
+ 注意:此字段可能返回 null,表示取不到有效值。
2177
+ */
2178
+ PresetName: string;
2179
+ /**
2180
+ * 预置位状态 0:未设置预置位 1:已设置预置位 2:已设置预置位&看守位
2181
+ */
2182
+ Status: number;
2183
+ /**
2184
+ * 预置位启用时的自动归位时间
2185
+ */
2186
+ ResetTime: number;
2187
+ }
1375
2188
  /**
1376
2189
  * BindGroupDevices请求参数结构体
1377
2190
  */
@@ -1385,6 +2198,31 @@ export interface BindGroupDevicesRequest {
1385
2198
  */
1386
2199
  DeviceList: Array<string>;
1387
2200
  }
2201
+ /**
2202
+ * ControlHomePosition请求参数结构体
2203
+ */
2204
+ export interface ControlHomePositionRequest {
2205
+ /**
2206
+ * 通道ID
2207
+ */
2208
+ ChannelId: string;
2209
+ /**
2210
+ * 设备Id
2211
+ */
2212
+ DeviceId: string;
2213
+ /**
2214
+ * 看守位使能 0-停用看守位 1-启用看守位
2215
+ */
2216
+ Enable?: number;
2217
+ /**
2218
+ * 预置位编码 范围1-8,启用看守位时必填
2219
+ */
2220
+ PresetId?: number;
2221
+ /**
2222
+ * 看守位自动归位时间, 启用看守位时必填
2223
+ */
2224
+ ResetTime?: number;
2225
+ }
1388
2226
  /**
1389
2227
  * ModifyLiveRecordPlan请求参数结构体
1390
2228
  */
@@ -1403,47 +2241,65 @@ export interface ModifyLiveRecordPlanRequest {
1403
2241
  TemplateId?: string;
1404
2242
  }
1405
2243
  /**
1406
- * 场景列表元素
2244
+ * DescribeScene返回参数结构体
1407
2245
  */
1408
- export interface SceneItem {
2246
+ export interface DescribeSceneResponse {
1409
2247
  /**
1410
2248
  * 场景ID
1411
2249
  注意:此字段可能返回 null,表示取不到有效值。
1412
2250
  */
1413
2251
  IntId: number;
1414
2252
  /**
1415
- * 用户UIN
2253
+ * 录制时长(秒)
1416
2254
  注意:此字段可能返回 null,表示取不到有效值。
1417
2255
  */
1418
- Uin: string;
2256
+ RecordDuration: number;
1419
2257
  /**
1420
2258
  * 场景名称
1421
2259
  注意:此字段可能返回 null,表示取不到有效值。
1422
2260
  */
1423
2261
  SceneName: string;
1424
2262
  /**
1425
- * 触发规则
2263
+ * 场景触发规则
1426
2264
  注意:此字段可能返回 null,表示取不到有效值。
1427
2265
  */
1428
2266
  SceneTrigger: string;
1429
2267
  /**
1430
- * 录制时长
1431
- 注意:此字段可能返回 null,表示取不到有效值。
1432
- */
1433
- RecordDuration: number;
1434
- /**
1435
- * 存储时长 天
2268
+ * 存储时长 (天)
1436
2269
  注意:此字段可能返回 null,表示取不到有效值。
1437
2270
  */
1438
2271
  StoreDuration: number;
1439
2272
  /**
1440
2273
  * 创建时间
2274
+ 注意:此字段可能返回 null,表示取不到有效值。
1441
2275
  */
1442
2276
  CreateTime: string;
1443
2277
  /**
1444
- * 修改时间
2278
+ * 更新时间
2279
+ 注意:此字段可能返回 null,表示取不到有效值。
1445
2280
  */
1446
2281
  UpdateTime: string;
2282
+ /**
2283
+ * 用户Uin
2284
+ */
2285
+ Uin: string;
2286
+ /**
2287
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2288
+ */
2289
+ RequestId?: string;
2290
+ }
2291
+ /**
2292
+ * DescribeDevice返回参数结构体
2293
+ */
2294
+ export interface DescribeDeviceResponse {
2295
+ /**
2296
+ * 设备详情信息
2297
+ */
2298
+ Device: AllDeviceInfo;
2299
+ /**
2300
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2301
+ */
2302
+ RequestId?: string;
1447
2303
  }
1448
2304
  /**
1449
2305
  * GetTimeTemplateById返回参数结构体
@@ -1503,6 +2359,40 @@ export interface DescribeLiveChannelResponse {
1503
2359
  */
1504
2360
  RequestId?: string;
1505
2361
  }
2362
+ /**
2363
+ * DescribeChannels返回参数结构体
2364
+ */
2365
+ export interface DescribeChannelsResponse {
2366
+ /**
2367
+ * 通道总数
2368
+ 注意:此字段可能返回 null,表示取不到有效值。
2369
+ */
2370
+ TotalCount: number;
2371
+ /**
2372
+ * 通道详情列表
2373
+ 注意:此字段可能返回 null,表示取不到有效值。
2374
+ */
2375
+ Channels: Array<ChannelDetail>;
2376
+ /**
2377
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2378
+ */
2379
+ RequestId?: string;
2380
+ }
2381
+ /**
2382
+ * 查询设备统计返回值
2383
+ */
2384
+ export interface DeviceMonitorValue {
2385
+ /**
2386
+ * 统计值
2387
+ 注意:此字段可能返回 null,表示取不到有效值。
2388
+ */
2389
+ Value: number;
2390
+ /**
2391
+ * 统计时间
2392
+ 注意:此字段可能返回 null,表示取不到有效值。
2393
+ */
2394
+ Time: number;
2395
+ }
1506
2396
  /**
1507
2397
  * DescribeMessageForwards请求参数结构体
1508
2398
  */
@@ -1525,6 +2415,10 @@ export interface ControlDevicePTZResponse {
1525
2415
  */
1526
2416
  RequestId?: string;
1527
2417
  }
2418
+ /**
2419
+ * DescribeRecordingPlans请求参数结构体
2420
+ */
2421
+ export declare type DescribeRecordingPlansRequest = null;
1528
2422
  /**
1529
2423
  * 在操作时间模板时,用于描述各个时间片段
1530
2424
  */
@@ -1642,8 +2536,8 @@ export interface DescribeGroupDevicesRequest {
1642
2536
  */
1643
2537
  Recordable?: number;
1644
2538
  /**
1645
- * 当Group是普通组的时候,支持根据deviceTypes筛选类型
1646
- 0: 普通摄像头1: 国标VMS设备 2: 国标IPC设备 3: 国标NVR设备 4: 国标NVR通道 5: 国标VMS通道 6: 国标IPC通道 9: 智能告警设备 10: 带有RTSP固定地址的设备
2539
+ * 当Group是普通组的时候,支持根据DeviceTypes筛选类型,
2540
+ 设备类型,1:国标VMS设备(公有云不支持此类型),2:国标IPC设备,3:国标NVR设备,9:智能告警设备(公有云不支持此类型)
1647
2541
  */
1648
2542
  DeviceTypes?: Array<number>;
1649
2543
  }
@@ -1656,6 +2550,51 @@ export interface DescribeGroupByIdRequest {
1656
2550
  */
1657
2551
  GroupId: string;
1658
2552
  }
2553
+ /**
2554
+ * 设备事件列表
2555
+ */
2556
+ export interface Events {
2557
+ /**
2558
+ * 开始时间,秒级时间戳
2559
+ 注意:此字段可能返回 null,表示取不到有效值。
2560
+ */
2561
+ EventTime: number;
2562
+ /**
2563
+ * 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断
2564
+ 注意:此字段可能返回 null,表示取不到有效值。
2565
+ */
2566
+ EventType: number;
2567
+ /**
2568
+ * 事件描述
2569
+ 注意:此字段可能返回 null,表示取不到有效值。
2570
+ */
2571
+ EventDesc: string;
2572
+ /**
2573
+ * 设备类型
2574
+ */
2575
+ DeviceType: number;
2576
+ /**
2577
+ * 设备地址
2578
+ */
2579
+ DeviceAddress: string;
2580
+ /**
2581
+ * 设备Id
2582
+ */
2583
+ DeviceId: string;
2584
+ /**
2585
+ * 通道Id
2586
+ */
2587
+ ChannelId: string;
2588
+ /**
2589
+ * 事件日志
2590
+ */
2591
+ EventLog: string;
2592
+ /**
2593
+ * 设备备注名称
2594
+ 注意:此字段可能返回 null,表示取不到有效值。
2595
+ */
2596
+ DeviceName: string;
2597
+ }
1659
2598
  /**
1660
2599
  * UpdateDevicePassWord返回参数结构体
1661
2600
  */
@@ -1670,6 +2609,35 @@ export interface UpdateDevicePassWordResponse {
1670
2609
  */
1671
2610
  RequestId?: string;
1672
2611
  }
2612
+ /**
2613
+ * DescribeLiveRecordPlanById返回参数结构体
2614
+ */
2615
+ export interface DescribeLiveRecordPlanByIdResponse {
2616
+ /**
2617
+ * 计划名称
2618
+ */
2619
+ PlanName: string;
2620
+ /**
2621
+ * 模板ID
2622
+ */
2623
+ TemplateId: string;
2624
+ /**
2625
+ * 模板名称
2626
+ */
2627
+ TemplateName: string;
2628
+ /**
2629
+ * 存储时间
2630
+ */
2631
+ RecordStorageTime: number;
2632
+ /**
2633
+ * 计划类型
2634
+ */
2635
+ PlanType: number;
2636
+ /**
2637
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2638
+ */
2639
+ RequestId?: string;
2640
+ }
1673
2641
  /**
1674
2642
  * DeleteChannel请求参数结构体
1675
2643
  */
@@ -1683,6 +2651,40 @@ export interface DeleteChannelRequest {
1683
2651
  */
1684
2652
  ChannelId: string;
1685
2653
  }
2654
+ /**
2655
+ * DescribeXP2PData请求参数结构体
2656
+ */
2657
+ export interface DescribeXP2PDataRequest {
2658
+ /**
2659
+ * P2P应用ID
2660
+ */
2661
+ P2PAppId: string;
2662
+ /**
2663
+ * 查询开始时间
2664
+ */
2665
+ From: number;
2666
+ /**
2667
+ * 查询结束时间
2668
+ */
2669
+ To: number;
2670
+ /**
2671
+ * P2P通路ID
2672
+ */
2673
+ P2PChannelId?: string;
2674
+ }
2675
+ /**
2676
+ * UpdateTimeTemplate返回参数结构体
2677
+ */
2678
+ export interface UpdateTimeTemplateResponse {
2679
+ /**
2680
+ * 操作结果,“OK”表示成功,其他表示失败。
2681
+ */
2682
+ Status: string;
2683
+ /**
2684
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2685
+ */
2686
+ RequestId?: string;
2687
+ }
1686
2688
  /**
1687
2689
  * DescribeSubscriptionStatus请求参数结构体
1688
2690
  */
@@ -1735,6 +2737,43 @@ export interface CreateRecordPlanResponse {
1735
2737
  */
1736
2738
  RequestId?: string;
1737
2739
  }
2740
+ /**
2741
+ * DescribeWarnings请求参数结构体
2742
+ */
2743
+ export interface DescribeWarningsRequest {
2744
+ /**
2745
+ * 1:创建时间倒序 2:创建时间升序 3:level倒序 4:leve升序
2746
+ */
2747
+ OrderType: number;
2748
+ /**
2749
+ * 可选设备id
2750
+ */
2751
+ DeviceId?: string;
2752
+ /**
2753
+ * 如果不传则查询所有,取值参见配置
2754
+ */
2755
+ WarnLevelArray?: Array<number>;
2756
+ /**
2757
+ * 如果不传则查询所有,取值参见配置
2758
+ */
2759
+ WarnModeArray?: Array<number>;
2760
+ /**
2761
+ * 不传认为是0
2762
+ */
2763
+ Offset?: number;
2764
+ /**
2765
+ * 不传认为是20
2766
+ */
2767
+ Limit?: number;
2768
+ /**
2769
+ * 形似:2021-05-21 00:00:00 .取值在当前日前30天内,不传默认是当前日前30天日期
2770
+ */
2771
+ DateBegin?: string;
2772
+ /**
2773
+ * 形似:2021-05-21 23:59:59 .取值在当前日前30天内,不传默认是当前日前30天日期
2774
+ */
2775
+ DateEnd?: string;
2776
+ }
1738
2777
  /**
1739
2778
  * CreateScene请求参数结构体
1740
2779
  */
@@ -1756,9 +2795,13 @@ export interface CreateSceneRequest {
1756
2795
  */
1757
2796
  StoreDuration: number;
1758
2797
  /**
1759
- * 设备列表
2798
+ * 设备列表(不推荐使用)
1760
2799
  */
1761
2800
  Devices?: Array<DeviceItem>;
2801
+ /**
2802
+ * 通道列表
2803
+ */
2804
+ Channels?: Array<ChannelItem>;
1762
2805
  }
1763
2806
  /**
1764
2807
  * 查询全部设备出参
@@ -1830,6 +2873,33 @@ export interface AllDeviceInfo {
1830
2873
  */
1831
2874
  GroupName?: string;
1832
2875
  }
2876
+ /**
2877
+ * DescribeAbnormalEvents返回参数结构体
2878
+ */
2879
+ export interface DescribeAbnormalEventsResponse {
2880
+ /**
2881
+ * 异动事件走势列表
2882
+ 注意:此字段可能返回 null,表示取不到有效值。
2883
+ */
2884
+ Data: Array<AbnormalEvents>;
2885
+ /**
2886
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2887
+ */
2888
+ RequestId?: string;
2889
+ }
2890
+ /**
2891
+ * DescribeDeviceStreams返回参数结构体
2892
+ */
2893
+ export interface DescribeDeviceStreamsResponse {
2894
+ /**
2895
+ * 设备实时流地址列表
2896
+ */
2897
+ Data: DescribeDeviceStreamsData;
2898
+ /**
2899
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2900
+ */
2901
+ RequestId?: string;
2902
+ }
1833
2903
  /**
1834
2904
  * DescribeLiveVideoList返回参数结构体
1835
2905
  */
@@ -1854,48 +2924,55 @@ export interface DescribeLiveVideoListResponse {
1854
2924
  */
1855
2925
  export interface DeleteDeviceGroupRequest {
1856
2926
  /**
1857
- * 分组ID
1858
- */
1859
- GroupId: string;
1860
- }
1861
- /**
1862
- * DescribeLiveRecordPlanById返回参数结构体
1863
- */
1864
- export interface DescribeLiveRecordPlanByIdResponse {
1865
- /**
1866
- * 计划名称
1867
- */
1868
- PlanName: string;
1869
- /**
1870
- * 模板ID
1871
- */
1872
- TemplateId: string;
1873
- /**
1874
- * 模板名称
2927
+ * 分组ID
1875
2928
  */
1876
- TemplateName: string;
2929
+ GroupId: string;
2930
+ }
2931
+ /**
2932
+ * DescribeScene请求参数结构体
2933
+ */
2934
+ export interface DescribeSceneRequest {
1877
2935
  /**
1878
- * 存储时间
2936
+ * 场景ID
1879
2937
  */
1880
- RecordStorageTime: number;
2938
+ IntId: number;
2939
+ }
2940
+ /**
2941
+ * DescribeDevice请求参数结构体
2942
+ */
2943
+ export interface DescribeDeviceRequest {
1881
2944
  /**
1882
- * 计划类型
2945
+ * 设备ID
1883
2946
  */
1884
- PlanType: number;
2947
+ DeviceId: string;
2948
+ }
2949
+ /**
2950
+ * ControlPreset返回参数结构体
2951
+ */
2952
+ export interface ControlPresetResponse {
1885
2953
  /**
1886
2954
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1887
2955
  */
1888
2956
  RequestId?: string;
1889
2957
  }
1890
2958
  /**
1891
- * DescribeRecordDatesByLive返回参数结构体
2959
+ * DescribeDeviceGroup返回参数结构体
1892
2960
  */
1893
- export interface DescribeRecordDatesByLiveResponse {
2961
+ export interface DescribeDeviceGroupResponse {
1894
2962
  /**
1895
- * 录制日期数组
2963
+ * 设备所在分组信息
1896
2964
  注意:此字段可能返回 null,表示取不到有效值。
1897
2965
  */
1898
- Dates: Array<string>;
2966
+ DevGroups: Array<DevGroupInfo>;
2967
+ /**
2968
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2969
+ */
2970
+ RequestId?: string;
2971
+ }
2972
+ /**
2973
+ * DeleteChannel返回参数结构体
2974
+ */
2975
+ export interface DeleteChannelResponse {
1899
2976
  /**
1900
2977
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1901
2978
  */
@@ -1970,6 +3047,15 @@ export interface MessageForward {
1970
3047
  */
1971
3048
  TopicName: string;
1972
3049
  }
3050
+ /**
3051
+ * ResetWarning返回参数结构体
3052
+ */
3053
+ export interface ResetWarningResponse {
3054
+ /**
3055
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3056
+ */
3057
+ RequestId?: string;
3058
+ }
1973
3059
  /**
1974
3060
  * ModifyDeviceData请求参数结构体
1975
3061
  */
@@ -2000,14 +3086,14 @@ export interface GetRecordDatesByDevRequest {
2000
3086
  * 设备唯一标识
2001
3087
  */
2002
3088
  DeviceId: string;
2003
- /**
2004
- * 偏移量,默认0
2005
- */
2006
- Offset: number;
2007
3089
  /**
2008
3090
  * 限制量,默认200
2009
3091
  */
2010
3092
  Limit: number;
3093
+ /**
3094
+ * 偏移量,默认0
3095
+ */
3096
+ Offset: number;
2011
3097
  /**
2012
3098
  * 通道唯一标识
2013
3099
  */
@@ -2018,49 +3104,23 @@ export interface GetRecordDatesByDevRequest {
2018
3104
  Type?: number;
2019
3105
  }
2020
3106
  /**
2021
- * DescribeLiveVideoList请求参数结构体
3107
+ * DescribeLiveChannelList返回参数结构体
2022
3108
  */
2023
- export interface DescribeLiveVideoListRequest {
2024
- /**
2025
- * 偏移量
2026
- */
2027
- Offset: number;
2028
- /**
2029
- * 分页的每页数量
2030
- */
2031
- Limit: number;
2032
- /**
2033
- * 直播ID
2034
- */
2035
- LiveChannelId: string;
2036
- /**
2037
- * 开始录制开始时间
2038
- */
2039
- StartRecordTime?: number;
2040
- /**
2041
- * 开始录制结束时间
2042
- */
2043
- EndRecordTime?: number;
2044
- /**
2045
- * 过期开始时间
2046
- */
2047
- StartExpireTime?: number;
2048
- /**
2049
- * 过期结束时间
2050
- */
2051
- EndExpireTime?: number;
3109
+ export interface DescribeLiveChannelListResponse {
2052
3110
  /**
2053
- * 文件大小范围 Byte
3111
+ * 频道总数
3112
+ 注意:此字段可能返回 null,表示取不到有效值。
2054
3113
  */
2055
- StartFileSize?: number;
3114
+ Total: number;
2056
3115
  /**
2057
- * 文件大小范围 Byte
3116
+ * 频道信息数组
3117
+ 注意:此字段可能返回 null,表示取不到有效值。
2058
3118
  */
2059
- EndFileSize?: number;
3119
+ LiveChannels: Array<LiveChannelInfo>;
2060
3120
  /**
2061
- * 录制状态,5: 录制回写完
3121
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2062
3122
  */
2063
- IsRecording?: number;
3123
+ RequestId?: string;
2064
3124
  }
2065
3125
  /**
2066
3126
  * GetTimeTemplates返回参数结构体
@@ -2118,23 +3178,17 @@ export interface ModifyLiveVideoResponse {
2118
3178
  RequestId?: string;
2119
3179
  }
2120
3180
  /**
2121
- * DescribeIPCChannels返回参数结构体
3181
+ * DescribeChannelStreamURL请求参数结构体
2122
3182
  */
2123
- export interface DescribeIPCChannelsResponse {
2124
- /**
2125
- * 通道总数
2126
- 注意:此字段可能返回 null,表示取不到有效值。
2127
- */
2128
- TotalCount: number;
3183
+ export interface DescribeChannelStreamURLRequest {
2129
3184
  /**
2130
- * 通道详情列表
2131
- 注意:此字段可能返回 null,表示取不到有效值。
3185
+ * 设备唯一标识
2132
3186
  */
2133
- DeviceList: Array<GroupDeviceItem>;
3187
+ DeviceId: string;
2134
3188
  /**
2135
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3189
+ * 通道唯一标识(接口升级字段为必填)
2136
3190
  */
2137
- RequestId?: string;
3191
+ ChannelId?: string;
2138
3192
  }
2139
3193
  /**
2140
3194
  * DescribeAllDeviceList返回参数结构体
@@ -2178,6 +3232,54 @@ export interface DescribeGroupsResponse {
2178
3232
  */
2179
3233
  RequestId?: string;
2180
3234
  }
3235
+ /**
3236
+ * 国标通道详细信息
3237
+ */
3238
+ export interface ChannelDetail {
3239
+ /**
3240
+ * 通道名称
3241
+ */
3242
+ ChannelName: string;
3243
+ /**
3244
+ * 通道唯一标识
3245
+ */
3246
+ ChannelId: string;
3247
+ /**
3248
+ * 通道类型 0:未知;1:视频通道;2:音频通道;3:告警通道
3249
+ 注意:此字段可能返回 null,表示取不到有效值。
3250
+ */
3251
+ ChannelType: number;
3252
+ /**
3253
+ * 20位国标通道编码
3254
+ 注意:此字段可能返回 null,表示取不到有效值。
3255
+ */
3256
+ ChannelCode: string;
3257
+ /**
3258
+ * 通道扩展信息
3259
+ 注意:此字段可能返回 null,表示取不到有效值。
3260
+ */
3261
+ ExtraInformation: string;
3262
+ /**
3263
+ * 通道在线状态
3264
+ 注意:此字段可能返回 null,表示取不到有效值。
3265
+ */
3266
+ Status: number;
3267
+ /**
3268
+ * 通道是否存在录像标识 0:无录像;1:有录像
3269
+ 注意:此字段可能返回 null,表示取不到有效值。
3270
+ */
3271
+ IsRecord: number;
3272
+ /**
3273
+ * 通道所属设备唯一标识
3274
+ 注意:此字段可能返回 null,表示取不到有效值。
3275
+ */
3276
+ DeviceId: string;
3277
+ /**
3278
+ * 通道所属虚拟组织的ID
3279
+ 注意:此字段可能返回 null,表示取不到有效值。
3280
+ */
3281
+ BusinessGroupId: string;
3282
+ }
2181
3283
  /**
2182
3284
  * DescribeDeviceStreams的出参复杂类型
2183
3285
  */
@@ -2208,12 +3310,29 @@ export interface DeleteLiveRecordPlanRequest {
2208
3310
  */
2209
3311
  PlanId: string;
2210
3312
  }
3313
+ /**
3314
+ * ModifyBindRecordingPlan请求参数结构体
3315
+ */
3316
+ export interface ModifyBindRecordingPlanRequest {
3317
+ /**
3318
+ * 操作类型: 1-绑定设备 ;2-解绑设备
3319
+ */
3320
+ Type: number;
3321
+ /**
3322
+ * 录制计划ID
3323
+ */
3324
+ PlanId: string;
3325
+ /**
3326
+ * 录制通道列表
3327
+ */
3328
+ Channels?: Array<ChannelItem>;
3329
+ }
2211
3330
  /**
2212
3331
  * DeleteDevice返回参数结构体
2213
3332
  */
2214
3333
  export interface DeleteDeviceResponse {
2215
3334
  /**
2216
- * 操作结果
3335
+ * 操作结果 OK-成功; 其他-失败
2217
3336
  注意:此字段可能返回 null,表示取不到有效值。
2218
3337
  */
2219
3338
  Status: string;
@@ -2232,18 +3351,25 @@ export interface DeleteLiveVideoListResponse {
2232
3351
  RequestId?: string;
2233
3352
  }
2234
3353
  /**
2235
- * DescribeDeviceGroup返回参数结构体
3354
+ * DescribeDeviceMonitorData请求参数结构体
2236
3355
  */
2237
- export interface DescribeDeviceGroupResponse {
3356
+ export interface DescribeDeviceMonitorDataRequest {
2238
3357
  /**
2239
- * 设备所在分组信息
2240
- 注意:此字段可能返回 null,表示取不到有效值。
3358
+ * 开始时间戳
2241
3359
  */
2242
- DevGroups: Array<DevGroupInfo>;
3360
+ StartTime: number;
2243
3361
  /**
2244
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3362
+ * 结束时间戳
2245
3363
  */
2246
- RequestId?: string;
3364
+ EndTime: number;
3365
+ /**
3366
+ * 类型 支持 OnlineChannels/OnlineDevices/RecordingChannels
3367
+ */
3368
+ Type: string;
3369
+ /**
3370
+ * 时间粒度 目前只支持 1h
3371
+ */
3372
+ TimesSpec: string;
2247
3373
  }
2248
3374
  /**
2249
3375
  * CreateTimeTemplate返回参数结构体
@@ -2305,9 +3431,14 @@ export interface DescribeGroupByPathRequest {
2305
3431
  GroupPath: string;
2306
3432
  }
2307
3433
  /**
2308
- * DeleteChannel返回参数结构体
3434
+ * DescribeRecordDatesByLive返回参数结构体
2309
3435
  */
2310
- export interface DeleteChannelResponse {
3436
+ export interface DescribeRecordDatesByLiveResponse {
3437
+ /**
3438
+ * 录制日期数组
3439
+ 注意:此字段可能返回 null,表示取不到有效值。
3440
+ */
3441
+ Dates: Array<string>;
2311
3442
  /**
2312
3443
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2313
3444
  */
@@ -2326,6 +3457,30 @@ export interface UpdateRecordPlanResponse {
2326
3457
  */
2327
3458
  RequestId?: string;
2328
3459
  }
3460
+ /**
3461
+ * ModifyBindSceneDevice返回参数结构体
3462
+ */
3463
+ export interface ModifyBindSceneDeviceResponse {
3464
+ /**
3465
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3466
+ */
3467
+ RequestId?: string;
3468
+ }
3469
+ /**
3470
+ * 异动事件走势元素
3471
+ */
3472
+ export interface AbnormalEventsInfo {
3473
+ /**
3474
+ * 类型值
3475
+ 注意:此字段可能返回 null,表示取不到有效值。
3476
+ */
3477
+ Key: number;
3478
+ /**
3479
+ * 类型总数
3480
+ 注意:此字段可能返回 null,表示取不到有效值。
3481
+ */
3482
+ Count: number;
3483
+ }
2329
3484
  /**
2330
3485
  * 时间模板详情
2331
3486
  */
@@ -2341,12 +3496,12 @@ export interface TimeTemplateItem {
2341
3496
  */
2342
3497
  Name: string;
2343
3498
  /**
2344
- * 是否全时录制,即7*24小时录制
3499
+ * 是否全时录制,即7*24小时录制 0-否 1-是
2345
3500
  注意:此字段可能返回 null,表示取不到有效值。
2346
3501
  */
2347
3502
  IsAllWeek: number;
2348
3503
  /**
2349
- * 是否为自定义模板
3504
+ * 是否为自定义模板 0-否 1-是
2350
3505
  注意:此字段可能返回 null,表示取不到有效值。
2351
3506
  */
2352
3507
  Type?: number;
@@ -2356,6 +3511,21 @@ export interface TimeTemplateItem {
2356
3511
  */
2357
3512
  TimeTemplateSpecs?: Array<TimeTemplateSpec>;
2358
3513
  }
3514
+ /**
3515
+ * 异动事件走势列表
3516
+ */
3517
+ export interface AbnormalEvents {
3518
+ /**
3519
+ * 对应查询日期
3520
+ 注意:此字段可能返回 null,表示取不到有效值。
3521
+ */
3522
+ Date: string;
3523
+ /**
3524
+ * 列表信息
3525
+ 注意:此字段可能返回 null,表示取不到有效值。
3526
+ */
3527
+ Info: Array<AbnormalEventsInfo>;
3528
+ }
2359
3529
  /**
2360
3530
  * DescribeDeviceGroup请求参数结构体
2361
3531
  */
@@ -2365,6 +3535,46 @@ export interface DescribeDeviceGroupRequest {
2365
3535
  */
2366
3536
  DeviceIds?: Array<string>;
2367
3537
  }
3538
+ /**
3539
+ * 频道信息
3540
+ */
3541
+ export interface LiveChannelInfo {
3542
+ /**
3543
+ * 频道ID
3544
+ 注意:此字段可能返回 null,表示取不到有效值。
3545
+ */
3546
+ LiveChannelId: string;
3547
+ /**
3548
+ * 频道名称
3549
+ 注意:此字段可能返回 null,表示取不到有效值。
3550
+ */
3551
+ LiveChannelName: string;
3552
+ /**
3553
+ * 频道类型
3554
+ 注意:此字段可能返回 null,表示取不到有效值。
3555
+ */
3556
+ LiveChannelType: number;
3557
+ /**
3558
+ * 通道直播状态:1: 未推流,2: 推流中
3559
+ 注意:此字段可能返回 null,表示取不到有效值。
3560
+ */
3561
+ LiveStatus: number;
3562
+ /**
3563
+ * 推流地址
3564
+ 注意:此字段可能返回 null,表示取不到有效值。
3565
+ */
3566
+ PushStreamAddress: string;
3567
+ /**
3568
+ * 创建时间
3569
+ 注意:此字段可能返回 null,表示取不到有效值。
3570
+ */
3571
+ CreateTime: string;
3572
+ /**
3573
+ * 修改时间
3574
+ 注意:此字段可能返回 null,表示取不到有效值。
3575
+ */
3576
+ UpdateTime: string;
3577
+ }
2368
3578
  /**
2369
3579
  * 直播频道详情
2370
3580
  */
@@ -2379,13 +3589,45 @@ export interface LiveChannelItem {
2379
3589
  ChannelName: string;
2380
3590
  }
2381
3591
  /**
2382
- * DescribeGroups请求参数结构体
3592
+ * DescribeGroups请求参数结构体
3593
+ */
3594
+ export interface DescribeGroupsRequest {
3595
+ /**
3596
+ * 分组ID列表
3597
+ */
3598
+ GroupIds?: Array<string>;
3599
+ }
3600
+ /**
3601
+ * ControlChannelPTZ请求参数结构体
2383
3602
  */
2384
- export interface DescribeGroupsRequest {
3603
+ export interface ControlChannelPTZRequest {
2385
3604
  /**
2386
- * 分组ID列表
3605
+ * 设备唯一标识
2387
3606
  */
2388
- GroupIds?: Array<string>;
3607
+ DeviceId: string;
3608
+ /**
3609
+ * 通道唯一标识
3610
+ */
3611
+ ChannelId: string;
3612
+ /**
3613
+ * PTZ控制命令类型:
3614
+ stop - 停止当前PTZ信令
3615
+ left - 向左移动
3616
+ right - 向右移动
3617
+ up - 向上移动
3618
+ down - 向下移动
3619
+ leftUp - 左上移动
3620
+ leftDown - 左下移动
3621
+ rightUp - 右上移动
3622
+ rightDown - 右下移动
3623
+ zoomOut - 镜头缩小
3624
+ zoomIn - 镜头放大
3625
+ irisIn - 光圈缩小
3626
+ irisOut - 光圈放大
3627
+ focusIn - 焦距变近
3628
+ focusOut - 焦距变远
3629
+ */
3630
+ Command: string;
2389
3631
  }
2390
3632
  /**
2391
3633
  * GetRecordPlans返回参数结构体
@@ -2424,9 +3666,35 @@ export interface DescribeChannelsByLiveRecordPlanRequest {
2424
3666
  Limit?: number;
2425
3667
  }
2426
3668
  /**
2427
- * ModifyLiveChannel返回参数结构体
3669
+ * ControlChannelLocalRecord请求参数结构体
2428
3670
  */
2429
- export interface ModifyLiveChannelResponse {
3671
+ export interface ControlChannelLocalRecordRequest {
3672
+ /**
3673
+ * 设备唯一标识
3674
+ */
3675
+ DeviceId: string;
3676
+ /**
3677
+ * 通道唯一标识
3678
+ */
3679
+ ChannelId: string;
3680
+ /**
3681
+ * 流Id,流的唯一标识
3682
+ */
3683
+ StreamId: string;
3684
+ /**
3685
+ * 控制参数,转义的json字符串
3686
+
3687
+ 目前支持的command:
3688
+ "Command": "{"Action":"PAUSE"}" 暂停
3689
+ "Command": "{"Action":"PLAY"}" 暂停恢复
3690
+ "Command": "{"Action":"PLAY","Offset":"15"}" 基于文件起始时间点的位置偏移,单位秒
3691
+ */
3692
+ Command: string;
3693
+ }
3694
+ /**
3695
+ * ControlChannelLocalRecord返回参数结构体
3696
+ */
3697
+ export interface ControlChannelLocalRecordResponse {
2430
3698
  /**
2431
3699
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2432
3700
  */
@@ -2509,9 +3777,48 @@ export interface ModifyVideoInfoRequest {
2509
3777
  ExpireTime: number;
2510
3778
  }
2511
3779
  /**
2512
- * GetRecordPlans请求参数结构体
3780
+ * DescribeCurrentDeviceData返回参数结构体
2513
3781
  */
2514
- export declare type GetRecordPlansRequest = null;
3782
+ export interface DescribeCurrentDeviceDataResponse {
3783
+ /**
3784
+ * 通道数
3785
+ */
3786
+ Channels: number;
3787
+ /**
3788
+ * 设备数
3789
+ */
3790
+ Devices: number;
3791
+ /**
3792
+ * 在线通道数
3793
+ */
3794
+ OnlineChannels: number;
3795
+ /**
3796
+ * 在线设备数
3797
+ */
3798
+ OnlineDevices: number;
3799
+ /**
3800
+ * 正在录制通道数
3801
+ */
3802
+ RecordingChannels: number;
3803
+ /**
3804
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3805
+ */
3806
+ RequestId?: string;
3807
+ }
3808
+ /**
3809
+ * GetRecordPlanById返回参数结构体
3810
+ */
3811
+ export interface GetRecordPlanByIdResponse {
3812
+ /**
3813
+ * 录制计划详情
3814
+ 注意:此字段可能返回 null,表示取不到有效值。
3815
+ */
3816
+ Plan: RecordPlanItem;
3817
+ /**
3818
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3819
+ */
3820
+ RequestId?: string;
3821
+ }
2515
3822
  /**
2516
3823
  * DeleteTimeTemplate请求参数结构体
2517
3824
  */
@@ -2521,6 +3828,15 @@ export interface DeleteTimeTemplateRequest {
2521
3828
  */
2522
3829
  TemplateId: string;
2523
3830
  }
3831
+ /**
3832
+ * DeleteWarning返回参数结构体
3833
+ */
3834
+ export interface DeleteWarningResponse {
3835
+ /**
3836
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3837
+ */
3838
+ RequestId?: string;
3839
+ }
2524
3840
  /**
2525
3841
  * ModifyLiveChannel请求参数结构体
2526
3842
  */
@@ -2593,6 +3909,33 @@ export interface DescribeMessageForwardResponse {
2593
3909
  */
2594
3910
  RequestId?: string;
2595
3911
  }
3912
+ /**
3913
+ * DescribeRecordingPlanById返回参数结构体
3914
+ */
3915
+ export interface DescribeRecordingPlanByIdResponse {
3916
+ /**
3917
+ * 录制计划详情
3918
+ 注意:此字段可能返回 null,表示取不到有效值。
3919
+ */
3920
+ Plan: RecordPlanDetail;
3921
+ /**
3922
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3923
+ */
3924
+ RequestId?: string;
3925
+ }
3926
+ /**
3927
+ * DescribeWarnMod请求参数结构体
3928
+ */
3929
+ export declare type DescribeWarnModRequest = null;
3930
+ /**
3931
+ * ModifyBindRecordingPlan返回参数结构体
3932
+ */
3933
+ export interface ModifyBindRecordingPlanResponse {
3934
+ /**
3935
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3936
+ */
3937
+ RequestId?: string;
3938
+ }
2596
3939
  /**
2597
3940
  * DescribeLiveRecordPlanIds请求参数结构体
2598
3941
  */
@@ -2619,6 +3962,15 @@ export interface DeleteLiveVideoListRequest {
2619
3962
  */
2620
3963
  IntIDs: Array<number>;
2621
3964
  }
3965
+ /**
3966
+ * ModifyVideoInfo返回参数结构体
3967
+ */
3968
+ export interface ModifyVideoInfoResponse {
3969
+ /**
3970
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3971
+ */
3972
+ RequestId?: string;
3973
+ }
2622
3974
  /**
2623
3975
  * ModifyMessageForward返回参数结构体
2624
3976
  */
@@ -2628,6 +3980,25 @@ export interface ModifyMessageForwardResponse {
2628
3980
  */
2629
3981
  RequestId?: string;
2630
3982
  }
3983
+ /**
3984
+ * DescribeDeviceList返回参数结构体
3985
+ */
3986
+ export interface DescribeDeviceListResponse {
3987
+ /**
3988
+ * 设备总数
3989
+ 注意:此字段可能返回 null,表示取不到有效值。
3990
+ */
3991
+ TotalCount: number;
3992
+ /**
3993
+ * 设备详细信息列表
3994
+ 注意:此字段可能返回 null,表示取不到有效值。
3995
+ */
3996
+ Devices: Array<AllDeviceInfo>;
3997
+ /**
3998
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3999
+ */
4000
+ RequestId?: string;
4001
+ }
2631
4002
  /**
2632
4003
  * DescribeScenes请求参数结构体
2633
4004
  */
@@ -2655,9 +4026,31 @@ export interface DeleteLiveRecordPlanResponse {
2655
4026
  RequestId?: string;
2656
4027
  }
2657
4028
  /**
2658
- * ModifyVideoInfo返回参数结构体
4029
+ * DescribeBindSceneChannels请求参数结构体
2659
4030
  */
2660
- export interface ModifyVideoInfoResponse {
4031
+ export interface DescribeBindSceneChannelsRequest {
4032
+ /**
4033
+ * 条数限制最大不能超过1000
4034
+ */
4035
+ Limit: number;
4036
+ /**
4037
+ * 场景ID
4038
+ */
4039
+ SceneId?: number;
4040
+ /**
4041
+ * 偏移值
4042
+ */
4043
+ Offset?: number;
4044
+ }
4045
+ /**
4046
+ * DescribePresetList返回参数结构体
4047
+ */
4048
+ export interface DescribePresetListResponse {
4049
+ /**
4050
+ * 预置列表
4051
+ 注意:此字段可能返回 null,表示取不到有效值。
4052
+ */
4053
+ Data: Array<PresetItem>;
2661
4054
  /**
2662
4055
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2663
4056
  */
@@ -2744,6 +4137,34 @@ export interface BindGroupDevicesResponse {
2744
4137
  */
2745
4138
  RequestId?: string;
2746
4139
  }
4140
+ /**
4141
+ * DescribeChannelLocalRecordURL返回参数结构体
4142
+ */
4143
+ export interface DescribeChannelLocalRecordURLResponse {
4144
+ /**
4145
+ * 结果
4146
+ */
4147
+ Data: DescribeRecordStreamData;
4148
+ /**
4149
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4150
+ */
4151
+ RequestId?: string;
4152
+ }
4153
+ /**
4154
+ * 大盘统计-录像存储统计 出参RecordStatistic
4155
+ */
4156
+ export interface RecordStatistic {
4157
+ /**
4158
+ * 时间戳
4159
+ 注意:此字段可能返回 null,表示取不到有效值。
4160
+ */
4161
+ Time: number;
4162
+ /**
4163
+ * 统计结果
4164
+ 注意:此字段可能返回 null,表示取不到有效值。
4165
+ */
4166
+ Value: RecordStatisticValue;
4167
+ }
2747
4168
  /**
2748
4169
  * DescribeVideoList请求参数结构体
2749
4170
  */
@@ -2818,23 +4239,29 @@ export interface DescribeVideoListRequest {
2818
4239
  RecordType?: Array<number>;
2819
4240
  }
2820
4241
  /**
2821
- * DescribeLiveChannelList返回参数结构体
4242
+ * CreateLiveRecordPlan请求参数结构体
2822
4243
  */
2823
- export interface DescribeLiveChannelListResponse {
4244
+ export interface CreateLiveRecordPlanRequest {
2824
4245
  /**
2825
- * 频道总数
2826
- 注意:此字段可能返回 null,表示取不到有效值。
4246
+ * 录制计划名
2827
4247
  */
2828
- Total: number;
4248
+ PlanName: string;
2829
4249
  /**
2830
- * 频道信息数组
2831
- 注意:此字段可能返回 null,表示取不到有效值。
4250
+ * 计划类型 1:固定直播 2:移动直播
2832
4251
  */
2833
- LiveChannels: Array<LiveChannelInfo>;
4252
+ PlanType: number;
2834
4253
  /**
2835
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4254
+ * 时间模板ID,固定直播时为必填
2836
4255
  */
2837
- RequestId?: string;
4256
+ TemplateId?: string;
4257
+ /**
4258
+ * 录制文件存储时长,单位天,默认30天
4259
+ */
4260
+ RecordStorageTime?: number;
4261
+ /**
4262
+ * 绑定的直播频道ID列表
4263
+ */
4264
+ LiveChannelIds?: Array<string>;
2838
4265
  }
2839
4266
  /**
2840
4267
  * DescribeDevicePassWord返回参数结构体
@@ -2849,6 +4276,15 @@ export interface DescribeDevicePassWordResponse {
2849
4276
  */
2850
4277
  RequestId?: string;
2851
4278
  }
4279
+ /**
4280
+ * ModifyScene返回参数结构体
4281
+ */
4282
+ export interface ModifySceneResponse {
4283
+ /**
4284
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4285
+ */
4286
+ RequestId?: string;
4287
+ }
2852
4288
  /**
2853
4289
  * DescribeBindSceneDevices请求参数结构体
2854
4290
  */
@@ -2885,6 +4321,20 @@ export interface DescribeBindSceneDevicesResponse {
2885
4321
  */
2886
4322
  RequestId?: string;
2887
4323
  }
4324
+ /**
4325
+ * DescribeMonitorDataByDate返回参数结构体
4326
+ */
4327
+ export interface DescribeMonitorDataByDateResponse {
4328
+ /**
4329
+ * 统计数据列表
4330
+ 注意:此字段可能返回 null,表示取不到有效值。
4331
+ */
4332
+ Data: Array<RecordStatistic>;
4333
+ /**
4334
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4335
+ */
4336
+ RequestId?: string;
4337
+ }
2888
4338
  /**
2889
4339
  * ModifyLiveVideo请求参数结构体
2890
4340
  */
@@ -2899,18 +4349,29 @@ export interface ModifyLiveVideoRequest {
2899
4349
  ExpireTime: number;
2900
4350
  }
2901
4351
  /**
2902
- * DescribeGroupByPath返回参数结构体
4352
+ * DescribeChannelLocalRecordURL请求参数结构体
2903
4353
  */
2904
- export interface DescribeGroupByPathResponse {
4354
+ export interface DescribeChannelLocalRecordURLRequest {
2905
4355
  /**
2906
- * 分组信息详情
2907
- 注意:此字段可能返回 null,表示取不到有效值。
4356
+ * 设备唯一标识
2908
4357
  */
2909
- Group: GroupItem;
4358
+ DeviceId: string;
2910
4359
  /**
2911
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4360
+ * 通道唯一标识
2912
4361
  */
2913
- RequestId?: string;
4362
+ ChannelId: string;
4363
+ /**
4364
+ * 录像文件Id,通过获取本地录像返回
4365
+ */
4366
+ RecordId: string;
4367
+ /**
4368
+ * 录像文件推送的开始时间,需要在RecordId参数起始时间内,可以通过此参数控制回放流起始点
4369
+ */
4370
+ StartTime?: number;
4371
+ /**
4372
+ * 录像文件推送的结束时间,需要在RecordId参数起始时间内,可以通过此参数控制回放流起始点
4373
+ */
4374
+ EndTime?: number;
2914
4375
  }
2915
4376
  /**
2916
4377
  * CreateMessageForward返回参数结构体
@@ -2967,6 +4428,27 @@ export interface DeleteSceneRequest {
2967
4428
  */
2968
4429
  IntId: number;
2969
4430
  }
4431
+ /**
4432
+ * CreateRecordingPlan请求参数结构体
4433
+ */
4434
+ export interface CreateRecordingPlanRequest {
4435
+ /**
4436
+ * 计划名称
4437
+ */
4438
+ Name: string;
4439
+ /**
4440
+ * 时间模板ID
4441
+ */
4442
+ TimeTemplateId: string;
4443
+ /**
4444
+ * 该录制计划绑定的通道列表
4445
+ */
4446
+ Channels?: Array<ChannelItem>;
4447
+ /**
4448
+ * 存储周期(天);默认存储30天
4449
+ */
4450
+ RecordStorageTime?: number;
4451
+ }
2970
4452
  /**
2971
4453
  * DescribeLiveStream返回参数结构体
2972
4454
  */