ISDP-查询通道的云端录像列表(好望云平台)(API名称:getCloudRecords):响应参数
响应参数
参数 |
类型 |
描述 |
---|---|---|
total |
int |
录像列表总数 |
device_id |
String |
设备ID |
channel_id |
String |
通道ID |
records |
Array of Record objects |
录像列表信息 |
records出参:
参数 |
类型 |
描述 |
---|---|---|
record_id |
String |
录像ID |
record_name |
String |
录像名称 |
record_type |
String |
录像类型: 全量录像:ALL_RECORD 动检录像:MOTION_RECORD |
record_size |
int |
录像文件大小,单位(字节) |
start_time |
String |
录像开始时间 |
end_time |
String |
录像结束时间 |