/sys/internal/inspect/router
Restricted endpoint
The API path can only be called from the root namespace.The /sys/internal/inspect/router
endpoint is intended for a Vault admin to inspect the internal components of Vault's router.
This endpoint can be accessed with a root token or sudo privileges.
Root
This endpoint returns a list of router entries in the router's root tree.
Method | Path |
---|---|
GET | /sys/internal/inspect/router/root |
Sample request
Sample response
Mount UUID cache
This endpoint returns a list of mount entries in the router's mount UUID cache.
Method | Path |
---|---|
GET | /sys/internal/inspect/router/uuid |
Sample request
Sample response
Mount accessor cache
This endpoint returns a list of mount entries in the router's mount accessor cache.
Method | Path |
---|---|
GET | /sys/internal/inspect/router/accessor |
Sample request
Sample request
Storage prefix tree
This endpoint returns a list of mount entries in the router's storage prefix tree.
Method | Path |
---|---|
GET | /sys/internal/inspect/router/storage |
Sample request
Sample response