tencentcloud-sdk-iotvideoindustry 3.0.1023 → 3.0.1025
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201201/client.rb +1 -1
- data/lib/v20201201/models.rb +6 -230
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ae470ea612875df521b0c1143e987f81075a93cb
|
4
|
+
data.tar.gz: 780abb4e7201b1ad5b18919ae09fcc12130904b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 940df5f4e03d72ca6cbcaaa57b0126d9ceb28bf07523443f85528a735579f06d7cf7baca79022b52a5f537bc8eecaa8b7733a60ee5d206d049a98e76ad977175
|
7
|
+
data.tar.gz: 59a30a13a68dce047a451b89ed83a82bca9ede77da1df5a9750c7d39442f130ed8e733da999194a2e0b47114e86d4fda00881c84f6f324154c5c5c5a1d555720
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1025
|
data/lib/v20201201/client.rb
CHANGED
@@ -1944,7 +1944,7 @@ module TencentCloud
|
|
1944
1944
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1945
1945
|
end
|
1946
1946
|
|
1947
|
-
# 本接口(GetRecordPlanByDev)用于根据设备ID查询其绑定的录制计划.
|
1947
|
+
# 本接口(GetRecordPlanByDev)用于根据设备ID查询其绑定的录制计划. 这个接口没有业务逻辑用到, 已废弃,统一用DescribeDevice
|
1948
1948
|
|
1949
1949
|
# @param request: Request instance for GetRecordPlanByDev.
|
1950
1950
|
# @type request: :class:`Tencentcloud::iotvideoindustry::V20201201::GetRecordPlanByDevRequest`
|
data/lib/v20201201/models.rb
CHANGED
@@ -20,10 +20,8 @@ module TencentCloud
|
|
20
20
|
# 异动事件走势列表
|
21
21
|
class AbnormalEvents < TencentCloud::Common::AbstractModel
|
22
22
|
# @param Date: 对应查询日期
|
23
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24
23
|
# @type Date: String
|
25
24
|
# @param Info: 列表信息
|
26
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
27
25
|
# @type Info: Array
|
28
26
|
|
29
27
|
attr_accessor :Date, :Info
|
@@ -49,10 +47,8 @@ module TencentCloud
|
|
49
47
|
# 异动事件走势元素
|
50
48
|
class AbnormalEventsInfo < TencentCloud::Common::AbstractModel
|
51
49
|
# @param Key: 类型值
|
52
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
53
50
|
# @type Key: Integer
|
54
51
|
# @param Count: 类型总数
|
55
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
56
52
|
# @type Count: Integer
|
57
53
|
|
58
54
|
attr_accessor :Key, :Count
|
@@ -71,43 +67,30 @@ module TencentCloud
|
|
71
67
|
# 查询全部设备出参
|
72
68
|
class AllDeviceInfo < TencentCloud::Common::AbstractModel
|
73
69
|
# @param DeviceId: 设备唯一标识
|
74
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
75
70
|
# @type DeviceId: String
|
76
71
|
# @param DeviceType: 设备类型;2:IPC
|
77
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
78
72
|
# @type DeviceType: Integer
|
79
73
|
# @param Status: 设备状态;0:设备不在线;1:设备在线;2:设备隔离中;3:设备未注册
|
80
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
81
74
|
# @type Status: Integer
|
82
75
|
# @param CreateTime: 创建时间
|
83
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
84
76
|
# @type CreateTime: Integer
|
85
77
|
# @param ExtraInformation: 设备扩展属性
|
86
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
87
78
|
# @type ExtraInformation: String
|
88
79
|
# @param NickName: 设备名称
|
89
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
90
80
|
# @type NickName: String
|
91
81
|
# @param GroupPath: 设备绑定分组路径
|
92
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
93
82
|
# @type GroupPath: String
|
94
83
|
# @param DeviceCode: 设备编码
|
95
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
96
84
|
# @type DeviceCode: String
|
97
85
|
# @param IsRecord: 是否存在录像,,0:不存在;1:存在
|
98
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
99
86
|
# @type IsRecord: Integer
|
100
87
|
# @param Recordable: 该设备是否可录制
|
101
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
102
88
|
# @type Recordable: Integer
|
103
89
|
# @param Protocol: 设备接入协议
|
104
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
105
90
|
# @type Protocol: String
|
106
91
|
# @param GroupId: 组Id
|
107
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
108
92
|
# @type GroupId: String
|
109
93
|
# @param GroupName: 组名
|
110
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
111
94
|
# @type GroupName: String
|
112
95
|
|
113
96
|
attr_accessor :DeviceId, :DeviceType, :Status, :CreateTime, :ExtraInformation, :NickName, :GroupPath, :DeviceCode, :IsRecord, :Recordable, :Protocol, :GroupId, :GroupName
|
@@ -188,25 +171,18 @@ module TencentCloud
|
|
188
171
|
# @param ChannelId: 通道唯一标识
|
189
172
|
# @type ChannelId: String
|
190
173
|
# @param ChannelType: 通道类型 0:未知;1:视频通道;2:音频通道;3:告警通道
|
191
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
192
174
|
# @type ChannelType: Integer
|
193
175
|
# @param ChannelCode: 20位国标通道编码
|
194
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
195
176
|
# @type ChannelCode: String
|
196
177
|
# @param ExtraInformation: 通道扩展信息
|
197
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
198
178
|
# @type ExtraInformation: String
|
199
179
|
# @param Status: 通道在线状态
|
200
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
201
180
|
# @type Status: Integer
|
202
181
|
# @param IsRecord: 通道是否存在录像标识 0:无录像;1:有录像
|
203
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
204
182
|
# @type IsRecord: Integer
|
205
183
|
# @param DeviceId: 通道所属设备唯一标识
|
206
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
207
184
|
# @type DeviceId: String
|
208
185
|
# @param BusinessGroupId: 通道所属虚拟组织的ID
|
209
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
210
186
|
# @type BusinessGroupId: String
|
211
187
|
|
212
188
|
attr_accessor :ChannelName, :ChannelId, :ChannelType, :ChannelCode, :ExtraInformation, :Status, :IsRecord, :DeviceId, :BusinessGroupId
|
@@ -239,10 +215,8 @@ module TencentCloud
|
|
239
215
|
# GB28181通道
|
240
216
|
class ChannelItem < TencentCloud::Common::AbstractModel
|
241
217
|
# @param DeviceId: 设备唯一标识
|
242
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
243
218
|
# @type DeviceId: String
|
244
219
|
# @param ChannelId: 通道唯一标识
|
245
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
246
220
|
# @type ChannelId: String
|
247
221
|
|
248
222
|
attr_accessor :DeviceId, :ChannelId
|
@@ -588,10 +562,8 @@ module TencentCloud
|
|
588
562
|
# CreateDeviceGroup返回参数结构体
|
589
563
|
class CreateDeviceGroupResponse < TencentCloud::Common::AbstractModel
|
590
564
|
# @param Status: 响应结果,“OK”为成功,其他为失败
|
591
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
592
565
|
# @type Status: String
|
593
566
|
# @param GroupId: 分组ID
|
594
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
595
567
|
# @type GroupId: String
|
596
568
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
597
569
|
# @type RequestId: String
|
@@ -642,13 +614,10 @@ module TencentCloud
|
|
642
614
|
# CreateDevice返回参数结构体
|
643
615
|
class CreateDeviceResponse < TencentCloud::Common::AbstractModel
|
644
616
|
# @param DeviceCode: 设备编码
|
645
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
646
617
|
# @type DeviceCode: String
|
647
618
|
# @param DeviceId: 设备唯一标识
|
648
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
649
619
|
# @type DeviceId: String
|
650
620
|
# @param VirtualGroupId: 设备虚拟组信息,仅在创建NVR时返回该值
|
651
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
652
621
|
# @type VirtualGroupId: String
|
653
622
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
654
623
|
# @type RequestId: String
|
@@ -693,10 +662,8 @@ module TencentCloud
|
|
693
662
|
# CreateLiveChannel返回参数结构体
|
694
663
|
class CreateLiveChannelResponse < TencentCloud::Common::AbstractModel
|
695
664
|
# @param LiveChannelId: 直播频道ID
|
696
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
697
665
|
# @type LiveChannelId: String
|
698
666
|
# @param PushStreamAddress: 直播频道推流地址
|
699
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
700
667
|
# @type PushStreamAddress: String
|
701
668
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
702
669
|
# @type RequestId: String
|
@@ -751,7 +718,6 @@ module TencentCloud
|
|
751
718
|
# CreateLiveRecordPlan返回参数结构体
|
752
719
|
class CreateLiveRecordPlanResponse < TencentCloud::Common::AbstractModel
|
753
720
|
# @param PlanId: 录制计划名称
|
754
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
755
721
|
# @type PlanId: String
|
756
722
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
757
723
|
# @type RequestId: String
|
@@ -812,7 +778,6 @@ module TencentCloud
|
|
812
778
|
# CreateMessageForward返回参数结构体
|
813
779
|
class CreateMessageForwardResponse < TencentCloud::Common::AbstractModel
|
814
780
|
# @param IntId: 配置ID
|
815
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
816
781
|
# @type IntId: Integer
|
817
782
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
818
783
|
# @type RequestId: String
|
@@ -997,7 +962,6 @@ module TencentCloud
|
|
997
962
|
# CreateScene返回参数结构体
|
998
963
|
class CreateSceneResponse < TencentCloud::Common::AbstractModel
|
999
964
|
# @param IntId: 场景ID
|
1000
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1001
965
|
# @type IntId: Integer
|
1002
966
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1003
967
|
# @type RequestId: String
|
@@ -1121,7 +1085,6 @@ module TencentCloud
|
|
1121
1085
|
# DeleteDeviceGroup返回参数结构体
|
1122
1086
|
class DeleteDeviceGroupResponse < TencentCloud::Common::AbstractModel
|
1123
1087
|
# @param Status: 响应结果
|
1124
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1125
1088
|
# @type Status: String
|
1126
1089
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1127
1090
|
# @type RequestId: String
|
@@ -1158,7 +1121,6 @@ module TencentCloud
|
|
1158
1121
|
# DeleteDevice返回参数结构体
|
1159
1122
|
class DeleteDeviceResponse < TencentCloud::Common::AbstractModel
|
1160
1123
|
# @param Status: 操作结果 OK-成功; 其他-失败
|
1161
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1162
1124
|
# @type Status: String
|
1163
1125
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1164
1126
|
# @type RequestId: String
|
@@ -1431,7 +1393,6 @@ module TencentCloud
|
|
1431
1393
|
# DeleteTimeTemplate返回参数结构体
|
1432
1394
|
class DeleteTimeTemplateResponse < TencentCloud::Common::AbstractModel
|
1433
1395
|
# @param Status: 操作结果,OK:成功,其他:失败
|
1434
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1435
1396
|
# @type Status: String
|
1436
1397
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1437
1398
|
# @type RequestId: String
|
@@ -1540,7 +1501,6 @@ module TencentCloud
|
|
1540
1501
|
# DescribeAbnormalEvents返回参数结构体
|
1541
1502
|
class DescribeAbnormalEventsResponse < TencentCloud::Common::AbstractModel
|
1542
1503
|
# @param Data: 异动事件走势列表
|
1543
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1544
1504
|
# @type Data: Array
|
1545
1505
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1546
1506
|
# @type RequestId: String
|
@@ -1600,10 +1560,8 @@ module TencentCloud
|
|
1600
1560
|
# DescribeAllDeviceList返回参数结构体
|
1601
1561
|
class DescribeAllDeviceListResponse < TencentCloud::Common::AbstractModel
|
1602
1562
|
# @param TotalCount: 设备总数
|
1603
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1604
1563
|
# @type TotalCount: Integer
|
1605
1564
|
# @param Devices: 设备详细信息列表
|
1606
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1607
1565
|
# @type Devices: Array
|
1608
1566
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1609
1567
|
# @type RequestId: String
|
@@ -1657,10 +1615,8 @@ module TencentCloud
|
|
1657
1615
|
# DescribeBindSceneChannels返回参数结构体
|
1658
1616
|
class DescribeBindSceneChannelsResponse < TencentCloud::Common::AbstractModel
|
1659
1617
|
# @param Total: 总数
|
1660
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1661
1618
|
# @type Total: Integer
|
1662
1619
|
# @param List: 通道列表
|
1663
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1664
1620
|
# @type List: Array
|
1665
1621
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1666
1622
|
# @type RequestId: String
|
@@ -1714,10 +1670,8 @@ module TencentCloud
|
|
1714
1670
|
# DescribeBindSceneDevices返回参数结构体
|
1715
1671
|
class DescribeBindSceneDevicesResponse < TencentCloud::Common::AbstractModel
|
1716
1672
|
# @param Total: 总数
|
1717
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1718
1673
|
# @type Total: Integer
|
1719
1674
|
# @param List: 设备列表
|
1720
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1721
1675
|
# @type List: Array
|
1722
1676
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1723
1677
|
# @type RequestId: String
|
@@ -1920,10 +1874,8 @@ module TencentCloud
|
|
1920
1874
|
# DescribeChannelsByLiveRecordPlan返回参数结构体
|
1921
1875
|
class DescribeChannelsByLiveRecordPlanResponse < TencentCloud::Common::AbstractModel
|
1922
1876
|
# @param TotalCount: 总个数
|
1923
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1924
1877
|
# @type TotalCount: Integer
|
1925
1878
|
# @param LiveChannels: 通道详情数组
|
1926
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1927
1879
|
# @type LiveChannels: Array
|
1928
1880
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1929
1881
|
# @type RequestId: String
|
@@ -1989,10 +1941,8 @@ module TencentCloud
|
|
1989
1941
|
# DescribeChannels返回参数结构体
|
1990
1942
|
class DescribeChannelsResponse < TencentCloud::Common::AbstractModel
|
1991
1943
|
# @param TotalCount: 通道总数
|
1992
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1993
1944
|
# @type TotalCount: Integer
|
1994
1945
|
# @param Channels: 通道详情列表
|
1995
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1996
1946
|
# @type Channels: Array
|
1997
1947
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1998
1948
|
# @type RequestId: String
|
@@ -2105,10 +2055,8 @@ module TencentCloud
|
|
2105
2055
|
# DescribeDeviceEvent返回参数结构体
|
2106
2056
|
class DescribeDeviceEventResponse < TencentCloud::Common::AbstractModel
|
2107
2057
|
# @param TotalCount: 总数
|
2108
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2109
2058
|
# @type TotalCount: Integer
|
2110
2059
|
# @param Events: 事件列表
|
2111
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2112
2060
|
# @type Events: Array
|
2113
2061
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2114
2062
|
# @type RequestId: String
|
@@ -2154,7 +2102,6 @@ module TencentCloud
|
|
2154
2102
|
# DescribeDeviceGroup返回参数结构体
|
2155
2103
|
class DescribeDeviceGroupResponse < TencentCloud::Common::AbstractModel
|
2156
2104
|
# @param DevGroups: 设备所在分组信息
|
2157
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2158
2105
|
# @type DevGroups: Array
|
2159
2106
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2160
2107
|
# @type RequestId: String
|
@@ -2210,10 +2157,8 @@ module TencentCloud
|
|
2210
2157
|
# DescribeDeviceList返回参数结构体
|
2211
2158
|
class DescribeDeviceListResponse < TencentCloud::Common::AbstractModel
|
2212
2159
|
# @param TotalCount: 设备总数
|
2213
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2214
2160
|
# @type TotalCount: Integer
|
2215
2161
|
# @param Devices: 设备详细信息列表
|
2216
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2217
2162
|
# @type Devices: Array
|
2218
2163
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2219
2164
|
# @type RequestId: String
|
@@ -2464,7 +2409,6 @@ module TencentCloud
|
|
2464
2409
|
# DescribeGroupById返回参数结构体
|
2465
2410
|
class DescribeGroupByIdResponse < TencentCloud::Common::AbstractModel
|
2466
2411
|
# @param Group: 分组信息详情
|
2467
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2468
2412
|
# @type Group: :class:`Tencentcloud::Iotvideoindustry.v20201201.models.GroupItem`
|
2469
2413
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2470
2414
|
# @type RequestId: String
|
@@ -2504,7 +2448,6 @@ module TencentCloud
|
|
2504
2448
|
# DescribeGroupByPath返回参数结构体
|
2505
2449
|
class DescribeGroupByPathResponse < TencentCloud::Common::AbstractModel
|
2506
2450
|
# @param Group: 分组信息详情
|
2507
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2508
2451
|
# @type Group: :class:`Tencentcloud::Iotvideoindustry.v20201201.models.GroupItem`
|
2509
2452
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2510
2453
|
# @type RequestId: String
|
@@ -2565,10 +2508,8 @@ module TencentCloud
|
|
2565
2508
|
# DescribeGroupDevices返回参数结构体
|
2566
2509
|
class DescribeGroupDevicesResponse < TencentCloud::Common::AbstractModel
|
2567
2510
|
# @param TotalCount: 分组绑定的设备数
|
2568
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2569
2511
|
# @type TotalCount: Integer
|
2570
2512
|
# @param DeviceList: 设备详情列表
|
2571
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2572
2513
|
# @type DeviceList: Array
|
2573
2514
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2574
2515
|
# @type RequestId: String
|
@@ -2614,7 +2555,6 @@ module TencentCloud
|
|
2614
2555
|
# DescribeGroups返回参数结构体
|
2615
2556
|
class DescribeGroupsResponse < TencentCloud::Common::AbstractModel
|
2616
2557
|
# @param Groups: 分组详细信息列表
|
2617
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2618
2558
|
# @type Groups: Array
|
2619
2559
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2620
2560
|
# @type RequestId: String
|
@@ -2670,10 +2610,8 @@ module TencentCloud
|
|
2670
2610
|
# DescribeIPCChannels返回参数结构体
|
2671
2611
|
class DescribeIPCChannelsResponse < TencentCloud::Common::AbstractModel
|
2672
2612
|
# @param TotalCount: 通道总数
|
2673
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2674
2613
|
# @type TotalCount: Integer
|
2675
2614
|
# @param DeviceList: 通道详情列表
|
2676
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2677
2615
|
# @type DeviceList: Array
|
2678
2616
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2679
2617
|
# @type RequestId: String
|
@@ -2735,10 +2673,8 @@ module TencentCloud
|
|
2735
2673
|
# DescribeLiveChannelList返回参数结构体
|
2736
2674
|
class DescribeLiveChannelListResponse < TencentCloud::Common::AbstractModel
|
2737
2675
|
# @param Total: 频道总数
|
2738
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2739
2676
|
# @type Total: Integer
|
2740
2677
|
# @param LiveChannels: 频道信息数组
|
2741
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2742
2678
|
# @type LiveChannels: Array
|
2743
2679
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2744
2680
|
# @type RequestId: String
|
@@ -2784,25 +2720,18 @@ module TencentCloud
|
|
2784
2720
|
# DescribeLiveChannel返回参数结构体
|
2785
2721
|
class DescribeLiveChannelResponse < TencentCloud::Common::AbstractModel
|
2786
2722
|
# @param LiveChannelId: 频道ID
|
2787
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2788
2723
|
# @type LiveChannelId: String
|
2789
2724
|
# @param LiveChannelName: 频道名称
|
2790
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2791
2725
|
# @type LiveChannelName: String
|
2792
2726
|
# @param LiveChannelType: 直播频道类型 1:固定直播;2:移动直播
|
2793
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2794
2727
|
# @type LiveChannelType: Integer
|
2795
2728
|
# @param LiveStatus: 通道直播状态:1: 未推流,2: 推流中
|
2796
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2797
2729
|
# @type LiveStatus: Integer
|
2798
2730
|
# @param PushStreamAddress: 推流地址
|
2799
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2800
2731
|
# @type PushStreamAddress: String
|
2801
2732
|
# @param CreateTime: 创建时间
|
2802
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2803
2733
|
# @type CreateTime: Array
|
2804
2734
|
# @param UpdateTime: 修改时间
|
2805
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2806
2735
|
# @type UpdateTime: Array
|
2807
2736
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2808
2737
|
# @type RequestId: String
|
@@ -3038,10 +2967,8 @@ module TencentCloud
|
|
3038
2967
|
# DescribeLiveVideoList返回参数结构体
|
3039
2968
|
class DescribeLiveVideoListResponse < TencentCloud::Common::AbstractModel
|
3040
2969
|
# @param Total: 总的条数
|
3041
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3042
2970
|
# @type Total: Integer
|
3043
2971
|
# @param RecordList: 录制任务详情数组
|
3044
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3045
2972
|
# @type RecordList: Array
|
3046
2973
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3047
2974
|
# @type RequestId: String
|
@@ -3087,41 +3014,33 @@ module TencentCloud
|
|
3087
3014
|
# DescribeMessageForward返回参数结构体
|
3088
3015
|
class DescribeMessageForwardResponse < TencentCloud::Common::AbstractModel
|
3089
3016
|
# @param RegionId: 区域ID
|
3090
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3091
3017
|
# @type RegionId: String
|
3092
3018
|
# @param RegionName: 区域名称
|
3093
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3094
3019
|
# @type RegionName: String
|
3095
3020
|
# @param Instance: 实例ID
|
3096
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3097
3021
|
# @type Instance: String
|
3098
3022
|
# @param InstanceName: 实例名称
|
3099
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3100
3023
|
# @type InstanceName: String
|
3101
3024
|
# @param IntId: 配置ID
|
3102
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3103
3025
|
# @type IntId: Integer
|
3104
3026
|
# @param MessageType: json数组, 转发类型 1: 告警 2:GPS
|
3105
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3106
3027
|
# @type MessageType: String
|
3107
3028
|
# @param TopicId: kafka topic id
|
3108
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3109
3029
|
# @type TopicId: String
|
3110
3030
|
# @param CreateTime: 配置创建时间
|
3111
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3112
3031
|
# @type CreateTime: String
|
3113
3032
|
# @param Uin: 用户Uin信息
|
3114
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3115
3033
|
# @type Uin: String
|
3116
3034
|
# @param TopicName: kafka topic 名称
|
3117
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3118
3035
|
# @type TopicName: String
|
3036
|
+
# @param UpdateTime: 更新时间
|
3037
|
+
# @type UpdateTime: String
|
3119
3038
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3120
3039
|
# @type RequestId: String
|
3121
3040
|
|
3122
|
-
attr_accessor :RegionId, :RegionName, :Instance, :InstanceName, :IntId, :MessageType, :TopicId, :CreateTime, :Uin, :TopicName, :RequestId
|
3041
|
+
attr_accessor :RegionId, :RegionName, :Instance, :InstanceName, :IntId, :MessageType, :TopicId, :CreateTime, :Uin, :TopicName, :UpdateTime, :RequestId
|
3123
3042
|
|
3124
|
-
def initialize(regionid=nil, regionname=nil, instance=nil, instancename=nil, intid=nil, messagetype=nil, topicid=nil, createtime=nil, uin=nil, topicname=nil, requestid=nil)
|
3043
|
+
def initialize(regionid=nil, regionname=nil, instance=nil, instancename=nil, intid=nil, messagetype=nil, topicid=nil, createtime=nil, uin=nil, topicname=nil, updatetime=nil, requestid=nil)
|
3125
3044
|
@RegionId = regionid
|
3126
3045
|
@RegionName = regionname
|
3127
3046
|
@Instance = instance
|
@@ -3132,6 +3051,7 @@ module TencentCloud
|
|
3132
3051
|
@CreateTime = createtime
|
3133
3052
|
@Uin = uin
|
3134
3053
|
@TopicName = topicname
|
3054
|
+
@UpdateTime = updatetime
|
3135
3055
|
@RequestId = requestid
|
3136
3056
|
end
|
3137
3057
|
|
@@ -3146,6 +3066,7 @@ module TencentCloud
|
|
3146
3066
|
@CreateTime = params['CreateTime']
|
3147
3067
|
@Uin = params['Uin']
|
3148
3068
|
@TopicName = params['TopicName']
|
3069
|
+
@UpdateTime = params['UpdateTime']
|
3149
3070
|
@RequestId = params['RequestId']
|
3150
3071
|
end
|
3151
3072
|
end
|
@@ -3173,10 +3094,8 @@ module TencentCloud
|
|
3173
3094
|
# DescribeMessageForwards返回参数结构体
|
3174
3095
|
class DescribeMessageForwardsResponse < TencentCloud::Common::AbstractModel
|
3175
3096
|
# @param Total: 配置总数
|
3176
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3177
3097
|
# @type Total: Integer
|
3178
3098
|
# @param List: 配置列表
|
3179
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3180
3099
|
# @type List: Array
|
3181
3100
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3182
3101
|
# @type RequestId: String
|
@@ -3226,7 +3145,6 @@ module TencentCloud
|
|
3226
3145
|
# DescribeMonitorDataByDate返回参数结构体
|
3227
3146
|
class DescribeMonitorDataByDateResponse < TencentCloud::Common::AbstractModel
|
3228
3147
|
# @param Data: 统计数据列表
|
3229
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3230
3148
|
# @type Data: Array
|
3231
3149
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3232
3150
|
# @type RequestId: String
|
@@ -3274,7 +3192,6 @@ module TencentCloud
|
|
3274
3192
|
# DescribePresetList返回参数结构体
|
3275
3193
|
class DescribePresetListResponse < TencentCloud::Common::AbstractModel
|
3276
3194
|
# @param Data: 预置列表
|
3277
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3278
3195
|
# @type Data: Array
|
3279
3196
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3280
3197
|
# @type RequestId: String
|
@@ -3334,7 +3251,6 @@ module TencentCloud
|
|
3334
3251
|
# DescribeRecordDatesByChannel返回参数结构体
|
3335
3252
|
class DescribeRecordDatesByChannelResponse < TencentCloud::Common::AbstractModel
|
3336
3253
|
# @param Dates: 含有录像文件的日期列表
|
3337
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3338
3254
|
# @type Dates: Array
|
3339
3255
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3340
3256
|
# @type RequestId: String
|
@@ -3507,7 +3423,6 @@ module TencentCloud
|
|
3507
3423
|
# DescribeRecordingPlanById返回参数结构体
|
3508
3424
|
class DescribeRecordingPlanByIdResponse < TencentCloud::Common::AbstractModel
|
3509
3425
|
# @param Plan: 录制计划详情
|
3510
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3511
3426
|
# @type Plan: :class:`Tencentcloud::Iotvideoindustry.v20201201.models.RecordPlanDetail`
|
3512
3427
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3513
3428
|
# @type RequestId: String
|
@@ -3542,10 +3457,8 @@ module TencentCloud
|
|
3542
3457
|
# DescribeRecordingPlans返回参数结构体
|
3543
3458
|
class DescribeRecordingPlansResponse < TencentCloud::Common::AbstractModel
|
3544
3459
|
# @param Plans: 录制计划详情·列表
|
3545
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3546
3460
|
# @type Plans: Array
|
3547
3461
|
# @param TotalCount: 录制计划总数
|
3548
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3549
3462
|
# @type TotalCount: Integer
|
3550
3463
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3551
3464
|
# @type RequestId: String
|
@@ -3625,25 +3538,18 @@ module TencentCloud
|
|
3625
3538
|
# DescribeScene返回参数结构体
|
3626
3539
|
class DescribeSceneResponse < TencentCloud::Common::AbstractModel
|
3627
3540
|
# @param IntId: 场景ID
|
3628
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3629
3541
|
# @type IntId: Integer
|
3630
3542
|
# @param RecordDuration: 录制时长(秒)
|
3631
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3632
3543
|
# @type RecordDuration: Integer
|
3633
3544
|
# @param SceneName: 场景名称
|
3634
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3635
3545
|
# @type SceneName: String
|
3636
3546
|
# @param SceneTrigger: 场景触发规则
|
3637
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3638
3547
|
# @type SceneTrigger: String
|
3639
3548
|
# @param StoreDuration: 存储时长 (天)
|
3640
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3641
3549
|
# @type StoreDuration: Integer
|
3642
3550
|
# @param CreateTime: 创建时间
|
3643
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3644
3551
|
# @type CreateTime: String
|
3645
3552
|
# @param UpdateTime: 更新时间
|
3646
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3647
3553
|
# @type UpdateTime: String
|
3648
3554
|
# @param Uin: 用户Uin
|
3649
3555
|
# @type Uin: String
|
@@ -3700,10 +3606,8 @@ module TencentCloud
|
|
3700
3606
|
# DescribeScenes返回参数结构体
|
3701
3607
|
class DescribeScenesResponse < TencentCloud::Common::AbstractModel
|
3702
3608
|
# @param Total: 场景总数
|
3703
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3704
3609
|
# @type Total: Integer
|
3705
3610
|
# @param List: 场景列表
|
3706
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3707
3611
|
# @type List: Array
|
3708
3612
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3709
3613
|
# @type RequestId: String
|
@@ -3808,25 +3712,18 @@ module TencentCloud
|
|
3808
3712
|
# DescribeStatisticSummary返回参数结构体
|
3809
3713
|
class DescribeStatisticSummaryResponse < TencentCloud::Common::AbstractModel
|
3810
3714
|
# @param RecordingDevice: 录制设备总数
|
3811
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3812
3715
|
# @type RecordingDevice: Integer
|
3813
3716
|
# @param NonRecordingDevice: 非录制设备总数
|
3814
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3815
3717
|
# @type NonRecordingDevice: Integer
|
3816
3718
|
# @param WatchFlux: 观看流量总数。为直播观看流量与点播观看流量之和。单位:GB
|
3817
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3818
3719
|
# @type WatchFlux: Float
|
3819
3720
|
# @param StorageUsage: 累计有效存储容量总数。单位:GB
|
3820
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3821
3721
|
# @type StorageUsage: Float
|
3822
3722
|
# @param P2PFluxTotal: X-P2P分享流量。单位 Byte
|
3823
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3824
3723
|
# @type P2PFluxTotal: Float
|
3825
3724
|
# @param P2PPeakValue: X-P2P峰值带宽。 单位bps
|
3826
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3827
3725
|
# @type P2PPeakValue: Float
|
3828
3726
|
# @param LivePushTotal: RTMP推流路数 ( 直播推流)
|
3829
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3830
3727
|
# @type LivePushTotal: Integer
|
3831
3728
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3832
3729
|
# @type RequestId: String
|
@@ -3891,10 +3788,8 @@ module TencentCloud
|
|
3891
3788
|
# DescribeSubGroups返回参数结构体
|
3892
3789
|
class DescribeSubGroupsResponse < TencentCloud::Common::AbstractModel
|
3893
3790
|
# @param GroupList: 子分组详情列表
|
3894
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3895
3791
|
# @type GroupList: Array
|
3896
3792
|
# @param TotalCount: 子分组总数
|
3897
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3898
3793
|
# @type TotalCount: Integer
|
3899
3794
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3900
3795
|
# @type RequestId: String
|
@@ -3997,10 +3892,8 @@ module TencentCloud
|
|
3997
3892
|
# DescribeVideoListByChannel返回参数结构体
|
3998
3893
|
class DescribeVideoListByChannelResponse < TencentCloud::Common::AbstractModel
|
3999
3894
|
# @param VideoList: 录像详情列表
|
4000
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4001
3895
|
# @type VideoList: Array
|
4002
3896
|
# @param TotalCount: 录像总数
|
4003
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4004
3897
|
# @type TotalCount: Integer
|
4005
3898
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4006
3899
|
# @type RequestId: String
|
@@ -4159,7 +4052,6 @@ module TencentCloud
|
|
4159
4052
|
# DescribeWarnMod返回参数结构体
|
4160
4053
|
class DescribeWarnModResponse < TencentCloud::Common::AbstractModel
|
4161
4054
|
# @param Data: 告警类型
|
4162
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4163
4055
|
# @type Data: String
|
4164
4056
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4165
4057
|
# @type RequestId: String
|
@@ -4224,10 +4116,8 @@ module TencentCloud
|
|
4224
4116
|
# DescribeWarnings返回参数结构体
|
4225
4117
|
class DescribeWarningsResponse < TencentCloud::Common::AbstractModel
|
4226
4118
|
# @param Total: 总数
|
4227
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4228
4119
|
# @type Total: Integer
|
4229
4120
|
# @param Data: 告警列表
|
4230
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4231
4121
|
# @type Data: Array
|
4232
4122
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4233
4123
|
# @type RequestId: String
|
@@ -4287,7 +4177,6 @@ module TencentCloud
|
|
4287
4177
|
# @param Data: [log_time,cdn_bytes , p2p_bytes, online_people, stuck_times, stuck_people,request,request_success,request_fail,play_fail]
|
4288
4178
|
# [时间戳,cdn流量(字节) , p2p流量(字节), 在线人数, 卡播次数, 卡播人数,起播请求次数,起播成功次数,起播失败次数,播放失败次数, pcdn cdn流量(字节), pcdn路由流量(字节), 上传流量(字节)]
|
4289
4179
|
# [1481016480, 46118502414, 75144943171, 61691, 3853, 0,0,0,0,0, 0, 0, 0]
|
4290
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4291
4180
|
# @type Data: String
|
4292
4181
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4293
4182
|
# @type RequestId: String
|
@@ -4340,10 +4229,8 @@ module TencentCloud
|
|
4340
4229
|
# 用于描述唯一一个设备
|
4341
4230
|
class DeviceItem < TencentCloud::Common::AbstractModel
|
4342
4231
|
# @param DeviceId: 设备唯一标识
|
4343
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4344
4232
|
# @type DeviceId: String
|
4345
4233
|
# @param ChannelId: 通道唯一标识
|
4346
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4347
4234
|
# @type ChannelId: String
|
4348
4235
|
|
4349
4236
|
attr_accessor :DeviceId, :ChannelId
|
@@ -4362,10 +4249,8 @@ module TencentCloud
|
|
4362
4249
|
# 查询设备统计返回值
|
4363
4250
|
class DeviceMonitorValue < TencentCloud::Common::AbstractModel
|
4364
4251
|
# @param Value: 统计值
|
4365
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4366
4252
|
# @type Value: Float
|
4367
4253
|
# @param Time: 统计时间
|
4368
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4369
4254
|
# @type Time: Integer
|
4370
4255
|
|
4371
4256
|
attr_accessor :Value, :Time
|
@@ -4384,13 +4269,10 @@ module TencentCloud
|
|
4384
4269
|
# 设备事件列表
|
4385
4270
|
class Events < TencentCloud::Common::AbstractModel
|
4386
4271
|
# @param EventTime: 开始时间,秒级时间戳
|
4387
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4388
4272
|
# @type EventTime: Integer
|
4389
4273
|
# @param EventType: 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断
|
4390
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4391
4274
|
# @type EventType: Integer
|
4392
4275
|
# @param EventDesc: 事件描述
|
4393
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4394
4276
|
# @type EventDesc: String
|
4395
4277
|
# @param DeviceType: 设备类型
|
4396
4278
|
# @type DeviceType: Integer
|
@@ -4403,7 +4285,6 @@ module TencentCloud
|
|
4403
4285
|
# @param EventLog: 事件日志
|
4404
4286
|
# @type EventLog: String
|
4405
4287
|
# @param DeviceName: 设备备注名称
|
4406
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4407
4288
|
# @type DeviceName: String
|
4408
4289
|
|
4409
4290
|
attr_accessor :EventTime, :EventType, :EventDesc, :DeviceType, :DeviceAddress, :DeviceId, :ChannelId, :EventLog, :DeviceName
|
@@ -4468,7 +4349,6 @@ module TencentCloud
|
|
4468
4349
|
# GetRecordDatesByDev返回参数结构体
|
4469
4350
|
class GetRecordDatesByDevResponse < TencentCloud::Common::AbstractModel
|
4470
4351
|
# @param Dates: 含有录像文件的日期列表
|
4471
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4472
4352
|
# @type Dates: Array
|
4473
4353
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4474
4354
|
# @type RequestId: String
|
@@ -4505,7 +4385,6 @@ module TencentCloud
|
|
4505
4385
|
# GetRecordPlanByDev返回参数结构体
|
4506
4386
|
class GetRecordPlanByDevResponse < TencentCloud::Common::AbstractModel
|
4507
4387
|
# @param Plan: 录制计划详情
|
4508
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4509
4388
|
# @type Plan: :class:`Tencentcloud::Iotvideoindustry.v20201201.models.RecordPlanItem`
|
4510
4389
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4511
4390
|
# @type RequestId: String
|
@@ -4545,7 +4424,6 @@ module TencentCloud
|
|
4545
4424
|
# GetRecordPlanById返回参数结构体
|
4546
4425
|
class GetRecordPlanByIdResponse < TencentCloud::Common::AbstractModel
|
4547
4426
|
# @param Plan: 录制计划详情
|
4548
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4549
4427
|
# @type Plan: :class:`Tencentcloud::Iotvideoindustry.v20201201.models.RecordPlanItem`
|
4550
4428
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4551
4429
|
# @type RequestId: String
|
@@ -4580,10 +4458,8 @@ module TencentCloud
|
|
4580
4458
|
# GetRecordPlans返回参数结构体
|
4581
4459
|
class GetRecordPlansResponse < TencentCloud::Common::AbstractModel
|
4582
4460
|
# @param Plans: 录制计划详情·列表
|
4583
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4584
4461
|
# @type Plans: Array
|
4585
4462
|
# @param TotalCount: 录制计划总数
|
4586
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4587
4463
|
# @type TotalCount: Integer
|
4588
4464
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4589
4465
|
# @type RequestId: String
|
@@ -4629,7 +4505,6 @@ module TencentCloud
|
|
4629
4505
|
# GetTimeTemplateById返回参数结构体
|
4630
4506
|
class GetTimeTemplateByIdResponse < TencentCloud::Common::AbstractModel
|
4631
4507
|
# @param Template: 时间模板详情
|
4632
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4633
4508
|
# @type Template: :class:`Tencentcloud::Iotvideoindustry.v20201201.models.TimeTemplateItem`
|
4634
4509
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4635
4510
|
# @type RequestId: String
|
@@ -4664,7 +4539,6 @@ module TencentCloud
|
|
4664
4539
|
# GetTimeTemplates返回参数结构体
|
4665
4540
|
class GetTimeTemplatesResponse < TencentCloud::Common::AbstractModel
|
4666
4541
|
# @param Templates: 时间模板列表
|
4667
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4668
4542
|
# @type Templates: Array
|
4669
4543
|
# @param TotalCount: 时间模板总数
|
4670
4544
|
# @type TotalCount: Integer
|
@@ -4737,10 +4611,8 @@ module TencentCloud
|
|
4737
4611
|
# GetVideoListByCon返回参数结构体
|
4738
4612
|
class GetVideoListByConResponse < TencentCloud::Common::AbstractModel
|
4739
4613
|
# @param VideoList: 录像详情列表
|
4740
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4741
4614
|
# @type VideoList: Array
|
4742
4615
|
# @param TotalCount: 录像总数
|
4743
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4744
4616
|
# @type TotalCount: Integer
|
4745
4617
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4746
4618
|
# @type RequestId: String
|
@@ -4770,43 +4642,30 @@ module TencentCloud
|
|
4770
4642
|
# 分组下设备信息
|
4771
4643
|
class GroupDeviceItem < TencentCloud::Common::AbstractModel
|
4772
4644
|
# @param DeviceId: 设备唯一标识
|
4773
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4774
4645
|
# @type DeviceId: String
|
4775
4646
|
# @param NickName: 设备名称
|
4776
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4777
4647
|
# @type NickName: String
|
4778
4648
|
# @param Status: 设备状态
|
4779
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4780
4649
|
# @type Status: Integer
|
4781
4650
|
# @param ExtraInformation: 扩展信息
|
4782
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4783
4651
|
# @type ExtraInformation: String
|
4784
4652
|
# @param DeviceType: 设备类型
|
4785
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4786
4653
|
# @type DeviceType: Integer
|
4787
4654
|
# @param RTSPUrl: rtsp地址
|
4788
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4789
4655
|
# @type RTSPUrl: String
|
4790
4656
|
# @param DeviceCode: 设备编码
|
4791
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4792
4657
|
# @type DeviceCode: String
|
4793
4658
|
# @param IsRecord: 是否存在录像
|
4794
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4795
4659
|
# @type IsRecord: Integer
|
4796
4660
|
# @param Recordable: 该设备是否可录制
|
4797
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4798
4661
|
# @type Recordable: Integer
|
4799
4662
|
# @param Protocol: 设备接入协议
|
4800
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4801
4663
|
# @type Protocol: String
|
4802
4664
|
# @param CreateTime: 设备创建时间
|
4803
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4804
4665
|
# @type CreateTime: Integer
|
4805
4666
|
# @param ChannelNum: 设备通道总数
|
4806
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4807
4667
|
# @type ChannelNum: Integer
|
4808
4668
|
# @param VideoChannelNum: 设备视频通道总数
|
4809
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4810
4669
|
# @type VideoChannelNum: Integer
|
4811
4670
|
|
4812
4671
|
attr_accessor :DeviceId, :NickName, :Status, :ExtraInformation, :DeviceType, :RTSPUrl, :DeviceCode, :IsRecord, :Recordable, :Protocol, :CreateTime, :ChannelNum, :VideoChannelNum
|
@@ -4863,10 +4722,8 @@ module TencentCloud
|
|
4863
4722
|
# @param CreateTime: 创建时间
|
4864
4723
|
# @type CreateTime: Integer
|
4865
4724
|
# @param GroupStatus: 分组状态
|
4866
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4867
4725
|
# @type GroupStatus: Integer
|
4868
4726
|
# @param Error: 设备不存在时产生的错误
|
4869
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4870
4727
|
# @type Error: String
|
4871
4728
|
|
4872
4729
|
attr_accessor :GroupId, :GroupName, :GroupType, :GroupPath, :ParentId, :GroupDescribe, :ExtraInformation, :CreateTime, :GroupStatus, :Error
|
@@ -4901,37 +4758,26 @@ module TencentCloud
|
|
4901
4758
|
# 分组信息
|
4902
4759
|
class GroupItem < TencentCloud::Common::AbstractModel
|
4903
4760
|
# @param GroupName: 分组名称
|
4904
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4905
4761
|
# @type GroupName: String
|
4906
4762
|
# @param ParentId: 父分组ID
|
4907
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4908
4763
|
# @type ParentId: String
|
4909
4764
|
# @param GroupId: 分组ID
|
4910
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4911
4765
|
# @type GroupId: String
|
4912
4766
|
# @param GroupPath: 分组路径
|
4913
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4914
4767
|
# @type GroupPath: String
|
4915
4768
|
# @param GroupDescribe: 分组描述
|
4916
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4917
4769
|
# @type GroupDescribe: String
|
4918
4770
|
# @param DeviceNum: 分组绑定设备数
|
4919
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4920
4771
|
# @type DeviceNum: Integer
|
4921
4772
|
# @param SubGroupNum: 子分组数量
|
4922
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4923
4773
|
# @type SubGroupNum: Integer
|
4924
4774
|
# @param ExtraInformation: 分组附加信息
|
4925
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4926
4775
|
# @type ExtraInformation: String
|
4927
4776
|
# @param GroupType: 分组类型
|
4928
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4929
4777
|
# @type GroupType: String
|
4930
4778
|
# @param CreateTime: 创建时间
|
4931
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4932
4779
|
# @type CreateTime: Integer
|
4933
4780
|
# @param GroupStatus: 分组状态
|
4934
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4935
4781
|
# @type GroupStatus: Integer
|
4936
4782
|
|
4937
4783
|
attr_accessor :GroupName, :ParentId, :GroupId, :GroupPath, :GroupDescribe, :DeviceNum, :SubGroupNum, :ExtraInformation, :GroupType, :CreateTime, :GroupStatus
|
@@ -4968,25 +4814,18 @@ module TencentCloud
|
|
4968
4814
|
# 频道信息
|
4969
4815
|
class LiveChannelInfo < TencentCloud::Common::AbstractModel
|
4970
4816
|
# @param LiveChannelId: 频道ID
|
4971
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4972
4817
|
# @type LiveChannelId: String
|
4973
4818
|
# @param LiveChannelName: 频道名称
|
4974
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4975
4819
|
# @type LiveChannelName: String
|
4976
4820
|
# @param LiveChannelType: 频道类型
|
4977
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4978
4821
|
# @type LiveChannelType: Integer
|
4979
4822
|
# @param LiveStatus: 通道直播状态:1: 未推流,2: 推流中
|
4980
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4981
4823
|
# @type LiveStatus: Integer
|
4982
4824
|
# @param PushStreamAddress: 推流地址
|
4983
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4984
4825
|
# @type PushStreamAddress: String
|
4985
4826
|
# @param CreateTime: 创建时间
|
4986
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4987
4827
|
# @type CreateTime: String
|
4988
4828
|
# @param UpdateTime: 修改时间
|
4989
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4990
4829
|
# @type UpdateTime: String
|
4991
4830
|
|
4992
4831
|
attr_accessor :LiveChannelId, :LiveChannelName, :LiveChannelType, :LiveStatus, :PushStreamAddress, :CreateTime, :UpdateTime
|
@@ -5105,37 +4944,26 @@ module TencentCloud
|
|
5105
4944
|
# 消息转发配置信息
|
5106
4945
|
class MessageForward < TencentCloud::Common::AbstractModel
|
5107
4946
|
# @param IntId: 配置ID
|
5108
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5109
4947
|
# @type IntId: Integer
|
5110
4948
|
# @param Uin: 用户Uin
|
5111
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5112
4949
|
# @type Uin: String
|
5113
4950
|
# @param MessageType: json数组, 转发类型 1: 告警 2:GPS
|
5114
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5115
4951
|
# @type MessageType: String
|
5116
4952
|
# @param RegionId: 区域ID
|
5117
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5118
4953
|
# @type RegionId: String
|
5119
4954
|
# @param RegionName: 区域名称
|
5120
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5121
4955
|
# @type RegionName: String
|
5122
4956
|
# @param Instance: 实例ID
|
5123
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5124
4957
|
# @type Instance: String
|
5125
4958
|
# @param InstanceName: 实例名称
|
5126
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5127
4959
|
# @type InstanceName: String
|
5128
4960
|
# @param TopicId: kafka topic id
|
5129
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5130
4961
|
# @type TopicId: String
|
5131
4962
|
# @param CreateTime: 创建时间
|
5132
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5133
4963
|
# @type CreateTime: String
|
5134
4964
|
# @param UpdateTime: 更新时间
|
5135
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5136
4965
|
# @type UpdateTime: String
|
5137
4966
|
# @param TopicName: topic 名称
|
5138
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5139
4967
|
# @type TopicName: String
|
5140
4968
|
|
5141
4969
|
attr_accessor :IntId, :Uin, :MessageType, :RegionId, :RegionName, :Instance, :InstanceName, :TopicId, :CreateTime, :UpdateTime, :TopicName
|
@@ -5373,7 +5201,6 @@ module TencentCloud
|
|
5373
5201
|
# ModifyDeviceData返回参数结构体
|
5374
5202
|
class ModifyDeviceDataResponse < TencentCloud::Common::AbstractModel
|
5375
5203
|
# @param Status: 操作结果,“OK”表示成功,其他表示失败。
|
5376
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5377
5204
|
# @type Status: String
|
5378
5205
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5379
5206
|
# @type RequestId: String
|
@@ -5750,10 +5577,8 @@ module TencentCloud
|
|
5750
5577
|
# 预置位结构出参
|
5751
5578
|
class PresetItem < TencentCloud::Common::AbstractModel
|
5752
5579
|
# @param PresetId: 预置位ID
|
5753
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5754
5580
|
# @type PresetId: Integer
|
5755
5581
|
# @param PresetName: 预置位名称
|
5756
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5757
5582
|
# @type PresetName: String
|
5758
5583
|
# @param Status: 预置位状态 0:未设置预置位 1:已设置预置位 2:已设置预置位&看守位
|
5759
5584
|
# @type Status: Integer
|
@@ -5780,22 +5605,16 @@ module TencentCloud
|
|
5780
5605
|
# 录制计划详情
|
5781
5606
|
class RecordPlanDetail < TencentCloud::Common::AbstractModel
|
5782
5607
|
# @param PlanId: 计划ID
|
5783
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5784
5608
|
# @type PlanId: String
|
5785
5609
|
# @param Name: 计划名称
|
5786
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5787
5610
|
# @type Name: String
|
5788
5611
|
# @param TimeTemplateId: 时间模板ID
|
5789
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5790
5612
|
# @type TimeTemplateId: String
|
5791
5613
|
# @param TimeTemplateName: 时间模板名称
|
5792
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5793
5614
|
# @type TimeTemplateName: String
|
5794
5615
|
# @param Channels: 绑定的通道列表
|
5795
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5796
5616
|
# @type Channels: Array
|
5797
5617
|
# @param RecordStorageTime: 存储周期(天)
|
5798
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5799
5618
|
# @type RecordStorageTime: Integer
|
5800
5619
|
|
5801
5620
|
attr_accessor :PlanId, :Name, :TimeTemplateId, :TimeTemplateName, :Channels, :RecordStorageTime
|
@@ -5829,25 +5648,18 @@ module TencentCloud
|
|
5829
5648
|
# 录制计划详情
|
5830
5649
|
class RecordPlanItem < TencentCloud::Common::AbstractModel
|
5831
5650
|
# @param PlanId: 计划ID
|
5832
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5833
5651
|
# @type PlanId: String
|
5834
5652
|
# @param Name: 计划名称
|
5835
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5836
5653
|
# @type Name: String
|
5837
5654
|
# @param TimeTemplateId: 时间模板ID
|
5838
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5839
5655
|
# @type TimeTemplateId: String
|
5840
5656
|
# @param TimeTemplateName: 时间模板名称
|
5841
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5842
5657
|
# @type TimeTemplateName: String
|
5843
5658
|
# @param EventId: 录制类型
|
5844
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5845
5659
|
# @type EventId: Integer
|
5846
5660
|
# @param Devices: 绑定的设备列表
|
5847
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5848
5661
|
# @type Devices: Array
|
5849
5662
|
# @param RecordStorageTime: 录像存储天数
|
5850
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5851
5663
|
# @type RecordStorageTime: Integer
|
5852
5664
|
|
5853
5665
|
attr_accessor :PlanId, :Name, :TimeTemplateId, :TimeTemplateName, :EventId, :Devices, :RecordStorageTime
|
@@ -5883,10 +5695,8 @@ module TencentCloud
|
|
5883
5695
|
# 大盘统计-录像存储统计 出参RecordStatistic
|
5884
5696
|
class RecordStatistic < TencentCloud::Common::AbstractModel
|
5885
5697
|
# @param Time: 时间戳
|
5886
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5887
5698
|
# @type Time: Integer
|
5888
5699
|
# @param Value: 统计结果
|
5889
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5890
5700
|
# @type Value: :class:`Tencentcloud::Iotvideoindustry.v20201201.models.RecordStatisticValue`
|
5891
5701
|
|
5892
5702
|
attr_accessor :Time, :Value
|
@@ -5935,34 +5745,24 @@ module TencentCloud
|
|
5935
5745
|
# 普通设备的录像详情
|
5936
5746
|
class RecordTaskItem < TencentCloud::Common::AbstractModel
|
5937
5747
|
# @param RecordTaskId: 录像任务ID
|
5938
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5939
5748
|
# @type RecordTaskId: String
|
5940
5749
|
# @param RecordPlanId: 录制计划ID
|
5941
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5942
5750
|
# @type RecordPlanId: String
|
5943
5751
|
# @param StartTime: 本录制片段开始时间
|
5944
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5945
5752
|
# @type StartTime: Integer
|
5946
5753
|
# @param EndTime: 本录制片段结束时间
|
5947
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5948
5754
|
# @type EndTime: Integer
|
5949
5755
|
# @param EventId: 录制模式
|
5950
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5951
5756
|
# @type EventId: Integer
|
5952
5757
|
# @param VideoUrl: 本录制片段对应的录制文件URL
|
5953
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5954
5758
|
# @type VideoUrl: String
|
5955
5759
|
# @param RecordStatus: 本录制片段当前的录制状态
|
5956
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5957
5760
|
# @type RecordStatus: Integer
|
5958
5761
|
# @param SceneId: 场景ID
|
5959
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5960
5762
|
# @type SceneId: Integer
|
5961
5763
|
# @param WarnId: 告警ID
|
5962
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5963
5764
|
# @type WarnId: Integer
|
5964
5765
|
# @param RecordId: 录制id,NVR下属设备有效
|
5965
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5966
5766
|
# @type RecordId: String
|
5967
5767
|
|
5968
5768
|
attr_accessor :RecordTaskId, :RecordPlanId, :StartTime, :EndTime, :EventId, :VideoUrl, :RecordStatus, :SceneId, :WarnId, :RecordId
|
@@ -6033,22 +5833,16 @@ module TencentCloud
|
|
6033
5833
|
# 场景列表元素
|
6034
5834
|
class SceneItem < TencentCloud::Common::AbstractModel
|
6035
5835
|
# @param IntId: 场景ID
|
6036
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6037
5836
|
# @type IntId: Integer
|
6038
5837
|
# @param Uin: 用户UIN
|
6039
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6040
5838
|
# @type Uin: String
|
6041
5839
|
# @param SceneName: 场景名称
|
6042
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6043
5840
|
# @type SceneName: String
|
6044
5841
|
# @param SceneTrigger: 触发规则
|
6045
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6046
5842
|
# @type SceneTrigger: String
|
6047
5843
|
# @param RecordDuration: 录制时长 秒
|
6048
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6049
5844
|
# @type RecordDuration: Integer
|
6050
5845
|
# @param StoreDuration: 存储时长 天
|
6051
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6052
5846
|
# @type StoreDuration: Integer
|
6053
5847
|
# @param CreateTime: 创建时间
|
6054
5848
|
# @type CreateTime: String
|
@@ -6170,19 +5964,14 @@ module TencentCloud
|
|
6170
5964
|
# 时间模板详情
|
6171
5965
|
class TimeTemplateItem < TencentCloud::Common::AbstractModel
|
6172
5966
|
# @param TemplateId: 时间模板ID
|
6173
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6174
5967
|
# @type TemplateId: String
|
6175
5968
|
# @param Name: 模板名称
|
6176
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6177
5969
|
# @type Name: String
|
6178
5970
|
# @param IsAllWeek: 是否全时录制,即7*24小时录制 0-否 1-是
|
6179
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6180
5971
|
# @type IsAllWeek: Integer
|
6181
5972
|
# @param Type: 是否为自定义模板 0-否 1-是
|
6182
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6183
5973
|
# @type Type: Integer
|
6184
5974
|
# @param TimeTemplateSpecs: 时间片段详情
|
6185
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6186
5975
|
# @type TimeTemplateSpecs: Array
|
6187
5976
|
|
6188
5977
|
attr_accessor :TemplateId, :Name, :IsAllWeek, :Type, :TimeTemplateSpecs
|
@@ -6305,7 +6094,6 @@ module TencentCloud
|
|
6305
6094
|
# UpdateDevicePassWord返回参数结构体
|
6306
6095
|
class UpdateDevicePassWordResponse < TencentCloud::Common::AbstractModel
|
6307
6096
|
# @param Status: 操作结果,“OK”表示成功,其他表示失败。
|
6308
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6309
6097
|
# @type Status: String
|
6310
6098
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6311
6099
|
# @type RequestId: String
|
@@ -6447,28 +6235,20 @@ module TencentCloud
|
|
6447
6235
|
# 告警列表出参
|
6448
6236
|
class WarningsData < TencentCloud::Common::AbstractModel
|
6449
6237
|
# @param Id: 唯一ID
|
6450
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6451
6238
|
# @type Id: Integer
|
6452
6239
|
# @param DeviceId: 设备ID
|
6453
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6454
6240
|
# @type DeviceId: String
|
6455
6241
|
# @param DeviceName: 设备名称
|
6456
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6457
6242
|
# @type DeviceName: String
|
6458
6243
|
# @param WarnChannel: 告警通道
|
6459
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6460
6244
|
# @type WarnChannel: String
|
6461
6245
|
# @param WarnLevel: 告警级别 1: "一级警情", 2: "二级警情", 3: "三级警情", 4: "四级警情",
|
6462
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6463
6246
|
# @type WarnLevel: Integer
|
6464
6247
|
# @param WarnLevelName: 告警级别名称
|
6465
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6466
6248
|
# @type WarnLevelName: String
|
6467
6249
|
# @param WarnMode: 告警方式 2 设备报警 5 视频报警 6 设备故障报警
|
6468
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6469
6250
|
# @type WarnMode: Integer
|
6470
6251
|
# @param WarnModeName: 告警方式名称
|
6471
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6472
6252
|
# @type WarnModeName: String
|
6473
6253
|
# @param WarnType: 告警类型 2: {
|
6474
6254
|
# Name: "设备报警",
|
@@ -6504,16 +6284,12 @@ module TencentCloud
|
|
6504
6284
|
# 2: "存储设备风扇故障报警",
|
6505
6285
|
# },
|
6506
6286
|
# }
|
6507
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6508
6287
|
# @type WarnType: Integer
|
6509
6288
|
# @param Del: 是否删除
|
6510
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6511
6289
|
# @type Del: Integer
|
6512
6290
|
# @param CreateTime: 创建时间
|
6513
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6514
6291
|
# @type CreateTime: String
|
6515
6292
|
# @param UpdateTime: 更新时间
|
6516
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6517
6293
|
# @type UpdateTime: String
|
6518
6294
|
|
6519
6295
|
attr_accessor :Id, :DeviceId, :DeviceName, :WarnChannel, :WarnLevel, :WarnLevelName, :WarnMode, :WarnModeName, :WarnType, :Del, :CreateTime, :UpdateTime
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-iotvideoindustry
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1025
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|