Skip to content

Commit

Permalink
Add link to integrated storage docs page for learn tutorial (#12501)
Browse files Browse the repository at this point in the history
* Help find the learn tutorial

* Add common API path header and move learn link

@ncabatoff suggestion
  • Loading branch information
mikegreen committed Sep 9, 2021
1 parent a2d1b61 commit 22ea738
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions website/content/api-docs/system/storage/raftautopilot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,20 @@ layout: api
page_title: /sys/storage/raft/autopilot - HTTP API
description: |-
The `/sys/storage/raft/autopilot` endpoints are used to manage raft clusters using autopilot with Vault's Raft storage backend.
The `/sys/storage/raft/autopilot` endpoints are used to manage raft clusters using autopilot with Vault's Integrated Storage backend.
These endpoints are inactive on DR secondaries currently.
---

# `/sys/storage/raft/autopilot`

The `/sys/storage/raft/autopilot` endpoints are used to manage raft clusters using autopilot
with Vault's [Integrated Storage backend](/docs/internals/integrated-storage).
For a tutorial on integrated storage autopilot, see the [Learn guide here](https://learn.hashicorp.com/tutorials/vault/raft-autopilot?in=vault/raft).

## Get Cluster State

This endpoint is used to retrieve the raft cluster state. See the [docs page](/docs/commands/operator/raft#autopilot-state) for a description of the output.
This endpoint is used to retrieve the raft cluster state. See the [docs page](/docs/commands/operator/raft#autopilot-state) for a description of the output.

| Method | Path |
| :----- | :---------------------------------- |
Expand Down

0 comments on commit 22ea738

Please sign in to comment.