SYNO.Core.Storage.Volume (get)
<p><strong>简要描述:</strong> </p>
<ul>
<li>系统接口</li>
</ul>
<p><strong>API:</strong> </p>
<ul>
<li><code>SYNO.Core.Storage.Volume</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<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;">method</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>get</td>
</tr>
<tr>
<td style="text-align: left;">volume_path</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>/volume1</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"api": "SYNO.Core.Storage.Volume",
"data": {
"volume": {
"container": "internal",
"display_name": "存储空间 1",
"eppool_used_byte": "0",
"fs_type": "ext4",
"location": "internal",
"raid_type": "basic",
"readonly": false,
"single_volume": true,
"size_free_byte": "1962159104000",
"size_total_byte": "1964006481920",
"status": "normal",
"volume_id": 1,
"volume_path": "/volume1"
}
},
"method": "get",
"success": true,
"version": 1
}
</code></pre>