获取设备全部事件
开发中GET
/api/open/device-relation/deviceproject/v1/project/getallevents最后修改时间: 23 days ago
责任人: 未设置
获取设备物模型事件列表
请求参数
Query 参数
deviceId
string
设备编码
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
array of:
identifier
string
事件标识符
name
string
事件名称
type
string
事件类型
alert(告警) error(故障) info(信息)
outputData
array [object {3}]
输出参数
identifier
string
参数标识符
name
string
参数名称
dataType
object
参数具体
示例
[
{
"identifier": "string",
"name": "string",
"type": "string",
"outputData": [
{
"identifier": "string",
"name": "string",
"dataType": {
"specs": {
"min": "string",
"max": "string",
"unit": "string",
"unitName": null,
"step": "string",
"length": "string"
},
"type": "string"
}
}
]
}
]
最后修改时间: 23 days ago