618 B
618 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.
- Method
- GET
- Parameters
- None
- Returns
-
```javascript { "ha_enabled": true, "is_self": false, "leader_address": "https://127.0.0.1:8200/" } ```