告警事件分页查询
GET
/api/v1/alarm_list
接口描述
告警事件分页查询
请求参数
参数名
类型
描述
必填
limit
Int
每页显示个数限制 示例: 15
必填
page
Int
当前页数 示例: 1
必填
响应参数
参数名
类型
描述
必填
retcode
Int
返回代码即为返回HTTP头部的状态码 http status 示例:200
必填
status
String
返回信息 示例: 'success'
必填
id
Int
事件ID
必填
occurrent_time
String
发生时间 格式: yyyy-mm-dd hh:mm:ss 示例: '2020-07-21 15:01:23'
必填
position
String
发生位置(GT为长度,SMT为防区)
必填
device_num
String
设备号
必填
device_type
String
设备类型
必填
line_name
String
线路名称(责任区名称)
必填
person1
String
责任人1姓名
必填
person2
String
责任人2姓名
必填
longitude
string
经度
必填
latitude
string
纬度
必填
pageTotal
Int
总页数
必填