行业视频管理服务-【旧】查询通道的云端录像列表:响应参数

时间:2023-12-06 11:43:51

响应参数

状态码: 200

表4 响应Body参数

参数

参数类型

描述

total

Integer

录像列表总数

device_id

String

设备ID:设备唯一标识,长度范围[1,32]

channel_id

String

通道ID:长度范围[1,20]

records

Array of Record objects

录像列表信息

表5 Record

参数

参数类型

描述

record_id

String

录像ID:长度范围[1,32]

record_name

String

录像名称:长度范围[1,32]

record_type

String

录像类型:枚举类型

枚举值:

  • NORMAL_RECORD 全量录像
  • MOTION_RECORD 动检录像

record_size

Integer

录像文件大小:单位(字节)

alarm_rec_type

String

告警录像类型:枚举类型,非告警录像值为空(null

start_time

String

录像开始时间:格式如:yyyy-MM-dd HH:mm:ss,2020-06-12 17:31:00

end_time

String

录像结束时间:格式如:yyyy-MM-dd HH:mm:ss,2020-06-12 17:31:00

support.huaweicloud.com/api-ivm/listCloudRecord.html