Apache HTTP Server · JSON Structure

Httpd Balancermember Structure

Type: object Properties: 6
ApacheLoad BalancerOpen SourceProxyReverse ProxyWeb Server

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

Properties

url scheme hostname port loadFactor lbStatus

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-balancermember-structure.json",
  "title": "BalancerMember",
  "type": "object",
  "properties": {
    "url": "string",
    "scheme": "string",
    "hostname": "string",
    "port": "int32",
    "loadFactor": "int32",
    "lbStatus": "string"
  }
}