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.
Authorization: ********************
curl --location --request GET '/api/admin/storage/list?page&per_page' \
--header 'Authorization: Bearer <token>'
{
"code": 200,
"message": "success",
"data": {
"content": [
{
"id": 1,
"mount_path": "/local",
"order": 0,
"driver": "Local",
"cache_expiration": 30,
"status": "work",
"addition": "{\"root_folder_path\":\"D:\\\\files\"}",
"remark": "Local storage",
"modified": "2019-08-24T14:15:22Z",
"disabled": false,
"disable_index": false,
"enable_sign": false,
"order_by": "name",
"order_direction": "asc",
"extract_folder": "front",
"web_proxy": false,
"webdav_policy": "native_proxy",
"down_proxy_url": ""
}
],
"total": 0
}
}