clear-logs接口

清除云平台或指定设备的运行日志。

云平台日志清除只有管理员有权限。

接口原型

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

请求Cookies

名称 描述
mwcloud-sid 用于标识当前登录的字符串
mwcloud-uid 当前登录用户名
Request Body
参数 描述
sn 序列号。
  • CLOD200914001:清除云平台日志。
  • 其他:清除序列号对应的设备日志。

请求示例

POST /sc_cloud/log/clear HTTP/1.1
Accept: application/json, text/plain, */*
Content-Type: application/json;charset=utf-8
Content-Length: 22
Cookie: mwcloud-sid=OCXWUMGEYPGIAWWOETYXPNMVHDZIAZJP; mwcloud-uid=Admin;
{
    "sn":"CLOD200914001"
}

响应参数

Response Header
参数 描述
Content-Type 取值为:'application/json; charset=UTF-8'
Response Body
参数 描述
result 返回码。
method 方法名:clear-logs。

响应示例

HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: 34
{
  "method": "clear-logs",
  "result": 0
}

与“”相关结果约

    找不到与“”相关的结果

    与“”相关结果约

      找不到与“”相关的结果