NGINX · JSON Structure

Plus Http Api Nginx Http Upstream Peer Map Structure

An array of HTTP upstream servers.

Type: array Properties: 0
API GatewayCachingCloud NativeLoad BalancerOpen SourceReverse ProxyWeb Server

HTTP Upstream Servers is a JSON Structure definition published by NGINX. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "HTTP Upstream Servers",
  "description": "An array of HTTP\n<a href=\"https://nginx.org/en/docs/http/ngx_http_upstream_module.html#upstream\">upstream servers</a>.\n",
  "type": "array",
  "values": {
    "$ref": "#/definitions/NginxHTTPUpstreamPeer"
  }
}