vault/website/content/api-docs/system/inspect/index.mdx
divyaac 55ea56f423
Added documentation for Introspection API (#17753)
* 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>
2022-11-11 09:50:44 -08:00

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)