»/sys/internal/inspect/router
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.
NOTE: These endpoints are only available in Vault version 1.13+. Backwards compatibility is not guaranteed. These endpoints are subject to change or may disappear without notice.
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