Mounts list as JSON string
Syntax:- name: e.g. Internal, USB, Dropbox, etc.
- id
- Internal
- System
- USB
- dropbox
- jianguoyun
- onedrive
- webdav
- netdrive0..netdrive9
- cdrive
- FTP
- VMeeting
- Recent-Files
- type
- local
- system
- usb
- cloud
- netdrive
- ftp
- vmeeting
- recent_files
- status
- notMounted
- mountFailed
- mounted
- notResponding
- disabled
- auth
- busy
- perms
- ro: Read only
- wo: Write only
- rw: Read Write
Example:[{"perms": "ro", "name": "Internal", "id": "Internal", "type": "local", "status": "mounted"}, {"perms": "ro", "name": "System", "id": "System", "type": "system", "status": "mounted"}, {"perms": "rw", "name": "USB", "id": "USB", "type": "usb", "status": "mounted"}, {"name": "Dropbox", "id": "dropbox", "type": "cloud", "status": "notMounted"}, {"name": "OneDrive", "id": "onedrive", "type": "cloud", "status": "notMounted"}, {"name": "Jianguoyun", "id": "jianguoyun", "type": "cloud", "status": "notMounted"}, {"name": "MyData", "id": "netdrive0", "type": "netdrive", "status": "disabled"}, {"name": "Install", "id": "netdrive1", "type": "netdrive", "status": "disabled"}, {"name": "Private_Files", "id": "netdrive2", "type": "netdrive", "status": "disabled"}, {"name": "Testroom", "id": "netdrive3", "type": "netdrive", "status": "disabled"}, {"name": "QNAP_ReadWrite", "id": "netdrive4", "type": "netdrive", "status": "disabled"}, {"name": "Network Drive 5", "id": "netdrive5", "type": "netdrive", "status": "disabled"}, {"name": "Network Drive 6", "id": "netdrive6", "type": "netdrive", "status": "disabled"}, {"name": "Network Drive 7", "id": "netdrive7", "type": "netdrive", "status": "disabled"}, {"name": "Network Drive 8", "id": "netdrive8", "type": "netdrive", "status": "disabled"}, {"name": "Network Drive 9", "id": "netdrive9", "type": "netdrive", "status": "disabled"}, {"name": "cdrive", "id": "cdrive", "type": "cloud", "status": "disabled"}, {"perms": "wo", "name": "FTP", "id": "FTP", "type": "ftp", "status": "mounted"},{"name":"vSolution Meeting","id":"VMeeting","status":"mounted","type":"vmeeting","perms":"ro"},{"name":"Recent Files","id":"Recent-Files","type":"recent_files","status":"mounted","perms":"ro"}]