Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

HAProxy Data Plane API

The HAProxy Data Plane API is a REST API for managing HAProxy configuration dynamically. It allows runtime configuration of frontends, backends, servers, ACLs, and other HAProxy objects without requiring configuration file changes or restarts.

HAProxy Data Plane API is one of 3 APIs that HAProxy publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Configuration, Load Balancing, and REST API. The published artifact set on APIs.io includes API documentation, an OpenAPI specification, a getting-started guide, a GitHub repository, and a changelog.

Requests are made against the base URL https://localhost:5555/v2.

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI
Base URL
https://localhost:5555/v2

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

swagger.yaml Raw ↑

Other APIs HAProxy publishes across the network.

HAProxy Runtime API
HAProxy Kubernetes Ingress Controller