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
最后修改时间:2024-05-17 12:07:10
责任人:未设置

请求参数

Header 参数

示例代码

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": 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