大屏展示@存储服务器存储压缩比展示
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>存储服务器存储压缩比展示</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://localhost:90/api/dbackupapi/getStorageSizeInfo</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>{
&quot;msg&quot;: &quot;操作成功&quot;,
&quot;code&quot;: 0,
&quot;data&quot;: \[
{
&quot;nodename&quot;: &quot;infokist(10.108.100.48)&quot;,
&quot;compressper&quot;: &quot;98.47&quot;,
&quot;buckupstorages&quot;: 207491547937399,
&quot;sourcesize&quot;: 13551044287042560,
&quot;backupper&quot;: &quot;1.53&quot;,
&quot;backupsize&quot;: &quot;188.71 TiB&quot;,
&quot;compresssize&quot;: &quot;11.85 PiB&quot;
},
{
&quot;nodename&quot;: &quot;infokist(10.108.100.49)&quot;,
&quot;compressper&quot;: &quot;98.28&quot;,
&quot;buckupstorages&quot;: 90703023751992,
&quot;sourcesize&quot;: 5274617154629632,
&quot;backupper&quot;: &quot;1.72&quot;,
&quot;backupsize&quot;: &quot;82.49 TiB&quot;,
&quot;compresssize&quot;: &quot;4.60 PiB&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>
<tr>
<td style="text-align: left;">nodename</td>
<td style="text-align: left;">string</td>
<td>存储名称</td>
</tr>
<tr>
<td style="text-align: left;">compressper</td>
<td style="text-align: left;">string</td>
<td>压缩去重比</td>
</tr>
<tr>
<td style="text-align: left;">buckupstorages</td>
<td style="text-align: left;">string</td>
<td>备份后文件大小(B)</td>
</tr>
<tr>
<td style="text-align: left;">sourcesize</td>
<td style="text-align: left;">string</td>
<td>源文件大小(B)</td>
</tr>
<tr>
<td style="text-align: left;">backupper</td>
<td style="text-align: left;">string</td>
<td>备份后与源比</td>
</tr>
<tr>
<td style="text-align: left;">backupsize</td>
<td style="text-align: left;">string</td>
<td>备份后文件大小</td>
</tr>
<tr>
<td style="text-align: left;">compresssize</td>
<td style="text-align: left;">string</td>
<td>去重压缩后节省空间大小</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>