查询工业设备最新告警信息

更新时间:2023-06-21 07:13:12下载pdf

本文介绍查询工业设备最新告警信息的 API。

接口描述

根据设备编码查询工业设备的最新告警信息。

接口地址

GET: /v1.1/iot-03/si/devices/{device_code}/latest-alarm

请求参数

参数名类型参数位置是否必填说明
device_codeStringuritrue设备编码

返回参数

参数名类型说明
resultList返回结果

result 说明

参数名类型说明
typeString类型
contentString内容
timeLong时间

请求示例

GET: /v1.1/iot-03/si/devices/cnc/latest-alarm

返回示例

{
    "result": [
        {
            "type": "故障",
            "content": "100",
            "time": 1637312944223
        },
        {
            "type": "故障",
            "content": "100",
            "time": 1637312944223
        },
        {
            "type": "故障",
            "content": "100",
            "time": 1637312944223
        }
    ],
    "t": 1638200144685,
    "success": true
}

错误码

参考 错误码