open-vault/website/content/api-docs/system/index.mdx
Jeff Escalante ec620a7765
Implement MDX Remote (#10581)
* implement mdx remote

* fix an unfenced code block

* fix partials path

Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2020-12-17 16:53:33 -05:00

18 lines
643 B
Plaintext

---
layout: api
page_title: System Backend - HTTP API
sidebar_title: System Backend
description: |-
The system backend is a default backend in Vault that is mounted at the `/sys`
endpoint. This endpoint cannot be disabled or moved, and is used to configure
Vault and interact with many of Vault's internal features.
---
# System Backend
The system backend is a default backend in Vault that is mounted at the `/sys`
endpoint. This endpoint cannot be disabled or moved, and is used to configure
Vault and interact with many of Vault's internal features.
For more information about a particular path, please click on it in the sidebar.