[TOC]
简要描述
请求URL
/cm5g_monitor/api/get_imei_status_info
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
imei |
是 |
string |
终端标识 |
timestamp |
否 |
string |
查询时间 |
返回示例
{
"status": 200,
"message": "执行成功",
"result": {
"online": "状态",
"temperature": "终端设备温度",
"cpuusage": "CPU使用率",
"ramusage": "内存使用率",
"flashusage": "FLASH使用率",
"statisticaltime": "数据时间"
}
}
返回参数说明
备注