业务探针监测


终端详情信息接口

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>终端详情信息接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/cm5g_monitor/api/get_imei_detail_info</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">imei</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>终端标识</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { &amp;quot;status&amp;quot;: 200, &amp;quot;message&amp;quot;: &amp;quot;执行成功&amp;quot;, &amp;quot;result&amp;quot;: { &amp;quot;imei&amp;quot;: &amp;quot;终端标识&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;终端名称&amp;quot;, &amp;quot;devciemodel&amp;quot;: &amp;quot;终端型号&amp;quot;, &amp;quot;project_name&amp;quot;: &amp;quot;所属项目&amp;quot;, &amp;quot;statisticaltime&amp;quot;: &amp;quot;数据上报时间&amp;quot;, &amp;quot;city_name&amp;quot;: &amp;quot;所属地市&amp;quot;, &amp;quot;industry&amp;quot;: &amp;quot;所属行业&amp;quot;, &amp;quot;partner_name&amp;quot;: &amp;quot;所属客户&amp;quot;, &amp;quot;dnn_name&amp;quot;: &amp;quot;DNN名称&amp;quot;, &amp;quot;slice_name&amp;quot;: &amp;quot;切片业务标识&amp;quot;, &amp;quot;cpumodel&amp;quot;: &amp;quot;CPU型号&amp;quot;, &amp;quot;softwareversion&amp;quot;: &amp;quot;软件版本&amp;quot;, &amp;quot;ramsize&amp;quot;: &amp;quot;内存大小&amp;quot;, &amp;quot;flashsize&amp;quot;: &amp;quot;Flash大小&amp;quot;, &amp;quot;cellularcount&amp;quot;: &amp;quot;蜂窝模组数量&amp;quot;, &amp;quot;wifiapcount&amp;quot;: &amp;quot;WIFI模组数量&amp;quot;, &amp;quot;lancount&amp;quot;: &amp;quot;LAN口数量&amp;quot;, &amp;quot;serialportcount&amp;quot;: &amp;quot;串口数量&amp;quot;, &amp;quot;cellular_module&amp;quot;: { &amp;quot;vendor&amp;quot;: &amp;quot;提供商信息&amp;quot;, &amp;quot;model&amp;quot;: &amp;quot;型号信息&amp;quot;, &amp;quot;version&amp;quot;: &amp;quot;版本信息&amp;quot;, &amp;quot;imsi&amp;quot;: &amp;quot;用户标识&amp;quot;, &amp;quot;statisticaltime&amp;quot;: &amp;quot;轻量化网管平台采集时间&amp;quot;, }, &amp;quot;wifi_module&amp;quot;: { &amp;quot;moduleid&amp;quot;: &amp;quot;模块标识信息&amp;quot;, &amp;quot;vendor&amp;quot;: &amp;quot;提供商信息&amp;quot;, &amp;quot;model&amp;quot;: &amp;quot;型号信息&amp;quot;, &amp;quot;mac&amp;quot;: &amp;quot;MAC地址&amp;quot;, &amp;quot;frequency&amp;quot;: &amp;quot;频段信息&amp;quot;, &amp;quot;protocol&amp;quot;: &amp;quot;协议信息&amp;quot;, &amp;quot;statisticaltime&amp;quot;: &amp;quot;采集时间&amp;quot;, }, &amp;quot;enternet_module&amp;quot;: { &amp;quot;moduleid&amp;quot;: &amp;quot;模块标识信息&amp;quot;, &amp;quot;vendor&amp;quot;: &amp;quot;提供商信息&amp;quot;, &amp;quot;model&amp;quot;: &amp;quot;型号信息&amp;quot;, &amp;quot;statisticaltime&amp;quot;: &amp;quot;采集时间&amp;quot;, } } }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML