mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 20:17:00 +02:00
* Added documentation for Introspection API * Edit hyperlink in index doc * Added the path to the nav file * Edited some mispelled words * Fix deployment issue. Change link in nav file * Edit the router mdx and add response values * Edit nav doc * Changed hyperlink, changed response to json, changed some wording * Remove requirement that the endpoint is off by default * Update website/content/api-docs/system/inspect/router.mdx Co-authored-by: Josh Black <raskchanky@users.noreply.github.com> * Update website/content/api-docs/system/inspect/router.mdx Co-authored-by: Josh Black <raskchanky@users.noreply.github.com> * Update website/content/api-docs/system/inspect/index.mdx Co-authored-by: Josh Black <raskchanky@users.noreply.github.com> Co-authored-by: Josh Black <raskchanky@users.noreply.github.com>
18 lines
518 B
Plaintext
18 lines
518 B
Plaintext
---
|
|
layout: api
|
|
page_title: /sys/internal/inspect - HTTP API
|
|
description: >-
|
|
This endpoint is intended to inspect a specific internal subsystem for debugging purposes. It can be accessed with a root token or sudo privileges
|
|
---
|
|
|
|
# `/sys/internal/inspect`
|
|
|
|
The `/sys/internal/inspect` family of endpoints is intended to inspect a specific internal subsystem for debugging purposes.
|
|
It can be accessed with a root token or sudo privileges.
|
|
|
|
|
|
## Supported Inspection Paths
|
|
|
|
- [Router](/api-docs/system/inspect/router)
|
|
|