更新时间:2023-06-21 07:13:12下载pdf
本文介绍查询工业设备详细信息的 API。
根据设备编码查询指定工业设备详细信息。
GET: /v1.1/iot-03/si/devices/{device_code}
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
device_code | String | uri | true | 设备编码 |
参数名 | 类型 | 说明 |
---|---|---|
result | IotDeviceDetailDTO | 返回结果 |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
sampling_rate | String | 采样频率 |
sampling_time | Long | 采集时间 |
real_time_address | String | 实时位置 |
real_time_longitude | String | 实时经度 |
real_time_latitude | String | 实时地址纬度 |
device_properties | List | 设备特有属性 |
tuya_device_id | String | 涂鸦设备 ID |
tuya_product_id | String | 涂鸦产品 ID |
gateway_id | String | 设备网关 ID |
device_code | String | 设备唯一编号 |
device_name | String | 设备名称 |
device_type_code | String | 设备类型编码 |
device_model_code | String | 设备型号编码 |
customer_code | String | 客户编码 |
production_time | Long | 生产时间 |
batch_number | String | 设备批次 |
sale_time | Long | 销售时间 |
sale_address | String | 销售详细地址 |
sale_longitude | String | 销售地址经度 |
sale_latitude | String | 销售地址纬度 |
real_time_positioning | Boolean | 设备是否实时定位 |
is_gateway | Boolean | 设备是否为网关 |
is_online | Boolean | 设备是否在线 |
running_status | String | 设备运行状态 |
failure | Boolean | 设备是否故障 |
creator | String | 创建人 |
modifier | String | 修改人 |
gmt_create | Long | 创建时间 |
gmt_modified | Long | 更新时间 |
is_unbind | Boolean | 是否解绑 |
device_properties
说明
参数名 | 类型 | 说明 |
---|---|---|
name | String | 属性名称 |
code | String | 属性编码 |
value | String | 属性值 |
GET: /v1.1/iot-03/si/devices/cnc
{
"result": {
"gmt_create": 1637824772859,
"is_unbind": false,
"tuya_product_id": "hz9***",
"batch_number": "",
"modifier": "",
"is_gateway": true,
"gmt_modified": 1637892279303,
"gateway_id": "6c73***",
"device_name": "边缘网关-定位",
"device_properties": [
],
"sale_longitude": "12***",
"sale_latitude": "2***",
"is_online": true,
"customer_code": "",
"device_model_code": "elegw01",
"creator": "bay***",
"real_time_positioning": true,
"production_time": 0,
"sale_address": "浙江省***",
"running_status": "",
"tuya_device_id": "6c7***",
"real_time_longitude": "12***",
"device_type_code": "gw",
"failure": false,
"device_code": "cnc",
"real_time_latitude": "3***",
"real_time_address": "浙江省***",
"sale_time": 0
},
"t": 1638199642413,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈