Apache HTTP Server · Example Payload

Httpd Balancermember Example

ApacheLoad BalancerOpen SourceProxyReverse ProxyWeb Server

Httpd Balancermember Example is an example object payload from Apache HTTP Server, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

urlschemehostnameportloadFactorlbStatus

Example Payload

Raw ↑
{
  "url": "http://backend1:8080",
  "scheme": "http",
  "hostname": "backend1",
  "port": 8080,
  "loadFactor": 1,
  "lbStatus": "Ok"
}