NGINX · Example Payload

Plus Http Api Nginx Slab Zone Map Example

API GatewayCachingCloud NativeLoad BalancerOpen SourceReverse ProxyWeb Server

Plus Http Api Nginx Slab Zone Map Example is an example object payload from NGINX, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

upstream_zone

Example Payload

Raw ↑
{
  "upstream_zone": {
    "pages": {
      "used": 23,
      "free": 489
    },
    "slots": {
      "64": {
        "used": 12,
        "free": 4,
        "reqs": 120,
        "fails": 0
      },
      "128": {
        "used": 8,
        "free": 2,
        "reqs": 85,
        "fails": 0
      }
    }
  }
}