异常设备列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>异常设备列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://192.168.2.107:8080/ops/itsm/inspection/task/getListErrDeviceByTaskId</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;">taskId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>任务id</td>
</tr>
</tbody>
</table>
<h5>参数示例</h5>
<pre><code> {"taskId":"7f6260cc968a426fb64192faa1dde2ad"}</code></pre>
<h5>返回示例</h5>
<pre><code> {
"errorCode": 0,
"message": "成功",
"time": 1641881572610,
"responseBody": [
{
"personUser": [],
"purpose": "",
"createTime": "2022-01-07 14:41:21",
"ip": "10.10.1.15",
"imgPath": [],
"jiGuiInfo": "28",
"jiGuiName": "新建机柜",
"updateTime": "2022-01-07 14:41:21",
"category": "防火墙",
"uuid": "5ed7be45afa84564be8b13f4e02347ee",
"deviceName": "rg_mq94-10.10.1.15",
"errorMsg": "覆盖面看,"
},
{
"personUser": [],
"purpose": "",
"createTime": "2022-01-07 14:41:21",
"ip": "10.10.1.10",
"imgPath": [],
"jiGuiInfo": "24",
"jiGuiName": "新建机柜",
"updateTime": "2022-01-07 14:41:21",
"category": "防火墙",
"uuid": "55d64d945ed140d691d00487d3ebee82",
"deviceName": "main_cache-10.10.1.10",
"errorMsg": "的附件如UR的也是"
}
]
}</code></pre>