- auth
- fs
- public
- admin
查询所有驱动配置模板列表
正式环境
http://prod-cn.your-api-server.com
正式环境
http://prod-cn.your-api-server.com
GET
/api/admin/driver/list
alist Copy/admin/driver
最后修改时间:2024-05-17 12:07:10
责任人:未设置
请求参数
Header 参数
Authorization
string
token
示例值:
{{alist_token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://prod-cn.your-api-server.com/api/admin/driver/list' \
--header 'Authorization: {{alist_token}}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
data
object
必需
115 Cloud
object
必需
115 Share
object
必需
123Pan
object
必需
123PanLink
object
必需
123PanShare
object
必需
139Yun
object
必需
189Cloud
object
必需
189CloudPC
object
必需
AList V2
object
必需
AList V3
object
必需
Alias
object
必需
Aliyundrive
object
必需
AliyundriveOpen
object
必需
AliyundriveShare
object
必需
BaiduNetdisk
object
必需
BaiduPhoto
object
必需
BaiduShare
object
必需
ChaoXingGroupDrive
object
必需
Cloudreve
object
必需
Crypt
object
必需
Doge
object
必需
Dropbox
object
必需
FTP
object
必需
FeijiPan
object
必需
GoogleDrive
object
必需
GooglePhoto
object
必需
ILanZou
object
必需
IPFS API
object
必需
Lanzou
object
必需
Local
object
必需
MediaTrack
object
必需
Mega_nz
object
必需
MoPan
object
必需
NeteaseMusic
object
必需
Onedrive
object
必需
OnedriveAPP
object
必需
PikPak
object
必需
PikPakShare
object
必需
Quark
object
必需
Quqi
object
必需
S3
object
必需
SFTP
object
必需
SMB
object
必需
Seafile
object
必需
Teambition
object
必需
Terabox
object
必需
Thunder
object
必需
ThunderExpert
object
必需
Trainbit
object
必需
UC
object
必需
USS
object
必需
UrlTree
object
必需
VTencent
object
必需
Virtual
object
必需
WebDav
object
必需
WeiYun
object
必需
WoPan
object
必需
YandexDisk
object
必需
示例
{ "code": 200, "message": "success", "data": { "115 Cloud": { "common": [ { "name": "mount_path", "type": "string", "default": "", "options": "", "required": true, "help": "The path you want to mount to, it is unique and cannot be repeated" }, { "name": "order", "type": "number", "default": "", "options": "", "required": false, "help": "use to sort" }, { "name": "remark", "type": "text", "default": "", "options": "", "required": false, "help": "" }, { "name": "cache_expiration", "type": "number", "default": "30", "options": "", "required": true, "help": "The cache expiration time for this storage" }, { "name": "web_proxy", "type": "bool", "default": "", "options": "", "required": false, "help": "" }, { "name": "webdav_policy", "type": "select", "default": "302_redirect", "options": "302_redirect,use_proxy_url,native_proxy", "required": true, "help": "" }, { "name": "down_proxy_url", "type": "text", "default": "", "options": "", "required": false, "help": "" }, { "name": "extract_folder", "type": "select", "default": "", "options": "front,back", "required": false, "help": "" }, { "name": "enable_sign", "type": "bool", "default": "false", "options": "", "required": true, "help": "" } ], "additional": [ { "name": "cookie", "type": "text", "default": "", "options": "", "required": false, "help": "one of QR code token and cookie required" }, { "name": "qrcode_token", "type": "text", "default": "", "options": "", "required": false, "help": "one of QR code token and cookie required" }, { "name": "qrcode_source", "type": "select", "default": "linux", "options": "web,android,ios,linux,mac,windows,tv", "required": false, "help": "select the QR code device, default linux" }, { "name": "page_size", "type": "number", "default": "56", "options": "", "required": false, "help": "list api per page size of 115 driver" }, { "name": "limit_rate", "type": "number", "default": "2", "options": "", "required": false, "help": "limit all api request rate (1r/[limit_rate]s)" }, { "name": "root_folder_id", "type": "string", "default": "0", "options": "", "required": true, "help": "" } ], "config": { "name": "115 Cloud", "local_sort": false, "only_local": false, "only_proxy": false, "no_cache": false, "no_upload": false, "need_ms": false, "default_root": "0", "alert": "" } }, "115 Share": { "common": [ { "name": "mount_path", "type": "string", "default": "",
修改于 2024-05-17 12:07:10