tencentcloud-sdk-iotvideoindustry 3.0.1023 → 3.0.1024
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 -204
- 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: 91deb09e1ea248d2d1c6b995af038e67a361b35f
|
4
|
+
data.tar.gz: 23e7e416c163ac0b1274b81e288b64ea7ae0ac52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50cd7691a1fd43ee4c1f45c94498732715c66ff564e6addfb53f7367fc9e5809fea210e40d1a73d8201bb5adafb058ca4a6d98240edd29bb1f7e2e61e5b91df1
|
7
|
+
data.tar.gz: d39b103a8dc91b8e54d7582b383753d67aa5387ca5a20b048e836acee990d3179a3100e99fda0607f678aa918dbfd991d598f3aa1fa8bac05c81ba07b73407e5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1024
|
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
|
@@ -2464,7 +2411,6 @@ module TencentCloud
|
|
2464
2411
|
# DescribeGroupById返回参数结构体
|
2465
2412
|
class DescribeGroupByIdResponse < TencentCloud::Common::AbstractModel
|
2466
2413
|
# @param Group: 分组信息详情
|
2467
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2468
2414
|
# @type Group: :class:`Tencentcloud::Iotvideoindustry.v20201201.models.GroupItem`
|
2469
2415
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2470
2416
|
# @type RequestId: String
|
@@ -2504,7 +2450,6 @@ module TencentCloud
|
|
2504
2450
|
# DescribeGroupByPath返回参数结构体
|
2505
2451
|
class DescribeGroupByPathResponse < TencentCloud::Common::AbstractModel
|
2506
2452
|
# @param Group: 分组信息详情
|
2507
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2508
2453
|
# @type Group: :class:`Tencentcloud::Iotvideoindustry.v20201201.models.GroupItem`
|
2509
2454
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2510
2455
|
# @type RequestId: String
|
@@ -2565,10 +2510,8 @@ module TencentCloud
|
|
2565
2510
|
# DescribeGroupDevices返回参数结构体
|
2566
2511
|
class DescribeGroupDevicesResponse < TencentCloud::Common::AbstractModel
|
2567
2512
|
# @param TotalCount: 分组绑定的设备数
|
2568
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2569
2513
|
# @type TotalCount: Integer
|
2570
2514
|
# @param DeviceList: 设备详情列表
|
2571
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2572
2515
|
# @type DeviceList: Array
|
2573
2516
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2574
2517
|
# @type RequestId: String
|
@@ -2614,7 +2557,6 @@ module TencentCloud
|
|
2614
2557
|
# DescribeGroups返回参数结构体
|
2615
2558
|
class DescribeGroupsResponse < TencentCloud::Common::AbstractModel
|
2616
2559
|
# @param Groups: 分组详细信息列表
|
2617
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2618
2560
|
# @type Groups: Array
|
2619
2561
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2620
2562
|
# @type RequestId: String
|
@@ -2670,10 +2612,8 @@ module TencentCloud
|
|
2670
2612
|
# DescribeIPCChannels返回参数结构体
|
2671
2613
|
class DescribeIPCChannelsResponse < TencentCloud::Common::AbstractModel
|
2672
2614
|
# @param TotalCount: 通道总数
|
2673
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2674
2615
|
# @type TotalCount: Integer
|
2675
2616
|
# @param DeviceList: 通道详情列表
|
2676
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2677
2617
|
# @type DeviceList: Array
|
2678
2618
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2679
2619
|
# @type RequestId: String
|
@@ -2784,25 +2724,18 @@ module TencentCloud
|
|
2784
2724
|
# DescribeLiveChannel返回参数结构体
|
2785
2725
|
class DescribeLiveChannelResponse < TencentCloud::Common::AbstractModel
|
2786
2726
|
# @param LiveChannelId: 频道ID
|
2787
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2788
2727
|
# @type LiveChannelId: String
|
2789
2728
|
# @param LiveChannelName: 频道名称
|
2790
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2791
2729
|
# @type LiveChannelName: String
|
2792
2730
|
# @param LiveChannelType: 直播频道类型 1:固定直播;2:移动直播
|
2793
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2794
2731
|
# @type LiveChannelType: Integer
|
2795
2732
|
# @param LiveStatus: 通道直播状态:1: 未推流,2: 推流中
|
2796
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2797
2733
|
# @type LiveStatus: Integer
|
2798
2734
|
# @param PushStreamAddress: 推流地址
|
2799
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2800
2735
|
# @type PushStreamAddress: String
|
2801
2736
|
# @param CreateTime: 创建时间
|
2802
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2803
2737
|
# @type CreateTime: Array
|
2804
2738
|
# @param UpdateTime: 修改时间
|
2805
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2806
2739
|
# @type UpdateTime: Array
|
2807
2740
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2808
2741
|
# @type RequestId: String
|
@@ -3038,10 +2971,8 @@ module TencentCloud
|
|
3038
2971
|
# DescribeLiveVideoList返回参数结构体
|
3039
2972
|
class DescribeLiveVideoListResponse < TencentCloud::Common::AbstractModel
|
3040
2973
|
# @param Total: 总的条数
|
3041
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3042
2974
|
# @type Total: Integer
|
3043
2975
|
# @param RecordList: 录制任务详情数组
|
3044
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3045
2976
|
# @type RecordList: Array
|
3046
2977
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3047
2978
|
# @type RequestId: String
|
@@ -3087,41 +3018,33 @@ module TencentCloud
|
|
3087
3018
|
# DescribeMessageForward返回参数结构体
|
3088
3019
|
class DescribeMessageForwardResponse < TencentCloud::Common::AbstractModel
|
3089
3020
|
# @param RegionId: 区域ID
|
3090
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3091
3021
|
# @type RegionId: String
|
3092
3022
|
# @param RegionName: 区域名称
|
3093
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3094
3023
|
# @type RegionName: String
|
3095
3024
|
# @param Instance: 实例ID
|
3096
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3097
3025
|
# @type Instance: String
|
3098
3026
|
# @param InstanceName: 实例名称
|
3099
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3100
3027
|
# @type InstanceName: String
|
3101
3028
|
# @param IntId: 配置ID
|
3102
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3103
3029
|
# @type IntId: Integer
|
3104
3030
|
# @param MessageType: json数组, 转发类型 1: 告警 2:GPS
|
3105
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3106
3031
|
# @type MessageType: String
|
3107
3032
|
# @param TopicId: kafka topic id
|
3108
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3109
3033
|
# @type TopicId: String
|
3110
3034
|
# @param CreateTime: 配置创建时间
|
3111
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3112
3035
|
# @type CreateTime: String
|
3113
3036
|
# @param Uin: 用户Uin信息
|
3114
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3115
3037
|
# @type Uin: String
|
3116
3038
|
# @param TopicName: kafka topic 名称
|
3117
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3118
3039
|
# @type TopicName: String
|
3040
|
+
# @param UpdateTime: 更新时间
|
3041
|
+
# @type UpdateTime: String
|
3119
3042
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3120
3043
|
# @type RequestId: String
|
3121
3044
|
|
3122
|
-
attr_accessor :RegionId, :RegionName, :Instance, :InstanceName, :IntId, :MessageType, :TopicId, :CreateTime, :Uin, :TopicName, :RequestId
|
3045
|
+
attr_accessor :RegionId, :RegionName, :Instance, :InstanceName, :IntId, :MessageType, :TopicId, :CreateTime, :Uin, :TopicName, :UpdateTime, :RequestId
|
3123
3046
|
|
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)
|
3047
|
+
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
3048
|
@RegionId = regionid
|
3126
3049
|
@RegionName = regionname
|
3127
3050
|
@Instance = instance
|
@@ -3132,6 +3055,7 @@ module TencentCloud
|
|
3132
3055
|
@CreateTime = createtime
|
3133
3056
|
@Uin = uin
|
3134
3057
|
@TopicName = topicname
|
3058
|
+
@UpdateTime = updatetime
|
3135
3059
|
@RequestId = requestid
|
3136
3060
|
end
|
3137
3061
|
|
@@ -3146,6 +3070,7 @@ module TencentCloud
|
|
3146
3070
|
@CreateTime = params['CreateTime']
|
3147
3071
|
@Uin = params['Uin']
|
3148
3072
|
@TopicName = params['TopicName']
|
3073
|
+
@UpdateTime = params['UpdateTime']
|
3149
3074
|
@RequestId = params['RequestId']
|
3150
3075
|
end
|
3151
3076
|
end
|
@@ -3226,7 +3151,6 @@ module TencentCloud
|
|
3226
3151
|
# DescribeMonitorDataByDate返回参数结构体
|
3227
3152
|
class DescribeMonitorDataByDateResponse < TencentCloud::Common::AbstractModel
|
3228
3153
|
# @param Data: 统计数据列表
|
3229
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3230
3154
|
# @type Data: Array
|
3231
3155
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3232
3156
|
# @type RequestId: String
|
@@ -3274,7 +3198,6 @@ module TencentCloud
|
|
3274
3198
|
# DescribePresetList返回参数结构体
|
3275
3199
|
class DescribePresetListResponse < TencentCloud::Common::AbstractModel
|
3276
3200
|
# @param Data: 预置列表
|
3277
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3278
3201
|
# @type Data: Array
|
3279
3202
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3280
3203
|
# @type RequestId: String
|
@@ -3334,7 +3257,6 @@ module TencentCloud
|
|
3334
3257
|
# DescribeRecordDatesByChannel返回参数结构体
|
3335
3258
|
class DescribeRecordDatesByChannelResponse < TencentCloud::Common::AbstractModel
|
3336
3259
|
# @param Dates: 含有录像文件的日期列表
|
3337
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3338
3260
|
# @type Dates: Array
|
3339
3261
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3340
3262
|
# @type RequestId: String
|
@@ -3507,7 +3429,6 @@ module TencentCloud
|
|
3507
3429
|
# DescribeRecordingPlanById返回参数结构体
|
3508
3430
|
class DescribeRecordingPlanByIdResponse < TencentCloud::Common::AbstractModel
|
3509
3431
|
# @param Plan: 录制计划详情
|
3510
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3511
3432
|
# @type Plan: :class:`Tencentcloud::Iotvideoindustry.v20201201.models.RecordPlanDetail`
|
3512
3433
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3513
3434
|
# @type RequestId: String
|
@@ -3542,10 +3463,8 @@ module TencentCloud
|
|
3542
3463
|
# DescribeRecordingPlans返回参数结构体
|
3543
3464
|
class DescribeRecordingPlansResponse < TencentCloud::Common::AbstractModel
|
3544
3465
|
# @param Plans: 录制计划详情·列表
|
3545
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3546
3466
|
# @type Plans: Array
|
3547
3467
|
# @param TotalCount: 录制计划总数
|
3548
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3549
3468
|
# @type TotalCount: Integer
|
3550
3469
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3551
3470
|
# @type RequestId: String
|
@@ -3625,25 +3544,18 @@ module TencentCloud
|
|
3625
3544
|
# DescribeScene返回参数结构体
|
3626
3545
|
class DescribeSceneResponse < TencentCloud::Common::AbstractModel
|
3627
3546
|
# @param IntId: 场景ID
|
3628
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3629
3547
|
# @type IntId: Integer
|
3630
3548
|
# @param RecordDuration: 录制时长(秒)
|
3631
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3632
3549
|
# @type RecordDuration: Integer
|
3633
3550
|
# @param SceneName: 场景名称
|
3634
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3635
3551
|
# @type SceneName: String
|
3636
3552
|
# @param SceneTrigger: 场景触发规则
|
3637
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3638
3553
|
# @type SceneTrigger: String
|
3639
3554
|
# @param StoreDuration: 存储时长 (天)
|
3640
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3641
3555
|
# @type StoreDuration: Integer
|
3642
3556
|
# @param CreateTime: 创建时间
|
3643
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3644
3557
|
# @type CreateTime: String
|
3645
3558
|
# @param UpdateTime: 更新时间
|
3646
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3647
3559
|
# @type UpdateTime: String
|
3648
3560
|
# @param Uin: 用户Uin
|
3649
3561
|
# @type Uin: String
|
@@ -3700,10 +3612,8 @@ module TencentCloud
|
|
3700
3612
|
# DescribeScenes返回参数结构体
|
3701
3613
|
class DescribeScenesResponse < TencentCloud::Common::AbstractModel
|
3702
3614
|
# @param Total: 场景总数
|
3703
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3704
3615
|
# @type Total: Integer
|
3705
3616
|
# @param List: 场景列表
|
3706
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3707
3617
|
# @type List: Array
|
3708
3618
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3709
3619
|
# @type RequestId: String
|
@@ -3808,25 +3718,18 @@ module TencentCloud
|
|
3808
3718
|
# DescribeStatisticSummary返回参数结构体
|
3809
3719
|
class DescribeStatisticSummaryResponse < TencentCloud::Common::AbstractModel
|
3810
3720
|
# @param RecordingDevice: 录制设备总数
|
3811
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3812
3721
|
# @type RecordingDevice: Integer
|
3813
3722
|
# @param NonRecordingDevice: 非录制设备总数
|
3814
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3815
3723
|
# @type NonRecordingDevice: Integer
|
3816
3724
|
# @param WatchFlux: 观看流量总数。为直播观看流量与点播观看流量之和。单位:GB
|
3817
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3818
3725
|
# @type WatchFlux: Float
|
3819
3726
|
# @param StorageUsage: 累计有效存储容量总数。单位:GB
|
3820
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3821
3727
|
# @type StorageUsage: Float
|
3822
3728
|
# @param P2PFluxTotal: X-P2P分享流量。单位 Byte
|
3823
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3824
3729
|
# @type P2PFluxTotal: Float
|
3825
3730
|
# @param P2PPeakValue: X-P2P峰值带宽。 单位bps
|
3826
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3827
3731
|
# @type P2PPeakValue: Float
|
3828
3732
|
# @param LivePushTotal: RTMP推流路数 ( 直播推流)
|
3829
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3830
3733
|
# @type LivePushTotal: Integer
|
3831
3734
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3832
3735
|
# @type RequestId: String
|
@@ -3891,10 +3794,8 @@ module TencentCloud
|
|
3891
3794
|
# DescribeSubGroups返回参数结构体
|
3892
3795
|
class DescribeSubGroupsResponse < TencentCloud::Common::AbstractModel
|
3893
3796
|
# @param GroupList: 子分组详情列表
|
3894
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3895
3797
|
# @type GroupList: Array
|
3896
3798
|
# @param TotalCount: 子分组总数
|
3897
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3898
3799
|
# @type TotalCount: Integer
|
3899
3800
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3900
3801
|
# @type RequestId: String
|
@@ -3997,10 +3898,8 @@ module TencentCloud
|
|
3997
3898
|
# DescribeVideoListByChannel返回参数结构体
|
3998
3899
|
class DescribeVideoListByChannelResponse < TencentCloud::Common::AbstractModel
|
3999
3900
|
# @param VideoList: 录像详情列表
|
4000
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4001
3901
|
# @type VideoList: Array
|
4002
3902
|
# @param TotalCount: 录像总数
|
4003
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4004
3903
|
# @type TotalCount: Integer
|
4005
3904
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4006
3905
|
# @type RequestId: String
|
@@ -4159,7 +4058,6 @@ module TencentCloud
|
|
4159
4058
|
# DescribeWarnMod返回参数结构体
|
4160
4059
|
class DescribeWarnModResponse < TencentCloud::Common::AbstractModel
|
4161
4060
|
# @param Data: 告警类型
|
4162
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4163
4061
|
# @type Data: String
|
4164
4062
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4165
4063
|
# @type RequestId: String
|
@@ -4224,10 +4122,8 @@ module TencentCloud
|
|
4224
4122
|
# DescribeWarnings返回参数结构体
|
4225
4123
|
class DescribeWarningsResponse < TencentCloud::Common::AbstractModel
|
4226
4124
|
# @param Total: 总数
|
4227
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4228
4125
|
# @type Total: Integer
|
4229
4126
|
# @param Data: 告警列表
|
4230
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4231
4127
|
# @type Data: Array
|
4232
4128
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4233
4129
|
# @type RequestId: String
|
@@ -4287,7 +4183,6 @@ module TencentCloud
|
|
4287
4183
|
# @param Data: [log_time,cdn_bytes , p2p_bytes, online_people, stuck_times, stuck_people,request,request_success,request_fail,play_fail]
|
4288
4184
|
# [时间戳,cdn流量(字节) , p2p流量(字节), 在线人数, 卡播次数, 卡播人数,起播请求次数,起播成功次数,起播失败次数,播放失败次数, pcdn cdn流量(字节), pcdn路由流量(字节), 上传流量(字节)]
|
4289
4185
|
# [1481016480, 46118502414, 75144943171, 61691, 3853, 0,0,0,0,0, 0, 0, 0]
|
4290
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4291
4186
|
# @type Data: String
|
4292
4187
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4293
4188
|
# @type RequestId: String
|
@@ -4340,10 +4235,8 @@ module TencentCloud
|
|
4340
4235
|
# 用于描述唯一一个设备
|
4341
4236
|
class DeviceItem < TencentCloud::Common::AbstractModel
|
4342
4237
|
# @param DeviceId: 设备唯一标识
|
4343
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4344
4238
|
# @type DeviceId: String
|
4345
4239
|
# @param ChannelId: 通道唯一标识
|
4346
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4347
4240
|
# @type ChannelId: String
|
4348
4241
|
|
4349
4242
|
attr_accessor :DeviceId, :ChannelId
|
@@ -4384,13 +4277,10 @@ module TencentCloud
|
|
4384
4277
|
# 设备事件列表
|
4385
4278
|
class Events < TencentCloud::Common::AbstractModel
|
4386
4279
|
# @param EventTime: 开始时间,秒级时间戳
|
4387
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4388
4280
|
# @type EventTime: Integer
|
4389
4281
|
# @param EventType: 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断
|
4390
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4391
4282
|
# @type EventType: Integer
|
4392
4283
|
# @param EventDesc: 事件描述
|
4393
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4394
4284
|
# @type EventDesc: String
|
4395
4285
|
# @param DeviceType: 设备类型
|
4396
4286
|
# @type DeviceType: Integer
|
@@ -4403,7 +4293,6 @@ module TencentCloud
|
|
4403
4293
|
# @param EventLog: 事件日志
|
4404
4294
|
# @type EventLog: String
|
4405
4295
|
# @param DeviceName: 设备备注名称
|
4406
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4407
4296
|
# @type DeviceName: String
|
4408
4297
|
|
4409
4298
|
attr_accessor :EventTime, :EventType, :EventDesc, :DeviceType, :DeviceAddress, :DeviceId, :ChannelId, :EventLog, :DeviceName
|
@@ -4468,7 +4357,6 @@ module TencentCloud
|
|
4468
4357
|
# GetRecordDatesByDev返回参数结构体
|
4469
4358
|
class GetRecordDatesByDevResponse < TencentCloud::Common::AbstractModel
|
4470
4359
|
# @param Dates: 含有录像文件的日期列表
|
4471
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4472
4360
|
# @type Dates: Array
|
4473
4361
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4474
4362
|
# @type RequestId: String
|
@@ -4505,7 +4393,6 @@ module TencentCloud
|
|
4505
4393
|
# GetRecordPlanByDev返回参数结构体
|
4506
4394
|
class GetRecordPlanByDevResponse < TencentCloud::Common::AbstractModel
|
4507
4395
|
# @param Plan: 录制计划详情
|
4508
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4509
4396
|
# @type Plan: :class:`Tencentcloud::Iotvideoindustry.v20201201.models.RecordPlanItem`
|
4510
4397
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4511
4398
|
# @type RequestId: String
|
@@ -4545,7 +4432,6 @@ module TencentCloud
|
|
4545
4432
|
# GetRecordPlanById返回参数结构体
|
4546
4433
|
class GetRecordPlanByIdResponse < TencentCloud::Common::AbstractModel
|
4547
4434
|
# @param Plan: 录制计划详情
|
4548
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4549
4435
|
# @type Plan: :class:`Tencentcloud::Iotvideoindustry.v20201201.models.RecordPlanItem`
|
4550
4436
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4551
4437
|
# @type RequestId: String
|
@@ -4580,10 +4466,8 @@ module TencentCloud
|
|
4580
4466
|
# GetRecordPlans返回参数结构体
|
4581
4467
|
class GetRecordPlansResponse < TencentCloud::Common::AbstractModel
|
4582
4468
|
# @param Plans: 录制计划详情·列表
|
4583
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4584
4469
|
# @type Plans: Array
|
4585
4470
|
# @param TotalCount: 录制计划总数
|
4586
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4587
4471
|
# @type TotalCount: Integer
|
4588
4472
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4589
4473
|
# @type RequestId: String
|
@@ -4629,7 +4513,6 @@ module TencentCloud
|
|
4629
4513
|
# GetTimeTemplateById返回参数结构体
|
4630
4514
|
class GetTimeTemplateByIdResponse < TencentCloud::Common::AbstractModel
|
4631
4515
|
# @param Template: 时间模板详情
|
4632
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4633
4516
|
# @type Template: :class:`Tencentcloud::Iotvideoindustry.v20201201.models.TimeTemplateItem`
|
4634
4517
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4635
4518
|
# @type RequestId: String
|
@@ -4664,7 +4547,6 @@ module TencentCloud
|
|
4664
4547
|
# GetTimeTemplates返回参数结构体
|
4665
4548
|
class GetTimeTemplatesResponse < TencentCloud::Common::AbstractModel
|
4666
4549
|
# @param Templates: 时间模板列表
|
4667
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4668
4550
|
# @type Templates: Array
|
4669
4551
|
# @param TotalCount: 时间模板总数
|
4670
4552
|
# @type TotalCount: Integer
|
@@ -4737,10 +4619,8 @@ module TencentCloud
|
|
4737
4619
|
# GetVideoListByCon返回参数结构体
|
4738
4620
|
class GetVideoListByConResponse < TencentCloud::Common::AbstractModel
|
4739
4621
|
# @param VideoList: 录像详情列表
|
4740
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4741
4622
|
# @type VideoList: Array
|
4742
4623
|
# @param TotalCount: 录像总数
|
4743
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4744
4624
|
# @type TotalCount: Integer
|
4745
4625
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4746
4626
|
# @type RequestId: String
|
@@ -4770,43 +4650,30 @@ module TencentCloud
|
|
4770
4650
|
# 分组下设备信息
|
4771
4651
|
class GroupDeviceItem < TencentCloud::Common::AbstractModel
|
4772
4652
|
# @param DeviceId: 设备唯一标识
|
4773
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4774
4653
|
# @type DeviceId: String
|
4775
4654
|
# @param NickName: 设备名称
|
4776
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4777
4655
|
# @type NickName: String
|
4778
4656
|
# @param Status: 设备状态
|
4779
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4780
4657
|
# @type Status: Integer
|
4781
4658
|
# @param ExtraInformation: 扩展信息
|
4782
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4783
4659
|
# @type ExtraInformation: String
|
4784
4660
|
# @param DeviceType: 设备类型
|
4785
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4786
4661
|
# @type DeviceType: Integer
|
4787
4662
|
# @param RTSPUrl: rtsp地址
|
4788
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4789
4663
|
# @type RTSPUrl: String
|
4790
4664
|
# @param DeviceCode: 设备编码
|
4791
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4792
4665
|
# @type DeviceCode: String
|
4793
4666
|
# @param IsRecord: 是否存在录像
|
4794
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4795
4667
|
# @type IsRecord: Integer
|
4796
4668
|
# @param Recordable: 该设备是否可录制
|
4797
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4798
4669
|
# @type Recordable: Integer
|
4799
4670
|
# @param Protocol: 设备接入协议
|
4800
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4801
4671
|
# @type Protocol: String
|
4802
4672
|
# @param CreateTime: 设备创建时间
|
4803
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4804
4673
|
# @type CreateTime: Integer
|
4805
4674
|
# @param ChannelNum: 设备通道总数
|
4806
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4807
4675
|
# @type ChannelNum: Integer
|
4808
4676
|
# @param VideoChannelNum: 设备视频通道总数
|
4809
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4810
4677
|
# @type VideoChannelNum: Integer
|
4811
4678
|
|
4812
4679
|
attr_accessor :DeviceId, :NickName, :Status, :ExtraInformation, :DeviceType, :RTSPUrl, :DeviceCode, :IsRecord, :Recordable, :Protocol, :CreateTime, :ChannelNum, :VideoChannelNum
|
@@ -4863,10 +4730,8 @@ module TencentCloud
|
|
4863
4730
|
# @param CreateTime: 创建时间
|
4864
4731
|
# @type CreateTime: Integer
|
4865
4732
|
# @param GroupStatus: 分组状态
|
4866
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4867
4733
|
# @type GroupStatus: Integer
|
4868
4734
|
# @param Error: 设备不存在时产生的错误
|
4869
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4870
4735
|
# @type Error: String
|
4871
4736
|
|
4872
4737
|
attr_accessor :GroupId, :GroupName, :GroupType, :GroupPath, :ParentId, :GroupDescribe, :ExtraInformation, :CreateTime, :GroupStatus, :Error
|
@@ -4901,37 +4766,26 @@ module TencentCloud
|
|
4901
4766
|
# 分组信息
|
4902
4767
|
class GroupItem < TencentCloud::Common::AbstractModel
|
4903
4768
|
# @param GroupName: 分组名称
|
4904
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4905
4769
|
# @type GroupName: String
|
4906
4770
|
# @param ParentId: 父分组ID
|
4907
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4908
4771
|
# @type ParentId: String
|
4909
4772
|
# @param GroupId: 分组ID
|
4910
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4911
4773
|
# @type GroupId: String
|
4912
4774
|
# @param GroupPath: 分组路径
|
4913
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4914
4775
|
# @type GroupPath: String
|
4915
4776
|
# @param GroupDescribe: 分组描述
|
4916
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4917
4777
|
# @type GroupDescribe: String
|
4918
4778
|
# @param DeviceNum: 分组绑定设备数
|
4919
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4920
4779
|
# @type DeviceNum: Integer
|
4921
4780
|
# @param SubGroupNum: 子分组数量
|
4922
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4923
4781
|
# @type SubGroupNum: Integer
|
4924
4782
|
# @param ExtraInformation: 分组附加信息
|
4925
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4926
4783
|
# @type ExtraInformation: String
|
4927
4784
|
# @param GroupType: 分组类型
|
4928
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4929
4785
|
# @type GroupType: String
|
4930
4786
|
# @param CreateTime: 创建时间
|
4931
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4932
4787
|
# @type CreateTime: Integer
|
4933
4788
|
# @param GroupStatus: 分组状态
|
4934
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4935
4789
|
# @type GroupStatus: Integer
|
4936
4790
|
|
4937
4791
|
attr_accessor :GroupName, :ParentId, :GroupId, :GroupPath, :GroupDescribe, :DeviceNum, :SubGroupNum, :ExtraInformation, :GroupType, :CreateTime, :GroupStatus
|
@@ -5373,7 +5227,6 @@ module TencentCloud
|
|
5373
5227
|
# ModifyDeviceData返回参数结构体
|
5374
5228
|
class ModifyDeviceDataResponse < TencentCloud::Common::AbstractModel
|
5375
5229
|
# @param Status: 操作结果,“OK”表示成功,其他表示失败。
|
5376
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5377
5230
|
# @type Status: String
|
5378
5231
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5379
5232
|
# @type RequestId: String
|
@@ -5750,10 +5603,8 @@ module TencentCloud
|
|
5750
5603
|
# 预置位结构出参
|
5751
5604
|
class PresetItem < TencentCloud::Common::AbstractModel
|
5752
5605
|
# @param PresetId: 预置位ID
|
5753
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5754
5606
|
# @type PresetId: Integer
|
5755
5607
|
# @param PresetName: 预置位名称
|
5756
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5757
5608
|
# @type PresetName: String
|
5758
5609
|
# @param Status: 预置位状态 0:未设置预置位 1:已设置预置位 2:已设置预置位&看守位
|
5759
5610
|
# @type Status: Integer
|
@@ -5780,22 +5631,16 @@ module TencentCloud
|
|
5780
5631
|
# 录制计划详情
|
5781
5632
|
class RecordPlanDetail < TencentCloud::Common::AbstractModel
|
5782
5633
|
# @param PlanId: 计划ID
|
5783
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5784
5634
|
# @type PlanId: String
|
5785
5635
|
# @param Name: 计划名称
|
5786
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5787
5636
|
# @type Name: String
|
5788
5637
|
# @param TimeTemplateId: 时间模板ID
|
5789
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5790
5638
|
# @type TimeTemplateId: String
|
5791
5639
|
# @param TimeTemplateName: 时间模板名称
|
5792
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5793
5640
|
# @type TimeTemplateName: String
|
5794
5641
|
# @param Channels: 绑定的通道列表
|
5795
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5796
5642
|
# @type Channels: Array
|
5797
5643
|
# @param RecordStorageTime: 存储周期(天)
|
5798
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5799
5644
|
# @type RecordStorageTime: Integer
|
5800
5645
|
|
5801
5646
|
attr_accessor :PlanId, :Name, :TimeTemplateId, :TimeTemplateName, :Channels, :RecordStorageTime
|
@@ -5829,25 +5674,18 @@ module TencentCloud
|
|
5829
5674
|
# 录制计划详情
|
5830
5675
|
class RecordPlanItem < TencentCloud::Common::AbstractModel
|
5831
5676
|
# @param PlanId: 计划ID
|
5832
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5833
5677
|
# @type PlanId: String
|
5834
5678
|
# @param Name: 计划名称
|
5835
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5836
5679
|
# @type Name: String
|
5837
5680
|
# @param TimeTemplateId: 时间模板ID
|
5838
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5839
5681
|
# @type TimeTemplateId: String
|
5840
5682
|
# @param TimeTemplateName: 时间模板名称
|
5841
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5842
5683
|
# @type TimeTemplateName: String
|
5843
5684
|
# @param EventId: 录制类型
|
5844
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5845
5685
|
# @type EventId: Integer
|
5846
5686
|
# @param Devices: 绑定的设备列表
|
5847
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5848
5687
|
# @type Devices: Array
|
5849
5688
|
# @param RecordStorageTime: 录像存储天数
|
5850
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5851
5689
|
# @type RecordStorageTime: Integer
|
5852
5690
|
|
5853
5691
|
attr_accessor :PlanId, :Name, :TimeTemplateId, :TimeTemplateName, :EventId, :Devices, :RecordStorageTime
|
@@ -5883,10 +5721,8 @@ module TencentCloud
|
|
5883
5721
|
# 大盘统计-录像存储统计 出参RecordStatistic
|
5884
5722
|
class RecordStatistic < TencentCloud::Common::AbstractModel
|
5885
5723
|
# @param Time: 时间戳
|
5886
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5887
5724
|
# @type Time: Integer
|
5888
5725
|
# @param Value: 统计结果
|
5889
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5890
5726
|
# @type Value: :class:`Tencentcloud::Iotvideoindustry.v20201201.models.RecordStatisticValue`
|
5891
5727
|
|
5892
5728
|
attr_accessor :Time, :Value
|
@@ -5935,34 +5771,24 @@ module TencentCloud
|
|
5935
5771
|
# 普通设备的录像详情
|
5936
5772
|
class RecordTaskItem < TencentCloud::Common::AbstractModel
|
5937
5773
|
# @param RecordTaskId: 录像任务ID
|
5938
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5939
5774
|
# @type RecordTaskId: String
|
5940
5775
|
# @param RecordPlanId: 录制计划ID
|
5941
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5942
5776
|
# @type RecordPlanId: String
|
5943
5777
|
# @param StartTime: 本录制片段开始时间
|
5944
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5945
5778
|
# @type StartTime: Integer
|
5946
5779
|
# @param EndTime: 本录制片段结束时间
|
5947
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5948
5780
|
# @type EndTime: Integer
|
5949
5781
|
# @param EventId: 录制模式
|
5950
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5951
5782
|
# @type EventId: Integer
|
5952
5783
|
# @param VideoUrl: 本录制片段对应的录制文件URL
|
5953
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5954
5784
|
# @type VideoUrl: String
|
5955
5785
|
# @param RecordStatus: 本录制片段当前的录制状态
|
5956
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5957
5786
|
# @type RecordStatus: Integer
|
5958
5787
|
# @param SceneId: 场景ID
|
5959
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5960
5788
|
# @type SceneId: Integer
|
5961
5789
|
# @param WarnId: 告警ID
|
5962
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5963
5790
|
# @type WarnId: Integer
|
5964
5791
|
# @param RecordId: 录制id,NVR下属设备有效
|
5965
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5966
5792
|
# @type RecordId: String
|
5967
5793
|
|
5968
5794
|
attr_accessor :RecordTaskId, :RecordPlanId, :StartTime, :EndTime, :EventId, :VideoUrl, :RecordStatus, :SceneId, :WarnId, :RecordId
|
@@ -6033,22 +5859,16 @@ module TencentCloud
|
|
6033
5859
|
# 场景列表元素
|
6034
5860
|
class SceneItem < TencentCloud::Common::AbstractModel
|
6035
5861
|
# @param IntId: 场景ID
|
6036
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6037
5862
|
# @type IntId: Integer
|
6038
5863
|
# @param Uin: 用户UIN
|
6039
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6040
5864
|
# @type Uin: String
|
6041
5865
|
# @param SceneName: 场景名称
|
6042
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6043
5866
|
# @type SceneName: String
|
6044
5867
|
# @param SceneTrigger: 触发规则
|
6045
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6046
5868
|
# @type SceneTrigger: String
|
6047
5869
|
# @param RecordDuration: 录制时长 秒
|
6048
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6049
5870
|
# @type RecordDuration: Integer
|
6050
5871
|
# @param StoreDuration: 存储时长 天
|
6051
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6052
5872
|
# @type StoreDuration: Integer
|
6053
5873
|
# @param CreateTime: 创建时间
|
6054
5874
|
# @type CreateTime: String
|
@@ -6170,19 +5990,14 @@ module TencentCloud
|
|
6170
5990
|
# 时间模板详情
|
6171
5991
|
class TimeTemplateItem < TencentCloud::Common::AbstractModel
|
6172
5992
|
# @param TemplateId: 时间模板ID
|
6173
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6174
5993
|
# @type TemplateId: String
|
6175
5994
|
# @param Name: 模板名称
|
6176
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6177
5995
|
# @type Name: String
|
6178
5996
|
# @param IsAllWeek: 是否全时录制,即7*24小时录制 0-否 1-是
|
6179
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6180
5997
|
# @type IsAllWeek: Integer
|
6181
5998
|
# @param Type: 是否为自定义模板 0-否 1-是
|
6182
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6183
5999
|
# @type Type: Integer
|
6184
6000
|
# @param TimeTemplateSpecs: 时间片段详情
|
6185
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6186
6001
|
# @type TimeTemplateSpecs: Array
|
6187
6002
|
|
6188
6003
|
attr_accessor :TemplateId, :Name, :IsAllWeek, :Type, :TimeTemplateSpecs
|
@@ -6305,7 +6120,6 @@ module TencentCloud
|
|
6305
6120
|
# UpdateDevicePassWord返回参数结构体
|
6306
6121
|
class UpdateDevicePassWordResponse < TencentCloud::Common::AbstractModel
|
6307
6122
|
# @param Status: 操作结果,“OK”表示成功,其他表示失败。
|
6308
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6309
6123
|
# @type Status: String
|
6310
6124
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6311
6125
|
# @type RequestId: String
|
@@ -6447,28 +6261,20 @@ module TencentCloud
|
|
6447
6261
|
# 告警列表出参
|
6448
6262
|
class WarningsData < TencentCloud::Common::AbstractModel
|
6449
6263
|
# @param Id: 唯一ID
|
6450
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6451
6264
|
# @type Id: Integer
|
6452
6265
|
# @param DeviceId: 设备ID
|
6453
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6454
6266
|
# @type DeviceId: String
|
6455
6267
|
# @param DeviceName: 设备名称
|
6456
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6457
6268
|
# @type DeviceName: String
|
6458
6269
|
# @param WarnChannel: 告警通道
|
6459
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6460
6270
|
# @type WarnChannel: String
|
6461
6271
|
# @param WarnLevel: 告警级别 1: "一级警情", 2: "二级警情", 3: "三级警情", 4: "四级警情",
|
6462
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6463
6272
|
# @type WarnLevel: Integer
|
6464
6273
|
# @param WarnLevelName: 告警级别名称
|
6465
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6466
6274
|
# @type WarnLevelName: String
|
6467
6275
|
# @param WarnMode: 告警方式 2 设备报警 5 视频报警 6 设备故障报警
|
6468
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6469
6276
|
# @type WarnMode: Integer
|
6470
6277
|
# @param WarnModeName: 告警方式名称
|
6471
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6472
6278
|
# @type WarnModeName: String
|
6473
6279
|
# @param WarnType: 告警类型 2: {
|
6474
6280
|
# Name: "设备报警",
|
@@ -6504,16 +6310,12 @@ module TencentCloud
|
|
6504
6310
|
# 2: "存储设备风扇故障报警",
|
6505
6311
|
# },
|
6506
6312
|
# }
|
6507
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6508
6313
|
# @type WarnType: Integer
|
6509
6314
|
# @param Del: 是否删除
|
6510
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6511
6315
|
# @type Del: Integer
|
6512
6316
|
# @param CreateTime: 创建时间
|
6513
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6514
6317
|
# @type CreateTime: String
|
6515
6318
|
# @param UpdateTime: 更新时间
|
6516
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6517
6319
|
# @type UpdateTime: String
|
6518
6320
|
|
6519
6321
|
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.1024
|
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-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|