华为HiLens-获取设备告警列表:响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
total |
Integer |
满足条件的设备告警总数 |
data |
Array of GetDeviceAlarmArrayObject objects |
设备告警实体列表 |
参数 |
参数类型 |
描述 |
---|---|---|
id |
String |
设备告警记录ID |
name |
String |
设备告警名称 |
alarm_id |
Integer |
设备告警ID |
level |
String |
设备告警等级,紧急告警(critical),严重告警(major),一般告警(minor) |
platform |
String |
设备平台 |
impact |
String |
设备告警的影响 |
detail |
String |
设备告警详情内容 |
reason |
String |
设备告警原因 |
deal_suggestion |
String |
设备告警处理建议 |
create_time |
Long |
创建时间(时间戳) |