添加设备 |
POST |
/device/openapi/v1.0/devices |
查询设备列表 |
POST |
/device/openapi/v1.0/devices/search |
查询设备详情 |
GET |
/device/openapi/v1.0/devices/{deviceId} |
查询设备的物模型 |
GET |
/device/openapi/v1.0/devices/{deviceId}/thing-specification |
查询设备的历史数据 |
GET |
device/openapi/v1.0/devices/{deviceId}/properties/history?{query
parameters} |
异步调用设备服务 |
POST |
/device/openapi/v1.0/devices/{deviceId}/services/call |
更新设备信息 |
PUT |
/device/openapi/v1.0/devices |
更新设备属性 |
PATCH |
/device/openapi/v1.0/devices/{deviceId}/properties |
删除设备 |
DELETE |
/device/openapi/v1.0/devices/{deviceId} |