NGINX · JSON Structure

Plus Http Api Nginx Http Keyval Zones Map Structure

Contents of all HTTP keyval shared memory zones.

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

HTTP Keyval Shared Memory Zones 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 Keyval Shared Memory Zones",
  "description": "Contents of all HTTP keyval shared memory zones.\n",
  "type": "object",
  "additionalProperties": {
    "$ref": "#/definitions/NginxHTTPKeyvalZone"
  },
  "example": {
    "keyval_zone": {
      "key1": "value1",
      "key2": "value2",
      "key3": "value3"
    },
    "one": {
      "arg1": "value1",
      "arg2": "value2",
      "arg3": "value3"
    }
  }
}