{ "opencollection": "1.0.0", "info": { "name": "HashiCorp Vault Vault Auth Methods AppRole Leader API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Vault-Token", "value": "{{X-Vault-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Leader", "type": "folder" }, "items": [ { "info": { "name": "HashiCorp Vault Read leader status", "type": "http" }, "http": { "method": "GET", "url": "https://vault.example.com/v1/sys/leader" }, "docs": "Returns the high availability status and current leader instance of the Vault cluster." } ] } ], "bundled": true }