NGINX · Example Payload

Plus Http Api Nginx Slab Zone Example

API GatewayCachingCloud-NativeLoad BalancerOpen-SourceReverse ProxyWeb Server

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

Top-level fields

pagesslots

Example Payload

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