{ "opencollection": "1.0.0", "info": { "name": "HashiCorp Nomad HTTP ACL Status API", "version": "1.9.0" }, "request": { "auth": { "type": "apikey", "key": "X-Nomad-Token", "value": "{{X-Nomad-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "Read cluster leader", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:4646/v1/status/leader" }, "docs": "Returns the address of the current cluster leader." }, { "info": { "name": "List cluster peers", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:4646/v1/status/peers" }, "docs": "Returns the addresses of the current cluster peers (Raft servers)." } ] } ], "bundled": true }