/api/device/upgrade

设备升级接口。

需要设备操作权限

接口原型

协议 HTTP/HTTPS POST
URL ip[:port]/api/device/upgrade
数据格式 请求消息:Content-Type: application/json
响应消息:Content-Type: application/json

请求Cookies

名称 描述
mwcloud-sid 用于标识当前登录的字符串
mwcloud-uid 当前登录用户名
Request Body
参数 描述
sn 指定审核通过的设备序列号集合。
firmware-id 固件ID。

请求示例

POST /api/device/upgrade HTTP/1.1
Accept: application/json, text/plain, */*
Content-Type: application/json;charset=utf-8
Content-Length: 24
Cookie: mwcloud-sid=OCXWUMGEYPGIAWWOETYXPNMVHDZIAZJP; mwcloud-uid=Admin;
{
    "sn":["A304200731003"],
    "firmware-id":21
}

响应参数

Response Header
参数 描述
Content-Type 取值为:'application/json; charset=UTF-8'
Response Body
参数 描述
result 返回码
details 设备开始升级结果
设备开始升级结果
参数 描述
sn 设备sn
result 升级结果状态码

可能返回的设备升级结果:

错误码 描述
MW_STATUS_DEVICE_TYPE_ERROR 固件不匹配
MW_STATUS_NOT_EXIST 设备不存在
MW_STATUS_DEVICE_LOST 设备离线
MW_STATUS_DEVICE_BUSY 设备当前正在升级中

响应示例

HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
content-length: xx
{
    "details":[
        {
            "result":0,
            "sn":"A304200731003"
        }
    ],
    "result":0
}

与“”相关结果约

    找不到与“”相关的结果

    与“”相关结果约

      找不到与“”相关的结果