# 列出驱动名列表

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /api/admin/driver/names:
    get:
      summary: 列出驱动名列表
      deprecated: false
      description: ''
      tags:
        - admin/driver
        - admin/driver
        - alist Copy/admin/driver
      parameters:
        - name: Authorization
          in: header
          description: token
          required: true
          example: '{{alist_token}}'
          schema:
            type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  code:
                    type: integer
                    title: 状态码
                    description: 状态码
                  message:
                    type: string
                    title: 信息
                    description: 信息
                  data:
                    type: array
                    items:
                      type: string
                    title: ''
                required:
                  - code
                  - message
                  - data
                x-apifox-orders:
                  - code
                  - message
                  - data
              example:
                code: 200
                message: success
                data:
                  - IPFS API
                  - BaiduPhoto
                  - Onedrive
                  - PikPakShare
                  - Seafile
                  - AList V3
                  - Alias
                  - Crypt
                  - 123PanLink
                  - ChaoXingGroupDrive
                  - OnedriveAPP
                  - Teambition
                  - WoPan
                  - ThunderExpert
                  - Mega_nz
                  - 123PanShare
                  - Cloudreve
                  - UC
                  - 115 Share
                  - MoPan
                  - AliyundriveOpen
                  - GooglePhoto
                  - UrlTree
                  - ILanZou
                  - 189Cloud
                  - Local
                  - 139Yun
                  - BaiduNetdisk
                  - Quqi
                  - 115 Cloud
                  - FeijiPan
                  - S3
                  - Thunder
                  - PikPak
                  - BaiduShare
                  - Aliyundrive
                  - Dropbox
                  - NeteaseMusic
                  - WeiYun
                  - 123Pan
                  - Doge
                  - 189CloudPC
                  - GoogleDrive
                  - Quark
                  - YandexDisk
                  - MediaTrack
                  - AList V2
                  - Virtual
                  - USS
                  - AliyundriveShare
                  - Lanzou
                  - WebDav
                  - VTencent
                  - Trainbit
                  - FTP
                  - SFTP
                  - SMB
                  - Terabox
          headers: {}
          x-apifox-name: 成功
      security: []
      x-apifox-folder: admin/driver
      x-apifox-status: released
      x-run-in-apifox: https://app.apifox.com/web/project/6849786/apis/api-327955453-run
components:
  schemas: {}
  securitySchemes: {}
servers: []
security: []

```
