all content, endpoints, and code provided by this API are licensed under the GNU Affero General Public License v3 (AGPL-3.0).
By accessing or using this API, you agree to comply with the terms of the AGPLv3.
For more details, please read the full license at GNU AGPLv3.
| 示例操作 | 含义 |
|---|---|
/@path/select/none/ | 查找并列出所有的挂载信息 |
/@path/select/path/path1/ | 查找并列出/path1/的挂载信息 |
/@path/select/uuid/12345/ | 查找并列出ID12345的挂载信息 |
| 示例操作 | 含义 |
|---|---|
/@path/create/path/path1/?config={...} | 创建一个/path1/的挂载信息,此路径必须是唯一的 |
| 示例操作 | 含义 |
|---|---|
/@path/remove/path/path1/ | 删除 /path1/挂载 |
/@path/remove/uuid/12345/ | 删除ID12345挂载 |
| 示例操作 | 含义 |
|---|---|
/@path/reload/path/path1/ | 载入 /path1/挂载 |
/@path/reload/uuid/12345/ | 载入ID12345挂载 |
| 示例操作 | 含义 |
|---|---|
/@path/reload/path/path1/?config={...} | 修改 /path1/挂载 |
/@path/reload/uuid/12345/?config={...} | 修改ID12345挂载 |