Skip to main content
GET
/
api
/
device
/
log
查询设备日志
curl --request GET \
  --url https://api.example.com/api/device/log \
  --header 'Authentication: <authentication>'
{}

Headers

Authentication
string
required

Query Parameters

devid
string
required
logType
string
required

获取日志类型: device设备实时日志 、 platform平台日志

latency
integer

实时日志同步下发超时时间

pageIndex
string

平台日志可以有分页

pageSize
string
timeOrder
string
logPath
string
required

指定读取日志路径

Response

200 - application/json

The response is of type object.