OpenList
  1. driver
OpenList
  • auth
    • token获取
      POST
    • token获取hash
      POST
    • 生成2FA密钥
      POST
    • 验证2FA code
      POST
    • 获取当前用户信息
      GET
  • fs
    • 列出文件目录
      POST
    • 获取某个文件/目录信息
      POST
    • 获取目录
      POST
    • 搜索文件或文件夹
      POST
    • 新建文件夹
      POST
    • 重命名文件
      POST
    • 批量重命名
      POST
    • 正则重命名
      POST
    • 移动文件
      POST
    • 聚合移动
      POST
    • 复制文件
      POST
    • 删除文件或文件夹
      POST
    • 删除空文件夹
      POST
    • 添加离线下载
      POST
    • 表单上传文件
      PUT
    • 流式上传文件
      PUT
  • public
    • 获取站点设置
    • ping检测
  • admin
    • meta
      • 列出元信息
      • 获取元信息
      • 新增元信息
      • 更新元信息
      • 删除元信息
    • user
      • 列出所有用户
      • 列出某个用户
      • 新建用户
      • 更新用户信息
      • 取消某个用户的两步验证
      • 删除用户
      • 删除用户缓存
    • storage
      • 创建存储
      • 更新存储
      • 列出存储列表
      • 启用存储
      • 禁用存储
      • 查询指定存储信息
      • 删除指定存储
      • 重新加载所有存储
    • driver
      • 查询所有驱动配置模板列表
        GET
      • 列出驱动名列表
        GET
      • 列出特定驱动信息
        GET
    • setting
      • 列出设置
      • 获取某项设置
      • 保存设置
      • 删除设置
      • 重置令牌
      • 设置aria2
      • 设置qBittorrent
    • task
      • upload
        • 获取任务信息
        • 获取已完成任务
        • 获取未完成任务
        • 删除任务
        • 取消任务
        • 重试任务
        • 清除已完成任务
        • 清除已成功任务
  1. driver

查询所有驱动配置模板列表

正式环境
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
上一页
重新加载所有存储
下一页
列出驱动名列表
Built with