mirror of
https://github.com/hashicorp/vault.git
synced 2026-03-17 08:02:23 -04:00
561 B
561 B
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| http | HTTP API: /sys/leader | docs-http-ha-leader | The '/sys/leader' endpoint is used to check the high availability status and current leader of Vault. |
/sys/leader
- Description
- Returns the high availability status and current leader instance of Vault.
<dt>Method</dt>
<dd>GET</dd>
<dt>Parameters</dt>
<dd>
None
</dd>
<dt>Returns</dt>
<dd>
{
"ha_enabled": true,
"is_self": false,
"leader_address": "https://127.0.0.1:8200/"
}
</dd>