i'm searching to use doveadm http api in order to get object from a path so i'm using this curl :
curl --location --request POST 'http://10.150.12.11:8080/doveadm/v1' \
--header 'Authorization: Basic XXXXXXXXXXXXXXXXXXXXXXXXX' \
--header 'Content-Type: application/json' \
--data-raw '[
[
"fsGet",
{
"fsDriver": "",
"fsArgs": "",
"path": "/mnt/a/box/000/000/000/tell.com/554/689/73/"
},
"tag2"
]
]'
but i've that error :
doveadm(127.0.0.1): Fatal: fs_init() failed: Unknown fs driver
what fs driver types can i use? i don't see anything on documentation https://doc.dovecot.org/admin_manual/doveadm_http_api