NGINX · JSON Structure

Plus Http Api Nginx Stream Upstream Peer Map Structure

Array of stream upstream servers.

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

Stream 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": "Stream Upstream Servers",
  "description": "Array of stream upstream servers.",
  "type": "array",
  "values": {
    "$ref": "#/definitions/NginxStreamUpstreamPeer"
  }
}