设备配置下拉选择
社区版环境
GET
/api/v1/device_config/menu设备配置分页查询
请求参数
Query 参数
device_type
string
可选
设备类型1-直连设备 2-网关 3-子设备
device_config_name
string
可选
设备配置名称 模糊匹配
protocol_type
string
可选
协议/服务类型service_identifier
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
data
array [object {2}]
必需
id
string
必需
name
string
必需
示例
{
"code": 200,
"message": "Get deviceconfig list successfully",
"data": [
{
"id": "9ec6b044-62c0-b67d-273c-15ab942a58ac",
"name": "111"
},
{
"id": "3c907c9c-c331-83e3-db81-d2041beed506",
"name": "这是按流程走的配置1"
},
{
"id": "09c992be-93fd-3c14-5a1e-c9881b35d152",
"name": "string1"
},
{
"id": "52cbfc8d-6ec7-5497-2ff2-9489123277cd",
"name": "极益科技温湿度传感器01"
}
]
}
最后修改时间: 5 天前