tencentcloud-sdk-python 3.0.1344__py2.py3-none-any.whl → 3.0.1346__py2.py3-none-any.whl
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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/antiddos/v20200309/antiddos_client.py +0 -50
- tencentcloud/antiddos/v20200309/models.py +14 -689
- tencentcloud/apm/v20210622/models.py +60 -60
- tencentcloud/batch/v20170312/models.py +0 -150
- tencentcloud/bi/v20220105/models.py +6 -2
- tencentcloud/cbs/v20170312/models.py +0 -20
- tencentcloud/cdwch/v20200915/models.py +111 -256
- tencentcloud/ckafka/v20190819/models.py +2 -1204
- tencentcloud/clb/v20180317/models.py +10 -10
- tencentcloud/cls/v20201016/cls_client.py +0 -92
- tencentcloud/cls/v20201016/models.py +18 -1032
- tencentcloud/cvm/v20170312/models.py +15 -0
- tencentcloud/cynosdb/v20190107/models.py +0 -84
- tencentcloud/dbbrain/v20191016/models.py +2 -22
- tencentcloud/dbbrain/v20210527/models.py +17 -96
- tencentcloud/dcdb/v20180411/models.py +0 -48
- tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
- tencentcloud/dnspod/v20210323/models.py +724 -0
- tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
- tencentcloud/dsgc/v20190723/models.py +0 -34
- tencentcloud/emr/v20190103/emr_client.py +1 -1
- tencentcloud/emr/v20190103/models.py +422 -15
- tencentcloud/hunyuan/v20230901/models.py +17 -2
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +131 -0
- tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +1 -1
- tencentcloud/iotvideoindustry/v20201201/models.py +15 -456
- tencentcloud/lke/v20231130/lke_client.py +0 -23
- tencentcloud/lke/v20231130/models.py +0 -79
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/mariadb/v20170312/models.py +0 -38
- tencentcloud/memcached/v20190318/models.py +2 -2
- tencentcloud/mmps/v20200710/models.py +0 -56
- tencentcloud/monitor/v20180724/models.py +446 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/postgres/v20170312/models.py +0 -222
- tencentcloud/postgres/v20170312/postgres_client.py +5 -5
- tencentcloud/redis/v20180412/models.py +2 -4
- tencentcloud/svp/v20240125/models.py +0 -44
- tencentcloud/tcb/v20180608/models.py +0 -195
- tencentcloud/tcb/v20180608/tcb_client.py +0 -23
- tencentcloud/tcss/v20201101/models.py +1813 -2547
- tencentcloud/tcss/v20201101/tcss_client.py +92 -125
- tencentcloud/tdmq/v20200217/models.py +266 -154
- tencentcloud/tdmq/v20200217/tdmq_client.py +0 -23
- tencentcloud/teo/v20220901/errorcodes.py +3 -0
- tencentcloud/teo/v20220901/models.py +239 -38
- tencentcloud/teo/v20220901/teo_client.py +46 -0
- tencentcloud/thpc/v20211109/models.py +0 -6
- tencentcloud/thpc/v20220401/models.py +0 -12
- tencentcloud/thpc/v20230321/models.py +0 -20
- tencentcloud/tke/v20180525/models.py +0 -54
- tencentcloud/tke/v20220501/models.py +0 -34
- tencentcloud/vpc/v20170312/models.py +0 -34
- tencentcloud/waf/v20180125/models.py +15 -0
- tencentcloud/wedata/v20210820/models.py +254 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/RECORD +63 -63
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/top_level.txt +0 -0
@@ -26,10 +26,8 @@ class AbnormalEvents(AbstractModel):
|
|
26
26
|
def __init__(self):
|
27
27
|
r"""
|
28
28
|
:param _Date: 对应查询日期
|
29
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30
29
|
:type Date: str
|
31
30
|
:param _Info: 列表信息
|
32
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33
31
|
:type Info: list of AbnormalEventsInfo
|
34
32
|
"""
|
35
33
|
self._Date = None
|
@@ -38,7 +36,6 @@ class AbnormalEvents(AbstractModel):
|
|
38
36
|
@property
|
39
37
|
def Date(self):
|
40
38
|
"""对应查询日期
|
41
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
42
39
|
:rtype: str
|
43
40
|
"""
|
44
41
|
return self._Date
|
@@ -50,7 +47,6 @@ class AbnormalEvents(AbstractModel):
|
|
50
47
|
@property
|
51
48
|
def Info(self):
|
52
49
|
"""列表信息
|
53
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54
50
|
:rtype: list of AbnormalEventsInfo
|
55
51
|
"""
|
56
52
|
return self._Info
|
@@ -86,10 +82,8 @@ class AbnormalEventsInfo(AbstractModel):
|
|
86
82
|
def __init__(self):
|
87
83
|
r"""
|
88
84
|
:param _Key: 类型值
|
89
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
90
85
|
:type Key: int
|
91
86
|
:param _Count: 类型总数
|
92
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
93
87
|
:type Count: int
|
94
88
|
"""
|
95
89
|
self._Key = None
|
@@ -98,7 +92,6 @@ class AbnormalEventsInfo(AbstractModel):
|
|
98
92
|
@property
|
99
93
|
def Key(self):
|
100
94
|
"""类型值
|
101
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
102
95
|
:rtype: int
|
103
96
|
"""
|
104
97
|
return self._Key
|
@@ -110,7 +103,6 @@ class AbnormalEventsInfo(AbstractModel):
|
|
110
103
|
@property
|
111
104
|
def Count(self):
|
112
105
|
"""类型总数
|
113
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
114
106
|
:rtype: int
|
115
107
|
"""
|
116
108
|
return self._Count
|
@@ -141,43 +133,30 @@ class AllDeviceInfo(AbstractModel):
|
|
141
133
|
def __init__(self):
|
142
134
|
r"""
|
143
135
|
:param _DeviceId: 设备唯一标识
|
144
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
145
136
|
:type DeviceId: str
|
146
137
|
:param _DeviceType: 设备类型;2:IPC
|
147
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
148
138
|
:type DeviceType: int
|
149
139
|
:param _Status: 设备状态;0:设备不在线;1:设备在线;2:设备隔离中;3:设备未注册
|
150
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
151
140
|
:type Status: int
|
152
141
|
:param _CreateTime: 创建时间
|
153
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
154
142
|
:type CreateTime: int
|
155
143
|
:param _ExtraInformation: 设备扩展属性
|
156
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
157
144
|
:type ExtraInformation: str
|
158
145
|
:param _NickName: 设备名称
|
159
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
160
146
|
:type NickName: str
|
161
147
|
:param _GroupPath: 设备绑定分组路径
|
162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
163
148
|
:type GroupPath: str
|
164
149
|
:param _DeviceCode: 设备编码
|
165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
166
150
|
:type DeviceCode: str
|
167
151
|
:param _IsRecord: 是否存在录像,,0:不存在;1:存在
|
168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
169
152
|
:type IsRecord: int
|
170
153
|
:param _Recordable: 该设备是否可录制
|
171
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
172
154
|
:type Recordable: int
|
173
155
|
:param _Protocol: 设备接入协议
|
174
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
175
156
|
:type Protocol: str
|
176
157
|
:param _GroupId: 组Id
|
177
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
178
158
|
:type GroupId: str
|
179
159
|
:param _GroupName: 组名
|
180
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
181
160
|
:type GroupName: str
|
182
161
|
"""
|
183
162
|
self._DeviceId = None
|
@@ -197,7 +176,6 @@ class AllDeviceInfo(AbstractModel):
|
|
197
176
|
@property
|
198
177
|
def DeviceId(self):
|
199
178
|
"""设备唯一标识
|
200
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
201
179
|
:rtype: str
|
202
180
|
"""
|
203
181
|
return self._DeviceId
|
@@ -209,7 +187,6 @@ class AllDeviceInfo(AbstractModel):
|
|
209
187
|
@property
|
210
188
|
def DeviceType(self):
|
211
189
|
"""设备类型;2:IPC
|
212
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
213
190
|
:rtype: int
|
214
191
|
"""
|
215
192
|
return self._DeviceType
|
@@ -221,7 +198,6 @@ class AllDeviceInfo(AbstractModel):
|
|
221
198
|
@property
|
222
199
|
def Status(self):
|
223
200
|
"""设备状态;0:设备不在线;1:设备在线;2:设备隔离中;3:设备未注册
|
224
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
225
201
|
:rtype: int
|
226
202
|
"""
|
227
203
|
return self._Status
|
@@ -233,7 +209,6 @@ class AllDeviceInfo(AbstractModel):
|
|
233
209
|
@property
|
234
210
|
def CreateTime(self):
|
235
211
|
"""创建时间
|
236
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
237
212
|
:rtype: int
|
238
213
|
"""
|
239
214
|
return self._CreateTime
|
@@ -245,7 +220,6 @@ class AllDeviceInfo(AbstractModel):
|
|
245
220
|
@property
|
246
221
|
def ExtraInformation(self):
|
247
222
|
"""设备扩展属性
|
248
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
249
223
|
:rtype: str
|
250
224
|
"""
|
251
225
|
return self._ExtraInformation
|
@@ -257,7 +231,6 @@ class AllDeviceInfo(AbstractModel):
|
|
257
231
|
@property
|
258
232
|
def NickName(self):
|
259
233
|
"""设备名称
|
260
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
261
234
|
:rtype: str
|
262
235
|
"""
|
263
236
|
return self._NickName
|
@@ -269,7 +242,6 @@ class AllDeviceInfo(AbstractModel):
|
|
269
242
|
@property
|
270
243
|
def GroupPath(self):
|
271
244
|
"""设备绑定分组路径
|
272
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
273
245
|
:rtype: str
|
274
246
|
"""
|
275
247
|
return self._GroupPath
|
@@ -281,7 +253,6 @@ class AllDeviceInfo(AbstractModel):
|
|
281
253
|
@property
|
282
254
|
def DeviceCode(self):
|
283
255
|
"""设备编码
|
284
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
285
256
|
:rtype: str
|
286
257
|
"""
|
287
258
|
return self._DeviceCode
|
@@ -293,7 +264,6 @@ class AllDeviceInfo(AbstractModel):
|
|
293
264
|
@property
|
294
265
|
def IsRecord(self):
|
295
266
|
"""是否存在录像,,0:不存在;1:存在
|
296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
297
267
|
:rtype: int
|
298
268
|
"""
|
299
269
|
return self._IsRecord
|
@@ -305,7 +275,6 @@ class AllDeviceInfo(AbstractModel):
|
|
305
275
|
@property
|
306
276
|
def Recordable(self):
|
307
277
|
"""该设备是否可录制
|
308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
309
278
|
:rtype: int
|
310
279
|
"""
|
311
280
|
return self._Recordable
|
@@ -317,7 +286,6 @@ class AllDeviceInfo(AbstractModel):
|
|
317
286
|
@property
|
318
287
|
def Protocol(self):
|
319
288
|
"""设备接入协议
|
320
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
321
289
|
:rtype: str
|
322
290
|
"""
|
323
291
|
return self._Protocol
|
@@ -329,7 +297,6 @@ class AllDeviceInfo(AbstractModel):
|
|
329
297
|
@property
|
330
298
|
def GroupId(self):
|
331
299
|
"""组Id
|
332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
333
300
|
:rtype: str
|
334
301
|
"""
|
335
302
|
return self._GroupId
|
@@ -341,7 +308,6 @@ class AllDeviceInfo(AbstractModel):
|
|
341
308
|
@property
|
342
309
|
def GroupName(self):
|
343
310
|
"""组名
|
344
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
345
311
|
:rtype: str
|
346
312
|
"""
|
347
313
|
return self._GroupName
|
@@ -466,25 +432,18 @@ class ChannelDetail(AbstractModel):
|
|
466
432
|
:param _ChannelId: 通道唯一标识
|
467
433
|
:type ChannelId: str
|
468
434
|
:param _ChannelType: 通道类型 0:未知;1:视频通道;2:音频通道;3:告警通道
|
469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
470
435
|
:type ChannelType: int
|
471
436
|
:param _ChannelCode: 20位国标通道编码
|
472
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
473
437
|
:type ChannelCode: str
|
474
438
|
:param _ExtraInformation: 通道扩展信息
|
475
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
476
439
|
:type ExtraInformation: str
|
477
440
|
:param _Status: 通道在线状态
|
478
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
479
441
|
:type Status: int
|
480
442
|
:param _IsRecord: 通道是否存在录像标识 0:无录像;1:有录像
|
481
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
482
443
|
:type IsRecord: int
|
483
444
|
:param _DeviceId: 通道所属设备唯一标识
|
484
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
485
445
|
:type DeviceId: str
|
486
446
|
:param _BusinessGroupId: 通道所属虚拟组织的ID
|
487
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
488
447
|
:type BusinessGroupId: str
|
489
448
|
"""
|
490
449
|
self._ChannelName = None
|
@@ -522,7 +481,6 @@ class ChannelDetail(AbstractModel):
|
|
522
481
|
@property
|
523
482
|
def ChannelType(self):
|
524
483
|
"""通道类型 0:未知;1:视频通道;2:音频通道;3:告警通道
|
525
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
526
484
|
:rtype: int
|
527
485
|
"""
|
528
486
|
return self._ChannelType
|
@@ -534,7 +492,6 @@ class ChannelDetail(AbstractModel):
|
|
534
492
|
@property
|
535
493
|
def ChannelCode(self):
|
536
494
|
"""20位国标通道编码
|
537
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
538
495
|
:rtype: str
|
539
496
|
"""
|
540
497
|
return self._ChannelCode
|
@@ -546,7 +503,6 @@ class ChannelDetail(AbstractModel):
|
|
546
503
|
@property
|
547
504
|
def ExtraInformation(self):
|
548
505
|
"""通道扩展信息
|
549
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
550
506
|
:rtype: str
|
551
507
|
"""
|
552
508
|
return self._ExtraInformation
|
@@ -558,7 +514,6 @@ class ChannelDetail(AbstractModel):
|
|
558
514
|
@property
|
559
515
|
def Status(self):
|
560
516
|
"""通道在线状态
|
561
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
562
517
|
:rtype: int
|
563
518
|
"""
|
564
519
|
return self._Status
|
@@ -570,7 +525,6 @@ class ChannelDetail(AbstractModel):
|
|
570
525
|
@property
|
571
526
|
def IsRecord(self):
|
572
527
|
"""通道是否存在录像标识 0:无录像;1:有录像
|
573
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
574
528
|
:rtype: int
|
575
529
|
"""
|
576
530
|
return self._IsRecord
|
@@ -582,7 +536,6 @@ class ChannelDetail(AbstractModel):
|
|
582
536
|
@property
|
583
537
|
def DeviceId(self):
|
584
538
|
"""通道所属设备唯一标识
|
585
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
586
539
|
:rtype: str
|
587
540
|
"""
|
588
541
|
return self._DeviceId
|
@@ -594,7 +547,6 @@ class ChannelDetail(AbstractModel):
|
|
594
547
|
@property
|
595
548
|
def BusinessGroupId(self):
|
596
549
|
"""通道所属虚拟组织的ID
|
597
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
598
550
|
:rtype: str
|
599
551
|
"""
|
600
552
|
return self._BusinessGroupId
|
@@ -632,10 +584,8 @@ class ChannelItem(AbstractModel):
|
|
632
584
|
def __init__(self):
|
633
585
|
r"""
|
634
586
|
:param _DeviceId: 设备唯一标识
|
635
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
636
587
|
:type DeviceId: str
|
637
588
|
:param _ChannelId: 通道唯一标识
|
638
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
639
589
|
:type ChannelId: str
|
640
590
|
"""
|
641
591
|
self._DeviceId = None
|
@@ -644,7 +594,6 @@ class ChannelItem(AbstractModel):
|
|
644
594
|
@property
|
645
595
|
def DeviceId(self):
|
646
596
|
"""设备唯一标识
|
647
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
648
597
|
:rtype: str
|
649
598
|
"""
|
650
599
|
return self._DeviceId
|
@@ -656,7 +605,6 @@ class ChannelItem(AbstractModel):
|
|
656
605
|
@property
|
657
606
|
def ChannelId(self):
|
658
607
|
"""通道唯一标识
|
659
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
660
608
|
:rtype: str
|
661
609
|
"""
|
662
610
|
return self._ChannelId
|
@@ -1478,10 +1426,8 @@ class CreateDeviceGroupResponse(AbstractModel):
|
|
1478
1426
|
def __init__(self):
|
1479
1427
|
r"""
|
1480
1428
|
:param _Status: 响应结果,“OK”为成功,其他为失败
|
1481
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1482
1429
|
:type Status: str
|
1483
1430
|
:param _GroupId: 分组ID
|
1484
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1485
1431
|
:type GroupId: str
|
1486
1432
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1487
1433
|
:type RequestId: str
|
@@ -1493,7 +1439,6 @@ class CreateDeviceGroupResponse(AbstractModel):
|
|
1493
1439
|
@property
|
1494
1440
|
def Status(self):
|
1495
1441
|
"""响应结果,“OK”为成功,其他为失败
|
1496
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1497
1442
|
:rtype: str
|
1498
1443
|
"""
|
1499
1444
|
return self._Status
|
@@ -1505,7 +1450,6 @@ class CreateDeviceGroupResponse(AbstractModel):
|
|
1505
1450
|
@property
|
1506
1451
|
def GroupId(self):
|
1507
1452
|
"""分组ID
|
1508
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1509
1453
|
:rtype: str
|
1510
1454
|
"""
|
1511
1455
|
return self._GroupId
|
@@ -1621,13 +1565,10 @@ class CreateDeviceResponse(AbstractModel):
|
|
1621
1565
|
def __init__(self):
|
1622
1566
|
r"""
|
1623
1567
|
:param _DeviceCode: 设备编码
|
1624
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1625
1568
|
:type DeviceCode: str
|
1626
1569
|
:param _DeviceId: 设备唯一标识
|
1627
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1628
1570
|
:type DeviceId: str
|
1629
1571
|
:param _VirtualGroupId: 设备虚拟组信息,仅在创建NVR时返回该值
|
1630
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1631
1572
|
:type VirtualGroupId: str
|
1632
1573
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1633
1574
|
:type RequestId: str
|
@@ -1640,7 +1581,6 @@ class CreateDeviceResponse(AbstractModel):
|
|
1640
1581
|
@property
|
1641
1582
|
def DeviceCode(self):
|
1642
1583
|
"""设备编码
|
1643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1644
1584
|
:rtype: str
|
1645
1585
|
"""
|
1646
1586
|
return self._DeviceCode
|
@@ -1652,7 +1592,6 @@ class CreateDeviceResponse(AbstractModel):
|
|
1652
1592
|
@property
|
1653
1593
|
def DeviceId(self):
|
1654
1594
|
"""设备唯一标识
|
1655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1656
1595
|
:rtype: str
|
1657
1596
|
"""
|
1658
1597
|
return self._DeviceId
|
@@ -1664,7 +1603,6 @@ class CreateDeviceResponse(AbstractModel):
|
|
1664
1603
|
@property
|
1665
1604
|
def VirtualGroupId(self):
|
1666
1605
|
"""设备虚拟组信息,仅在创建NVR时返回该值
|
1667
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1668
1606
|
:rtype: str
|
1669
1607
|
"""
|
1670
1608
|
return self._VirtualGroupId
|
@@ -1751,10 +1689,8 @@ class CreateLiveChannelResponse(AbstractModel):
|
|
1751
1689
|
def __init__(self):
|
1752
1690
|
r"""
|
1753
1691
|
:param _LiveChannelId: 直播频道ID
|
1754
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1755
1692
|
:type LiveChannelId: str
|
1756
1693
|
:param _PushStreamAddress: 直播频道推流地址
|
1757
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1758
1694
|
:type PushStreamAddress: str
|
1759
1695
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1760
1696
|
:type RequestId: str
|
@@ -1766,7 +1702,6 @@ class CreateLiveChannelResponse(AbstractModel):
|
|
1766
1702
|
@property
|
1767
1703
|
def LiveChannelId(self):
|
1768
1704
|
"""直播频道ID
|
1769
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1770
1705
|
:rtype: str
|
1771
1706
|
"""
|
1772
1707
|
return self._LiveChannelId
|
@@ -1778,7 +1713,6 @@ class CreateLiveChannelResponse(AbstractModel):
|
|
1778
1713
|
@property
|
1779
1714
|
def PushStreamAddress(self):
|
1780
1715
|
"""直播频道推流地址
|
1781
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1782
1716
|
:rtype: str
|
1783
1717
|
"""
|
1784
1718
|
return self._PushStreamAddress
|
@@ -1909,7 +1843,6 @@ class CreateLiveRecordPlanResponse(AbstractModel):
|
|
1909
1843
|
def __init__(self):
|
1910
1844
|
r"""
|
1911
1845
|
:param _PlanId: 录制计划名称
|
1912
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1913
1846
|
:type PlanId: str
|
1914
1847
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1915
1848
|
:type RequestId: str
|
@@ -1920,7 +1853,6 @@ class CreateLiveRecordPlanResponse(AbstractModel):
|
|
1920
1853
|
@property
|
1921
1854
|
def PlanId(self):
|
1922
1855
|
"""录制计划名称
|
1923
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1924
1856
|
:rtype: str
|
1925
1857
|
"""
|
1926
1858
|
return self._PlanId
|
@@ -2080,7 +2012,6 @@ class CreateMessageForwardResponse(AbstractModel):
|
|
2080
2012
|
def __init__(self):
|
2081
2013
|
r"""
|
2082
2014
|
:param _IntId: 配置ID
|
2083
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2084
2015
|
:type IntId: int
|
2085
2016
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2086
2017
|
:type RequestId: str
|
@@ -2091,7 +2022,6 @@ class CreateMessageForwardResponse(AbstractModel):
|
|
2091
2022
|
@property
|
2092
2023
|
def IntId(self):
|
2093
2024
|
"""配置ID
|
2094
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2095
2025
|
:rtype: int
|
2096
2026
|
"""
|
2097
2027
|
return self._IntId
|
@@ -2519,7 +2449,6 @@ class CreateSceneResponse(AbstractModel):
|
|
2519
2449
|
def __init__(self):
|
2520
2450
|
r"""
|
2521
2451
|
:param _IntId: 场景ID
|
2522
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2523
2452
|
:type IntId: int
|
2524
2453
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2525
2454
|
:type RequestId: str
|
@@ -2530,7 +2459,6 @@ class CreateSceneResponse(AbstractModel):
|
|
2530
2459
|
@property
|
2531
2460
|
def IntId(self):
|
2532
2461
|
"""场景ID
|
2533
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2534
2462
|
:rtype: int
|
2535
2463
|
"""
|
2536
2464
|
return self._IntId
|
@@ -2793,7 +2721,6 @@ class DeleteDeviceGroupResponse(AbstractModel):
|
|
2793
2721
|
def __init__(self):
|
2794
2722
|
r"""
|
2795
2723
|
:param _Status: 响应结果
|
2796
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2797
2724
|
:type Status: str
|
2798
2725
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2799
2726
|
:type RequestId: str
|
@@ -2804,7 +2731,6 @@ class DeleteDeviceGroupResponse(AbstractModel):
|
|
2804
2731
|
@property
|
2805
2732
|
def Status(self):
|
2806
2733
|
"""响应结果
|
2807
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2808
2734
|
:rtype: str
|
2809
2735
|
"""
|
2810
2736
|
return self._Status
|
@@ -2874,7 +2800,6 @@ class DeleteDeviceResponse(AbstractModel):
|
|
2874
2800
|
def __init__(self):
|
2875
2801
|
r"""
|
2876
2802
|
:param _Status: 操作结果 OK-成功; 其他-失败
|
2877
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2878
2803
|
:type Status: str
|
2879
2804
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2880
2805
|
:type RequestId: str
|
@@ -2885,7 +2810,6 @@ class DeleteDeviceResponse(AbstractModel):
|
|
2885
2810
|
@property
|
2886
2811
|
def Status(self):
|
2887
2812
|
"""操作结果 OK-成功; 其他-失败
|
2888
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2889
2813
|
:rtype: str
|
2890
2814
|
"""
|
2891
2815
|
return self._Status
|
@@ -3448,7 +3372,6 @@ class DeleteTimeTemplateResponse(AbstractModel):
|
|
3448
3372
|
def __init__(self):
|
3449
3373
|
r"""
|
3450
3374
|
:param _Status: 操作结果,OK:成功,其他:失败
|
3451
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3452
3375
|
:type Status: str
|
3453
3376
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3454
3377
|
:type RequestId: str
|
@@ -3459,7 +3382,6 @@ class DeleteTimeTemplateResponse(AbstractModel):
|
|
3459
3382
|
@property
|
3460
3383
|
def Status(self):
|
3461
3384
|
"""操作结果,OK:成功,其他:失败
|
3462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3463
3385
|
:rtype: str
|
3464
3386
|
"""
|
3465
3387
|
return self._Status
|
@@ -3687,7 +3609,6 @@ class DescribeAbnormalEventsResponse(AbstractModel):
|
|
3687
3609
|
def __init__(self):
|
3688
3610
|
r"""
|
3689
3611
|
:param _Data: 异动事件走势列表
|
3690
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3691
3612
|
:type Data: list of AbnormalEvents
|
3692
3613
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3693
3614
|
:type RequestId: str
|
@@ -3698,7 +3619,6 @@ class DescribeAbnormalEventsResponse(AbstractModel):
|
|
3698
3619
|
@property
|
3699
3620
|
def Data(self):
|
3700
3621
|
"""异动事件走势列表
|
3701
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3702
3622
|
:rtype: list of AbnormalEvents
|
3703
3623
|
"""
|
3704
3624
|
return self._Data
|
@@ -3833,10 +3753,8 @@ class DescribeAllDeviceListResponse(AbstractModel):
|
|
3833
3753
|
def __init__(self):
|
3834
3754
|
r"""
|
3835
3755
|
:param _TotalCount: 设备总数
|
3836
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3837
3756
|
:type TotalCount: int
|
3838
3757
|
:param _Devices: 设备详细信息列表
|
3839
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3840
3758
|
:type Devices: list of AllDeviceInfo
|
3841
3759
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3842
3760
|
:type RequestId: str
|
@@ -3848,7 +3766,6 @@ class DescribeAllDeviceListResponse(AbstractModel):
|
|
3848
3766
|
@property
|
3849
3767
|
def TotalCount(self):
|
3850
3768
|
"""设备总数
|
3851
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3852
3769
|
:rtype: int
|
3853
3770
|
"""
|
3854
3771
|
return self._TotalCount
|
@@ -3860,7 +3777,6 @@ class DescribeAllDeviceListResponse(AbstractModel):
|
|
3860
3777
|
@property
|
3861
3778
|
def Devices(self):
|
3862
3779
|
"""设备详细信息列表
|
3863
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3864
3780
|
:rtype: list of AllDeviceInfo
|
3865
3781
|
"""
|
3866
3782
|
return self._Devices
|
@@ -3966,10 +3882,8 @@ class DescribeBindSceneChannelsResponse(AbstractModel):
|
|
3966
3882
|
def __init__(self):
|
3967
3883
|
r"""
|
3968
3884
|
:param _Total: 总数
|
3969
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3970
3885
|
:type Total: int
|
3971
3886
|
:param _List: 通道列表
|
3972
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3973
3887
|
:type List: list of ChannelItem
|
3974
3888
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3975
3889
|
:type RequestId: str
|
@@ -3981,7 +3895,6 @@ class DescribeBindSceneChannelsResponse(AbstractModel):
|
|
3981
3895
|
@property
|
3982
3896
|
def Total(self):
|
3983
3897
|
"""总数
|
3984
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3985
3898
|
:rtype: int
|
3986
3899
|
"""
|
3987
3900
|
return self._Total
|
@@ -3993,7 +3906,6 @@ class DescribeBindSceneChannelsResponse(AbstractModel):
|
|
3993
3906
|
@property
|
3994
3907
|
def List(self):
|
3995
3908
|
"""通道列表
|
3996
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3997
3909
|
:rtype: list of ChannelItem
|
3998
3910
|
"""
|
3999
3911
|
return self._List
|
@@ -4099,10 +4011,8 @@ class DescribeBindSceneDevicesResponse(AbstractModel):
|
|
4099
4011
|
def __init__(self):
|
4100
4012
|
r"""
|
4101
4013
|
:param _Total: 总数
|
4102
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4103
4014
|
:type Total: int
|
4104
4015
|
:param _List: 设备列表
|
4105
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4106
4016
|
:type List: list of DeviceItem
|
4107
4017
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4108
4018
|
:type RequestId: str
|
@@ -4114,7 +4024,6 @@ class DescribeBindSceneDevicesResponse(AbstractModel):
|
|
4114
4024
|
@property
|
4115
4025
|
def Total(self):
|
4116
4026
|
"""总数
|
4117
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4118
4027
|
:rtype: int
|
4119
4028
|
"""
|
4120
4029
|
return self._Total
|
@@ -4126,7 +4035,6 @@ class DescribeBindSceneDevicesResponse(AbstractModel):
|
|
4126
4035
|
@property
|
4127
4036
|
def List(self):
|
4128
4037
|
"""设备列表
|
4129
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4130
4038
|
:rtype: list of DeviceItem
|
4131
4039
|
"""
|
4132
4040
|
return self._List
|
@@ -4595,10 +4503,8 @@ class DescribeChannelsByLiveRecordPlanResponse(AbstractModel):
|
|
4595
4503
|
def __init__(self):
|
4596
4504
|
r"""
|
4597
4505
|
:param _TotalCount: 总个数
|
4598
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4599
4506
|
:type TotalCount: int
|
4600
4507
|
:param _LiveChannels: 通道详情数组
|
4601
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4602
4508
|
:type LiveChannels: list of LiveChannelItem
|
4603
4509
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4604
4510
|
:type RequestId: str
|
@@ -4610,7 +4516,6 @@ class DescribeChannelsByLiveRecordPlanResponse(AbstractModel):
|
|
4610
4516
|
@property
|
4611
4517
|
def TotalCount(self):
|
4612
4518
|
"""总个数
|
4613
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4614
4519
|
:rtype: int
|
4615
4520
|
"""
|
4616
4521
|
return self._TotalCount
|
@@ -4622,7 +4527,6 @@ class DescribeChannelsByLiveRecordPlanResponse(AbstractModel):
|
|
4622
4527
|
@property
|
4623
4528
|
def LiveChannels(self):
|
4624
4529
|
"""通道详情数组
|
4625
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4626
4530
|
:rtype: list of LiveChannelItem
|
4627
4531
|
"""
|
4628
4532
|
return self._LiveChannels
|
@@ -4773,10 +4677,8 @@ class DescribeChannelsResponse(AbstractModel):
|
|
4773
4677
|
def __init__(self):
|
4774
4678
|
r"""
|
4775
4679
|
:param _TotalCount: 通道总数
|
4776
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4777
4680
|
:type TotalCount: int
|
4778
4681
|
:param _Channels: 通道详情列表
|
4779
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4780
4682
|
:type Channels: list of ChannelDetail
|
4781
4683
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4782
4684
|
:type RequestId: str
|
@@ -4788,7 +4690,6 @@ class DescribeChannelsResponse(AbstractModel):
|
|
4788
4690
|
@property
|
4789
4691
|
def TotalCount(self):
|
4790
4692
|
"""通道总数
|
4791
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4792
4693
|
:rtype: int
|
4793
4694
|
"""
|
4794
4695
|
return self._TotalCount
|
@@ -4800,7 +4701,6 @@ class DescribeChannelsResponse(AbstractModel):
|
|
4800
4701
|
@property
|
4801
4702
|
def Channels(self):
|
4802
4703
|
"""通道详情列表
|
4803
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4804
4704
|
:rtype: list of ChannelDetail
|
4805
4705
|
"""
|
4806
4706
|
return self._Channels
|
@@ -5060,10 +4960,8 @@ class DescribeDeviceEventResponse(AbstractModel):
|
|
5060
4960
|
def __init__(self):
|
5061
4961
|
r"""
|
5062
4962
|
:param _TotalCount: 总数
|
5063
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5064
4963
|
:type TotalCount: int
|
5065
4964
|
:param _Events: 事件列表
|
5066
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5067
4965
|
:type Events: list of Events
|
5068
4966
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5069
4967
|
:type RequestId: str
|
@@ -5075,7 +4973,6 @@ class DescribeDeviceEventResponse(AbstractModel):
|
|
5075
4973
|
@property
|
5076
4974
|
def TotalCount(self):
|
5077
4975
|
"""总数
|
5078
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5079
4976
|
:rtype: int
|
5080
4977
|
"""
|
5081
4978
|
return self._TotalCount
|
@@ -5087,7 +4984,6 @@ class DescribeDeviceEventResponse(AbstractModel):
|
|
5087
4984
|
@property
|
5088
4985
|
def Events(self):
|
5089
4986
|
"""事件列表
|
5090
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5091
4987
|
:rtype: list of Events
|
5092
4988
|
"""
|
5093
4989
|
return self._Events
|
@@ -5163,7 +5059,6 @@ class DescribeDeviceGroupResponse(AbstractModel):
|
|
5163
5059
|
def __init__(self):
|
5164
5060
|
r"""
|
5165
5061
|
:param _DevGroups: 设备所在分组信息
|
5166
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5167
5062
|
:type DevGroups: list of DevGroupInfo
|
5168
5063
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5169
5064
|
:type RequestId: str
|
@@ -5174,7 +5069,6 @@ class DescribeDeviceGroupResponse(AbstractModel):
|
|
5174
5069
|
@property
|
5175
5070
|
def DevGroups(self):
|
5176
5071
|
"""设备所在分组信息
|
5177
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5178
5072
|
:rtype: list of DevGroupInfo
|
5179
5073
|
"""
|
5180
5074
|
return self._DevGroups
|
@@ -5294,10 +5188,8 @@ class DescribeDeviceListResponse(AbstractModel):
|
|
5294
5188
|
def __init__(self):
|
5295
5189
|
r"""
|
5296
5190
|
:param _TotalCount: 设备总数
|
5297
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5298
5191
|
:type TotalCount: int
|
5299
5192
|
:param _Devices: 设备详细信息列表
|
5300
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5301
5193
|
:type Devices: list of AllDeviceInfo
|
5302
5194
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5303
5195
|
:type RequestId: str
|
@@ -5309,7 +5201,6 @@ class DescribeDeviceListResponse(AbstractModel):
|
|
5309
5201
|
@property
|
5310
5202
|
def TotalCount(self):
|
5311
5203
|
"""设备总数
|
5312
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5313
5204
|
:rtype: int
|
5314
5205
|
"""
|
5315
5206
|
return self._TotalCount
|
@@ -5321,7 +5212,6 @@ class DescribeDeviceListResponse(AbstractModel):
|
|
5321
5212
|
@property
|
5322
5213
|
def Devices(self):
|
5323
5214
|
"""设备详细信息列表
|
5324
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5325
5215
|
:rtype: list of AllDeviceInfo
|
5326
5216
|
"""
|
5327
5217
|
return self._Devices
|
@@ -5878,7 +5768,6 @@ class DescribeGroupByIdResponse(AbstractModel):
|
|
5878
5768
|
def __init__(self):
|
5879
5769
|
r"""
|
5880
5770
|
:param _Group: 分组信息详情
|
5881
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5882
5771
|
:type Group: :class:`tencentcloud.iotvideoindustry.v20201201.models.GroupItem`
|
5883
5772
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5884
5773
|
:type RequestId: str
|
@@ -5889,7 +5778,6 @@ class DescribeGroupByIdResponse(AbstractModel):
|
|
5889
5778
|
@property
|
5890
5779
|
def Group(self):
|
5891
5780
|
"""分组信息详情
|
5892
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5893
5781
|
:rtype: :class:`tencentcloud.iotvideoindustry.v20201201.models.GroupItem`
|
5894
5782
|
"""
|
5895
5783
|
return self._Group
|
@@ -5961,7 +5849,6 @@ class DescribeGroupByPathResponse(AbstractModel):
|
|
5961
5849
|
def __init__(self):
|
5962
5850
|
r"""
|
5963
5851
|
:param _Group: 分组信息详情
|
5964
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5965
5852
|
:type Group: :class:`tencentcloud.iotvideoindustry.v20201201.models.GroupItem`
|
5966
5853
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5967
5854
|
:type RequestId: str
|
@@ -5972,7 +5859,6 @@ class DescribeGroupByPathResponse(AbstractModel):
|
|
5972
5859
|
@property
|
5973
5860
|
def Group(self):
|
5974
5861
|
"""分组信息详情
|
5975
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5976
5862
|
:rtype: :class:`tencentcloud.iotvideoindustry.v20201201.models.GroupItem`
|
5977
5863
|
"""
|
5978
5864
|
return self._Group
|
@@ -6121,10 +6007,8 @@ class DescribeGroupDevicesResponse(AbstractModel):
|
|
6121
6007
|
def __init__(self):
|
6122
6008
|
r"""
|
6123
6009
|
:param _TotalCount: 分组绑定的设备数
|
6124
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6125
6010
|
:type TotalCount: int
|
6126
6011
|
:param _DeviceList: 设备详情列表
|
6127
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6128
6012
|
:type DeviceList: list of GroupDeviceItem
|
6129
6013
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6130
6014
|
:type RequestId: str
|
@@ -6136,7 +6020,6 @@ class DescribeGroupDevicesResponse(AbstractModel):
|
|
6136
6020
|
@property
|
6137
6021
|
def TotalCount(self):
|
6138
6022
|
"""分组绑定的设备数
|
6139
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6140
6023
|
:rtype: int
|
6141
6024
|
"""
|
6142
6025
|
return self._TotalCount
|
@@ -6148,7 +6031,6 @@ class DescribeGroupDevicesResponse(AbstractModel):
|
|
6148
6031
|
@property
|
6149
6032
|
def DeviceList(self):
|
6150
6033
|
"""设备详情列表
|
6151
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6152
6034
|
:rtype: list of GroupDeviceItem
|
6153
6035
|
"""
|
6154
6036
|
return self._DeviceList
|
@@ -6224,7 +6106,6 @@ class DescribeGroupsResponse(AbstractModel):
|
|
6224
6106
|
def __init__(self):
|
6225
6107
|
r"""
|
6226
6108
|
:param _Groups: 分组详细信息列表
|
6227
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6228
6109
|
:type Groups: list of GroupInfo
|
6229
6110
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6230
6111
|
:type RequestId: str
|
@@ -6235,7 +6116,6 @@ class DescribeGroupsResponse(AbstractModel):
|
|
6235
6116
|
@property
|
6236
6117
|
def Groups(self):
|
6237
6118
|
"""分组详细信息列表
|
6238
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6239
6119
|
:rtype: list of GroupInfo
|
6240
6120
|
"""
|
6241
6121
|
return self._Groups
|
@@ -6355,10 +6235,8 @@ class DescribeIPCChannelsResponse(AbstractModel):
|
|
6355
6235
|
def __init__(self):
|
6356
6236
|
r"""
|
6357
6237
|
:param _TotalCount: 通道总数
|
6358
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6359
6238
|
:type TotalCount: int
|
6360
6239
|
:param _DeviceList: 通道详情列表
|
6361
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6362
6240
|
:type DeviceList: list of GroupDeviceItem
|
6363
6241
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6364
6242
|
:type RequestId: str
|
@@ -6370,7 +6248,6 @@ class DescribeIPCChannelsResponse(AbstractModel):
|
|
6370
6248
|
@property
|
6371
6249
|
def TotalCount(self):
|
6372
6250
|
"""通道总数
|
6373
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6374
6251
|
:rtype: int
|
6375
6252
|
"""
|
6376
6253
|
return self._TotalCount
|
@@ -6382,7 +6259,6 @@ class DescribeIPCChannelsResponse(AbstractModel):
|
|
6382
6259
|
@property
|
6383
6260
|
def DeviceList(self):
|
6384
6261
|
"""通道详情列表
|
6385
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6386
6262
|
:rtype: list of GroupDeviceItem
|
6387
6263
|
"""
|
6388
6264
|
return self._DeviceList
|
@@ -6518,10 +6394,8 @@ class DescribeLiveChannelListResponse(AbstractModel):
|
|
6518
6394
|
def __init__(self):
|
6519
6395
|
r"""
|
6520
6396
|
:param _Total: 频道总数
|
6521
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6522
6397
|
:type Total: int
|
6523
6398
|
:param _LiveChannels: 频道信息数组
|
6524
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6525
6399
|
:type LiveChannels: list of LiveChannelInfo
|
6526
6400
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6527
6401
|
:type RequestId: str
|
@@ -6533,7 +6407,6 @@ class DescribeLiveChannelListResponse(AbstractModel):
|
|
6533
6407
|
@property
|
6534
6408
|
def Total(self):
|
6535
6409
|
"""频道总数
|
6536
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6537
6410
|
:rtype: int
|
6538
6411
|
"""
|
6539
6412
|
return self._Total
|
@@ -6545,7 +6418,6 @@ class DescribeLiveChannelListResponse(AbstractModel):
|
|
6545
6418
|
@property
|
6546
6419
|
def LiveChannels(self):
|
6547
6420
|
"""频道信息数组
|
6548
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6549
6421
|
:rtype: list of LiveChannelInfo
|
6550
6422
|
"""
|
6551
6423
|
return self._LiveChannels
|
@@ -6621,25 +6493,18 @@ class DescribeLiveChannelResponse(AbstractModel):
|
|
6621
6493
|
def __init__(self):
|
6622
6494
|
r"""
|
6623
6495
|
:param _LiveChannelId: 频道ID
|
6624
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6625
6496
|
:type LiveChannelId: str
|
6626
6497
|
:param _LiveChannelName: 频道名称
|
6627
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6628
6498
|
:type LiveChannelName: str
|
6629
6499
|
:param _LiveChannelType: 直播频道类型 1:固定直播;2:移动直播
|
6630
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6631
6500
|
:type LiveChannelType: int
|
6632
6501
|
:param _LiveStatus: 通道直播状态:1: 未推流,2: 推流中
|
6633
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6634
6502
|
:type LiveStatus: int
|
6635
6503
|
:param _PushStreamAddress: 推流地址
|
6636
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6637
6504
|
:type PushStreamAddress: str
|
6638
6505
|
:param _CreateTime: 创建时间
|
6639
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6640
6506
|
:type CreateTime: list of str
|
6641
6507
|
:param _UpdateTime: 修改时间
|
6642
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6643
6508
|
:type UpdateTime: list of str
|
6644
6509
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6645
6510
|
:type RequestId: str
|
@@ -6656,7 +6521,6 @@ class DescribeLiveChannelResponse(AbstractModel):
|
|
6656
6521
|
@property
|
6657
6522
|
def LiveChannelId(self):
|
6658
6523
|
"""频道ID
|
6659
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6660
6524
|
:rtype: str
|
6661
6525
|
"""
|
6662
6526
|
return self._LiveChannelId
|
@@ -6668,7 +6532,6 @@ class DescribeLiveChannelResponse(AbstractModel):
|
|
6668
6532
|
@property
|
6669
6533
|
def LiveChannelName(self):
|
6670
6534
|
"""频道名称
|
6671
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6672
6535
|
:rtype: str
|
6673
6536
|
"""
|
6674
6537
|
return self._LiveChannelName
|
@@ -6680,7 +6543,6 @@ class DescribeLiveChannelResponse(AbstractModel):
|
|
6680
6543
|
@property
|
6681
6544
|
def LiveChannelType(self):
|
6682
6545
|
"""直播频道类型 1:固定直播;2:移动直播
|
6683
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6684
6546
|
:rtype: int
|
6685
6547
|
"""
|
6686
6548
|
return self._LiveChannelType
|
@@ -6692,7 +6554,6 @@ class DescribeLiveChannelResponse(AbstractModel):
|
|
6692
6554
|
@property
|
6693
6555
|
def LiveStatus(self):
|
6694
6556
|
"""通道直播状态:1: 未推流,2: 推流中
|
6695
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6696
6557
|
:rtype: int
|
6697
6558
|
"""
|
6698
6559
|
return self._LiveStatus
|
@@ -6704,7 +6565,6 @@ class DescribeLiveChannelResponse(AbstractModel):
|
|
6704
6565
|
@property
|
6705
6566
|
def PushStreamAddress(self):
|
6706
6567
|
"""推流地址
|
6707
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6708
6568
|
:rtype: str
|
6709
6569
|
"""
|
6710
6570
|
return self._PushStreamAddress
|
@@ -6716,7 +6576,6 @@ class DescribeLiveChannelResponse(AbstractModel):
|
|
6716
6576
|
@property
|
6717
6577
|
def CreateTime(self):
|
6718
6578
|
"""创建时间
|
6719
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6720
6579
|
:rtype: list of str
|
6721
6580
|
"""
|
6722
6581
|
return self._CreateTime
|
@@ -6728,7 +6587,6 @@ class DescribeLiveChannelResponse(AbstractModel):
|
|
6728
6587
|
@property
|
6729
6588
|
def UpdateTime(self):
|
6730
6589
|
"""修改时间
|
6731
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6732
6590
|
:rtype: list of str
|
6733
6591
|
"""
|
6734
6592
|
return self._UpdateTime
|
@@ -7305,10 +7163,8 @@ class DescribeLiveVideoListResponse(AbstractModel):
|
|
7305
7163
|
def __init__(self):
|
7306
7164
|
r"""
|
7307
7165
|
:param _Total: 总的条数
|
7308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7309
7166
|
:type Total: int
|
7310
7167
|
:param _RecordList: 录制任务详情数组
|
7311
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7312
7168
|
:type RecordList: list of LiveRecordItem
|
7313
7169
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7314
7170
|
:type RequestId: str
|
@@ -7320,7 +7176,6 @@ class DescribeLiveVideoListResponse(AbstractModel):
|
|
7320
7176
|
@property
|
7321
7177
|
def Total(self):
|
7322
7178
|
"""总的条数
|
7323
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7324
7179
|
:rtype: int
|
7325
7180
|
"""
|
7326
7181
|
return self._Total
|
@@ -7332,7 +7187,6 @@ class DescribeLiveVideoListResponse(AbstractModel):
|
|
7332
7187
|
@property
|
7333
7188
|
def RecordList(self):
|
7334
7189
|
"""录制任务详情数组
|
7335
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7336
7190
|
:rtype: list of LiveRecordItem
|
7337
7191
|
"""
|
7338
7192
|
return self._RecordList
|
@@ -7408,35 +7262,27 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7408
7262
|
def __init__(self):
|
7409
7263
|
r"""
|
7410
7264
|
:param _RegionId: 区域ID
|
7411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7412
7265
|
:type RegionId: str
|
7413
7266
|
:param _RegionName: 区域名称
|
7414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7415
7267
|
:type RegionName: str
|
7416
7268
|
:param _Instance: 实例ID
|
7417
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7418
7269
|
:type Instance: str
|
7419
7270
|
:param _InstanceName: 实例名称
|
7420
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7421
7271
|
:type InstanceName: str
|
7422
7272
|
:param _IntId: 配置ID
|
7423
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7424
7273
|
:type IntId: int
|
7425
7274
|
:param _MessageType: json数组, 转发类型 1: 告警 2:GPS
|
7426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7427
7275
|
:type MessageType: str
|
7428
7276
|
:param _TopicId: kafka topic id
|
7429
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7430
7277
|
:type TopicId: str
|
7431
7278
|
:param _CreateTime: 配置创建时间
|
7432
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7433
7279
|
:type CreateTime: str
|
7434
7280
|
:param _Uin: 用户Uin信息
|
7435
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7436
7281
|
:type Uin: str
|
7437
7282
|
:param _TopicName: kafka topic 名称
|
7438
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7439
7283
|
:type TopicName: str
|
7284
|
+
:param _UpdateTime: 更新时间
|
7285
|
+
:type UpdateTime: str
|
7440
7286
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7441
7287
|
:type RequestId: str
|
7442
7288
|
"""
|
@@ -7450,12 +7296,12 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7450
7296
|
self._CreateTime = None
|
7451
7297
|
self._Uin = None
|
7452
7298
|
self._TopicName = None
|
7299
|
+
self._UpdateTime = None
|
7453
7300
|
self._RequestId = None
|
7454
7301
|
|
7455
7302
|
@property
|
7456
7303
|
def RegionId(self):
|
7457
7304
|
"""区域ID
|
7458
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7459
7305
|
:rtype: str
|
7460
7306
|
"""
|
7461
7307
|
return self._RegionId
|
@@ -7467,7 +7313,6 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7467
7313
|
@property
|
7468
7314
|
def RegionName(self):
|
7469
7315
|
"""区域名称
|
7470
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7471
7316
|
:rtype: str
|
7472
7317
|
"""
|
7473
7318
|
return self._RegionName
|
@@ -7479,7 +7324,6 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7479
7324
|
@property
|
7480
7325
|
def Instance(self):
|
7481
7326
|
"""实例ID
|
7482
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7483
7327
|
:rtype: str
|
7484
7328
|
"""
|
7485
7329
|
return self._Instance
|
@@ -7491,7 +7335,6 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7491
7335
|
@property
|
7492
7336
|
def InstanceName(self):
|
7493
7337
|
"""实例名称
|
7494
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7495
7338
|
:rtype: str
|
7496
7339
|
"""
|
7497
7340
|
return self._InstanceName
|
@@ -7503,7 +7346,6 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7503
7346
|
@property
|
7504
7347
|
def IntId(self):
|
7505
7348
|
"""配置ID
|
7506
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7507
7349
|
:rtype: int
|
7508
7350
|
"""
|
7509
7351
|
return self._IntId
|
@@ -7515,7 +7357,6 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7515
7357
|
@property
|
7516
7358
|
def MessageType(self):
|
7517
7359
|
"""json数组, 转发类型 1: 告警 2:GPS
|
7518
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7519
7360
|
:rtype: str
|
7520
7361
|
"""
|
7521
7362
|
return self._MessageType
|
@@ -7527,7 +7368,6 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7527
7368
|
@property
|
7528
7369
|
def TopicId(self):
|
7529
7370
|
"""kafka topic id
|
7530
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7531
7371
|
:rtype: str
|
7532
7372
|
"""
|
7533
7373
|
return self._TopicId
|
@@ -7539,7 +7379,6 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7539
7379
|
@property
|
7540
7380
|
def CreateTime(self):
|
7541
7381
|
"""配置创建时间
|
7542
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7543
7382
|
:rtype: str
|
7544
7383
|
"""
|
7545
7384
|
return self._CreateTime
|
@@ -7551,7 +7390,6 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7551
7390
|
@property
|
7552
7391
|
def Uin(self):
|
7553
7392
|
"""用户Uin信息
|
7554
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7555
7393
|
:rtype: str
|
7556
7394
|
"""
|
7557
7395
|
return self._Uin
|
@@ -7563,7 +7401,6 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7563
7401
|
@property
|
7564
7402
|
def TopicName(self):
|
7565
7403
|
"""kafka topic 名称
|
7566
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7567
7404
|
:rtype: str
|
7568
7405
|
"""
|
7569
7406
|
return self._TopicName
|
@@ -7572,6 +7409,17 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7572
7409
|
def TopicName(self, TopicName):
|
7573
7410
|
self._TopicName = TopicName
|
7574
7411
|
|
7412
|
+
@property
|
7413
|
+
def UpdateTime(self):
|
7414
|
+
"""更新时间
|
7415
|
+
:rtype: str
|
7416
|
+
"""
|
7417
|
+
return self._UpdateTime
|
7418
|
+
|
7419
|
+
@UpdateTime.setter
|
7420
|
+
def UpdateTime(self, UpdateTime):
|
7421
|
+
self._UpdateTime = UpdateTime
|
7422
|
+
|
7575
7423
|
@property
|
7576
7424
|
def RequestId(self):
|
7577
7425
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -7595,6 +7443,7 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7595
7443
|
self._CreateTime = params.get("CreateTime")
|
7596
7444
|
self._Uin = params.get("Uin")
|
7597
7445
|
self._TopicName = params.get("TopicName")
|
7446
|
+
self._UpdateTime = params.get("UpdateTime")
|
7598
7447
|
self._RequestId = params.get("RequestId")
|
7599
7448
|
|
7600
7449
|
|
@@ -7657,10 +7506,8 @@ class DescribeMessageForwardsResponse(AbstractModel):
|
|
7657
7506
|
def __init__(self):
|
7658
7507
|
r"""
|
7659
7508
|
:param _Total: 配置总数
|
7660
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7661
7509
|
:type Total: int
|
7662
7510
|
:param _List: 配置列表
|
7663
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7664
7511
|
:type List: list of MessageForward
|
7665
7512
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7666
7513
|
:type RequestId: str
|
@@ -7672,7 +7519,6 @@ class DescribeMessageForwardsResponse(AbstractModel):
|
|
7672
7519
|
@property
|
7673
7520
|
def Total(self):
|
7674
7521
|
"""配置总数
|
7675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7676
7522
|
:rtype: int
|
7677
7523
|
"""
|
7678
7524
|
return self._Total
|
@@ -7684,7 +7530,6 @@ class DescribeMessageForwardsResponse(AbstractModel):
|
|
7684
7530
|
@property
|
7685
7531
|
def List(self):
|
7686
7532
|
"""配置列表
|
7687
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7688
7533
|
:rtype: list of MessageForward
|
7689
7534
|
"""
|
7690
7535
|
return self._List
|
@@ -7775,7 +7620,6 @@ class DescribeMonitorDataByDateResponse(AbstractModel):
|
|
7775
7620
|
def __init__(self):
|
7776
7621
|
r"""
|
7777
7622
|
:param _Data: 统计数据列表
|
7778
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7779
7623
|
:type Data: list of RecordStatistic
|
7780
7624
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7781
7625
|
:type RequestId: str
|
@@ -7786,7 +7630,6 @@ class DescribeMonitorDataByDateResponse(AbstractModel):
|
|
7786
7630
|
@property
|
7787
7631
|
def Data(self):
|
7788
7632
|
"""统计数据列表
|
7789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7790
7633
|
:rtype: list of RecordStatistic
|
7791
7634
|
"""
|
7792
7635
|
return self._Data
|
@@ -7876,7 +7719,6 @@ class DescribePresetListResponse(AbstractModel):
|
|
7876
7719
|
def __init__(self):
|
7877
7720
|
r"""
|
7878
7721
|
:param _Data: 预置列表
|
7879
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7880
7722
|
:type Data: list of PresetItem
|
7881
7723
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7882
7724
|
:type RequestId: str
|
@@ -7887,7 +7729,6 @@ class DescribePresetListResponse(AbstractModel):
|
|
7887
7729
|
@property
|
7888
7730
|
def Data(self):
|
7889
7731
|
"""预置列表
|
7890
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7891
7732
|
:rtype: list of PresetItem
|
7892
7733
|
"""
|
7893
7734
|
return self._Data
|
@@ -8022,7 +7863,6 @@ class DescribeRecordDatesByChannelResponse(AbstractModel):
|
|
8022
7863
|
def __init__(self):
|
8023
7864
|
r"""
|
8024
7865
|
:param _Dates: 含有录像文件的日期列表
|
8025
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8026
7866
|
:type Dates: list of str
|
8027
7867
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8028
7868
|
:type RequestId: str
|
@@ -8033,7 +7873,6 @@ class DescribeRecordDatesByChannelResponse(AbstractModel):
|
|
8033
7873
|
@property
|
8034
7874
|
def Dates(self):
|
8035
7875
|
"""含有录像文件的日期列表
|
8036
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8037
7876
|
:rtype: list of str
|
8038
7877
|
"""
|
8039
7878
|
return self._Dates
|
@@ -8466,7 +8305,6 @@ class DescribeRecordingPlanByIdResponse(AbstractModel):
|
|
8466
8305
|
def __init__(self):
|
8467
8306
|
r"""
|
8468
8307
|
:param _Plan: 录制计划详情
|
8469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8470
8308
|
:type Plan: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordPlanDetail`
|
8471
8309
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8472
8310
|
:type RequestId: str
|
@@ -8477,7 +8315,6 @@ class DescribeRecordingPlanByIdResponse(AbstractModel):
|
|
8477
8315
|
@property
|
8478
8316
|
def Plan(self):
|
8479
8317
|
"""录制计划详情
|
8480
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8481
8318
|
:rtype: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordPlanDetail`
|
8482
8319
|
"""
|
8483
8320
|
return self._Plan
|
@@ -8519,10 +8356,8 @@ class DescribeRecordingPlansResponse(AbstractModel):
|
|
8519
8356
|
def __init__(self):
|
8520
8357
|
r"""
|
8521
8358
|
:param _Plans: 录制计划详情·列表
|
8522
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8523
8359
|
:type Plans: list of RecordPlanDetail
|
8524
8360
|
:param _TotalCount: 录制计划总数
|
8525
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8526
8361
|
:type TotalCount: int
|
8527
8362
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8528
8363
|
:type RequestId: str
|
@@ -8534,7 +8369,6 @@ class DescribeRecordingPlansResponse(AbstractModel):
|
|
8534
8369
|
@property
|
8535
8370
|
def Plans(self):
|
8536
8371
|
"""录制计划详情·列表
|
8537
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8538
8372
|
:rtype: list of RecordPlanDetail
|
8539
8373
|
"""
|
8540
8374
|
return self._Plans
|
@@ -8546,7 +8380,6 @@ class DescribeRecordingPlansResponse(AbstractModel):
|
|
8546
8380
|
@property
|
8547
8381
|
def TotalCount(self):
|
8548
8382
|
"""录制计划总数
|
8549
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8550
8383
|
:rtype: int
|
8551
8384
|
"""
|
8552
8385
|
return self._TotalCount
|
@@ -8673,25 +8506,18 @@ class DescribeSceneResponse(AbstractModel):
|
|
8673
8506
|
def __init__(self):
|
8674
8507
|
r"""
|
8675
8508
|
:param _IntId: 场景ID
|
8676
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8677
8509
|
:type IntId: int
|
8678
8510
|
:param _RecordDuration: 录制时长(秒)
|
8679
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8680
8511
|
:type RecordDuration: int
|
8681
8512
|
:param _SceneName: 场景名称
|
8682
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8683
8513
|
:type SceneName: str
|
8684
8514
|
:param _SceneTrigger: 场景触发规则
|
8685
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8686
8515
|
:type SceneTrigger: str
|
8687
8516
|
:param _StoreDuration: 存储时长 (天)
|
8688
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8689
8517
|
:type StoreDuration: int
|
8690
8518
|
:param _CreateTime: 创建时间
|
8691
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8692
8519
|
:type CreateTime: str
|
8693
8520
|
:param _UpdateTime: 更新时间
|
8694
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8695
8521
|
:type UpdateTime: str
|
8696
8522
|
:param _Uin: 用户Uin
|
8697
8523
|
:type Uin: str
|
@@ -8711,7 +8537,6 @@ class DescribeSceneResponse(AbstractModel):
|
|
8711
8537
|
@property
|
8712
8538
|
def IntId(self):
|
8713
8539
|
"""场景ID
|
8714
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8715
8540
|
:rtype: int
|
8716
8541
|
"""
|
8717
8542
|
return self._IntId
|
@@ -8723,7 +8548,6 @@ class DescribeSceneResponse(AbstractModel):
|
|
8723
8548
|
@property
|
8724
8549
|
def RecordDuration(self):
|
8725
8550
|
"""录制时长(秒)
|
8726
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8727
8551
|
:rtype: int
|
8728
8552
|
"""
|
8729
8553
|
return self._RecordDuration
|
@@ -8735,7 +8559,6 @@ class DescribeSceneResponse(AbstractModel):
|
|
8735
8559
|
@property
|
8736
8560
|
def SceneName(self):
|
8737
8561
|
"""场景名称
|
8738
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8739
8562
|
:rtype: str
|
8740
8563
|
"""
|
8741
8564
|
return self._SceneName
|
@@ -8747,7 +8570,6 @@ class DescribeSceneResponse(AbstractModel):
|
|
8747
8570
|
@property
|
8748
8571
|
def SceneTrigger(self):
|
8749
8572
|
"""场景触发规则
|
8750
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8751
8573
|
:rtype: str
|
8752
8574
|
"""
|
8753
8575
|
return self._SceneTrigger
|
@@ -8759,7 +8581,6 @@ class DescribeSceneResponse(AbstractModel):
|
|
8759
8581
|
@property
|
8760
8582
|
def StoreDuration(self):
|
8761
8583
|
"""存储时长 (天)
|
8762
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8763
8584
|
:rtype: int
|
8764
8585
|
"""
|
8765
8586
|
return self._StoreDuration
|
@@ -8771,7 +8592,6 @@ class DescribeSceneResponse(AbstractModel):
|
|
8771
8592
|
@property
|
8772
8593
|
def CreateTime(self):
|
8773
8594
|
"""创建时间
|
8774
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8775
8595
|
:rtype: str
|
8776
8596
|
"""
|
8777
8597
|
return self._CreateTime
|
@@ -8783,7 +8603,6 @@ class DescribeSceneResponse(AbstractModel):
|
|
8783
8603
|
@property
|
8784
8604
|
def UpdateTime(self):
|
8785
8605
|
"""更新时间
|
8786
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8787
8606
|
:rtype: str
|
8788
8607
|
"""
|
8789
8608
|
return self._UpdateTime
|
@@ -8886,10 +8705,8 @@ class DescribeScenesResponse(AbstractModel):
|
|
8886
8705
|
def __init__(self):
|
8887
8706
|
r"""
|
8888
8707
|
:param _Total: 场景总数
|
8889
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8890
8708
|
:type Total: int
|
8891
8709
|
:param _List: 场景列表
|
8892
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8893
8710
|
:type List: list of SceneItem
|
8894
8711
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8895
8712
|
:type RequestId: str
|
@@ -8901,7 +8718,6 @@ class DescribeScenesResponse(AbstractModel):
|
|
8901
8718
|
@property
|
8902
8719
|
def Total(self):
|
8903
8720
|
"""场景总数
|
8904
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8905
8721
|
:rtype: int
|
8906
8722
|
"""
|
8907
8723
|
return self._Total
|
@@ -8913,7 +8729,6 @@ class DescribeScenesResponse(AbstractModel):
|
|
8913
8729
|
@property
|
8914
8730
|
def List(self):
|
8915
8731
|
"""场景列表
|
8916
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8917
8732
|
:rtype: list of SceneItem
|
8918
8733
|
"""
|
8919
8734
|
return self._List
|
@@ -9119,25 +8934,18 @@ class DescribeStatisticSummaryResponse(AbstractModel):
|
|
9119
8934
|
def __init__(self):
|
9120
8935
|
r"""
|
9121
8936
|
:param _RecordingDevice: 录制设备总数
|
9122
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9123
8937
|
:type RecordingDevice: int
|
9124
8938
|
:param _NonRecordingDevice: 非录制设备总数
|
9125
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9126
8939
|
:type NonRecordingDevice: int
|
9127
8940
|
:param _WatchFlux: 观看流量总数。为直播观看流量与点播观看流量之和。单位:GB
|
9128
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9129
8941
|
:type WatchFlux: float
|
9130
8942
|
:param _StorageUsage: 累计有效存储容量总数。单位:GB
|
9131
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9132
8943
|
:type StorageUsage: float
|
9133
8944
|
:param _P2PFluxTotal: X-P2P分享流量。单位 Byte
|
9134
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9135
8945
|
:type P2PFluxTotal: float
|
9136
8946
|
:param _P2PPeakValue: X-P2P峰值带宽。 单位bps
|
9137
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9138
8947
|
:type P2PPeakValue: float
|
9139
8948
|
:param _LivePushTotal: RTMP推流路数 ( 直播推流)
|
9140
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9141
8949
|
:type LivePushTotal: int
|
9142
8950
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9143
8951
|
:type RequestId: str
|
@@ -9154,7 +8962,6 @@ class DescribeStatisticSummaryResponse(AbstractModel):
|
|
9154
8962
|
@property
|
9155
8963
|
def RecordingDevice(self):
|
9156
8964
|
"""录制设备总数
|
9157
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9158
8965
|
:rtype: int
|
9159
8966
|
"""
|
9160
8967
|
return self._RecordingDevice
|
@@ -9166,7 +8973,6 @@ class DescribeStatisticSummaryResponse(AbstractModel):
|
|
9166
8973
|
@property
|
9167
8974
|
def NonRecordingDevice(self):
|
9168
8975
|
"""非录制设备总数
|
9169
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9170
8976
|
:rtype: int
|
9171
8977
|
"""
|
9172
8978
|
return self._NonRecordingDevice
|
@@ -9178,7 +8984,6 @@ class DescribeStatisticSummaryResponse(AbstractModel):
|
|
9178
8984
|
@property
|
9179
8985
|
def WatchFlux(self):
|
9180
8986
|
"""观看流量总数。为直播观看流量与点播观看流量之和。单位:GB
|
9181
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9182
8987
|
:rtype: float
|
9183
8988
|
"""
|
9184
8989
|
return self._WatchFlux
|
@@ -9190,7 +8995,6 @@ class DescribeStatisticSummaryResponse(AbstractModel):
|
|
9190
8995
|
@property
|
9191
8996
|
def StorageUsage(self):
|
9192
8997
|
"""累计有效存储容量总数。单位:GB
|
9193
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9194
8998
|
:rtype: float
|
9195
8999
|
"""
|
9196
9000
|
return self._StorageUsage
|
@@ -9202,7 +9006,6 @@ class DescribeStatisticSummaryResponse(AbstractModel):
|
|
9202
9006
|
@property
|
9203
9007
|
def P2PFluxTotal(self):
|
9204
9008
|
"""X-P2P分享流量。单位 Byte
|
9205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9206
9009
|
:rtype: float
|
9207
9010
|
"""
|
9208
9011
|
return self._P2PFluxTotal
|
@@ -9214,7 +9017,6 @@ class DescribeStatisticSummaryResponse(AbstractModel):
|
|
9214
9017
|
@property
|
9215
9018
|
def P2PPeakValue(self):
|
9216
9019
|
"""X-P2P峰值带宽。 单位bps
|
9217
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9218
9020
|
:rtype: float
|
9219
9021
|
"""
|
9220
9022
|
return self._P2PPeakValue
|
@@ -9226,7 +9028,6 @@ class DescribeStatisticSummaryResponse(AbstractModel):
|
|
9226
9028
|
@property
|
9227
9029
|
def LivePushTotal(self):
|
9228
9030
|
"""RTMP推流路数 ( 直播推流)
|
9229
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9230
9031
|
:rtype: int
|
9231
9032
|
"""
|
9232
9033
|
return self._LivePushTotal
|
@@ -9362,10 +9163,8 @@ class DescribeSubGroupsResponse(AbstractModel):
|
|
9362
9163
|
def __init__(self):
|
9363
9164
|
r"""
|
9364
9165
|
:param _GroupList: 子分组详情列表
|
9365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9366
9166
|
:type GroupList: list of GroupItem
|
9367
9167
|
:param _TotalCount: 子分组总数
|
9368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9369
9168
|
:type TotalCount: int
|
9370
9169
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9371
9170
|
:type RequestId: str
|
@@ -9377,7 +9176,6 @@ class DescribeSubGroupsResponse(AbstractModel):
|
|
9377
9176
|
@property
|
9378
9177
|
def GroupList(self):
|
9379
9178
|
"""子分组详情列表
|
9380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9381
9179
|
:rtype: list of GroupItem
|
9382
9180
|
"""
|
9383
9181
|
return self._GroupList
|
@@ -9389,7 +9187,6 @@ class DescribeSubGroupsResponse(AbstractModel):
|
|
9389
9187
|
@property
|
9390
9188
|
def TotalCount(self):
|
9391
9189
|
"""子分组总数
|
9392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9393
9190
|
:rtype: int
|
9394
9191
|
"""
|
9395
9192
|
return self._TotalCount
|
@@ -9621,10 +9418,8 @@ class DescribeVideoListByChannelResponse(AbstractModel):
|
|
9621
9418
|
def __init__(self):
|
9622
9419
|
r"""
|
9623
9420
|
:param _VideoList: 录像详情列表
|
9624
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9625
9421
|
:type VideoList: list of RecordTaskItem
|
9626
9422
|
:param _TotalCount: 录像总数
|
9627
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9628
9423
|
:type TotalCount: int
|
9629
9424
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9630
9425
|
:type RequestId: str
|
@@ -9636,7 +9431,6 @@ class DescribeVideoListByChannelResponse(AbstractModel):
|
|
9636
9431
|
@property
|
9637
9432
|
def VideoList(self):
|
9638
9433
|
"""录像详情列表
|
9639
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9640
9434
|
:rtype: list of RecordTaskItem
|
9641
9435
|
"""
|
9642
9436
|
return self._VideoList
|
@@ -9648,7 +9442,6 @@ class DescribeVideoListByChannelResponse(AbstractModel):
|
|
9648
9442
|
@property
|
9649
9443
|
def TotalCount(self):
|
9650
9444
|
"""录像总数
|
9651
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9652
9445
|
:rtype: int
|
9653
9446
|
"""
|
9654
9447
|
return self._TotalCount
|
@@ -10050,7 +9843,6 @@ class DescribeWarnModResponse(AbstractModel):
|
|
10050
9843
|
def __init__(self):
|
10051
9844
|
r"""
|
10052
9845
|
:param _Data: 告警类型
|
10053
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10054
9846
|
:type Data: str
|
10055
9847
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10056
9848
|
:type RequestId: str
|
@@ -10061,7 +9853,6 @@ class DescribeWarnModResponse(AbstractModel):
|
|
10061
9853
|
@property
|
10062
9854
|
def Data(self):
|
10063
9855
|
"""告警类型
|
10064
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10065
9856
|
:rtype: str
|
10066
9857
|
"""
|
10067
9858
|
return self._Data
|
@@ -10236,10 +10027,8 @@ class DescribeWarningsResponse(AbstractModel):
|
|
10236
10027
|
def __init__(self):
|
10237
10028
|
r"""
|
10238
10029
|
:param _Total: 总数
|
10239
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10240
10030
|
:type Total: int
|
10241
10031
|
:param _Data: 告警列表
|
10242
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10243
10032
|
:type Data: list of WarningsData
|
10244
10033
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10245
10034
|
:type RequestId: str
|
@@ -10251,7 +10040,6 @@ class DescribeWarningsResponse(AbstractModel):
|
|
10251
10040
|
@property
|
10252
10041
|
def Total(self):
|
10253
10042
|
"""总数
|
10254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10255
10043
|
:rtype: int
|
10256
10044
|
"""
|
10257
10045
|
return self._Total
|
@@ -10263,7 +10051,6 @@ class DescribeWarningsResponse(AbstractModel):
|
|
10263
10051
|
@property
|
10264
10052
|
def Data(self):
|
10265
10053
|
"""告警列表
|
10266
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10267
10054
|
:rtype: list of WarningsData
|
10268
10055
|
"""
|
10269
10056
|
return self._Data
|
@@ -10386,7 +10173,6 @@ class DescribeXP2PDataResponse(AbstractModel):
|
|
10386
10173
|
:param _Data: [log_time,cdn_bytes , p2p_bytes, online_people, stuck_times, stuck_people,request,request_success,request_fail,play_fail]
|
10387
10174
|
[时间戳,cdn流量(字节) , p2p流量(字节), 在线人数, 卡播次数, 卡播人数,起播请求次数,起播成功次数,起播失败次数,播放失败次数, pcdn cdn流量(字节), pcdn路由流量(字节), 上传流量(字节)]
|
10388
10175
|
[1481016480, 46118502414, 75144943171, 61691, 3853, 0,0,0,0,0, 0, 0, 0]
|
10389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10390
10176
|
:type Data: str
|
10391
10177
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10392
10178
|
:type RequestId: str
|
@@ -10399,7 +10185,6 @@ class DescribeXP2PDataResponse(AbstractModel):
|
|
10399
10185
|
"""[log_time,cdn_bytes , p2p_bytes, online_people, stuck_times, stuck_people,request,request_success,request_fail,play_fail]
|
10400
10186
|
[时间戳,cdn流量(字节) , p2p流量(字节), 在线人数, 卡播次数, 卡播人数,起播请求次数,起播成功次数,起播失败次数,播放失败次数, pcdn cdn流量(字节), pcdn路由流量(字节), 上传流量(字节)]
|
10401
10187
|
[1481016480, 46118502414, 75144943171, 61691, 3853, 0,0,0,0,0, 0, 0, 0]
|
10402
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10403
10188
|
:rtype: str
|
10404
10189
|
"""
|
10405
10190
|
return self._Data
|
@@ -10529,10 +10314,8 @@ class DeviceItem(AbstractModel):
|
|
10529
10314
|
def __init__(self):
|
10530
10315
|
r"""
|
10531
10316
|
:param _DeviceId: 设备唯一标识
|
10532
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10533
10317
|
:type DeviceId: str
|
10534
10318
|
:param _ChannelId: 通道唯一标识
|
10535
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10536
10319
|
:type ChannelId: str
|
10537
10320
|
"""
|
10538
10321
|
self._DeviceId = None
|
@@ -10541,7 +10324,6 @@ class DeviceItem(AbstractModel):
|
|
10541
10324
|
@property
|
10542
10325
|
def DeviceId(self):
|
10543
10326
|
"""设备唯一标识
|
10544
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10545
10327
|
:rtype: str
|
10546
10328
|
"""
|
10547
10329
|
return self._DeviceId
|
@@ -10553,7 +10335,6 @@ class DeviceItem(AbstractModel):
|
|
10553
10335
|
@property
|
10554
10336
|
def ChannelId(self):
|
10555
10337
|
"""通道唯一标识
|
10556
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10557
10338
|
:rtype: str
|
10558
10339
|
"""
|
10559
10340
|
return self._ChannelId
|
@@ -10584,10 +10365,8 @@ class DeviceMonitorValue(AbstractModel):
|
|
10584
10365
|
def __init__(self):
|
10585
10366
|
r"""
|
10586
10367
|
:param _Value: 统计值
|
10587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10588
10368
|
:type Value: float
|
10589
10369
|
:param _Time: 统计时间
|
10590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10591
10370
|
:type Time: int
|
10592
10371
|
"""
|
10593
10372
|
self._Value = None
|
@@ -10596,7 +10375,6 @@ class DeviceMonitorValue(AbstractModel):
|
|
10596
10375
|
@property
|
10597
10376
|
def Value(self):
|
10598
10377
|
"""统计值
|
10599
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10600
10378
|
:rtype: float
|
10601
10379
|
"""
|
10602
10380
|
return self._Value
|
@@ -10608,7 +10386,6 @@ class DeviceMonitorValue(AbstractModel):
|
|
10608
10386
|
@property
|
10609
10387
|
def Time(self):
|
10610
10388
|
"""统计时间
|
10611
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10612
10389
|
:rtype: int
|
10613
10390
|
"""
|
10614
10391
|
return self._Time
|
@@ -10639,13 +10416,10 @@ class Events(AbstractModel):
|
|
10639
10416
|
def __init__(self):
|
10640
10417
|
r"""
|
10641
10418
|
:param _EventTime: 开始时间,秒级时间戳
|
10642
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10643
10419
|
:type EventTime: int
|
10644
10420
|
:param _EventType: 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断
|
10645
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10646
10421
|
:type EventType: int
|
10647
10422
|
:param _EventDesc: 事件描述
|
10648
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10649
10423
|
:type EventDesc: str
|
10650
10424
|
:param _DeviceType: 设备类型
|
10651
10425
|
:type DeviceType: int
|
@@ -10658,7 +10432,6 @@ class Events(AbstractModel):
|
|
10658
10432
|
:param _EventLog: 事件日志
|
10659
10433
|
:type EventLog: str
|
10660
10434
|
:param _DeviceName: 设备备注名称
|
10661
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10662
10435
|
:type DeviceName: str
|
10663
10436
|
"""
|
10664
10437
|
self._EventTime = None
|
@@ -10674,7 +10447,6 @@ class Events(AbstractModel):
|
|
10674
10447
|
@property
|
10675
10448
|
def EventTime(self):
|
10676
10449
|
"""开始时间,秒级时间戳
|
10677
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10678
10450
|
:rtype: int
|
10679
10451
|
"""
|
10680
10452
|
return self._EventTime
|
@@ -10686,7 +10458,6 @@ class Events(AbstractModel):
|
|
10686
10458
|
@property
|
10687
10459
|
def EventType(self):
|
10688
10460
|
"""事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断
|
10689
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10690
10461
|
:rtype: int
|
10691
10462
|
"""
|
10692
10463
|
return self._EventType
|
@@ -10698,7 +10469,6 @@ class Events(AbstractModel):
|
|
10698
10469
|
@property
|
10699
10470
|
def EventDesc(self):
|
10700
10471
|
"""事件描述
|
10701
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10702
10472
|
:rtype: str
|
10703
10473
|
"""
|
10704
10474
|
return self._EventDesc
|
@@ -10765,7 +10535,6 @@ class Events(AbstractModel):
|
|
10765
10535
|
@property
|
10766
10536
|
def DeviceName(self):
|
10767
10537
|
"""设备备注名称
|
10768
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10769
10538
|
:rtype: str
|
10770
10539
|
"""
|
10771
10540
|
return self._DeviceName
|
@@ -10899,7 +10668,6 @@ class GetRecordDatesByDevResponse(AbstractModel):
|
|
10899
10668
|
def __init__(self):
|
10900
10669
|
r"""
|
10901
10670
|
:param _Dates: 含有录像文件的日期列表
|
10902
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10903
10671
|
:type Dates: list of str
|
10904
10672
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10905
10673
|
:type RequestId: str
|
@@ -10910,7 +10678,6 @@ class GetRecordDatesByDevResponse(AbstractModel):
|
|
10910
10678
|
@property
|
10911
10679
|
def Dates(self):
|
10912
10680
|
"""含有录像文件的日期列表
|
10913
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10914
10681
|
:rtype: list of str
|
10915
10682
|
"""
|
10916
10683
|
return self._Dates
|
@@ -10980,7 +10747,6 @@ class GetRecordPlanByDevResponse(AbstractModel):
|
|
10980
10747
|
def __init__(self):
|
10981
10748
|
r"""
|
10982
10749
|
:param _Plan: 录制计划详情
|
10983
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10984
10750
|
:type Plan: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordPlanItem`
|
10985
10751
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10986
10752
|
:type RequestId: str
|
@@ -10991,7 +10757,6 @@ class GetRecordPlanByDevResponse(AbstractModel):
|
|
10991
10757
|
@property
|
10992
10758
|
def Plan(self):
|
10993
10759
|
"""录制计划详情
|
10994
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10995
10760
|
:rtype: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordPlanItem`
|
10996
10761
|
"""
|
10997
10762
|
return self._Plan
|
@@ -11063,7 +10828,6 @@ class GetRecordPlanByIdResponse(AbstractModel):
|
|
11063
10828
|
def __init__(self):
|
11064
10829
|
r"""
|
11065
10830
|
:param _Plan: 录制计划详情
|
11066
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11067
10831
|
:type Plan: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordPlanItem`
|
11068
10832
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11069
10833
|
:type RequestId: str
|
@@ -11074,7 +10838,6 @@ class GetRecordPlanByIdResponse(AbstractModel):
|
|
11074
10838
|
@property
|
11075
10839
|
def Plan(self):
|
11076
10840
|
"""录制计划详情
|
11077
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11078
10841
|
:rtype: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordPlanItem`
|
11079
10842
|
"""
|
11080
10843
|
return self._Plan
|
@@ -11116,10 +10879,8 @@ class GetRecordPlansResponse(AbstractModel):
|
|
11116
10879
|
def __init__(self):
|
11117
10880
|
r"""
|
11118
10881
|
:param _Plans: 录制计划详情·列表
|
11119
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11120
10882
|
:type Plans: list of RecordPlanItem
|
11121
10883
|
:param _TotalCount: 录制计划总数
|
11122
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11123
10884
|
:type TotalCount: int
|
11124
10885
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11125
10886
|
:type RequestId: str
|
@@ -11131,7 +10892,6 @@ class GetRecordPlansResponse(AbstractModel):
|
|
11131
10892
|
@property
|
11132
10893
|
def Plans(self):
|
11133
10894
|
"""录制计划详情·列表
|
11134
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11135
10895
|
:rtype: list of RecordPlanItem
|
11136
10896
|
"""
|
11137
10897
|
return self._Plans
|
@@ -11143,7 +10903,6 @@ class GetRecordPlansResponse(AbstractModel):
|
|
11143
10903
|
@property
|
11144
10904
|
def TotalCount(self):
|
11145
10905
|
"""录制计划总数
|
11146
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11147
10906
|
:rtype: int
|
11148
10907
|
"""
|
11149
10908
|
return self._TotalCount
|
@@ -11219,7 +10978,6 @@ class GetTimeTemplateByIdResponse(AbstractModel):
|
|
11219
10978
|
def __init__(self):
|
11220
10979
|
r"""
|
11221
10980
|
:param _Template: 时间模板详情
|
11222
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11223
10981
|
:type Template: :class:`tencentcloud.iotvideoindustry.v20201201.models.TimeTemplateItem`
|
11224
10982
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11225
10983
|
:type RequestId: str
|
@@ -11230,7 +10988,6 @@ class GetTimeTemplateByIdResponse(AbstractModel):
|
|
11230
10988
|
@property
|
11231
10989
|
def Template(self):
|
11232
10990
|
"""时间模板详情
|
11233
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11234
10991
|
:rtype: :class:`tencentcloud.iotvideoindustry.v20201201.models.TimeTemplateItem`
|
11235
10992
|
"""
|
11236
10993
|
return self._Template
|
@@ -11272,7 +11029,6 @@ class GetTimeTemplatesResponse(AbstractModel):
|
|
11272
11029
|
def __init__(self):
|
11273
11030
|
r"""
|
11274
11031
|
:param _Templates: 时间模板列表
|
11275
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11276
11032
|
:type Templates: list of TimeTemplateItem
|
11277
11033
|
:param _TotalCount: 时间模板总数
|
11278
11034
|
:type TotalCount: int
|
@@ -11286,7 +11042,6 @@ class GetTimeTemplatesResponse(AbstractModel):
|
|
11286
11042
|
@property
|
11287
11043
|
def Templates(self):
|
11288
11044
|
"""时间模板列表
|
11289
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11290
11045
|
:rtype: list of TimeTemplateItem
|
11291
11046
|
"""
|
11292
11047
|
return self._Templates
|
@@ -11465,10 +11220,8 @@ class GetVideoListByConResponse(AbstractModel):
|
|
11465
11220
|
def __init__(self):
|
11466
11221
|
r"""
|
11467
11222
|
:param _VideoList: 录像详情列表
|
11468
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11469
11223
|
:type VideoList: list of RecordTaskItem
|
11470
11224
|
:param _TotalCount: 录像总数
|
11471
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11472
11225
|
:type TotalCount: int
|
11473
11226
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11474
11227
|
:type RequestId: str
|
@@ -11480,7 +11233,6 @@ class GetVideoListByConResponse(AbstractModel):
|
|
11480
11233
|
@property
|
11481
11234
|
def VideoList(self):
|
11482
11235
|
"""录像详情列表
|
11483
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11484
11236
|
:rtype: list of RecordTaskItem
|
11485
11237
|
"""
|
11486
11238
|
return self._VideoList
|
@@ -11492,7 +11244,6 @@ class GetVideoListByConResponse(AbstractModel):
|
|
11492
11244
|
@property
|
11493
11245
|
def TotalCount(self):
|
11494
11246
|
"""录像总数
|
11495
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11496
11247
|
:rtype: int
|
11497
11248
|
"""
|
11498
11249
|
return self._TotalCount
|
@@ -11532,43 +11283,30 @@ class GroupDeviceItem(AbstractModel):
|
|
11532
11283
|
def __init__(self):
|
11533
11284
|
r"""
|
11534
11285
|
:param _DeviceId: 设备唯一标识
|
11535
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11536
11286
|
:type DeviceId: str
|
11537
11287
|
:param _NickName: 设备名称
|
11538
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11539
11288
|
:type NickName: str
|
11540
11289
|
:param _Status: 设备状态
|
11541
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11542
11290
|
:type Status: int
|
11543
11291
|
:param _ExtraInformation: 扩展信息
|
11544
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11545
11292
|
:type ExtraInformation: str
|
11546
11293
|
:param _DeviceType: 设备类型
|
11547
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11548
11294
|
:type DeviceType: int
|
11549
11295
|
:param _RTSPUrl: rtsp地址
|
11550
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11551
11296
|
:type RTSPUrl: str
|
11552
11297
|
:param _DeviceCode: 设备编码
|
11553
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11554
11298
|
:type DeviceCode: str
|
11555
11299
|
:param _IsRecord: 是否存在录像
|
11556
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11557
11300
|
:type IsRecord: int
|
11558
11301
|
:param _Recordable: 该设备是否可录制
|
11559
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11560
11302
|
:type Recordable: int
|
11561
11303
|
:param _Protocol: 设备接入协议
|
11562
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11563
11304
|
:type Protocol: str
|
11564
11305
|
:param _CreateTime: 设备创建时间
|
11565
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11566
11306
|
:type CreateTime: int
|
11567
11307
|
:param _ChannelNum: 设备通道总数
|
11568
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11569
11308
|
:type ChannelNum: int
|
11570
11309
|
:param _VideoChannelNum: 设备视频通道总数
|
11571
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11572
11310
|
:type VideoChannelNum: int
|
11573
11311
|
"""
|
11574
11312
|
self._DeviceId = None
|
@@ -11588,7 +11326,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11588
11326
|
@property
|
11589
11327
|
def DeviceId(self):
|
11590
11328
|
"""设备唯一标识
|
11591
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11592
11329
|
:rtype: str
|
11593
11330
|
"""
|
11594
11331
|
return self._DeviceId
|
@@ -11600,7 +11337,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11600
11337
|
@property
|
11601
11338
|
def NickName(self):
|
11602
11339
|
"""设备名称
|
11603
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11604
11340
|
:rtype: str
|
11605
11341
|
"""
|
11606
11342
|
return self._NickName
|
@@ -11612,7 +11348,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11612
11348
|
@property
|
11613
11349
|
def Status(self):
|
11614
11350
|
"""设备状态
|
11615
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11616
11351
|
:rtype: int
|
11617
11352
|
"""
|
11618
11353
|
return self._Status
|
@@ -11624,7 +11359,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11624
11359
|
@property
|
11625
11360
|
def ExtraInformation(self):
|
11626
11361
|
"""扩展信息
|
11627
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11628
11362
|
:rtype: str
|
11629
11363
|
"""
|
11630
11364
|
return self._ExtraInformation
|
@@ -11636,7 +11370,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11636
11370
|
@property
|
11637
11371
|
def DeviceType(self):
|
11638
11372
|
"""设备类型
|
11639
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11640
11373
|
:rtype: int
|
11641
11374
|
"""
|
11642
11375
|
return self._DeviceType
|
@@ -11648,7 +11381,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11648
11381
|
@property
|
11649
11382
|
def RTSPUrl(self):
|
11650
11383
|
"""rtsp地址
|
11651
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11652
11384
|
:rtype: str
|
11653
11385
|
"""
|
11654
11386
|
return self._RTSPUrl
|
@@ -11660,7 +11392,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11660
11392
|
@property
|
11661
11393
|
def DeviceCode(self):
|
11662
11394
|
"""设备编码
|
11663
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11664
11395
|
:rtype: str
|
11665
11396
|
"""
|
11666
11397
|
return self._DeviceCode
|
@@ -11672,7 +11403,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11672
11403
|
@property
|
11673
11404
|
def IsRecord(self):
|
11674
11405
|
"""是否存在录像
|
11675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11676
11406
|
:rtype: int
|
11677
11407
|
"""
|
11678
11408
|
return self._IsRecord
|
@@ -11684,7 +11414,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11684
11414
|
@property
|
11685
11415
|
def Recordable(self):
|
11686
11416
|
"""该设备是否可录制
|
11687
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11688
11417
|
:rtype: int
|
11689
11418
|
"""
|
11690
11419
|
return self._Recordable
|
@@ -11696,7 +11425,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11696
11425
|
@property
|
11697
11426
|
def Protocol(self):
|
11698
11427
|
"""设备接入协议
|
11699
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11700
11428
|
:rtype: str
|
11701
11429
|
"""
|
11702
11430
|
return self._Protocol
|
@@ -11708,7 +11436,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11708
11436
|
@property
|
11709
11437
|
def CreateTime(self):
|
11710
11438
|
"""设备创建时间
|
11711
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11712
11439
|
:rtype: int
|
11713
11440
|
"""
|
11714
11441
|
return self._CreateTime
|
@@ -11720,7 +11447,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11720
11447
|
@property
|
11721
11448
|
def ChannelNum(self):
|
11722
11449
|
"""设备通道总数
|
11723
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11724
11450
|
:rtype: int
|
11725
11451
|
"""
|
11726
11452
|
return self._ChannelNum
|
@@ -11732,7 +11458,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11732
11458
|
@property
|
11733
11459
|
def VideoChannelNum(self):
|
11734
11460
|
"""设备视频通道总数
|
11735
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11736
11461
|
:rtype: int
|
11737
11462
|
"""
|
11738
11463
|
return self._VideoChannelNum
|
@@ -11790,10 +11515,8 @@ class GroupInfo(AbstractModel):
|
|
11790
11515
|
:param _CreateTime: 创建时间
|
11791
11516
|
:type CreateTime: int
|
11792
11517
|
:param _GroupStatus: 分组状态
|
11793
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11794
11518
|
:type GroupStatus: int
|
11795
11519
|
:param _Error: 设备不存在时产生的错误
|
11796
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11797
11520
|
:type Error: str
|
11798
11521
|
"""
|
11799
11522
|
self._GroupId = None
|
@@ -11898,7 +11621,6 @@ class GroupInfo(AbstractModel):
|
|
11898
11621
|
@property
|
11899
11622
|
def GroupStatus(self):
|
11900
11623
|
"""分组状态
|
11901
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11902
11624
|
:rtype: int
|
11903
11625
|
"""
|
11904
11626
|
return self._GroupStatus
|
@@ -11910,7 +11632,6 @@ class GroupInfo(AbstractModel):
|
|
11910
11632
|
@property
|
11911
11633
|
def Error(self):
|
11912
11634
|
"""设备不存在时产生的错误
|
11913
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11914
11635
|
:rtype: str
|
11915
11636
|
"""
|
11916
11637
|
return self._Error
|
@@ -11949,37 +11670,26 @@ class GroupItem(AbstractModel):
|
|
11949
11670
|
def __init__(self):
|
11950
11671
|
r"""
|
11951
11672
|
:param _GroupName: 分组名称
|
11952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11953
11673
|
:type GroupName: str
|
11954
11674
|
:param _ParentId: 父分组ID
|
11955
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11956
11675
|
:type ParentId: str
|
11957
11676
|
:param _GroupId: 分组ID
|
11958
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11959
11677
|
:type GroupId: str
|
11960
11678
|
:param _GroupPath: 分组路径
|
11961
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11962
11679
|
:type GroupPath: str
|
11963
11680
|
:param _GroupDescribe: 分组描述
|
11964
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11965
11681
|
:type GroupDescribe: str
|
11966
11682
|
:param _DeviceNum: 分组绑定设备数
|
11967
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11968
11683
|
:type DeviceNum: int
|
11969
11684
|
:param _SubGroupNum: 子分组数量
|
11970
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11971
11685
|
:type SubGroupNum: int
|
11972
11686
|
:param _ExtraInformation: 分组附加信息
|
11973
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11974
11687
|
:type ExtraInformation: str
|
11975
11688
|
:param _GroupType: 分组类型
|
11976
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11977
11689
|
:type GroupType: str
|
11978
11690
|
:param _CreateTime: 创建时间
|
11979
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11980
11691
|
:type CreateTime: int
|
11981
11692
|
:param _GroupStatus: 分组状态
|
11982
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11983
11693
|
:type GroupStatus: int
|
11984
11694
|
"""
|
11985
11695
|
self._GroupName = None
|
@@ -11997,7 +11707,6 @@ class GroupItem(AbstractModel):
|
|
11997
11707
|
@property
|
11998
11708
|
def GroupName(self):
|
11999
11709
|
"""分组名称
|
12000
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12001
11710
|
:rtype: str
|
12002
11711
|
"""
|
12003
11712
|
return self._GroupName
|
@@ -12009,7 +11718,6 @@ class GroupItem(AbstractModel):
|
|
12009
11718
|
@property
|
12010
11719
|
def ParentId(self):
|
12011
11720
|
"""父分组ID
|
12012
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12013
11721
|
:rtype: str
|
12014
11722
|
"""
|
12015
11723
|
return self._ParentId
|
@@ -12021,7 +11729,6 @@ class GroupItem(AbstractModel):
|
|
12021
11729
|
@property
|
12022
11730
|
def GroupId(self):
|
12023
11731
|
"""分组ID
|
12024
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12025
11732
|
:rtype: str
|
12026
11733
|
"""
|
12027
11734
|
return self._GroupId
|
@@ -12033,7 +11740,6 @@ class GroupItem(AbstractModel):
|
|
12033
11740
|
@property
|
12034
11741
|
def GroupPath(self):
|
12035
11742
|
"""分组路径
|
12036
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12037
11743
|
:rtype: str
|
12038
11744
|
"""
|
12039
11745
|
return self._GroupPath
|
@@ -12045,7 +11751,6 @@ class GroupItem(AbstractModel):
|
|
12045
11751
|
@property
|
12046
11752
|
def GroupDescribe(self):
|
12047
11753
|
"""分组描述
|
12048
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12049
11754
|
:rtype: str
|
12050
11755
|
"""
|
12051
11756
|
return self._GroupDescribe
|
@@ -12057,7 +11762,6 @@ class GroupItem(AbstractModel):
|
|
12057
11762
|
@property
|
12058
11763
|
def DeviceNum(self):
|
12059
11764
|
"""分组绑定设备数
|
12060
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12061
11765
|
:rtype: int
|
12062
11766
|
"""
|
12063
11767
|
return self._DeviceNum
|
@@ -12069,7 +11773,6 @@ class GroupItem(AbstractModel):
|
|
12069
11773
|
@property
|
12070
11774
|
def SubGroupNum(self):
|
12071
11775
|
"""子分组数量
|
12072
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12073
11776
|
:rtype: int
|
12074
11777
|
"""
|
12075
11778
|
return self._SubGroupNum
|
@@ -12081,7 +11784,6 @@ class GroupItem(AbstractModel):
|
|
12081
11784
|
@property
|
12082
11785
|
def ExtraInformation(self):
|
12083
11786
|
"""分组附加信息
|
12084
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12085
11787
|
:rtype: str
|
12086
11788
|
"""
|
12087
11789
|
return self._ExtraInformation
|
@@ -12093,7 +11795,6 @@ class GroupItem(AbstractModel):
|
|
12093
11795
|
@property
|
12094
11796
|
def GroupType(self):
|
12095
11797
|
"""分组类型
|
12096
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12097
11798
|
:rtype: str
|
12098
11799
|
"""
|
12099
11800
|
return self._GroupType
|
@@ -12105,7 +11806,6 @@ class GroupItem(AbstractModel):
|
|
12105
11806
|
@property
|
12106
11807
|
def CreateTime(self):
|
12107
11808
|
"""创建时间
|
12108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12109
11809
|
:rtype: int
|
12110
11810
|
"""
|
12111
11811
|
return self._CreateTime
|
@@ -12117,7 +11817,6 @@ class GroupItem(AbstractModel):
|
|
12117
11817
|
@property
|
12118
11818
|
def GroupStatus(self):
|
12119
11819
|
"""分组状态
|
12120
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12121
11820
|
:rtype: int
|
12122
11821
|
"""
|
12123
11822
|
return self._GroupStatus
|
@@ -12157,25 +11856,18 @@ class LiveChannelInfo(AbstractModel):
|
|
12157
11856
|
def __init__(self):
|
12158
11857
|
r"""
|
12159
11858
|
:param _LiveChannelId: 频道ID
|
12160
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12161
11859
|
:type LiveChannelId: str
|
12162
11860
|
:param _LiveChannelName: 频道名称
|
12163
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12164
11861
|
:type LiveChannelName: str
|
12165
11862
|
:param _LiveChannelType: 频道类型
|
12166
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12167
11863
|
:type LiveChannelType: int
|
12168
11864
|
:param _LiveStatus: 通道直播状态:1: 未推流,2: 推流中
|
12169
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12170
11865
|
:type LiveStatus: int
|
12171
11866
|
:param _PushStreamAddress: 推流地址
|
12172
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12173
11867
|
:type PushStreamAddress: str
|
12174
11868
|
:param _CreateTime: 创建时间
|
12175
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12176
11869
|
:type CreateTime: str
|
12177
11870
|
:param _UpdateTime: 修改时间
|
12178
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12179
11871
|
:type UpdateTime: str
|
12180
11872
|
"""
|
12181
11873
|
self._LiveChannelId = None
|
@@ -12189,7 +11881,6 @@ class LiveChannelInfo(AbstractModel):
|
|
12189
11881
|
@property
|
12190
11882
|
def LiveChannelId(self):
|
12191
11883
|
"""频道ID
|
12192
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12193
11884
|
:rtype: str
|
12194
11885
|
"""
|
12195
11886
|
return self._LiveChannelId
|
@@ -12201,7 +11892,6 @@ class LiveChannelInfo(AbstractModel):
|
|
12201
11892
|
@property
|
12202
11893
|
def LiveChannelName(self):
|
12203
11894
|
"""频道名称
|
12204
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12205
11895
|
:rtype: str
|
12206
11896
|
"""
|
12207
11897
|
return self._LiveChannelName
|
@@ -12213,7 +11903,6 @@ class LiveChannelInfo(AbstractModel):
|
|
12213
11903
|
@property
|
12214
11904
|
def LiveChannelType(self):
|
12215
11905
|
"""频道类型
|
12216
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12217
11906
|
:rtype: int
|
12218
11907
|
"""
|
12219
11908
|
return self._LiveChannelType
|
@@ -12225,7 +11914,6 @@ class LiveChannelInfo(AbstractModel):
|
|
12225
11914
|
@property
|
12226
11915
|
def LiveStatus(self):
|
12227
11916
|
"""通道直播状态:1: 未推流,2: 推流中
|
12228
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12229
11917
|
:rtype: int
|
12230
11918
|
"""
|
12231
11919
|
return self._LiveStatus
|
@@ -12237,7 +11925,6 @@ class LiveChannelInfo(AbstractModel):
|
|
12237
11925
|
@property
|
12238
11926
|
def PushStreamAddress(self):
|
12239
11927
|
"""推流地址
|
12240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12241
11928
|
:rtype: str
|
12242
11929
|
"""
|
12243
11930
|
return self._PushStreamAddress
|
@@ -12249,7 +11936,6 @@ class LiveChannelInfo(AbstractModel):
|
|
12249
11936
|
@property
|
12250
11937
|
def CreateTime(self):
|
12251
11938
|
"""创建时间
|
12252
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12253
11939
|
:rtype: str
|
12254
11940
|
"""
|
12255
11941
|
return self._CreateTime
|
@@ -12261,7 +11947,6 @@ class LiveChannelInfo(AbstractModel):
|
|
12261
11947
|
@property
|
12262
11948
|
def UpdateTime(self):
|
12263
11949
|
"""修改时间
|
12264
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12265
11950
|
:rtype: str
|
12266
11951
|
"""
|
12267
11952
|
return self._UpdateTime
|
@@ -12559,37 +12244,26 @@ class MessageForward(AbstractModel):
|
|
12559
12244
|
def __init__(self):
|
12560
12245
|
r"""
|
12561
12246
|
:param _IntId: 配置ID
|
12562
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12563
12247
|
:type IntId: int
|
12564
12248
|
:param _Uin: 用户Uin
|
12565
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12566
12249
|
:type Uin: str
|
12567
12250
|
:param _MessageType: json数组, 转发类型 1: 告警 2:GPS
|
12568
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12569
12251
|
:type MessageType: str
|
12570
12252
|
:param _RegionId: 区域ID
|
12571
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12572
12253
|
:type RegionId: str
|
12573
12254
|
:param _RegionName: 区域名称
|
12574
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12575
12255
|
:type RegionName: str
|
12576
12256
|
:param _Instance: 实例ID
|
12577
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12578
12257
|
:type Instance: str
|
12579
12258
|
:param _InstanceName: 实例名称
|
12580
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12581
12259
|
:type InstanceName: str
|
12582
12260
|
:param _TopicId: kafka topic id
|
12583
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12584
12261
|
:type TopicId: str
|
12585
12262
|
:param _CreateTime: 创建时间
|
12586
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12587
12263
|
:type CreateTime: str
|
12588
12264
|
:param _UpdateTime: 更新时间
|
12589
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12590
12265
|
:type UpdateTime: str
|
12591
12266
|
:param _TopicName: topic 名称
|
12592
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12593
12267
|
:type TopicName: str
|
12594
12268
|
"""
|
12595
12269
|
self._IntId = None
|
@@ -12607,7 +12281,6 @@ class MessageForward(AbstractModel):
|
|
12607
12281
|
@property
|
12608
12282
|
def IntId(self):
|
12609
12283
|
"""配置ID
|
12610
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12611
12284
|
:rtype: int
|
12612
12285
|
"""
|
12613
12286
|
return self._IntId
|
@@ -12619,7 +12292,6 @@ class MessageForward(AbstractModel):
|
|
12619
12292
|
@property
|
12620
12293
|
def Uin(self):
|
12621
12294
|
"""用户Uin
|
12622
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12623
12295
|
:rtype: str
|
12624
12296
|
"""
|
12625
12297
|
return self._Uin
|
@@ -12631,7 +12303,6 @@ class MessageForward(AbstractModel):
|
|
12631
12303
|
@property
|
12632
12304
|
def MessageType(self):
|
12633
12305
|
"""json数组, 转发类型 1: 告警 2:GPS
|
12634
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12635
12306
|
:rtype: str
|
12636
12307
|
"""
|
12637
12308
|
return self._MessageType
|
@@ -12643,7 +12314,6 @@ class MessageForward(AbstractModel):
|
|
12643
12314
|
@property
|
12644
12315
|
def RegionId(self):
|
12645
12316
|
"""区域ID
|
12646
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12647
12317
|
:rtype: str
|
12648
12318
|
"""
|
12649
12319
|
return self._RegionId
|
@@ -12655,7 +12325,6 @@ class MessageForward(AbstractModel):
|
|
12655
12325
|
@property
|
12656
12326
|
def RegionName(self):
|
12657
12327
|
"""区域名称
|
12658
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12659
12328
|
:rtype: str
|
12660
12329
|
"""
|
12661
12330
|
return self._RegionName
|
@@ -12667,7 +12336,6 @@ class MessageForward(AbstractModel):
|
|
12667
12336
|
@property
|
12668
12337
|
def Instance(self):
|
12669
12338
|
"""实例ID
|
12670
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12671
12339
|
:rtype: str
|
12672
12340
|
"""
|
12673
12341
|
return self._Instance
|
@@ -12679,7 +12347,6 @@ class MessageForward(AbstractModel):
|
|
12679
12347
|
@property
|
12680
12348
|
def InstanceName(self):
|
12681
12349
|
"""实例名称
|
12682
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12683
12350
|
:rtype: str
|
12684
12351
|
"""
|
12685
12352
|
return self._InstanceName
|
@@ -12691,7 +12358,6 @@ class MessageForward(AbstractModel):
|
|
12691
12358
|
@property
|
12692
12359
|
def TopicId(self):
|
12693
12360
|
"""kafka topic id
|
12694
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12695
12361
|
:rtype: str
|
12696
12362
|
"""
|
12697
12363
|
return self._TopicId
|
@@ -12703,7 +12369,6 @@ class MessageForward(AbstractModel):
|
|
12703
12369
|
@property
|
12704
12370
|
def CreateTime(self):
|
12705
12371
|
"""创建时间
|
12706
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12707
12372
|
:rtype: str
|
12708
12373
|
"""
|
12709
12374
|
return self._CreateTime
|
@@ -12715,7 +12380,6 @@ class MessageForward(AbstractModel):
|
|
12715
12380
|
@property
|
12716
12381
|
def UpdateTime(self):
|
12717
12382
|
"""更新时间
|
12718
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12719
12383
|
:rtype: str
|
12720
12384
|
"""
|
12721
12385
|
return self._UpdateTime
|
@@ -12727,7 +12391,6 @@ class MessageForward(AbstractModel):
|
|
12727
12391
|
@property
|
12728
12392
|
def TopicName(self):
|
12729
12393
|
"""topic 名称
|
12730
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12731
12394
|
:rtype: str
|
12732
12395
|
"""
|
12733
12396
|
return self._TopicName
|
@@ -13209,7 +12872,6 @@ class ModifyDeviceDataResponse(AbstractModel):
|
|
13209
12872
|
def __init__(self):
|
13210
12873
|
r"""
|
13211
12874
|
:param _Status: 操作结果,“OK”表示成功,其他表示失败。
|
13212
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13213
12875
|
:type Status: str
|
13214
12876
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13215
12877
|
:type RequestId: str
|
@@ -13220,7 +12882,6 @@ class ModifyDeviceDataResponse(AbstractModel):
|
|
13220
12882
|
@property
|
13221
12883
|
def Status(self):
|
13222
12884
|
"""操作结果,“OK”表示成功,其他表示失败。
|
13223
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13224
12885
|
:rtype: str
|
13225
12886
|
"""
|
13226
12887
|
return self._Status
|
@@ -14085,10 +13746,8 @@ class PresetItem(AbstractModel):
|
|
14085
13746
|
def __init__(self):
|
14086
13747
|
r"""
|
14087
13748
|
:param _PresetId: 预置位ID
|
14088
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14089
13749
|
:type PresetId: int
|
14090
13750
|
:param _PresetName: 预置位名称
|
14091
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14092
13751
|
:type PresetName: str
|
14093
13752
|
:param _Status: 预置位状态 0:未设置预置位 1:已设置预置位 2:已设置预置位&看守位
|
14094
13753
|
:type Status: int
|
@@ -14103,7 +13762,6 @@ class PresetItem(AbstractModel):
|
|
14103
13762
|
@property
|
14104
13763
|
def PresetId(self):
|
14105
13764
|
"""预置位ID
|
14106
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14107
13765
|
:rtype: int
|
14108
13766
|
"""
|
14109
13767
|
return self._PresetId
|
@@ -14115,7 +13773,6 @@ class PresetItem(AbstractModel):
|
|
14115
13773
|
@property
|
14116
13774
|
def PresetName(self):
|
14117
13775
|
"""预置位名称
|
14118
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14119
13776
|
:rtype: str
|
14120
13777
|
"""
|
14121
13778
|
return self._PresetName
|
@@ -14170,22 +13827,16 @@ class RecordPlanDetail(AbstractModel):
|
|
14170
13827
|
def __init__(self):
|
14171
13828
|
r"""
|
14172
13829
|
:param _PlanId: 计划ID
|
14173
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14174
13830
|
:type PlanId: str
|
14175
13831
|
:param _Name: 计划名称
|
14176
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14177
13832
|
:type Name: str
|
14178
13833
|
:param _TimeTemplateId: 时间模板ID
|
14179
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14180
13834
|
:type TimeTemplateId: str
|
14181
13835
|
:param _TimeTemplateName: 时间模板名称
|
14182
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14183
13836
|
:type TimeTemplateName: str
|
14184
13837
|
:param _Channels: 绑定的通道列表
|
14185
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14186
13838
|
:type Channels: list of ChannelItem
|
14187
13839
|
:param _RecordStorageTime: 存储周期(天)
|
14188
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14189
13840
|
:type RecordStorageTime: int
|
14190
13841
|
"""
|
14191
13842
|
self._PlanId = None
|
@@ -14198,7 +13849,6 @@ class RecordPlanDetail(AbstractModel):
|
|
14198
13849
|
@property
|
14199
13850
|
def PlanId(self):
|
14200
13851
|
"""计划ID
|
14201
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14202
13852
|
:rtype: str
|
14203
13853
|
"""
|
14204
13854
|
return self._PlanId
|
@@ -14210,7 +13860,6 @@ class RecordPlanDetail(AbstractModel):
|
|
14210
13860
|
@property
|
14211
13861
|
def Name(self):
|
14212
13862
|
"""计划名称
|
14213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14214
13863
|
:rtype: str
|
14215
13864
|
"""
|
14216
13865
|
return self._Name
|
@@ -14222,7 +13871,6 @@ class RecordPlanDetail(AbstractModel):
|
|
14222
13871
|
@property
|
14223
13872
|
def TimeTemplateId(self):
|
14224
13873
|
"""时间模板ID
|
14225
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14226
13874
|
:rtype: str
|
14227
13875
|
"""
|
14228
13876
|
return self._TimeTemplateId
|
@@ -14234,7 +13882,6 @@ class RecordPlanDetail(AbstractModel):
|
|
14234
13882
|
@property
|
14235
13883
|
def TimeTemplateName(self):
|
14236
13884
|
"""时间模板名称
|
14237
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14238
13885
|
:rtype: str
|
14239
13886
|
"""
|
14240
13887
|
return self._TimeTemplateName
|
@@ -14246,7 +13893,6 @@ class RecordPlanDetail(AbstractModel):
|
|
14246
13893
|
@property
|
14247
13894
|
def Channels(self):
|
14248
13895
|
"""绑定的通道列表
|
14249
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14250
13896
|
:rtype: list of ChannelItem
|
14251
13897
|
"""
|
14252
13898
|
return self._Channels
|
@@ -14258,7 +13904,6 @@ class RecordPlanDetail(AbstractModel):
|
|
14258
13904
|
@property
|
14259
13905
|
def RecordStorageTime(self):
|
14260
13906
|
"""存储周期(天)
|
14261
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14262
13907
|
:rtype: int
|
14263
13908
|
"""
|
14264
13909
|
return self._RecordStorageTime
|
@@ -14298,25 +13943,18 @@ class RecordPlanItem(AbstractModel):
|
|
14298
13943
|
def __init__(self):
|
14299
13944
|
r"""
|
14300
13945
|
:param _PlanId: 计划ID
|
14301
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14302
13946
|
:type PlanId: str
|
14303
13947
|
:param _Name: 计划名称
|
14304
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14305
13948
|
:type Name: str
|
14306
13949
|
:param _TimeTemplateId: 时间模板ID
|
14307
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14308
13950
|
:type TimeTemplateId: str
|
14309
13951
|
:param _TimeTemplateName: 时间模板名称
|
14310
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14311
13952
|
:type TimeTemplateName: str
|
14312
13953
|
:param _EventId: 录制类型
|
14313
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14314
13954
|
:type EventId: int
|
14315
13955
|
:param _Devices: 绑定的设备列表
|
14316
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14317
13956
|
:type Devices: list of DeviceItem
|
14318
13957
|
:param _RecordStorageTime: 录像存储天数
|
14319
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14320
13958
|
:type RecordStorageTime: int
|
14321
13959
|
"""
|
14322
13960
|
self._PlanId = None
|
@@ -14330,7 +13968,6 @@ class RecordPlanItem(AbstractModel):
|
|
14330
13968
|
@property
|
14331
13969
|
def PlanId(self):
|
14332
13970
|
"""计划ID
|
14333
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14334
13971
|
:rtype: str
|
14335
13972
|
"""
|
14336
13973
|
return self._PlanId
|
@@ -14342,7 +13979,6 @@ class RecordPlanItem(AbstractModel):
|
|
14342
13979
|
@property
|
14343
13980
|
def Name(self):
|
14344
13981
|
"""计划名称
|
14345
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14346
13982
|
:rtype: str
|
14347
13983
|
"""
|
14348
13984
|
return self._Name
|
@@ -14354,7 +13990,6 @@ class RecordPlanItem(AbstractModel):
|
|
14354
13990
|
@property
|
14355
13991
|
def TimeTemplateId(self):
|
14356
13992
|
"""时间模板ID
|
14357
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14358
13993
|
:rtype: str
|
14359
13994
|
"""
|
14360
13995
|
return self._TimeTemplateId
|
@@ -14366,7 +14001,6 @@ class RecordPlanItem(AbstractModel):
|
|
14366
14001
|
@property
|
14367
14002
|
def TimeTemplateName(self):
|
14368
14003
|
"""时间模板名称
|
14369
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14370
14004
|
:rtype: str
|
14371
14005
|
"""
|
14372
14006
|
return self._TimeTemplateName
|
@@ -14378,7 +14012,6 @@ class RecordPlanItem(AbstractModel):
|
|
14378
14012
|
@property
|
14379
14013
|
def EventId(self):
|
14380
14014
|
"""录制类型
|
14381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14382
14015
|
:rtype: int
|
14383
14016
|
"""
|
14384
14017
|
return self._EventId
|
@@ -14390,7 +14023,6 @@ class RecordPlanItem(AbstractModel):
|
|
14390
14023
|
@property
|
14391
14024
|
def Devices(self):
|
14392
14025
|
"""绑定的设备列表
|
14393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14394
14026
|
:rtype: list of DeviceItem
|
14395
14027
|
"""
|
14396
14028
|
return self._Devices
|
@@ -14402,7 +14034,6 @@ class RecordPlanItem(AbstractModel):
|
|
14402
14034
|
@property
|
14403
14035
|
def RecordStorageTime(self):
|
14404
14036
|
"""录像存储天数
|
14405
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14406
14037
|
:rtype: int
|
14407
14038
|
"""
|
14408
14039
|
return self._RecordStorageTime
|
@@ -14443,10 +14074,8 @@ class RecordStatistic(AbstractModel):
|
|
14443
14074
|
def __init__(self):
|
14444
14075
|
r"""
|
14445
14076
|
:param _Time: 时间戳
|
14446
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14447
14077
|
:type Time: int
|
14448
14078
|
:param _Value: 统计结果
|
14449
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14450
14079
|
:type Value: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordStatisticValue`
|
14451
14080
|
"""
|
14452
14081
|
self._Time = None
|
@@ -14455,7 +14084,6 @@ class RecordStatistic(AbstractModel):
|
|
14455
14084
|
@property
|
14456
14085
|
def Time(self):
|
14457
14086
|
"""时间戳
|
14458
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14459
14087
|
:rtype: int
|
14460
14088
|
"""
|
14461
14089
|
return self._Time
|
@@ -14467,7 +14095,6 @@ class RecordStatistic(AbstractModel):
|
|
14467
14095
|
@property
|
14468
14096
|
def Value(self):
|
14469
14097
|
"""统计结果
|
14470
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14471
14098
|
:rtype: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordStatisticValue`
|
14472
14099
|
"""
|
14473
14100
|
return self._Value
|
@@ -14572,34 +14199,24 @@ class RecordTaskItem(AbstractModel):
|
|
14572
14199
|
def __init__(self):
|
14573
14200
|
r"""
|
14574
14201
|
:param _RecordTaskId: 录像任务ID
|
14575
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14576
14202
|
:type RecordTaskId: str
|
14577
14203
|
:param _RecordPlanId: 录制计划ID
|
14578
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14579
14204
|
:type RecordPlanId: str
|
14580
14205
|
:param _StartTime: 本录制片段开始时间
|
14581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14582
14206
|
:type StartTime: int
|
14583
14207
|
:param _EndTime: 本录制片段结束时间
|
14584
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14585
14208
|
:type EndTime: int
|
14586
14209
|
:param _EventId: 录制模式
|
14587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14588
14210
|
:type EventId: int
|
14589
14211
|
:param _VideoUrl: 本录制片段对应的录制文件URL
|
14590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14591
14212
|
:type VideoUrl: str
|
14592
14213
|
:param _RecordStatus: 本录制片段当前的录制状态
|
14593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14594
14214
|
:type RecordStatus: int
|
14595
14215
|
:param _SceneId: 场景ID
|
14596
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14597
14216
|
:type SceneId: int
|
14598
14217
|
:param _WarnId: 告警ID
|
14599
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14600
14218
|
:type WarnId: int
|
14601
14219
|
:param _RecordId: 录制id,NVR下属设备有效
|
14602
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14603
14220
|
:type RecordId: str
|
14604
14221
|
"""
|
14605
14222
|
self._RecordTaskId = None
|
@@ -14616,7 +14233,6 @@ class RecordTaskItem(AbstractModel):
|
|
14616
14233
|
@property
|
14617
14234
|
def RecordTaskId(self):
|
14618
14235
|
"""录像任务ID
|
14619
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14620
14236
|
:rtype: str
|
14621
14237
|
"""
|
14622
14238
|
return self._RecordTaskId
|
@@ -14628,7 +14244,6 @@ class RecordTaskItem(AbstractModel):
|
|
14628
14244
|
@property
|
14629
14245
|
def RecordPlanId(self):
|
14630
14246
|
"""录制计划ID
|
14631
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14632
14247
|
:rtype: str
|
14633
14248
|
"""
|
14634
14249
|
return self._RecordPlanId
|
@@ -14640,7 +14255,6 @@ class RecordTaskItem(AbstractModel):
|
|
14640
14255
|
@property
|
14641
14256
|
def StartTime(self):
|
14642
14257
|
"""本录制片段开始时间
|
14643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14644
14258
|
:rtype: int
|
14645
14259
|
"""
|
14646
14260
|
return self._StartTime
|
@@ -14652,7 +14266,6 @@ class RecordTaskItem(AbstractModel):
|
|
14652
14266
|
@property
|
14653
14267
|
def EndTime(self):
|
14654
14268
|
"""本录制片段结束时间
|
14655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14656
14269
|
:rtype: int
|
14657
14270
|
"""
|
14658
14271
|
return self._EndTime
|
@@ -14664,7 +14277,6 @@ class RecordTaskItem(AbstractModel):
|
|
14664
14277
|
@property
|
14665
14278
|
def EventId(self):
|
14666
14279
|
"""录制模式
|
14667
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14668
14280
|
:rtype: int
|
14669
14281
|
"""
|
14670
14282
|
return self._EventId
|
@@ -14676,7 +14288,6 @@ class RecordTaskItem(AbstractModel):
|
|
14676
14288
|
@property
|
14677
14289
|
def VideoUrl(self):
|
14678
14290
|
"""本录制片段对应的录制文件URL
|
14679
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14680
14291
|
:rtype: str
|
14681
14292
|
"""
|
14682
14293
|
return self._VideoUrl
|
@@ -14688,7 +14299,6 @@ class RecordTaskItem(AbstractModel):
|
|
14688
14299
|
@property
|
14689
14300
|
def RecordStatus(self):
|
14690
14301
|
"""本录制片段当前的录制状态
|
14691
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14692
14302
|
:rtype: int
|
14693
14303
|
"""
|
14694
14304
|
return self._RecordStatus
|
@@ -14700,7 +14310,6 @@ class RecordTaskItem(AbstractModel):
|
|
14700
14310
|
@property
|
14701
14311
|
def SceneId(self):
|
14702
14312
|
"""场景ID
|
14703
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14704
14313
|
:rtype: int
|
14705
14314
|
"""
|
14706
14315
|
return self._SceneId
|
@@ -14712,7 +14321,6 @@ class RecordTaskItem(AbstractModel):
|
|
14712
14321
|
@property
|
14713
14322
|
def WarnId(self):
|
14714
14323
|
"""告警ID
|
14715
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14716
14324
|
:rtype: int
|
14717
14325
|
"""
|
14718
14326
|
return self._WarnId
|
@@ -14724,7 +14332,6 @@ class RecordTaskItem(AbstractModel):
|
|
14724
14332
|
@property
|
14725
14333
|
def RecordId(self):
|
14726
14334
|
"""录制id,NVR下属设备有效
|
14727
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14728
14335
|
:rtype: str
|
14729
14336
|
"""
|
14730
14337
|
return self._RecordId
|
@@ -14842,22 +14449,16 @@ class SceneItem(AbstractModel):
|
|
14842
14449
|
def __init__(self):
|
14843
14450
|
r"""
|
14844
14451
|
:param _IntId: 场景ID
|
14845
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14846
14452
|
:type IntId: int
|
14847
14453
|
:param _Uin: 用户UIN
|
14848
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14849
14454
|
:type Uin: str
|
14850
14455
|
:param _SceneName: 场景名称
|
14851
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14852
14456
|
:type SceneName: str
|
14853
14457
|
:param _SceneTrigger: 触发规则
|
14854
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14855
14458
|
:type SceneTrigger: str
|
14856
14459
|
:param _RecordDuration: 录制时长 秒
|
14857
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14858
14460
|
:type RecordDuration: int
|
14859
14461
|
:param _StoreDuration: 存储时长 天
|
14860
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14861
14462
|
:type StoreDuration: int
|
14862
14463
|
:param _CreateTime: 创建时间
|
14863
14464
|
:type CreateTime: str
|
@@ -14876,7 +14477,6 @@ class SceneItem(AbstractModel):
|
|
14876
14477
|
@property
|
14877
14478
|
def IntId(self):
|
14878
14479
|
"""场景ID
|
14879
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14880
14480
|
:rtype: int
|
14881
14481
|
"""
|
14882
14482
|
return self._IntId
|
@@ -14888,7 +14488,6 @@ class SceneItem(AbstractModel):
|
|
14888
14488
|
@property
|
14889
14489
|
def Uin(self):
|
14890
14490
|
"""用户UIN
|
14891
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14892
14491
|
:rtype: str
|
14893
14492
|
"""
|
14894
14493
|
return self._Uin
|
@@ -14900,7 +14499,6 @@ class SceneItem(AbstractModel):
|
|
14900
14499
|
@property
|
14901
14500
|
def SceneName(self):
|
14902
14501
|
"""场景名称
|
14903
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14904
14502
|
:rtype: str
|
14905
14503
|
"""
|
14906
14504
|
return self._SceneName
|
@@ -14912,7 +14510,6 @@ class SceneItem(AbstractModel):
|
|
14912
14510
|
@property
|
14913
14511
|
def SceneTrigger(self):
|
14914
14512
|
"""触发规则
|
14915
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14916
14513
|
:rtype: str
|
14917
14514
|
"""
|
14918
14515
|
return self._SceneTrigger
|
@@ -14924,7 +14521,6 @@ class SceneItem(AbstractModel):
|
|
14924
14521
|
@property
|
14925
14522
|
def RecordDuration(self):
|
14926
14523
|
"""录制时长 秒
|
14927
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14928
14524
|
:rtype: int
|
14929
14525
|
"""
|
14930
14526
|
return self._RecordDuration
|
@@ -14936,7 +14532,6 @@ class SceneItem(AbstractModel):
|
|
14936
14532
|
@property
|
14937
14533
|
def StoreDuration(self):
|
14938
14534
|
"""存储时长 天
|
14939
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14940
14535
|
:rtype: int
|
14941
14536
|
"""
|
14942
14537
|
return self._StoreDuration
|
@@ -15237,19 +14832,14 @@ class TimeTemplateItem(AbstractModel):
|
|
15237
14832
|
def __init__(self):
|
15238
14833
|
r"""
|
15239
14834
|
:param _TemplateId: 时间模板ID
|
15240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15241
14835
|
:type TemplateId: str
|
15242
14836
|
:param _Name: 模板名称
|
15243
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15244
14837
|
:type Name: str
|
15245
14838
|
:param _IsAllWeek: 是否全时录制,即7*24小时录制 0-否 1-是
|
15246
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15247
14839
|
:type IsAllWeek: int
|
15248
14840
|
:param _Type: 是否为自定义模板 0-否 1-是
|
15249
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15250
14841
|
:type Type: int
|
15251
14842
|
:param _TimeTemplateSpecs: 时间片段详情
|
15252
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15253
14843
|
:type TimeTemplateSpecs: list of TimeTemplateSpec
|
15254
14844
|
"""
|
15255
14845
|
self._TemplateId = None
|
@@ -15261,7 +14851,6 @@ class TimeTemplateItem(AbstractModel):
|
|
15261
14851
|
@property
|
15262
14852
|
def TemplateId(self):
|
15263
14853
|
"""时间模板ID
|
15264
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15265
14854
|
:rtype: str
|
15266
14855
|
"""
|
15267
14856
|
return self._TemplateId
|
@@ -15273,7 +14862,6 @@ class TimeTemplateItem(AbstractModel):
|
|
15273
14862
|
@property
|
15274
14863
|
def Name(self):
|
15275
14864
|
"""模板名称
|
15276
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15277
14865
|
:rtype: str
|
15278
14866
|
"""
|
15279
14867
|
return self._Name
|
@@ -15285,7 +14873,6 @@ class TimeTemplateItem(AbstractModel):
|
|
15285
14873
|
@property
|
15286
14874
|
def IsAllWeek(self):
|
15287
14875
|
"""是否全时录制,即7*24小时录制 0-否 1-是
|
15288
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15289
14876
|
:rtype: int
|
15290
14877
|
"""
|
15291
14878
|
return self._IsAllWeek
|
@@ -15297,7 +14884,6 @@ class TimeTemplateItem(AbstractModel):
|
|
15297
14884
|
@property
|
15298
14885
|
def Type(self):
|
15299
14886
|
"""是否为自定义模板 0-否 1-是
|
15300
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15301
14887
|
:rtype: int
|
15302
14888
|
"""
|
15303
14889
|
return self._Type
|
@@ -15309,7 +14895,6 @@ class TimeTemplateItem(AbstractModel):
|
|
15309
14895
|
@property
|
15310
14896
|
def TimeTemplateSpecs(self):
|
15311
14897
|
"""时间片段详情
|
15312
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15313
14898
|
:rtype: list of TimeTemplateSpec
|
15314
14899
|
"""
|
15315
14900
|
return self._TimeTemplateSpecs
|
@@ -15580,7 +15165,6 @@ class UpdateDevicePassWordResponse(AbstractModel):
|
|
15580
15165
|
def __init__(self):
|
15581
15166
|
r"""
|
15582
15167
|
:param _Status: 操作结果,“OK”表示成功,其他表示失败。
|
15583
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15584
15168
|
:type Status: str
|
15585
15169
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15586
15170
|
:type RequestId: str
|
@@ -15591,7 +15175,6 @@ class UpdateDevicePassWordResponse(AbstractModel):
|
|
15591
15175
|
@property
|
15592
15176
|
def Status(self):
|
15593
15177
|
"""操作结果,“OK”表示成功,其他表示失败。
|
15594
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15595
15178
|
:rtype: str
|
15596
15179
|
"""
|
15597
15180
|
return self._Status
|
@@ -15919,28 +15502,20 @@ class WarningsData(AbstractModel):
|
|
15919
15502
|
def __init__(self):
|
15920
15503
|
r"""
|
15921
15504
|
:param _Id: 唯一ID
|
15922
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15923
15505
|
:type Id: int
|
15924
15506
|
:param _DeviceId: 设备ID
|
15925
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15926
15507
|
:type DeviceId: str
|
15927
15508
|
:param _DeviceName: 设备名称
|
15928
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15929
15509
|
:type DeviceName: str
|
15930
15510
|
:param _WarnChannel: 告警通道
|
15931
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15932
15511
|
:type WarnChannel: str
|
15933
15512
|
:param _WarnLevel: 告警级别 1: "一级警情", 2: "二级警情", 3: "三级警情", 4: "四级警情",
|
15934
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15935
15513
|
:type WarnLevel: int
|
15936
15514
|
:param _WarnLevelName: 告警级别名称
|
15937
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15938
15515
|
:type WarnLevelName: str
|
15939
15516
|
:param _WarnMode: 告警方式 2 设备报警 5 视频报警 6 设备故障报警
|
15940
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15941
15517
|
:type WarnMode: int
|
15942
15518
|
:param _WarnModeName: 告警方式名称
|
15943
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15944
15519
|
:type WarnModeName: str
|
15945
15520
|
:param _WarnType: 告警类型 2: {
|
15946
15521
|
Name: "设备报警",
|
@@ -15976,16 +15551,12 @@ class WarningsData(AbstractModel):
|
|
15976
15551
|
2: "存储设备风扇故障报警",
|
15977
15552
|
},
|
15978
15553
|
}
|
15979
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15980
15554
|
:type WarnType: int
|
15981
15555
|
:param _Del: 是否删除
|
15982
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15983
15556
|
:type Del: int
|
15984
15557
|
:param _CreateTime: 创建时间
|
15985
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15986
15558
|
:type CreateTime: str
|
15987
15559
|
:param _UpdateTime: 更新时间
|
15988
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15989
15560
|
:type UpdateTime: str
|
15990
15561
|
"""
|
15991
15562
|
self._Id = None
|
@@ -16004,7 +15575,6 @@ class WarningsData(AbstractModel):
|
|
16004
15575
|
@property
|
16005
15576
|
def Id(self):
|
16006
15577
|
"""唯一ID
|
16007
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16008
15578
|
:rtype: int
|
16009
15579
|
"""
|
16010
15580
|
return self._Id
|
@@ -16016,7 +15586,6 @@ class WarningsData(AbstractModel):
|
|
16016
15586
|
@property
|
16017
15587
|
def DeviceId(self):
|
16018
15588
|
"""设备ID
|
16019
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16020
15589
|
:rtype: str
|
16021
15590
|
"""
|
16022
15591
|
return self._DeviceId
|
@@ -16028,7 +15597,6 @@ class WarningsData(AbstractModel):
|
|
16028
15597
|
@property
|
16029
15598
|
def DeviceName(self):
|
16030
15599
|
"""设备名称
|
16031
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16032
15600
|
:rtype: str
|
16033
15601
|
"""
|
16034
15602
|
return self._DeviceName
|
@@ -16040,7 +15608,6 @@ class WarningsData(AbstractModel):
|
|
16040
15608
|
@property
|
16041
15609
|
def WarnChannel(self):
|
16042
15610
|
"""告警通道
|
16043
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16044
15611
|
:rtype: str
|
16045
15612
|
"""
|
16046
15613
|
return self._WarnChannel
|
@@ -16052,7 +15619,6 @@ class WarningsData(AbstractModel):
|
|
16052
15619
|
@property
|
16053
15620
|
def WarnLevel(self):
|
16054
15621
|
"""告警级别 1: "一级警情", 2: "二级警情", 3: "三级警情", 4: "四级警情",
|
16055
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16056
15622
|
:rtype: int
|
16057
15623
|
"""
|
16058
15624
|
return self._WarnLevel
|
@@ -16064,7 +15630,6 @@ class WarningsData(AbstractModel):
|
|
16064
15630
|
@property
|
16065
15631
|
def WarnLevelName(self):
|
16066
15632
|
"""告警级别名称
|
16067
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16068
15633
|
:rtype: str
|
16069
15634
|
"""
|
16070
15635
|
return self._WarnLevelName
|
@@ -16076,7 +15641,6 @@ class WarningsData(AbstractModel):
|
|
16076
15641
|
@property
|
16077
15642
|
def WarnMode(self):
|
16078
15643
|
"""告警方式 2 设备报警 5 视频报警 6 设备故障报警
|
16079
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16080
15644
|
:rtype: int
|
16081
15645
|
"""
|
16082
15646
|
return self._WarnMode
|
@@ -16088,7 +15652,6 @@ class WarningsData(AbstractModel):
|
|
16088
15652
|
@property
|
16089
15653
|
def WarnModeName(self):
|
16090
15654
|
"""告警方式名称
|
16091
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16092
15655
|
:rtype: str
|
16093
15656
|
"""
|
16094
15657
|
return self._WarnModeName
|
@@ -16133,7 +15696,6 @@ class WarningsData(AbstractModel):
|
|
16133
15696
|
2: "存储设备风扇故障报警",
|
16134
15697
|
},
|
16135
15698
|
}
|
16136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16137
15699
|
:rtype: int
|
16138
15700
|
"""
|
16139
15701
|
return self._WarnType
|
@@ -16145,7 +15707,6 @@ class WarningsData(AbstractModel):
|
|
16145
15707
|
@property
|
16146
15708
|
def Del(self):
|
16147
15709
|
"""是否删除
|
16148
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16149
15710
|
:rtype: int
|
16150
15711
|
"""
|
16151
15712
|
return self._Del
|
@@ -16157,7 +15718,6 @@ class WarningsData(AbstractModel):
|
|
16157
15718
|
@property
|
16158
15719
|
def CreateTime(self):
|
16159
15720
|
"""创建时间
|
16160
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16161
15721
|
:rtype: str
|
16162
15722
|
"""
|
16163
15723
|
return self._CreateTime
|
@@ -16169,7 +15729,6 @@ class WarningsData(AbstractModel):
|
|
16169
15729
|
@property
|
16170
15730
|
def UpdateTime(self):
|
16171
15731
|
"""更新时间
|
16172
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16173
15732
|
:rtype: str
|
16174
15733
|
"""
|
16175
15734
|
return self._UpdateTime
|