业务探针监测


查询事件触发测试任务信息

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>查询事件触发测试任务信息接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/cm5g_monitor/api/query_event_call_test_task_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;">warning_detail_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>预警详单id</td> </tr> <tr> <td style="text-align: left;">test_type</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>测试类型</td> </tr> <tr> <td style="text-align: left;">search</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>模糊搜索</td> </tr> <tr> <td style="text-align: left;">page_number</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>第几页</td> </tr> <tr> <td style="text-align: left;">page_count</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;total&amp;quot;: 10, &amp;quot;result&amp;quot;: [{ &amp;quot;project_name&amp;quot;: &amp;quot;项目名称&amp;quot;, &amp;quot;imei&amp;quot;: &amp;quot;终端标识&amp;quot;, &amp;quot;create_date&amp;quot;: &amp;quot;拨测任务下发时间&amp;quot;, &amp;quot;task_status&amp;quot;: &amp;quot;拨测任务下发状态&amp;quot;, &amp;quot;taskid&amp;quot;: &amp;quot;测试任务id&amp;quot;, &amp;quot;tasktime&amp;quot;: &amp;quot;拨测任务执行时间&amp;quot;, &amp;quot;sendcount&amp;quot;: &amp;quot;发包次数&amp;quot;, &amp;quot;size&amp;quot;: &amp;quot;包发送携带字节数Byte&amp;quot;, &amp;quot;interval&amp;quot;: &amp;quot;发送ICMP间隔ms&amp;quot;, &amp;quot;timeout&amp;quot;: &amp;quot;等待回复的超时时间ms&amp;quot;, &amp;quot;losscount&amp;quot;: &amp;quot;丢包次数&amp;quot;, &amp;quot;lossrate&amp;quot;: &amp;quot;丢包率&amp;quot;, &amp;quot;totaltime&amp;quot;: &amp;quot;总时延ms&amp;quot;, &amp;quot;minrtt&amp;quot;: &amp;quot;最短时延ms&amp;quot;, &amp;quot;maxrtt&amp;quot;: &amp;quot;最长时延ms&amp;quot;, &amp;quot;avgrtt&amp;quot;: &amp;quot;平均时延ms&amp;quot;, &amp;quot;jitter&amp;quot;: &amp;quot;抖动ms&amp;quot;, }] # test_type = ping 时 或 [{ &amp;quot;project_name&amp;quot;: &amp;quot;项目名称&amp;quot;, &amp;quot;imei&amp;quot;: &amp;quot;终端标识&amp;quot;, &amp;quot;create_date&amp;quot;: &amp;quot;拨测任务下发时间&amp;quot;, &amp;quot;task_status&amp;quot;: &amp;quot;拨测任务下发状态&amp;quot;, &amp;quot;taskid&amp;quot;: &amp;quot;测试任务id&amp;quot;, &amp;quot;tasktime&amp;quot;: &amp;quot;拨测任务执行时间&amp;quot;, &amp;quot;packetsize&amp;quot;: &amp;quot;发送/接收数据包大小KB&amp;quot;, &amp;quot;framesize&amp;quot;: &amp;quot;发送/接收最大内存帧大小KB&amp;quot;, &amp;quot;interval&amp;quot;: &amp;quot;传送中统计时间间隔ms&amp;quot;, &amp;quot;timeout&amp;quot;: &amp;quot;等待回复的超时时间ms&amp;quot;, &amp;quot;sendtotalkb&amp;quot;: &amp;quot;发送字节数KB&amp;quot;, &amp;quot;sendspeedaver&amp;quot;: &amp;quot;发送平均速率KBps&amp;quot;, &amp;quot;sendspeedhigh&amp;quot;: &amp;quot;发送最高速率KBps&amp;quot;, &amp;quot;sendspeedlow&amp;quot;: &amp;quot;发送最低速率KBps&amp;quot;, &amp;quot;sendlongtime&amp;quot;: &amp;quot;发送总用时长ms&amp;quot;, &amp;quot;recvtotalkb&amp;quot;: &amp;quot;接收字节数ms&amp;quot;, &amp;quot;recvspeedaver&amp;quot;: &amp;quot;接收平均速率KBps&amp;quot;, &amp;quot;recvspeedhigh&amp;quot;: &amp;quot;接收最高速率KBps&amp;quot;, &amp;quot;recvspeedlow&amp;quot;: &amp;quot;接收最低速率KBps&amp;quot;, &amp;quot;recvlongtime&amp;quot;: &amp;quot;接收总用时长ms&amp;quot;, }] # test_type = speed 时 }</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