Apache HTTP Server · JSON Structure

Httpd Proxybalancer Structure

Type: object Properties: 4
ApacheLoad BalancerOpen SourceProxyReverse ProxyWeb Server

Httpd Proxybalancer Structure is a JSON Structure definition published by Apache HTTP Server, describing 4 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

url lbMethod nonce members

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/apache-httpd/json-structure/httpd-proxybalancer-structure.json",
  "title": "ProxyBalancer",
  "type": "object",
  "properties": {
    "url": "string",
    "lbMethod": "string",
    "nonce": "string",
    "members": "array"
  }
}