SYNO.Core.FileServ.SMB
<p><strong>简要描述:</strong> </p>
<ul>
<li>文件管理 SMB</li>
</ul>
<p><strong>API:</strong> </p>
<ul>
<li><code>SYNO.Core.FileServ.SMB</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"api": "SYNO.Core.FileServ.SMB",
"data": {
"disable_shadow_copy": false,
"disable_strict_allocate": false,
"enable_dirsort": false,
"enable_durable_handles": false,
"enable_enhance_log": false,
"enable_local_master_browser": false,
"enable_mask": false,
"enable_msdfs": false,
"enable_op_lock": true,
"enable_reset_on_zero_vc": false,
"enable_samba": false,
"enable_smb2_leases": false,
"enable_symlink": false,
"enable_syno_catia": false,
"enable_vetofile": false,
"enable_widelink": false,
"offline_files_support": false,
"smb_encrypt_transport": 1,
"smb_max_protocol": 1,
"smb_min_protocol": 0,
"syno_wildcard_search": false,
"vetofile": "",
"wins": "",
"workgroup": "WORKGROUP"
},
"method": "get",
"success": true,
"version": 3
}
</code></pre>