获取设备配置(包含子设备配置)
社区版环境
POST
/api/v1/plugin/device/config通过设备ID或设备凭证获取设备配置
请求参数
Body 参数application/json
voucher
string
可选
device_id
string
可选
device_number
string
设备编号
示例
{
"voucher": "string",
"device_id": "string",
"device_number": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
data
object
必需
id
string
必需
voucher
string
必需
device_type
string
必需
protocol_type
string
必需
config
object
必需
sub_device
null
必需
示例
{
"code": 200,
"message": "success",
"data": {
"id": "2611f2a8-fdab-9247-efc7-683e9de4f137",
"voucher": "{\"username\":\"aaaaaa\",\"password\":\"\"}",
"device_type": "2",
"protocol_type": "MODBUS",
"config": {},
"sub_device": null
}
}
最后修改时间: 8 个月前