Skip to content

api-evangelist/consul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HashiCorp Consul (consul)

HashiCorp Consul is a distributed, highly available service-networking control plane that automates network configuration, discovers services, enables secure service-to-service communication, and exposes a strongly consistent key/value store. The Consul HTTP API is a REST + JSON service exposed by every Consul agent and server at /v1, gated by the X-Consul-Token header (apiKey) and ACL policies, supporting blocking queries via X-Consul-Index for streaming-style change detection.

APIs.json: https://raw.githubusercontent.com/api-evangelist/consul/refs/heads/main/apis.yml

Scope

  • Type: Index
  • Position: Provider
  • Access: 3rd-Party

Tags

  • ACL
  • Configuration
  • Health Checking
  • Key/Value Store
  • Multi-Datacenter
  • Open Source
  • Service Discovery
  • Service Mesh

Timestamps

  • Created: 2024-01-01
  • Modified: 2026-05-19

APIs

Consul HTTP API

The main HTTP API for interacting with Consul agents and servers. Endpoints are grouped under /agent (local agent state and registration), /catalog (cluster-wide service and node catalog), /health (health-checked service queries), /kv (key/value store), /acl (token, policy, and role management), /connect (service mesh CA, intentions), /config (central configuration entries), /event (user events), /session (locks and leadership), and /operator (Raft, autopilot, license).

Tags

  • ACL
  • Catalog
  • Connect
  • Health
  • Key/Value
  • Service Discovery
  • Service Mesh

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

About

HashiCorp Consul is a distributed, highly available service-networking control plane that automates network configuration, discovers services, enables secure service-to-service communication, and exposes a strongly consistent key/value store.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors