电力集团项目

运营平台+IoT平台,面向数字孪生大屏提供OpenAPI数据


设备分析

<p>[TOC]</p> <h5>简要描述</h5> <h2>设备分析</h2> <h5>请求URL</h5> <ul> <li><code>http://xx.com/api/security/DeviceType</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> </tbody> </table> <h5>返回示例</h5> <pre><code> { &amp;quot;error_code&amp;quot;: 0, &amp;quot;data&amp;quot;: [ { &amp;quot;id&amp;quot;:1 &amp;quot;type&amp;quot;: 1, &amp;quot;type_name:&amp;quot;设备A&amp;quot;, &amp;quot;num&amp;quot;: 10, &amp;quot;rate&amp;quot;: 0.12, } ] }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">int</td> <td>记录ID</td> </tr> <tr> <td style="text-align: left;">type</td> <td style="text-align: left;">int</td> <td>告警类型</td> </tr> <tr> <td style="text-align: left;">type_name</td> <td style="text-align: left;">string</td> <td>类型名称</td> </tr> <tr> <td style="text-align: left;">num</td> <td style="text-align: left;">int</td> <td>数量</td> </tr> <tr> <td style="text-align: left;">rate</td> <td style="text-align: left;">int</td> <td>占比</td> </tr> </tbody> </table>

页面列表

ITEM_HTML