获取设备sdk日志
POST
/api/v1/things/device/msg/sdk-log/index请求参数
Body 参数application/json
deviceName
string
设备名
productID
string
可选
产品id 获取产品id下的所有设备信息
timeStart
string
获取时间的开始
timeEnd
string
时间的结束
logLevel
integer <int32>
等级
page
object (PageInfo)
可选
page
integer <int64>
页码
size
integer <int64>
每页大小
orders
array[object (OrderBy) {2}]
排序
示例
{
"deviceName": "string",
"productID": "string",
"timeStart": "string",
"timeEnd": "string",
"logLevel": 0,
"page": {
"page": 0,
"size": 0,
"orders": [
{
"field": "string",
"sort": 0
}
]
}
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
A successful response.
数据结构
code
integer
返回code
默认值:
200
msg
string
返回的消息
data
object (DeviceMsgSdkIndexResp)
可选
list
array[object (DeviceMsgSdkInfo) {3}]
数据
total
integer <int64>
总数
示例
未设置
最后修改时间: 4 天前