tencentcloud-sdk-python 3.0.1344__py2.py3-none-any.whl → 3.0.1345__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/models.py +2 -2
- tencentcloud/bi/v20220105/models.py +6 -2
- tencentcloud/cbs/v20170312/models.py +0 -20
- tencentcloud/cdwch/v20200915/models.py +0 -110
- tencentcloud/ckafka/v20190819/models.py +0 -260
- tencentcloud/clb/v20180317/models.py +10 -10
- tencentcloud/cls/v20201016/cls_client.py +0 -92
- tencentcloud/cls/v20201016/models.py +81 -983
- tencentcloud/cvm/v20170312/models.py +15 -0
- tencentcloud/cynosdb/v20190107/models.py +0 -84
- tencentcloud/dbbrain/v20191016/models.py +0 -20
- tencentcloud/dbbrain/v20210527/models.py +0 -92
- 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/iotvideoindustry/v20201201/iotvideoindustry_client.py +1 -1
- tencentcloud/iotvideoindustry/v20201201/models.py +15 -404
- tencentcloud/mariadb/v20170312/models.py +0 -38
- tencentcloud/mmps/v20200710/models.py +0 -56
- tencentcloud/postgres/v20170312/models.py +0 -222
- tencentcloud/postgres/v20170312/postgres_client.py +5 -5
- tencentcloud/svp/v20240125/models.py +0 -42
- 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 +0 -154
- tencentcloud/tdmq/v20200217/tdmq_client.py +0 -23
- tencentcloud/teo/v20220901/models.py +158 -36
- tencentcloud/teo/v20220901/teo_client.py +23 -0
- tencentcloud/thpc/v20211109/models.py +0 -6
- tencentcloud/thpc/v20220401/models.py +0 -6
- tencentcloud/thpc/v20230321/models.py +0 -8
- 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 +32 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/RECORD +47 -47
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.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
|
@@ -5878,7 +5772,6 @@ class DescribeGroupByIdResponse(AbstractModel):
|
|
5878
5772
|
def __init__(self):
|
5879
5773
|
r"""
|
5880
5774
|
:param _Group: 分组信息详情
|
5881
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5882
5775
|
:type Group: :class:`tencentcloud.iotvideoindustry.v20201201.models.GroupItem`
|
5883
5776
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5884
5777
|
:type RequestId: str
|
@@ -5889,7 +5782,6 @@ class DescribeGroupByIdResponse(AbstractModel):
|
|
5889
5782
|
@property
|
5890
5783
|
def Group(self):
|
5891
5784
|
"""分组信息详情
|
5892
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5893
5785
|
:rtype: :class:`tencentcloud.iotvideoindustry.v20201201.models.GroupItem`
|
5894
5786
|
"""
|
5895
5787
|
return self._Group
|
@@ -5961,7 +5853,6 @@ class DescribeGroupByPathResponse(AbstractModel):
|
|
5961
5853
|
def __init__(self):
|
5962
5854
|
r"""
|
5963
5855
|
:param _Group: 分组信息详情
|
5964
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5965
5856
|
:type Group: :class:`tencentcloud.iotvideoindustry.v20201201.models.GroupItem`
|
5966
5857
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5967
5858
|
:type RequestId: str
|
@@ -5972,7 +5863,6 @@ class DescribeGroupByPathResponse(AbstractModel):
|
|
5972
5863
|
@property
|
5973
5864
|
def Group(self):
|
5974
5865
|
"""分组信息详情
|
5975
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5976
5866
|
:rtype: :class:`tencentcloud.iotvideoindustry.v20201201.models.GroupItem`
|
5977
5867
|
"""
|
5978
5868
|
return self._Group
|
@@ -6121,10 +6011,8 @@ class DescribeGroupDevicesResponse(AbstractModel):
|
|
6121
6011
|
def __init__(self):
|
6122
6012
|
r"""
|
6123
6013
|
:param _TotalCount: 分组绑定的设备数
|
6124
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6125
6014
|
:type TotalCount: int
|
6126
6015
|
:param _DeviceList: 设备详情列表
|
6127
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6128
6016
|
:type DeviceList: list of GroupDeviceItem
|
6129
6017
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6130
6018
|
:type RequestId: str
|
@@ -6136,7 +6024,6 @@ class DescribeGroupDevicesResponse(AbstractModel):
|
|
6136
6024
|
@property
|
6137
6025
|
def TotalCount(self):
|
6138
6026
|
"""分组绑定的设备数
|
6139
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6140
6027
|
:rtype: int
|
6141
6028
|
"""
|
6142
6029
|
return self._TotalCount
|
@@ -6148,7 +6035,6 @@ class DescribeGroupDevicesResponse(AbstractModel):
|
|
6148
6035
|
@property
|
6149
6036
|
def DeviceList(self):
|
6150
6037
|
"""设备详情列表
|
6151
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6152
6038
|
:rtype: list of GroupDeviceItem
|
6153
6039
|
"""
|
6154
6040
|
return self._DeviceList
|
@@ -6224,7 +6110,6 @@ class DescribeGroupsResponse(AbstractModel):
|
|
6224
6110
|
def __init__(self):
|
6225
6111
|
r"""
|
6226
6112
|
:param _Groups: 分组详细信息列表
|
6227
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6228
6113
|
:type Groups: list of GroupInfo
|
6229
6114
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6230
6115
|
:type RequestId: str
|
@@ -6235,7 +6120,6 @@ class DescribeGroupsResponse(AbstractModel):
|
|
6235
6120
|
@property
|
6236
6121
|
def Groups(self):
|
6237
6122
|
"""分组详细信息列表
|
6238
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6239
6123
|
:rtype: list of GroupInfo
|
6240
6124
|
"""
|
6241
6125
|
return self._Groups
|
@@ -6355,10 +6239,8 @@ class DescribeIPCChannelsResponse(AbstractModel):
|
|
6355
6239
|
def __init__(self):
|
6356
6240
|
r"""
|
6357
6241
|
:param _TotalCount: 通道总数
|
6358
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6359
6242
|
:type TotalCount: int
|
6360
6243
|
:param _DeviceList: 通道详情列表
|
6361
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6362
6244
|
:type DeviceList: list of GroupDeviceItem
|
6363
6245
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6364
6246
|
:type RequestId: str
|
@@ -6370,7 +6252,6 @@ class DescribeIPCChannelsResponse(AbstractModel):
|
|
6370
6252
|
@property
|
6371
6253
|
def TotalCount(self):
|
6372
6254
|
"""通道总数
|
6373
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6374
6255
|
:rtype: int
|
6375
6256
|
"""
|
6376
6257
|
return self._TotalCount
|
@@ -6382,7 +6263,6 @@ class DescribeIPCChannelsResponse(AbstractModel):
|
|
6382
6263
|
@property
|
6383
6264
|
def DeviceList(self):
|
6384
6265
|
"""通道详情列表
|
6385
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6386
6266
|
:rtype: list of GroupDeviceItem
|
6387
6267
|
"""
|
6388
6268
|
return self._DeviceList
|
@@ -6621,25 +6501,18 @@ class DescribeLiveChannelResponse(AbstractModel):
|
|
6621
6501
|
def __init__(self):
|
6622
6502
|
r"""
|
6623
6503
|
:param _LiveChannelId: 频道ID
|
6624
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6625
6504
|
:type LiveChannelId: str
|
6626
6505
|
:param _LiveChannelName: 频道名称
|
6627
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6628
6506
|
:type LiveChannelName: str
|
6629
6507
|
:param _LiveChannelType: 直播频道类型 1:固定直播;2:移动直播
|
6630
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6631
6508
|
:type LiveChannelType: int
|
6632
6509
|
:param _LiveStatus: 通道直播状态:1: 未推流,2: 推流中
|
6633
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6634
6510
|
:type LiveStatus: int
|
6635
6511
|
:param _PushStreamAddress: 推流地址
|
6636
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6637
6512
|
:type PushStreamAddress: str
|
6638
6513
|
:param _CreateTime: 创建时间
|
6639
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6640
6514
|
:type CreateTime: list of str
|
6641
6515
|
:param _UpdateTime: 修改时间
|
6642
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6643
6516
|
:type UpdateTime: list of str
|
6644
6517
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6645
6518
|
:type RequestId: str
|
@@ -6656,7 +6529,6 @@ class DescribeLiveChannelResponse(AbstractModel):
|
|
6656
6529
|
@property
|
6657
6530
|
def LiveChannelId(self):
|
6658
6531
|
"""频道ID
|
6659
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6660
6532
|
:rtype: str
|
6661
6533
|
"""
|
6662
6534
|
return self._LiveChannelId
|
@@ -6668,7 +6540,6 @@ class DescribeLiveChannelResponse(AbstractModel):
|
|
6668
6540
|
@property
|
6669
6541
|
def LiveChannelName(self):
|
6670
6542
|
"""频道名称
|
6671
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6672
6543
|
:rtype: str
|
6673
6544
|
"""
|
6674
6545
|
return self._LiveChannelName
|
@@ -6680,7 +6551,6 @@ class DescribeLiveChannelResponse(AbstractModel):
|
|
6680
6551
|
@property
|
6681
6552
|
def LiveChannelType(self):
|
6682
6553
|
"""直播频道类型 1:固定直播;2:移动直播
|
6683
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6684
6554
|
:rtype: int
|
6685
6555
|
"""
|
6686
6556
|
return self._LiveChannelType
|
@@ -6692,7 +6562,6 @@ class DescribeLiveChannelResponse(AbstractModel):
|
|
6692
6562
|
@property
|
6693
6563
|
def LiveStatus(self):
|
6694
6564
|
"""通道直播状态:1: 未推流,2: 推流中
|
6695
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6696
6565
|
:rtype: int
|
6697
6566
|
"""
|
6698
6567
|
return self._LiveStatus
|
@@ -6704,7 +6573,6 @@ class DescribeLiveChannelResponse(AbstractModel):
|
|
6704
6573
|
@property
|
6705
6574
|
def PushStreamAddress(self):
|
6706
6575
|
"""推流地址
|
6707
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6708
6576
|
:rtype: str
|
6709
6577
|
"""
|
6710
6578
|
return self._PushStreamAddress
|
@@ -6716,7 +6584,6 @@ class DescribeLiveChannelResponse(AbstractModel):
|
|
6716
6584
|
@property
|
6717
6585
|
def CreateTime(self):
|
6718
6586
|
"""创建时间
|
6719
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6720
6587
|
:rtype: list of str
|
6721
6588
|
"""
|
6722
6589
|
return self._CreateTime
|
@@ -6728,7 +6595,6 @@ class DescribeLiveChannelResponse(AbstractModel):
|
|
6728
6595
|
@property
|
6729
6596
|
def UpdateTime(self):
|
6730
6597
|
"""修改时间
|
6731
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6732
6598
|
:rtype: list of str
|
6733
6599
|
"""
|
6734
6600
|
return self._UpdateTime
|
@@ -7305,10 +7171,8 @@ class DescribeLiveVideoListResponse(AbstractModel):
|
|
7305
7171
|
def __init__(self):
|
7306
7172
|
r"""
|
7307
7173
|
:param _Total: 总的条数
|
7308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7309
7174
|
:type Total: int
|
7310
7175
|
:param _RecordList: 录制任务详情数组
|
7311
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7312
7176
|
:type RecordList: list of LiveRecordItem
|
7313
7177
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7314
7178
|
:type RequestId: str
|
@@ -7320,7 +7184,6 @@ class DescribeLiveVideoListResponse(AbstractModel):
|
|
7320
7184
|
@property
|
7321
7185
|
def Total(self):
|
7322
7186
|
"""总的条数
|
7323
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7324
7187
|
:rtype: int
|
7325
7188
|
"""
|
7326
7189
|
return self._Total
|
@@ -7332,7 +7195,6 @@ class DescribeLiveVideoListResponse(AbstractModel):
|
|
7332
7195
|
@property
|
7333
7196
|
def RecordList(self):
|
7334
7197
|
"""录制任务详情数组
|
7335
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7336
7198
|
:rtype: list of LiveRecordItem
|
7337
7199
|
"""
|
7338
7200
|
return self._RecordList
|
@@ -7408,35 +7270,27 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7408
7270
|
def __init__(self):
|
7409
7271
|
r"""
|
7410
7272
|
:param _RegionId: 区域ID
|
7411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7412
7273
|
:type RegionId: str
|
7413
7274
|
:param _RegionName: 区域名称
|
7414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7415
7275
|
:type RegionName: str
|
7416
7276
|
:param _Instance: 实例ID
|
7417
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7418
7277
|
:type Instance: str
|
7419
7278
|
:param _InstanceName: 实例名称
|
7420
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7421
7279
|
:type InstanceName: str
|
7422
7280
|
:param _IntId: 配置ID
|
7423
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7424
7281
|
:type IntId: int
|
7425
7282
|
:param _MessageType: json数组, 转发类型 1: 告警 2:GPS
|
7426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7427
7283
|
:type MessageType: str
|
7428
7284
|
:param _TopicId: kafka topic id
|
7429
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7430
7285
|
:type TopicId: str
|
7431
7286
|
:param _CreateTime: 配置创建时间
|
7432
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7433
7287
|
:type CreateTime: str
|
7434
7288
|
:param _Uin: 用户Uin信息
|
7435
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7436
7289
|
:type Uin: str
|
7437
7290
|
:param _TopicName: kafka topic 名称
|
7438
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7439
7291
|
:type TopicName: str
|
7292
|
+
:param _UpdateTime: 更新时间
|
7293
|
+
:type UpdateTime: str
|
7440
7294
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7441
7295
|
:type RequestId: str
|
7442
7296
|
"""
|
@@ -7450,12 +7304,12 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7450
7304
|
self._CreateTime = None
|
7451
7305
|
self._Uin = None
|
7452
7306
|
self._TopicName = None
|
7307
|
+
self._UpdateTime = None
|
7453
7308
|
self._RequestId = None
|
7454
7309
|
|
7455
7310
|
@property
|
7456
7311
|
def RegionId(self):
|
7457
7312
|
"""区域ID
|
7458
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7459
7313
|
:rtype: str
|
7460
7314
|
"""
|
7461
7315
|
return self._RegionId
|
@@ -7467,7 +7321,6 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7467
7321
|
@property
|
7468
7322
|
def RegionName(self):
|
7469
7323
|
"""区域名称
|
7470
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7471
7324
|
:rtype: str
|
7472
7325
|
"""
|
7473
7326
|
return self._RegionName
|
@@ -7479,7 +7332,6 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7479
7332
|
@property
|
7480
7333
|
def Instance(self):
|
7481
7334
|
"""实例ID
|
7482
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7483
7335
|
:rtype: str
|
7484
7336
|
"""
|
7485
7337
|
return self._Instance
|
@@ -7491,7 +7343,6 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7491
7343
|
@property
|
7492
7344
|
def InstanceName(self):
|
7493
7345
|
"""实例名称
|
7494
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7495
7346
|
:rtype: str
|
7496
7347
|
"""
|
7497
7348
|
return self._InstanceName
|
@@ -7503,7 +7354,6 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7503
7354
|
@property
|
7504
7355
|
def IntId(self):
|
7505
7356
|
"""配置ID
|
7506
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7507
7357
|
:rtype: int
|
7508
7358
|
"""
|
7509
7359
|
return self._IntId
|
@@ -7515,7 +7365,6 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7515
7365
|
@property
|
7516
7366
|
def MessageType(self):
|
7517
7367
|
"""json数组, 转发类型 1: 告警 2:GPS
|
7518
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7519
7368
|
:rtype: str
|
7520
7369
|
"""
|
7521
7370
|
return self._MessageType
|
@@ -7527,7 +7376,6 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7527
7376
|
@property
|
7528
7377
|
def TopicId(self):
|
7529
7378
|
"""kafka topic id
|
7530
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7531
7379
|
:rtype: str
|
7532
7380
|
"""
|
7533
7381
|
return self._TopicId
|
@@ -7539,7 +7387,6 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7539
7387
|
@property
|
7540
7388
|
def CreateTime(self):
|
7541
7389
|
"""配置创建时间
|
7542
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7543
7390
|
:rtype: str
|
7544
7391
|
"""
|
7545
7392
|
return self._CreateTime
|
@@ -7551,7 +7398,6 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7551
7398
|
@property
|
7552
7399
|
def Uin(self):
|
7553
7400
|
"""用户Uin信息
|
7554
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7555
7401
|
:rtype: str
|
7556
7402
|
"""
|
7557
7403
|
return self._Uin
|
@@ -7563,7 +7409,6 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7563
7409
|
@property
|
7564
7410
|
def TopicName(self):
|
7565
7411
|
"""kafka topic 名称
|
7566
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7567
7412
|
:rtype: str
|
7568
7413
|
"""
|
7569
7414
|
return self._TopicName
|
@@ -7572,6 +7417,17 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7572
7417
|
def TopicName(self, TopicName):
|
7573
7418
|
self._TopicName = TopicName
|
7574
7419
|
|
7420
|
+
@property
|
7421
|
+
def UpdateTime(self):
|
7422
|
+
"""更新时间
|
7423
|
+
:rtype: str
|
7424
|
+
"""
|
7425
|
+
return self._UpdateTime
|
7426
|
+
|
7427
|
+
@UpdateTime.setter
|
7428
|
+
def UpdateTime(self, UpdateTime):
|
7429
|
+
self._UpdateTime = UpdateTime
|
7430
|
+
|
7575
7431
|
@property
|
7576
7432
|
def RequestId(self):
|
7577
7433
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -7595,6 +7451,7 @@ class DescribeMessageForwardResponse(AbstractModel):
|
|
7595
7451
|
self._CreateTime = params.get("CreateTime")
|
7596
7452
|
self._Uin = params.get("Uin")
|
7597
7453
|
self._TopicName = params.get("TopicName")
|
7454
|
+
self._UpdateTime = params.get("UpdateTime")
|
7598
7455
|
self._RequestId = params.get("RequestId")
|
7599
7456
|
|
7600
7457
|
|
@@ -7775,7 +7632,6 @@ class DescribeMonitorDataByDateResponse(AbstractModel):
|
|
7775
7632
|
def __init__(self):
|
7776
7633
|
r"""
|
7777
7634
|
:param _Data: 统计数据列表
|
7778
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7779
7635
|
:type Data: list of RecordStatistic
|
7780
7636
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7781
7637
|
:type RequestId: str
|
@@ -7786,7 +7642,6 @@ class DescribeMonitorDataByDateResponse(AbstractModel):
|
|
7786
7642
|
@property
|
7787
7643
|
def Data(self):
|
7788
7644
|
"""统计数据列表
|
7789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7790
7645
|
:rtype: list of RecordStatistic
|
7791
7646
|
"""
|
7792
7647
|
return self._Data
|
@@ -7876,7 +7731,6 @@ class DescribePresetListResponse(AbstractModel):
|
|
7876
7731
|
def __init__(self):
|
7877
7732
|
r"""
|
7878
7733
|
:param _Data: 预置列表
|
7879
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7880
7734
|
:type Data: list of PresetItem
|
7881
7735
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7882
7736
|
:type RequestId: str
|
@@ -7887,7 +7741,6 @@ class DescribePresetListResponse(AbstractModel):
|
|
7887
7741
|
@property
|
7888
7742
|
def Data(self):
|
7889
7743
|
"""预置列表
|
7890
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7891
7744
|
:rtype: list of PresetItem
|
7892
7745
|
"""
|
7893
7746
|
return self._Data
|
@@ -8022,7 +7875,6 @@ class DescribeRecordDatesByChannelResponse(AbstractModel):
|
|
8022
7875
|
def __init__(self):
|
8023
7876
|
r"""
|
8024
7877
|
:param _Dates: 含有录像文件的日期列表
|
8025
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8026
7878
|
:type Dates: list of str
|
8027
7879
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8028
7880
|
:type RequestId: str
|
@@ -8033,7 +7885,6 @@ class DescribeRecordDatesByChannelResponse(AbstractModel):
|
|
8033
7885
|
@property
|
8034
7886
|
def Dates(self):
|
8035
7887
|
"""含有录像文件的日期列表
|
8036
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8037
7888
|
:rtype: list of str
|
8038
7889
|
"""
|
8039
7890
|
return self._Dates
|
@@ -8466,7 +8317,6 @@ class DescribeRecordingPlanByIdResponse(AbstractModel):
|
|
8466
8317
|
def __init__(self):
|
8467
8318
|
r"""
|
8468
8319
|
:param _Plan: 录制计划详情
|
8469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8470
8320
|
:type Plan: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordPlanDetail`
|
8471
8321
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8472
8322
|
:type RequestId: str
|
@@ -8477,7 +8327,6 @@ class DescribeRecordingPlanByIdResponse(AbstractModel):
|
|
8477
8327
|
@property
|
8478
8328
|
def Plan(self):
|
8479
8329
|
"""录制计划详情
|
8480
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8481
8330
|
:rtype: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordPlanDetail`
|
8482
8331
|
"""
|
8483
8332
|
return self._Plan
|
@@ -8519,10 +8368,8 @@ class DescribeRecordingPlansResponse(AbstractModel):
|
|
8519
8368
|
def __init__(self):
|
8520
8369
|
r"""
|
8521
8370
|
:param _Plans: 录制计划详情·列表
|
8522
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8523
8371
|
:type Plans: list of RecordPlanDetail
|
8524
8372
|
:param _TotalCount: 录制计划总数
|
8525
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8526
8373
|
:type TotalCount: int
|
8527
8374
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8528
8375
|
:type RequestId: str
|
@@ -8534,7 +8381,6 @@ class DescribeRecordingPlansResponse(AbstractModel):
|
|
8534
8381
|
@property
|
8535
8382
|
def Plans(self):
|
8536
8383
|
"""录制计划详情·列表
|
8537
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8538
8384
|
:rtype: list of RecordPlanDetail
|
8539
8385
|
"""
|
8540
8386
|
return self._Plans
|
@@ -8546,7 +8392,6 @@ class DescribeRecordingPlansResponse(AbstractModel):
|
|
8546
8392
|
@property
|
8547
8393
|
def TotalCount(self):
|
8548
8394
|
"""录制计划总数
|
8549
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8550
8395
|
:rtype: int
|
8551
8396
|
"""
|
8552
8397
|
return self._TotalCount
|
@@ -8673,25 +8518,18 @@ class DescribeSceneResponse(AbstractModel):
|
|
8673
8518
|
def __init__(self):
|
8674
8519
|
r"""
|
8675
8520
|
:param _IntId: 场景ID
|
8676
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8677
8521
|
:type IntId: int
|
8678
8522
|
:param _RecordDuration: 录制时长(秒)
|
8679
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8680
8523
|
:type RecordDuration: int
|
8681
8524
|
:param _SceneName: 场景名称
|
8682
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8683
8525
|
:type SceneName: str
|
8684
8526
|
:param _SceneTrigger: 场景触发规则
|
8685
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8686
8527
|
:type SceneTrigger: str
|
8687
8528
|
:param _StoreDuration: 存储时长 (天)
|
8688
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8689
8529
|
:type StoreDuration: int
|
8690
8530
|
:param _CreateTime: 创建时间
|
8691
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8692
8531
|
:type CreateTime: str
|
8693
8532
|
:param _UpdateTime: 更新时间
|
8694
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8695
8533
|
:type UpdateTime: str
|
8696
8534
|
:param _Uin: 用户Uin
|
8697
8535
|
:type Uin: str
|
@@ -8711,7 +8549,6 @@ class DescribeSceneResponse(AbstractModel):
|
|
8711
8549
|
@property
|
8712
8550
|
def IntId(self):
|
8713
8551
|
"""场景ID
|
8714
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8715
8552
|
:rtype: int
|
8716
8553
|
"""
|
8717
8554
|
return self._IntId
|
@@ -8723,7 +8560,6 @@ class DescribeSceneResponse(AbstractModel):
|
|
8723
8560
|
@property
|
8724
8561
|
def RecordDuration(self):
|
8725
8562
|
"""录制时长(秒)
|
8726
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8727
8563
|
:rtype: int
|
8728
8564
|
"""
|
8729
8565
|
return self._RecordDuration
|
@@ -8735,7 +8571,6 @@ class DescribeSceneResponse(AbstractModel):
|
|
8735
8571
|
@property
|
8736
8572
|
def SceneName(self):
|
8737
8573
|
"""场景名称
|
8738
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8739
8574
|
:rtype: str
|
8740
8575
|
"""
|
8741
8576
|
return self._SceneName
|
@@ -8747,7 +8582,6 @@ class DescribeSceneResponse(AbstractModel):
|
|
8747
8582
|
@property
|
8748
8583
|
def SceneTrigger(self):
|
8749
8584
|
"""场景触发规则
|
8750
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8751
8585
|
:rtype: str
|
8752
8586
|
"""
|
8753
8587
|
return self._SceneTrigger
|
@@ -8759,7 +8593,6 @@ class DescribeSceneResponse(AbstractModel):
|
|
8759
8593
|
@property
|
8760
8594
|
def StoreDuration(self):
|
8761
8595
|
"""存储时长 (天)
|
8762
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8763
8596
|
:rtype: int
|
8764
8597
|
"""
|
8765
8598
|
return self._StoreDuration
|
@@ -8771,7 +8604,6 @@ class DescribeSceneResponse(AbstractModel):
|
|
8771
8604
|
@property
|
8772
8605
|
def CreateTime(self):
|
8773
8606
|
"""创建时间
|
8774
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8775
8607
|
:rtype: str
|
8776
8608
|
"""
|
8777
8609
|
return self._CreateTime
|
@@ -8783,7 +8615,6 @@ class DescribeSceneResponse(AbstractModel):
|
|
8783
8615
|
@property
|
8784
8616
|
def UpdateTime(self):
|
8785
8617
|
"""更新时间
|
8786
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8787
8618
|
:rtype: str
|
8788
8619
|
"""
|
8789
8620
|
return self._UpdateTime
|
@@ -8886,10 +8717,8 @@ class DescribeScenesResponse(AbstractModel):
|
|
8886
8717
|
def __init__(self):
|
8887
8718
|
r"""
|
8888
8719
|
:param _Total: 场景总数
|
8889
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8890
8720
|
:type Total: int
|
8891
8721
|
:param _List: 场景列表
|
8892
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8893
8722
|
:type List: list of SceneItem
|
8894
8723
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8895
8724
|
:type RequestId: str
|
@@ -8901,7 +8730,6 @@ class DescribeScenesResponse(AbstractModel):
|
|
8901
8730
|
@property
|
8902
8731
|
def Total(self):
|
8903
8732
|
"""场景总数
|
8904
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8905
8733
|
:rtype: int
|
8906
8734
|
"""
|
8907
8735
|
return self._Total
|
@@ -8913,7 +8741,6 @@ class DescribeScenesResponse(AbstractModel):
|
|
8913
8741
|
@property
|
8914
8742
|
def List(self):
|
8915
8743
|
"""场景列表
|
8916
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8917
8744
|
:rtype: list of SceneItem
|
8918
8745
|
"""
|
8919
8746
|
return self._List
|
@@ -9119,25 +8946,18 @@ class DescribeStatisticSummaryResponse(AbstractModel):
|
|
9119
8946
|
def __init__(self):
|
9120
8947
|
r"""
|
9121
8948
|
:param _RecordingDevice: 录制设备总数
|
9122
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9123
8949
|
:type RecordingDevice: int
|
9124
8950
|
:param _NonRecordingDevice: 非录制设备总数
|
9125
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9126
8951
|
:type NonRecordingDevice: int
|
9127
8952
|
:param _WatchFlux: 观看流量总数。为直播观看流量与点播观看流量之和。单位:GB
|
9128
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9129
8953
|
:type WatchFlux: float
|
9130
8954
|
:param _StorageUsage: 累计有效存储容量总数。单位:GB
|
9131
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9132
8955
|
:type StorageUsage: float
|
9133
8956
|
:param _P2PFluxTotal: X-P2P分享流量。单位 Byte
|
9134
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9135
8957
|
:type P2PFluxTotal: float
|
9136
8958
|
:param _P2PPeakValue: X-P2P峰值带宽。 单位bps
|
9137
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9138
8959
|
:type P2PPeakValue: float
|
9139
8960
|
:param _LivePushTotal: RTMP推流路数 ( 直播推流)
|
9140
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9141
8961
|
:type LivePushTotal: int
|
9142
8962
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9143
8963
|
:type RequestId: str
|
@@ -9154,7 +8974,6 @@ class DescribeStatisticSummaryResponse(AbstractModel):
|
|
9154
8974
|
@property
|
9155
8975
|
def RecordingDevice(self):
|
9156
8976
|
"""录制设备总数
|
9157
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9158
8977
|
:rtype: int
|
9159
8978
|
"""
|
9160
8979
|
return self._RecordingDevice
|
@@ -9166,7 +8985,6 @@ class DescribeStatisticSummaryResponse(AbstractModel):
|
|
9166
8985
|
@property
|
9167
8986
|
def NonRecordingDevice(self):
|
9168
8987
|
"""非录制设备总数
|
9169
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9170
8988
|
:rtype: int
|
9171
8989
|
"""
|
9172
8990
|
return self._NonRecordingDevice
|
@@ -9178,7 +8996,6 @@ class DescribeStatisticSummaryResponse(AbstractModel):
|
|
9178
8996
|
@property
|
9179
8997
|
def WatchFlux(self):
|
9180
8998
|
"""观看流量总数。为直播观看流量与点播观看流量之和。单位:GB
|
9181
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9182
8999
|
:rtype: float
|
9183
9000
|
"""
|
9184
9001
|
return self._WatchFlux
|
@@ -9190,7 +9007,6 @@ class DescribeStatisticSummaryResponse(AbstractModel):
|
|
9190
9007
|
@property
|
9191
9008
|
def StorageUsage(self):
|
9192
9009
|
"""累计有效存储容量总数。单位:GB
|
9193
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9194
9010
|
:rtype: float
|
9195
9011
|
"""
|
9196
9012
|
return self._StorageUsage
|
@@ -9202,7 +9018,6 @@ class DescribeStatisticSummaryResponse(AbstractModel):
|
|
9202
9018
|
@property
|
9203
9019
|
def P2PFluxTotal(self):
|
9204
9020
|
"""X-P2P分享流量。单位 Byte
|
9205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9206
9021
|
:rtype: float
|
9207
9022
|
"""
|
9208
9023
|
return self._P2PFluxTotal
|
@@ -9214,7 +9029,6 @@ class DescribeStatisticSummaryResponse(AbstractModel):
|
|
9214
9029
|
@property
|
9215
9030
|
def P2PPeakValue(self):
|
9216
9031
|
"""X-P2P峰值带宽。 单位bps
|
9217
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9218
9032
|
:rtype: float
|
9219
9033
|
"""
|
9220
9034
|
return self._P2PPeakValue
|
@@ -9226,7 +9040,6 @@ class DescribeStatisticSummaryResponse(AbstractModel):
|
|
9226
9040
|
@property
|
9227
9041
|
def LivePushTotal(self):
|
9228
9042
|
"""RTMP推流路数 ( 直播推流)
|
9229
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9230
9043
|
:rtype: int
|
9231
9044
|
"""
|
9232
9045
|
return self._LivePushTotal
|
@@ -9362,10 +9175,8 @@ class DescribeSubGroupsResponse(AbstractModel):
|
|
9362
9175
|
def __init__(self):
|
9363
9176
|
r"""
|
9364
9177
|
:param _GroupList: 子分组详情列表
|
9365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9366
9178
|
:type GroupList: list of GroupItem
|
9367
9179
|
:param _TotalCount: 子分组总数
|
9368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9369
9180
|
:type TotalCount: int
|
9370
9181
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9371
9182
|
:type RequestId: str
|
@@ -9377,7 +9188,6 @@ class DescribeSubGroupsResponse(AbstractModel):
|
|
9377
9188
|
@property
|
9378
9189
|
def GroupList(self):
|
9379
9190
|
"""子分组详情列表
|
9380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9381
9191
|
:rtype: list of GroupItem
|
9382
9192
|
"""
|
9383
9193
|
return self._GroupList
|
@@ -9389,7 +9199,6 @@ class DescribeSubGroupsResponse(AbstractModel):
|
|
9389
9199
|
@property
|
9390
9200
|
def TotalCount(self):
|
9391
9201
|
"""子分组总数
|
9392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9393
9202
|
:rtype: int
|
9394
9203
|
"""
|
9395
9204
|
return self._TotalCount
|
@@ -9621,10 +9430,8 @@ class DescribeVideoListByChannelResponse(AbstractModel):
|
|
9621
9430
|
def __init__(self):
|
9622
9431
|
r"""
|
9623
9432
|
:param _VideoList: 录像详情列表
|
9624
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9625
9433
|
:type VideoList: list of RecordTaskItem
|
9626
9434
|
:param _TotalCount: 录像总数
|
9627
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9628
9435
|
:type TotalCount: int
|
9629
9436
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9630
9437
|
:type RequestId: str
|
@@ -9636,7 +9443,6 @@ class DescribeVideoListByChannelResponse(AbstractModel):
|
|
9636
9443
|
@property
|
9637
9444
|
def VideoList(self):
|
9638
9445
|
"""录像详情列表
|
9639
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9640
9446
|
:rtype: list of RecordTaskItem
|
9641
9447
|
"""
|
9642
9448
|
return self._VideoList
|
@@ -9648,7 +9454,6 @@ class DescribeVideoListByChannelResponse(AbstractModel):
|
|
9648
9454
|
@property
|
9649
9455
|
def TotalCount(self):
|
9650
9456
|
"""录像总数
|
9651
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9652
9457
|
:rtype: int
|
9653
9458
|
"""
|
9654
9459
|
return self._TotalCount
|
@@ -10050,7 +9855,6 @@ class DescribeWarnModResponse(AbstractModel):
|
|
10050
9855
|
def __init__(self):
|
10051
9856
|
r"""
|
10052
9857
|
:param _Data: 告警类型
|
10053
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10054
9858
|
:type Data: str
|
10055
9859
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10056
9860
|
:type RequestId: str
|
@@ -10061,7 +9865,6 @@ class DescribeWarnModResponse(AbstractModel):
|
|
10061
9865
|
@property
|
10062
9866
|
def Data(self):
|
10063
9867
|
"""告警类型
|
10064
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10065
9868
|
:rtype: str
|
10066
9869
|
"""
|
10067
9870
|
return self._Data
|
@@ -10236,10 +10039,8 @@ class DescribeWarningsResponse(AbstractModel):
|
|
10236
10039
|
def __init__(self):
|
10237
10040
|
r"""
|
10238
10041
|
:param _Total: 总数
|
10239
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10240
10042
|
:type Total: int
|
10241
10043
|
:param _Data: 告警列表
|
10242
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10243
10044
|
:type Data: list of WarningsData
|
10244
10045
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10245
10046
|
:type RequestId: str
|
@@ -10251,7 +10052,6 @@ class DescribeWarningsResponse(AbstractModel):
|
|
10251
10052
|
@property
|
10252
10053
|
def Total(self):
|
10253
10054
|
"""总数
|
10254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10255
10055
|
:rtype: int
|
10256
10056
|
"""
|
10257
10057
|
return self._Total
|
@@ -10263,7 +10063,6 @@ class DescribeWarningsResponse(AbstractModel):
|
|
10263
10063
|
@property
|
10264
10064
|
def Data(self):
|
10265
10065
|
"""告警列表
|
10266
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10267
10066
|
:rtype: list of WarningsData
|
10268
10067
|
"""
|
10269
10068
|
return self._Data
|
@@ -10386,7 +10185,6 @@ class DescribeXP2PDataResponse(AbstractModel):
|
|
10386
10185
|
:param _Data: [log_time,cdn_bytes , p2p_bytes, online_people, stuck_times, stuck_people,request,request_success,request_fail,play_fail]
|
10387
10186
|
[时间戳,cdn流量(字节) , p2p流量(字节), 在线人数, 卡播次数, 卡播人数,起播请求次数,起播成功次数,起播失败次数,播放失败次数, pcdn cdn流量(字节), pcdn路由流量(字节), 上传流量(字节)]
|
10388
10187
|
[1481016480, 46118502414, 75144943171, 61691, 3853, 0,0,0,0,0, 0, 0, 0]
|
10389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10390
10188
|
:type Data: str
|
10391
10189
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10392
10190
|
:type RequestId: str
|
@@ -10399,7 +10197,6 @@ class DescribeXP2PDataResponse(AbstractModel):
|
|
10399
10197
|
"""[log_time,cdn_bytes , p2p_bytes, online_people, stuck_times, stuck_people,request,request_success,request_fail,play_fail]
|
10400
10198
|
[时间戳,cdn流量(字节) , p2p流量(字节), 在线人数, 卡播次数, 卡播人数,起播请求次数,起播成功次数,起播失败次数,播放失败次数, pcdn cdn流量(字节), pcdn路由流量(字节), 上传流量(字节)]
|
10401
10199
|
[1481016480, 46118502414, 75144943171, 61691, 3853, 0,0,0,0,0, 0, 0, 0]
|
10402
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10403
10200
|
:rtype: str
|
10404
10201
|
"""
|
10405
10202
|
return self._Data
|
@@ -10529,10 +10326,8 @@ class DeviceItem(AbstractModel):
|
|
10529
10326
|
def __init__(self):
|
10530
10327
|
r"""
|
10531
10328
|
:param _DeviceId: 设备唯一标识
|
10532
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10533
10329
|
:type DeviceId: str
|
10534
10330
|
:param _ChannelId: 通道唯一标识
|
10535
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10536
10331
|
:type ChannelId: str
|
10537
10332
|
"""
|
10538
10333
|
self._DeviceId = None
|
@@ -10541,7 +10336,6 @@ class DeviceItem(AbstractModel):
|
|
10541
10336
|
@property
|
10542
10337
|
def DeviceId(self):
|
10543
10338
|
"""设备唯一标识
|
10544
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10545
10339
|
:rtype: str
|
10546
10340
|
"""
|
10547
10341
|
return self._DeviceId
|
@@ -10553,7 +10347,6 @@ class DeviceItem(AbstractModel):
|
|
10553
10347
|
@property
|
10554
10348
|
def ChannelId(self):
|
10555
10349
|
"""通道唯一标识
|
10556
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10557
10350
|
:rtype: str
|
10558
10351
|
"""
|
10559
10352
|
return self._ChannelId
|
@@ -10639,13 +10432,10 @@ class Events(AbstractModel):
|
|
10639
10432
|
def __init__(self):
|
10640
10433
|
r"""
|
10641
10434
|
:param _EventTime: 开始时间,秒级时间戳
|
10642
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10643
10435
|
:type EventTime: int
|
10644
10436
|
:param _EventType: 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断
|
10645
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10646
10437
|
:type EventType: int
|
10647
10438
|
:param _EventDesc: 事件描述
|
10648
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10649
10439
|
:type EventDesc: str
|
10650
10440
|
:param _DeviceType: 设备类型
|
10651
10441
|
:type DeviceType: int
|
@@ -10658,7 +10448,6 @@ class Events(AbstractModel):
|
|
10658
10448
|
:param _EventLog: 事件日志
|
10659
10449
|
:type EventLog: str
|
10660
10450
|
:param _DeviceName: 设备备注名称
|
10661
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10662
10451
|
:type DeviceName: str
|
10663
10452
|
"""
|
10664
10453
|
self._EventTime = None
|
@@ -10674,7 +10463,6 @@ class Events(AbstractModel):
|
|
10674
10463
|
@property
|
10675
10464
|
def EventTime(self):
|
10676
10465
|
"""开始时间,秒级时间戳
|
10677
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10678
10466
|
:rtype: int
|
10679
10467
|
"""
|
10680
10468
|
return self._EventTime
|
@@ -10686,7 +10474,6 @@ class Events(AbstractModel):
|
|
10686
10474
|
@property
|
10687
10475
|
def EventType(self):
|
10688
10476
|
"""事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断
|
10689
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10690
10477
|
:rtype: int
|
10691
10478
|
"""
|
10692
10479
|
return self._EventType
|
@@ -10698,7 +10485,6 @@ class Events(AbstractModel):
|
|
10698
10485
|
@property
|
10699
10486
|
def EventDesc(self):
|
10700
10487
|
"""事件描述
|
10701
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10702
10488
|
:rtype: str
|
10703
10489
|
"""
|
10704
10490
|
return self._EventDesc
|
@@ -10765,7 +10551,6 @@ class Events(AbstractModel):
|
|
10765
10551
|
@property
|
10766
10552
|
def DeviceName(self):
|
10767
10553
|
"""设备备注名称
|
10768
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10769
10554
|
:rtype: str
|
10770
10555
|
"""
|
10771
10556
|
return self._DeviceName
|
@@ -10899,7 +10684,6 @@ class GetRecordDatesByDevResponse(AbstractModel):
|
|
10899
10684
|
def __init__(self):
|
10900
10685
|
r"""
|
10901
10686
|
:param _Dates: 含有录像文件的日期列表
|
10902
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10903
10687
|
:type Dates: list of str
|
10904
10688
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10905
10689
|
:type RequestId: str
|
@@ -10910,7 +10694,6 @@ class GetRecordDatesByDevResponse(AbstractModel):
|
|
10910
10694
|
@property
|
10911
10695
|
def Dates(self):
|
10912
10696
|
"""含有录像文件的日期列表
|
10913
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10914
10697
|
:rtype: list of str
|
10915
10698
|
"""
|
10916
10699
|
return self._Dates
|
@@ -10980,7 +10763,6 @@ class GetRecordPlanByDevResponse(AbstractModel):
|
|
10980
10763
|
def __init__(self):
|
10981
10764
|
r"""
|
10982
10765
|
:param _Plan: 录制计划详情
|
10983
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10984
10766
|
:type Plan: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordPlanItem`
|
10985
10767
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10986
10768
|
:type RequestId: str
|
@@ -10991,7 +10773,6 @@ class GetRecordPlanByDevResponse(AbstractModel):
|
|
10991
10773
|
@property
|
10992
10774
|
def Plan(self):
|
10993
10775
|
"""录制计划详情
|
10994
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10995
10776
|
:rtype: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordPlanItem`
|
10996
10777
|
"""
|
10997
10778
|
return self._Plan
|
@@ -11063,7 +10844,6 @@ class GetRecordPlanByIdResponse(AbstractModel):
|
|
11063
10844
|
def __init__(self):
|
11064
10845
|
r"""
|
11065
10846
|
:param _Plan: 录制计划详情
|
11066
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11067
10847
|
:type Plan: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordPlanItem`
|
11068
10848
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11069
10849
|
:type RequestId: str
|
@@ -11074,7 +10854,6 @@ class GetRecordPlanByIdResponse(AbstractModel):
|
|
11074
10854
|
@property
|
11075
10855
|
def Plan(self):
|
11076
10856
|
"""录制计划详情
|
11077
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11078
10857
|
:rtype: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordPlanItem`
|
11079
10858
|
"""
|
11080
10859
|
return self._Plan
|
@@ -11116,10 +10895,8 @@ class GetRecordPlansResponse(AbstractModel):
|
|
11116
10895
|
def __init__(self):
|
11117
10896
|
r"""
|
11118
10897
|
:param _Plans: 录制计划详情·列表
|
11119
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11120
10898
|
:type Plans: list of RecordPlanItem
|
11121
10899
|
:param _TotalCount: 录制计划总数
|
11122
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11123
10900
|
:type TotalCount: int
|
11124
10901
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11125
10902
|
:type RequestId: str
|
@@ -11131,7 +10908,6 @@ class GetRecordPlansResponse(AbstractModel):
|
|
11131
10908
|
@property
|
11132
10909
|
def Plans(self):
|
11133
10910
|
"""录制计划详情·列表
|
11134
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11135
10911
|
:rtype: list of RecordPlanItem
|
11136
10912
|
"""
|
11137
10913
|
return self._Plans
|
@@ -11143,7 +10919,6 @@ class GetRecordPlansResponse(AbstractModel):
|
|
11143
10919
|
@property
|
11144
10920
|
def TotalCount(self):
|
11145
10921
|
"""录制计划总数
|
11146
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11147
10922
|
:rtype: int
|
11148
10923
|
"""
|
11149
10924
|
return self._TotalCount
|
@@ -11219,7 +10994,6 @@ class GetTimeTemplateByIdResponse(AbstractModel):
|
|
11219
10994
|
def __init__(self):
|
11220
10995
|
r"""
|
11221
10996
|
:param _Template: 时间模板详情
|
11222
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11223
10997
|
:type Template: :class:`tencentcloud.iotvideoindustry.v20201201.models.TimeTemplateItem`
|
11224
10998
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11225
10999
|
:type RequestId: str
|
@@ -11230,7 +11004,6 @@ class GetTimeTemplateByIdResponse(AbstractModel):
|
|
11230
11004
|
@property
|
11231
11005
|
def Template(self):
|
11232
11006
|
"""时间模板详情
|
11233
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11234
11007
|
:rtype: :class:`tencentcloud.iotvideoindustry.v20201201.models.TimeTemplateItem`
|
11235
11008
|
"""
|
11236
11009
|
return self._Template
|
@@ -11272,7 +11045,6 @@ class GetTimeTemplatesResponse(AbstractModel):
|
|
11272
11045
|
def __init__(self):
|
11273
11046
|
r"""
|
11274
11047
|
:param _Templates: 时间模板列表
|
11275
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11276
11048
|
:type Templates: list of TimeTemplateItem
|
11277
11049
|
:param _TotalCount: 时间模板总数
|
11278
11050
|
:type TotalCount: int
|
@@ -11286,7 +11058,6 @@ class GetTimeTemplatesResponse(AbstractModel):
|
|
11286
11058
|
@property
|
11287
11059
|
def Templates(self):
|
11288
11060
|
"""时间模板列表
|
11289
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11290
11061
|
:rtype: list of TimeTemplateItem
|
11291
11062
|
"""
|
11292
11063
|
return self._Templates
|
@@ -11465,10 +11236,8 @@ class GetVideoListByConResponse(AbstractModel):
|
|
11465
11236
|
def __init__(self):
|
11466
11237
|
r"""
|
11467
11238
|
:param _VideoList: 录像详情列表
|
11468
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11469
11239
|
:type VideoList: list of RecordTaskItem
|
11470
11240
|
:param _TotalCount: 录像总数
|
11471
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11472
11241
|
:type TotalCount: int
|
11473
11242
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11474
11243
|
:type RequestId: str
|
@@ -11480,7 +11249,6 @@ class GetVideoListByConResponse(AbstractModel):
|
|
11480
11249
|
@property
|
11481
11250
|
def VideoList(self):
|
11482
11251
|
"""录像详情列表
|
11483
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11484
11252
|
:rtype: list of RecordTaskItem
|
11485
11253
|
"""
|
11486
11254
|
return self._VideoList
|
@@ -11492,7 +11260,6 @@ class GetVideoListByConResponse(AbstractModel):
|
|
11492
11260
|
@property
|
11493
11261
|
def TotalCount(self):
|
11494
11262
|
"""录像总数
|
11495
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11496
11263
|
:rtype: int
|
11497
11264
|
"""
|
11498
11265
|
return self._TotalCount
|
@@ -11532,43 +11299,30 @@ class GroupDeviceItem(AbstractModel):
|
|
11532
11299
|
def __init__(self):
|
11533
11300
|
r"""
|
11534
11301
|
:param _DeviceId: 设备唯一标识
|
11535
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11536
11302
|
:type DeviceId: str
|
11537
11303
|
:param _NickName: 设备名称
|
11538
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11539
11304
|
:type NickName: str
|
11540
11305
|
:param _Status: 设备状态
|
11541
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11542
11306
|
:type Status: int
|
11543
11307
|
:param _ExtraInformation: 扩展信息
|
11544
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11545
11308
|
:type ExtraInformation: str
|
11546
11309
|
:param _DeviceType: 设备类型
|
11547
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11548
11310
|
:type DeviceType: int
|
11549
11311
|
:param _RTSPUrl: rtsp地址
|
11550
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11551
11312
|
:type RTSPUrl: str
|
11552
11313
|
:param _DeviceCode: 设备编码
|
11553
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11554
11314
|
:type DeviceCode: str
|
11555
11315
|
:param _IsRecord: 是否存在录像
|
11556
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11557
11316
|
:type IsRecord: int
|
11558
11317
|
:param _Recordable: 该设备是否可录制
|
11559
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11560
11318
|
:type Recordable: int
|
11561
11319
|
:param _Protocol: 设备接入协议
|
11562
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11563
11320
|
:type Protocol: str
|
11564
11321
|
:param _CreateTime: 设备创建时间
|
11565
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11566
11322
|
:type CreateTime: int
|
11567
11323
|
:param _ChannelNum: 设备通道总数
|
11568
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11569
11324
|
:type ChannelNum: int
|
11570
11325
|
:param _VideoChannelNum: 设备视频通道总数
|
11571
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11572
11326
|
:type VideoChannelNum: int
|
11573
11327
|
"""
|
11574
11328
|
self._DeviceId = None
|
@@ -11588,7 +11342,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11588
11342
|
@property
|
11589
11343
|
def DeviceId(self):
|
11590
11344
|
"""设备唯一标识
|
11591
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11592
11345
|
:rtype: str
|
11593
11346
|
"""
|
11594
11347
|
return self._DeviceId
|
@@ -11600,7 +11353,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11600
11353
|
@property
|
11601
11354
|
def NickName(self):
|
11602
11355
|
"""设备名称
|
11603
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11604
11356
|
:rtype: str
|
11605
11357
|
"""
|
11606
11358
|
return self._NickName
|
@@ -11612,7 +11364,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11612
11364
|
@property
|
11613
11365
|
def Status(self):
|
11614
11366
|
"""设备状态
|
11615
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11616
11367
|
:rtype: int
|
11617
11368
|
"""
|
11618
11369
|
return self._Status
|
@@ -11624,7 +11375,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11624
11375
|
@property
|
11625
11376
|
def ExtraInformation(self):
|
11626
11377
|
"""扩展信息
|
11627
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11628
11378
|
:rtype: str
|
11629
11379
|
"""
|
11630
11380
|
return self._ExtraInformation
|
@@ -11636,7 +11386,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11636
11386
|
@property
|
11637
11387
|
def DeviceType(self):
|
11638
11388
|
"""设备类型
|
11639
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11640
11389
|
:rtype: int
|
11641
11390
|
"""
|
11642
11391
|
return self._DeviceType
|
@@ -11648,7 +11397,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11648
11397
|
@property
|
11649
11398
|
def RTSPUrl(self):
|
11650
11399
|
"""rtsp地址
|
11651
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11652
11400
|
:rtype: str
|
11653
11401
|
"""
|
11654
11402
|
return self._RTSPUrl
|
@@ -11660,7 +11408,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11660
11408
|
@property
|
11661
11409
|
def DeviceCode(self):
|
11662
11410
|
"""设备编码
|
11663
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11664
11411
|
:rtype: str
|
11665
11412
|
"""
|
11666
11413
|
return self._DeviceCode
|
@@ -11672,7 +11419,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11672
11419
|
@property
|
11673
11420
|
def IsRecord(self):
|
11674
11421
|
"""是否存在录像
|
11675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11676
11422
|
:rtype: int
|
11677
11423
|
"""
|
11678
11424
|
return self._IsRecord
|
@@ -11684,7 +11430,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11684
11430
|
@property
|
11685
11431
|
def Recordable(self):
|
11686
11432
|
"""该设备是否可录制
|
11687
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11688
11433
|
:rtype: int
|
11689
11434
|
"""
|
11690
11435
|
return self._Recordable
|
@@ -11696,7 +11441,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11696
11441
|
@property
|
11697
11442
|
def Protocol(self):
|
11698
11443
|
"""设备接入协议
|
11699
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11700
11444
|
:rtype: str
|
11701
11445
|
"""
|
11702
11446
|
return self._Protocol
|
@@ -11708,7 +11452,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11708
11452
|
@property
|
11709
11453
|
def CreateTime(self):
|
11710
11454
|
"""设备创建时间
|
11711
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11712
11455
|
:rtype: int
|
11713
11456
|
"""
|
11714
11457
|
return self._CreateTime
|
@@ -11720,7 +11463,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11720
11463
|
@property
|
11721
11464
|
def ChannelNum(self):
|
11722
11465
|
"""设备通道总数
|
11723
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11724
11466
|
:rtype: int
|
11725
11467
|
"""
|
11726
11468
|
return self._ChannelNum
|
@@ -11732,7 +11474,6 @@ class GroupDeviceItem(AbstractModel):
|
|
11732
11474
|
@property
|
11733
11475
|
def VideoChannelNum(self):
|
11734
11476
|
"""设备视频通道总数
|
11735
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11736
11477
|
:rtype: int
|
11737
11478
|
"""
|
11738
11479
|
return self._VideoChannelNum
|
@@ -11790,10 +11531,8 @@ class GroupInfo(AbstractModel):
|
|
11790
11531
|
:param _CreateTime: 创建时间
|
11791
11532
|
:type CreateTime: int
|
11792
11533
|
:param _GroupStatus: 分组状态
|
11793
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11794
11534
|
:type GroupStatus: int
|
11795
11535
|
:param _Error: 设备不存在时产生的错误
|
11796
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11797
11536
|
:type Error: str
|
11798
11537
|
"""
|
11799
11538
|
self._GroupId = None
|
@@ -11898,7 +11637,6 @@ class GroupInfo(AbstractModel):
|
|
11898
11637
|
@property
|
11899
11638
|
def GroupStatus(self):
|
11900
11639
|
"""分组状态
|
11901
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11902
11640
|
:rtype: int
|
11903
11641
|
"""
|
11904
11642
|
return self._GroupStatus
|
@@ -11910,7 +11648,6 @@ class GroupInfo(AbstractModel):
|
|
11910
11648
|
@property
|
11911
11649
|
def Error(self):
|
11912
11650
|
"""设备不存在时产生的错误
|
11913
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11914
11651
|
:rtype: str
|
11915
11652
|
"""
|
11916
11653
|
return self._Error
|
@@ -11949,37 +11686,26 @@ class GroupItem(AbstractModel):
|
|
11949
11686
|
def __init__(self):
|
11950
11687
|
r"""
|
11951
11688
|
:param _GroupName: 分组名称
|
11952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11953
11689
|
:type GroupName: str
|
11954
11690
|
:param _ParentId: 父分组ID
|
11955
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11956
11691
|
:type ParentId: str
|
11957
11692
|
:param _GroupId: 分组ID
|
11958
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11959
11693
|
:type GroupId: str
|
11960
11694
|
:param _GroupPath: 分组路径
|
11961
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11962
11695
|
:type GroupPath: str
|
11963
11696
|
:param _GroupDescribe: 分组描述
|
11964
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11965
11697
|
:type GroupDescribe: str
|
11966
11698
|
:param _DeviceNum: 分组绑定设备数
|
11967
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11968
11699
|
:type DeviceNum: int
|
11969
11700
|
:param _SubGroupNum: 子分组数量
|
11970
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11971
11701
|
:type SubGroupNum: int
|
11972
11702
|
:param _ExtraInformation: 分组附加信息
|
11973
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11974
11703
|
:type ExtraInformation: str
|
11975
11704
|
:param _GroupType: 分组类型
|
11976
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11977
11705
|
:type GroupType: str
|
11978
11706
|
:param _CreateTime: 创建时间
|
11979
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11980
11707
|
:type CreateTime: int
|
11981
11708
|
:param _GroupStatus: 分组状态
|
11982
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11983
11709
|
:type GroupStatus: int
|
11984
11710
|
"""
|
11985
11711
|
self._GroupName = None
|
@@ -11997,7 +11723,6 @@ class GroupItem(AbstractModel):
|
|
11997
11723
|
@property
|
11998
11724
|
def GroupName(self):
|
11999
11725
|
"""分组名称
|
12000
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12001
11726
|
:rtype: str
|
12002
11727
|
"""
|
12003
11728
|
return self._GroupName
|
@@ -12009,7 +11734,6 @@ class GroupItem(AbstractModel):
|
|
12009
11734
|
@property
|
12010
11735
|
def ParentId(self):
|
12011
11736
|
"""父分组ID
|
12012
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12013
11737
|
:rtype: str
|
12014
11738
|
"""
|
12015
11739
|
return self._ParentId
|
@@ -12021,7 +11745,6 @@ class GroupItem(AbstractModel):
|
|
12021
11745
|
@property
|
12022
11746
|
def GroupId(self):
|
12023
11747
|
"""分组ID
|
12024
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12025
11748
|
:rtype: str
|
12026
11749
|
"""
|
12027
11750
|
return self._GroupId
|
@@ -12033,7 +11756,6 @@ class GroupItem(AbstractModel):
|
|
12033
11756
|
@property
|
12034
11757
|
def GroupPath(self):
|
12035
11758
|
"""分组路径
|
12036
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12037
11759
|
:rtype: str
|
12038
11760
|
"""
|
12039
11761
|
return self._GroupPath
|
@@ -12045,7 +11767,6 @@ class GroupItem(AbstractModel):
|
|
12045
11767
|
@property
|
12046
11768
|
def GroupDescribe(self):
|
12047
11769
|
"""分组描述
|
12048
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12049
11770
|
:rtype: str
|
12050
11771
|
"""
|
12051
11772
|
return self._GroupDescribe
|
@@ -12057,7 +11778,6 @@ class GroupItem(AbstractModel):
|
|
12057
11778
|
@property
|
12058
11779
|
def DeviceNum(self):
|
12059
11780
|
"""分组绑定设备数
|
12060
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12061
11781
|
:rtype: int
|
12062
11782
|
"""
|
12063
11783
|
return self._DeviceNum
|
@@ -12069,7 +11789,6 @@ class GroupItem(AbstractModel):
|
|
12069
11789
|
@property
|
12070
11790
|
def SubGroupNum(self):
|
12071
11791
|
"""子分组数量
|
12072
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12073
11792
|
:rtype: int
|
12074
11793
|
"""
|
12075
11794
|
return self._SubGroupNum
|
@@ -12081,7 +11800,6 @@ class GroupItem(AbstractModel):
|
|
12081
11800
|
@property
|
12082
11801
|
def ExtraInformation(self):
|
12083
11802
|
"""分组附加信息
|
12084
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12085
11803
|
:rtype: str
|
12086
11804
|
"""
|
12087
11805
|
return self._ExtraInformation
|
@@ -12093,7 +11811,6 @@ class GroupItem(AbstractModel):
|
|
12093
11811
|
@property
|
12094
11812
|
def GroupType(self):
|
12095
11813
|
"""分组类型
|
12096
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12097
11814
|
:rtype: str
|
12098
11815
|
"""
|
12099
11816
|
return self._GroupType
|
@@ -12105,7 +11822,6 @@ class GroupItem(AbstractModel):
|
|
12105
11822
|
@property
|
12106
11823
|
def CreateTime(self):
|
12107
11824
|
"""创建时间
|
12108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12109
11825
|
:rtype: int
|
12110
11826
|
"""
|
12111
11827
|
return self._CreateTime
|
@@ -12117,7 +11833,6 @@ class GroupItem(AbstractModel):
|
|
12117
11833
|
@property
|
12118
11834
|
def GroupStatus(self):
|
12119
11835
|
"""分组状态
|
12120
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12121
11836
|
:rtype: int
|
12122
11837
|
"""
|
12123
11838
|
return self._GroupStatus
|
@@ -13209,7 +12924,6 @@ class ModifyDeviceDataResponse(AbstractModel):
|
|
13209
12924
|
def __init__(self):
|
13210
12925
|
r"""
|
13211
12926
|
:param _Status: 操作结果,“OK”表示成功,其他表示失败。
|
13212
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13213
12927
|
:type Status: str
|
13214
12928
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13215
12929
|
:type RequestId: str
|
@@ -13220,7 +12934,6 @@ class ModifyDeviceDataResponse(AbstractModel):
|
|
13220
12934
|
@property
|
13221
12935
|
def Status(self):
|
13222
12936
|
"""操作结果,“OK”表示成功,其他表示失败。
|
13223
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13224
12937
|
:rtype: str
|
13225
12938
|
"""
|
13226
12939
|
return self._Status
|
@@ -14085,10 +13798,8 @@ class PresetItem(AbstractModel):
|
|
14085
13798
|
def __init__(self):
|
14086
13799
|
r"""
|
14087
13800
|
:param _PresetId: 预置位ID
|
14088
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14089
13801
|
:type PresetId: int
|
14090
13802
|
:param _PresetName: 预置位名称
|
14091
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14092
13803
|
:type PresetName: str
|
14093
13804
|
:param _Status: 预置位状态 0:未设置预置位 1:已设置预置位 2:已设置预置位&看守位
|
14094
13805
|
:type Status: int
|
@@ -14103,7 +13814,6 @@ class PresetItem(AbstractModel):
|
|
14103
13814
|
@property
|
14104
13815
|
def PresetId(self):
|
14105
13816
|
"""预置位ID
|
14106
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14107
13817
|
:rtype: int
|
14108
13818
|
"""
|
14109
13819
|
return self._PresetId
|
@@ -14115,7 +13825,6 @@ class PresetItem(AbstractModel):
|
|
14115
13825
|
@property
|
14116
13826
|
def PresetName(self):
|
14117
13827
|
"""预置位名称
|
14118
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14119
13828
|
:rtype: str
|
14120
13829
|
"""
|
14121
13830
|
return self._PresetName
|
@@ -14170,22 +13879,16 @@ class RecordPlanDetail(AbstractModel):
|
|
14170
13879
|
def __init__(self):
|
14171
13880
|
r"""
|
14172
13881
|
:param _PlanId: 计划ID
|
14173
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14174
13882
|
:type PlanId: str
|
14175
13883
|
:param _Name: 计划名称
|
14176
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14177
13884
|
:type Name: str
|
14178
13885
|
:param _TimeTemplateId: 时间模板ID
|
14179
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14180
13886
|
:type TimeTemplateId: str
|
14181
13887
|
:param _TimeTemplateName: 时间模板名称
|
14182
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14183
13888
|
:type TimeTemplateName: str
|
14184
13889
|
:param _Channels: 绑定的通道列表
|
14185
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14186
13890
|
:type Channels: list of ChannelItem
|
14187
13891
|
:param _RecordStorageTime: 存储周期(天)
|
14188
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14189
13892
|
:type RecordStorageTime: int
|
14190
13893
|
"""
|
14191
13894
|
self._PlanId = None
|
@@ -14198,7 +13901,6 @@ class RecordPlanDetail(AbstractModel):
|
|
14198
13901
|
@property
|
14199
13902
|
def PlanId(self):
|
14200
13903
|
"""计划ID
|
14201
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14202
13904
|
:rtype: str
|
14203
13905
|
"""
|
14204
13906
|
return self._PlanId
|
@@ -14210,7 +13912,6 @@ class RecordPlanDetail(AbstractModel):
|
|
14210
13912
|
@property
|
14211
13913
|
def Name(self):
|
14212
13914
|
"""计划名称
|
14213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14214
13915
|
:rtype: str
|
14215
13916
|
"""
|
14216
13917
|
return self._Name
|
@@ -14222,7 +13923,6 @@ class RecordPlanDetail(AbstractModel):
|
|
14222
13923
|
@property
|
14223
13924
|
def TimeTemplateId(self):
|
14224
13925
|
"""时间模板ID
|
14225
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14226
13926
|
:rtype: str
|
14227
13927
|
"""
|
14228
13928
|
return self._TimeTemplateId
|
@@ -14234,7 +13934,6 @@ class RecordPlanDetail(AbstractModel):
|
|
14234
13934
|
@property
|
14235
13935
|
def TimeTemplateName(self):
|
14236
13936
|
"""时间模板名称
|
14237
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14238
13937
|
:rtype: str
|
14239
13938
|
"""
|
14240
13939
|
return self._TimeTemplateName
|
@@ -14246,7 +13945,6 @@ class RecordPlanDetail(AbstractModel):
|
|
14246
13945
|
@property
|
14247
13946
|
def Channels(self):
|
14248
13947
|
"""绑定的通道列表
|
14249
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14250
13948
|
:rtype: list of ChannelItem
|
14251
13949
|
"""
|
14252
13950
|
return self._Channels
|
@@ -14258,7 +13956,6 @@ class RecordPlanDetail(AbstractModel):
|
|
14258
13956
|
@property
|
14259
13957
|
def RecordStorageTime(self):
|
14260
13958
|
"""存储周期(天)
|
14261
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14262
13959
|
:rtype: int
|
14263
13960
|
"""
|
14264
13961
|
return self._RecordStorageTime
|
@@ -14298,25 +13995,18 @@ class RecordPlanItem(AbstractModel):
|
|
14298
13995
|
def __init__(self):
|
14299
13996
|
r"""
|
14300
13997
|
:param _PlanId: 计划ID
|
14301
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14302
13998
|
:type PlanId: str
|
14303
13999
|
:param _Name: 计划名称
|
14304
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14305
14000
|
:type Name: str
|
14306
14001
|
:param _TimeTemplateId: 时间模板ID
|
14307
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14308
14002
|
:type TimeTemplateId: str
|
14309
14003
|
:param _TimeTemplateName: 时间模板名称
|
14310
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14311
14004
|
:type TimeTemplateName: str
|
14312
14005
|
:param _EventId: 录制类型
|
14313
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14314
14006
|
:type EventId: int
|
14315
14007
|
:param _Devices: 绑定的设备列表
|
14316
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14317
14008
|
:type Devices: list of DeviceItem
|
14318
14009
|
:param _RecordStorageTime: 录像存储天数
|
14319
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14320
14010
|
:type RecordStorageTime: int
|
14321
14011
|
"""
|
14322
14012
|
self._PlanId = None
|
@@ -14330,7 +14020,6 @@ class RecordPlanItem(AbstractModel):
|
|
14330
14020
|
@property
|
14331
14021
|
def PlanId(self):
|
14332
14022
|
"""计划ID
|
14333
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14334
14023
|
:rtype: str
|
14335
14024
|
"""
|
14336
14025
|
return self._PlanId
|
@@ -14342,7 +14031,6 @@ class RecordPlanItem(AbstractModel):
|
|
14342
14031
|
@property
|
14343
14032
|
def Name(self):
|
14344
14033
|
"""计划名称
|
14345
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14346
14034
|
:rtype: str
|
14347
14035
|
"""
|
14348
14036
|
return self._Name
|
@@ -14354,7 +14042,6 @@ class RecordPlanItem(AbstractModel):
|
|
14354
14042
|
@property
|
14355
14043
|
def TimeTemplateId(self):
|
14356
14044
|
"""时间模板ID
|
14357
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14358
14045
|
:rtype: str
|
14359
14046
|
"""
|
14360
14047
|
return self._TimeTemplateId
|
@@ -14366,7 +14053,6 @@ class RecordPlanItem(AbstractModel):
|
|
14366
14053
|
@property
|
14367
14054
|
def TimeTemplateName(self):
|
14368
14055
|
"""时间模板名称
|
14369
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14370
14056
|
:rtype: str
|
14371
14057
|
"""
|
14372
14058
|
return self._TimeTemplateName
|
@@ -14378,7 +14064,6 @@ class RecordPlanItem(AbstractModel):
|
|
14378
14064
|
@property
|
14379
14065
|
def EventId(self):
|
14380
14066
|
"""录制类型
|
14381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14382
14067
|
:rtype: int
|
14383
14068
|
"""
|
14384
14069
|
return self._EventId
|
@@ -14390,7 +14075,6 @@ class RecordPlanItem(AbstractModel):
|
|
14390
14075
|
@property
|
14391
14076
|
def Devices(self):
|
14392
14077
|
"""绑定的设备列表
|
14393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14394
14078
|
:rtype: list of DeviceItem
|
14395
14079
|
"""
|
14396
14080
|
return self._Devices
|
@@ -14402,7 +14086,6 @@ class RecordPlanItem(AbstractModel):
|
|
14402
14086
|
@property
|
14403
14087
|
def RecordStorageTime(self):
|
14404
14088
|
"""录像存储天数
|
14405
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14406
14089
|
:rtype: int
|
14407
14090
|
"""
|
14408
14091
|
return self._RecordStorageTime
|
@@ -14443,10 +14126,8 @@ class RecordStatistic(AbstractModel):
|
|
14443
14126
|
def __init__(self):
|
14444
14127
|
r"""
|
14445
14128
|
:param _Time: 时间戳
|
14446
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14447
14129
|
:type Time: int
|
14448
14130
|
:param _Value: 统计结果
|
14449
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14450
14131
|
:type Value: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordStatisticValue`
|
14451
14132
|
"""
|
14452
14133
|
self._Time = None
|
@@ -14455,7 +14136,6 @@ class RecordStatistic(AbstractModel):
|
|
14455
14136
|
@property
|
14456
14137
|
def Time(self):
|
14457
14138
|
"""时间戳
|
14458
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14459
14139
|
:rtype: int
|
14460
14140
|
"""
|
14461
14141
|
return self._Time
|
@@ -14467,7 +14147,6 @@ class RecordStatistic(AbstractModel):
|
|
14467
14147
|
@property
|
14468
14148
|
def Value(self):
|
14469
14149
|
"""统计结果
|
14470
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14471
14150
|
:rtype: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordStatisticValue`
|
14472
14151
|
"""
|
14473
14152
|
return self._Value
|
@@ -14572,34 +14251,24 @@ class RecordTaskItem(AbstractModel):
|
|
14572
14251
|
def __init__(self):
|
14573
14252
|
r"""
|
14574
14253
|
:param _RecordTaskId: 录像任务ID
|
14575
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14576
14254
|
:type RecordTaskId: str
|
14577
14255
|
:param _RecordPlanId: 录制计划ID
|
14578
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14579
14256
|
:type RecordPlanId: str
|
14580
14257
|
:param _StartTime: 本录制片段开始时间
|
14581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14582
14258
|
:type StartTime: int
|
14583
14259
|
:param _EndTime: 本录制片段结束时间
|
14584
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14585
14260
|
:type EndTime: int
|
14586
14261
|
:param _EventId: 录制模式
|
14587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14588
14262
|
:type EventId: int
|
14589
14263
|
:param _VideoUrl: 本录制片段对应的录制文件URL
|
14590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14591
14264
|
:type VideoUrl: str
|
14592
14265
|
:param _RecordStatus: 本录制片段当前的录制状态
|
14593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14594
14266
|
:type RecordStatus: int
|
14595
14267
|
:param _SceneId: 场景ID
|
14596
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14597
14268
|
:type SceneId: int
|
14598
14269
|
:param _WarnId: 告警ID
|
14599
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14600
14270
|
:type WarnId: int
|
14601
14271
|
:param _RecordId: 录制id,NVR下属设备有效
|
14602
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14603
14272
|
:type RecordId: str
|
14604
14273
|
"""
|
14605
14274
|
self._RecordTaskId = None
|
@@ -14616,7 +14285,6 @@ class RecordTaskItem(AbstractModel):
|
|
14616
14285
|
@property
|
14617
14286
|
def RecordTaskId(self):
|
14618
14287
|
"""录像任务ID
|
14619
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14620
14288
|
:rtype: str
|
14621
14289
|
"""
|
14622
14290
|
return self._RecordTaskId
|
@@ -14628,7 +14296,6 @@ class RecordTaskItem(AbstractModel):
|
|
14628
14296
|
@property
|
14629
14297
|
def RecordPlanId(self):
|
14630
14298
|
"""录制计划ID
|
14631
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14632
14299
|
:rtype: str
|
14633
14300
|
"""
|
14634
14301
|
return self._RecordPlanId
|
@@ -14640,7 +14307,6 @@ class RecordTaskItem(AbstractModel):
|
|
14640
14307
|
@property
|
14641
14308
|
def StartTime(self):
|
14642
14309
|
"""本录制片段开始时间
|
14643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14644
14310
|
:rtype: int
|
14645
14311
|
"""
|
14646
14312
|
return self._StartTime
|
@@ -14652,7 +14318,6 @@ class RecordTaskItem(AbstractModel):
|
|
14652
14318
|
@property
|
14653
14319
|
def EndTime(self):
|
14654
14320
|
"""本录制片段结束时间
|
14655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14656
14321
|
:rtype: int
|
14657
14322
|
"""
|
14658
14323
|
return self._EndTime
|
@@ -14664,7 +14329,6 @@ class RecordTaskItem(AbstractModel):
|
|
14664
14329
|
@property
|
14665
14330
|
def EventId(self):
|
14666
14331
|
"""录制模式
|
14667
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14668
14332
|
:rtype: int
|
14669
14333
|
"""
|
14670
14334
|
return self._EventId
|
@@ -14676,7 +14340,6 @@ class RecordTaskItem(AbstractModel):
|
|
14676
14340
|
@property
|
14677
14341
|
def VideoUrl(self):
|
14678
14342
|
"""本录制片段对应的录制文件URL
|
14679
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14680
14343
|
:rtype: str
|
14681
14344
|
"""
|
14682
14345
|
return self._VideoUrl
|
@@ -14688,7 +14351,6 @@ class RecordTaskItem(AbstractModel):
|
|
14688
14351
|
@property
|
14689
14352
|
def RecordStatus(self):
|
14690
14353
|
"""本录制片段当前的录制状态
|
14691
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14692
14354
|
:rtype: int
|
14693
14355
|
"""
|
14694
14356
|
return self._RecordStatus
|
@@ -14700,7 +14362,6 @@ class RecordTaskItem(AbstractModel):
|
|
14700
14362
|
@property
|
14701
14363
|
def SceneId(self):
|
14702
14364
|
"""场景ID
|
14703
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14704
14365
|
:rtype: int
|
14705
14366
|
"""
|
14706
14367
|
return self._SceneId
|
@@ -14712,7 +14373,6 @@ class RecordTaskItem(AbstractModel):
|
|
14712
14373
|
@property
|
14713
14374
|
def WarnId(self):
|
14714
14375
|
"""告警ID
|
14715
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14716
14376
|
:rtype: int
|
14717
14377
|
"""
|
14718
14378
|
return self._WarnId
|
@@ -14724,7 +14384,6 @@ class RecordTaskItem(AbstractModel):
|
|
14724
14384
|
@property
|
14725
14385
|
def RecordId(self):
|
14726
14386
|
"""录制id,NVR下属设备有效
|
14727
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14728
14387
|
:rtype: str
|
14729
14388
|
"""
|
14730
14389
|
return self._RecordId
|
@@ -14842,22 +14501,16 @@ class SceneItem(AbstractModel):
|
|
14842
14501
|
def __init__(self):
|
14843
14502
|
r"""
|
14844
14503
|
:param _IntId: 场景ID
|
14845
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14846
14504
|
:type IntId: int
|
14847
14505
|
:param _Uin: 用户UIN
|
14848
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14849
14506
|
:type Uin: str
|
14850
14507
|
:param _SceneName: 场景名称
|
14851
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14852
14508
|
:type SceneName: str
|
14853
14509
|
:param _SceneTrigger: 触发规则
|
14854
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14855
14510
|
:type SceneTrigger: str
|
14856
14511
|
:param _RecordDuration: 录制时长 秒
|
14857
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14858
14512
|
:type RecordDuration: int
|
14859
14513
|
:param _StoreDuration: 存储时长 天
|
14860
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14861
14514
|
:type StoreDuration: int
|
14862
14515
|
:param _CreateTime: 创建时间
|
14863
14516
|
:type CreateTime: str
|
@@ -14876,7 +14529,6 @@ class SceneItem(AbstractModel):
|
|
14876
14529
|
@property
|
14877
14530
|
def IntId(self):
|
14878
14531
|
"""场景ID
|
14879
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14880
14532
|
:rtype: int
|
14881
14533
|
"""
|
14882
14534
|
return self._IntId
|
@@ -14888,7 +14540,6 @@ class SceneItem(AbstractModel):
|
|
14888
14540
|
@property
|
14889
14541
|
def Uin(self):
|
14890
14542
|
"""用户UIN
|
14891
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14892
14543
|
:rtype: str
|
14893
14544
|
"""
|
14894
14545
|
return self._Uin
|
@@ -14900,7 +14551,6 @@ class SceneItem(AbstractModel):
|
|
14900
14551
|
@property
|
14901
14552
|
def SceneName(self):
|
14902
14553
|
"""场景名称
|
14903
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14904
14554
|
:rtype: str
|
14905
14555
|
"""
|
14906
14556
|
return self._SceneName
|
@@ -14912,7 +14562,6 @@ class SceneItem(AbstractModel):
|
|
14912
14562
|
@property
|
14913
14563
|
def SceneTrigger(self):
|
14914
14564
|
"""触发规则
|
14915
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14916
14565
|
:rtype: str
|
14917
14566
|
"""
|
14918
14567
|
return self._SceneTrigger
|
@@ -14924,7 +14573,6 @@ class SceneItem(AbstractModel):
|
|
14924
14573
|
@property
|
14925
14574
|
def RecordDuration(self):
|
14926
14575
|
"""录制时长 秒
|
14927
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14928
14576
|
:rtype: int
|
14929
14577
|
"""
|
14930
14578
|
return self._RecordDuration
|
@@ -14936,7 +14584,6 @@ class SceneItem(AbstractModel):
|
|
14936
14584
|
@property
|
14937
14585
|
def StoreDuration(self):
|
14938
14586
|
"""存储时长 天
|
14939
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14940
14587
|
:rtype: int
|
14941
14588
|
"""
|
14942
14589
|
return self._StoreDuration
|
@@ -15237,19 +14884,14 @@ class TimeTemplateItem(AbstractModel):
|
|
15237
14884
|
def __init__(self):
|
15238
14885
|
r"""
|
15239
14886
|
:param _TemplateId: 时间模板ID
|
15240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15241
14887
|
:type TemplateId: str
|
15242
14888
|
:param _Name: 模板名称
|
15243
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15244
14889
|
:type Name: str
|
15245
14890
|
:param _IsAllWeek: 是否全时录制,即7*24小时录制 0-否 1-是
|
15246
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15247
14891
|
:type IsAllWeek: int
|
15248
14892
|
:param _Type: 是否为自定义模板 0-否 1-是
|
15249
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15250
14893
|
:type Type: int
|
15251
14894
|
:param _TimeTemplateSpecs: 时间片段详情
|
15252
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15253
14895
|
:type TimeTemplateSpecs: list of TimeTemplateSpec
|
15254
14896
|
"""
|
15255
14897
|
self._TemplateId = None
|
@@ -15261,7 +14903,6 @@ class TimeTemplateItem(AbstractModel):
|
|
15261
14903
|
@property
|
15262
14904
|
def TemplateId(self):
|
15263
14905
|
"""时间模板ID
|
15264
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15265
14906
|
:rtype: str
|
15266
14907
|
"""
|
15267
14908
|
return self._TemplateId
|
@@ -15273,7 +14914,6 @@ class TimeTemplateItem(AbstractModel):
|
|
15273
14914
|
@property
|
15274
14915
|
def Name(self):
|
15275
14916
|
"""模板名称
|
15276
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15277
14917
|
:rtype: str
|
15278
14918
|
"""
|
15279
14919
|
return self._Name
|
@@ -15285,7 +14925,6 @@ class TimeTemplateItem(AbstractModel):
|
|
15285
14925
|
@property
|
15286
14926
|
def IsAllWeek(self):
|
15287
14927
|
"""是否全时录制,即7*24小时录制 0-否 1-是
|
15288
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15289
14928
|
:rtype: int
|
15290
14929
|
"""
|
15291
14930
|
return self._IsAllWeek
|
@@ -15297,7 +14936,6 @@ class TimeTemplateItem(AbstractModel):
|
|
15297
14936
|
@property
|
15298
14937
|
def Type(self):
|
15299
14938
|
"""是否为自定义模板 0-否 1-是
|
15300
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15301
14939
|
:rtype: int
|
15302
14940
|
"""
|
15303
14941
|
return self._Type
|
@@ -15309,7 +14947,6 @@ class TimeTemplateItem(AbstractModel):
|
|
15309
14947
|
@property
|
15310
14948
|
def TimeTemplateSpecs(self):
|
15311
14949
|
"""时间片段详情
|
15312
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15313
14950
|
:rtype: list of TimeTemplateSpec
|
15314
14951
|
"""
|
15315
14952
|
return self._TimeTemplateSpecs
|
@@ -15580,7 +15217,6 @@ class UpdateDevicePassWordResponse(AbstractModel):
|
|
15580
15217
|
def __init__(self):
|
15581
15218
|
r"""
|
15582
15219
|
:param _Status: 操作结果,“OK”表示成功,其他表示失败。
|
15583
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15584
15220
|
:type Status: str
|
15585
15221
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15586
15222
|
:type RequestId: str
|
@@ -15591,7 +15227,6 @@ class UpdateDevicePassWordResponse(AbstractModel):
|
|
15591
15227
|
@property
|
15592
15228
|
def Status(self):
|
15593
15229
|
"""操作结果,“OK”表示成功,其他表示失败。
|
15594
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15595
15230
|
:rtype: str
|
15596
15231
|
"""
|
15597
15232
|
return self._Status
|
@@ -15919,28 +15554,20 @@ class WarningsData(AbstractModel):
|
|
15919
15554
|
def __init__(self):
|
15920
15555
|
r"""
|
15921
15556
|
:param _Id: 唯一ID
|
15922
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15923
15557
|
:type Id: int
|
15924
15558
|
:param _DeviceId: 设备ID
|
15925
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15926
15559
|
:type DeviceId: str
|
15927
15560
|
:param _DeviceName: 设备名称
|
15928
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15929
15561
|
:type DeviceName: str
|
15930
15562
|
:param _WarnChannel: 告警通道
|
15931
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15932
15563
|
:type WarnChannel: str
|
15933
15564
|
:param _WarnLevel: 告警级别 1: "一级警情", 2: "二级警情", 3: "三级警情", 4: "四级警情",
|
15934
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15935
15565
|
:type WarnLevel: int
|
15936
15566
|
:param _WarnLevelName: 告警级别名称
|
15937
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15938
15567
|
:type WarnLevelName: str
|
15939
15568
|
:param _WarnMode: 告警方式 2 设备报警 5 视频报警 6 设备故障报警
|
15940
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15941
15569
|
:type WarnMode: int
|
15942
15570
|
:param _WarnModeName: 告警方式名称
|
15943
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15944
15571
|
:type WarnModeName: str
|
15945
15572
|
:param _WarnType: 告警类型 2: {
|
15946
15573
|
Name: "设备报警",
|
@@ -15976,16 +15603,12 @@ class WarningsData(AbstractModel):
|
|
15976
15603
|
2: "存储设备风扇故障报警",
|
15977
15604
|
},
|
15978
15605
|
}
|
15979
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15980
15606
|
:type WarnType: int
|
15981
15607
|
:param _Del: 是否删除
|
15982
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15983
15608
|
:type Del: int
|
15984
15609
|
:param _CreateTime: 创建时间
|
15985
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15986
15610
|
:type CreateTime: str
|
15987
15611
|
:param _UpdateTime: 更新时间
|
15988
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15989
15612
|
:type UpdateTime: str
|
15990
15613
|
"""
|
15991
15614
|
self._Id = None
|
@@ -16004,7 +15627,6 @@ class WarningsData(AbstractModel):
|
|
16004
15627
|
@property
|
16005
15628
|
def Id(self):
|
16006
15629
|
"""唯一ID
|
16007
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16008
15630
|
:rtype: int
|
16009
15631
|
"""
|
16010
15632
|
return self._Id
|
@@ -16016,7 +15638,6 @@ class WarningsData(AbstractModel):
|
|
16016
15638
|
@property
|
16017
15639
|
def DeviceId(self):
|
16018
15640
|
"""设备ID
|
16019
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16020
15641
|
:rtype: str
|
16021
15642
|
"""
|
16022
15643
|
return self._DeviceId
|
@@ -16028,7 +15649,6 @@ class WarningsData(AbstractModel):
|
|
16028
15649
|
@property
|
16029
15650
|
def DeviceName(self):
|
16030
15651
|
"""设备名称
|
16031
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16032
15652
|
:rtype: str
|
16033
15653
|
"""
|
16034
15654
|
return self._DeviceName
|
@@ -16040,7 +15660,6 @@ class WarningsData(AbstractModel):
|
|
16040
15660
|
@property
|
16041
15661
|
def WarnChannel(self):
|
16042
15662
|
"""告警通道
|
16043
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16044
15663
|
:rtype: str
|
16045
15664
|
"""
|
16046
15665
|
return self._WarnChannel
|
@@ -16052,7 +15671,6 @@ class WarningsData(AbstractModel):
|
|
16052
15671
|
@property
|
16053
15672
|
def WarnLevel(self):
|
16054
15673
|
"""告警级别 1: "一级警情", 2: "二级警情", 3: "三级警情", 4: "四级警情",
|
16055
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16056
15674
|
:rtype: int
|
16057
15675
|
"""
|
16058
15676
|
return self._WarnLevel
|
@@ -16064,7 +15682,6 @@ class WarningsData(AbstractModel):
|
|
16064
15682
|
@property
|
16065
15683
|
def WarnLevelName(self):
|
16066
15684
|
"""告警级别名称
|
16067
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16068
15685
|
:rtype: str
|
16069
15686
|
"""
|
16070
15687
|
return self._WarnLevelName
|
@@ -16076,7 +15693,6 @@ class WarningsData(AbstractModel):
|
|
16076
15693
|
@property
|
16077
15694
|
def WarnMode(self):
|
16078
15695
|
"""告警方式 2 设备报警 5 视频报警 6 设备故障报警
|
16079
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16080
15696
|
:rtype: int
|
16081
15697
|
"""
|
16082
15698
|
return self._WarnMode
|
@@ -16088,7 +15704,6 @@ class WarningsData(AbstractModel):
|
|
16088
15704
|
@property
|
16089
15705
|
def WarnModeName(self):
|
16090
15706
|
"""告警方式名称
|
16091
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16092
15707
|
:rtype: str
|
16093
15708
|
"""
|
16094
15709
|
return self._WarnModeName
|
@@ -16133,7 +15748,6 @@ class WarningsData(AbstractModel):
|
|
16133
15748
|
2: "存储设备风扇故障报警",
|
16134
15749
|
},
|
16135
15750
|
}
|
16136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16137
15751
|
:rtype: int
|
16138
15752
|
"""
|
16139
15753
|
return self._WarnType
|
@@ -16145,7 +15759,6 @@ class WarningsData(AbstractModel):
|
|
16145
15759
|
@property
|
16146
15760
|
def Del(self):
|
16147
15761
|
"""是否删除
|
16148
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16149
15762
|
:rtype: int
|
16150
15763
|
"""
|
16151
15764
|
return self._Del
|
@@ -16157,7 +15770,6 @@ class WarningsData(AbstractModel):
|
|
16157
15770
|
@property
|
16158
15771
|
def CreateTime(self):
|
16159
15772
|
"""创建时间
|
16160
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16161
15773
|
:rtype: str
|
16162
15774
|
"""
|
16163
15775
|
return self._CreateTime
|
@@ -16169,7 +15781,6 @@ class WarningsData(AbstractModel):
|
|
16169
15781
|
@property
|
16170
15782
|
def UpdateTime(self):
|
16171
15783
|
"""更新时间
|
16172
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16173
15784
|
:rtype: str
|
16174
15785
|
"""
|
16175
15786
|
return self._UpdateTime
|