/sys/internal/ui/mounts
Get available visible mounts
Method
Path
Sample request
$ curl \
http://127.0.0.1:8200/v1/sys/internal/ui/mountsSample response
{
"auth": {
"github/": {
"description": "GitHub auth",
"type": "github"
}
},
"secret": {
"custom-secrets/": {
"description": "Custom secrets",
"options": {
"version": "2"
},
"type": "kv"
}
}
}Get single mount details
Method
Path
Sample request
Sample response
Last updated