{ "opencollection": "1.0.0", "info": { "name": "HashiCorp Consul HTTP ACL Health API", "version": "1.18.0" }, "request": { "auth": { "type": "apikey", "key": "X-Consul-Token", "value": "{{X-Consul-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Health", "type": "folder" }, "items": [ { "info": { "name": "List checks for a node", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8500/v1/health/node/:node", "params": [ { "name": "node", "value": "", "type": "path" }, { "name": "dc", "value": "", "type": "query", "description": "Datacenter to query (defaults to agent's datacenter)" }, { "name": "filter", "value": "", "type": "query" } ] }, "docs": "Returns the checks specific to the node provided." }, { "info": { "name": "List checks for a service", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8500/v1/health/checks/:serviceName", "params": [ { "name": "serviceName", "value": "", "type": "path" }, { "name": "dc", "value": "", "type": "query", "description": "Datacenter to query (defaults to agent's datacenter)" }, { "name": "near", "value": "", "type": "query" }, { "name": "filter", "value": "", "type": "query" } ] }, "docs": "Returns the checks associated with the service provided." }, { "info": { "name": "List service instances with health", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8500/v1/health/service/:serviceName", "params": [ { "name": "serviceName", "value": "", "type": "path" }, { "name": "dc", "value": "", "type": "query", "description": "Datacenter to query (defaults to agent's datacenter)" }, { "name": "near", "value": "", "type": "query" }, { "name": "tag", "value": "", "type": "query" }, { "name": "passing", "value": "", "type": "query", "description": "Filter to only passing instances" }, { "name": "filter", "value": "", "type": "query" } ] }, "docs": "Returns the service instances providing the service along with health check information." }, { "info": { "name": "List checks in a state", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8500/v1/health/state/:state", "params": [ { "name": "state", "value": "", "type": "path" }, { "name": "dc", "value": "", "type": "query", "description": "Datacenter to query (defaults to agent's datacenter)" }, { "name": "filter", "value": "", "type": "query" } ] }, "docs": "Returns the checks in the specified state (any, passing, warning, critical)." } ] } ], "bundled": true }