NGINX · Example Payload

Plus Http Api Nginx Workers Map Example

API GatewayCachingCloud-NativeLoad BalancerOpen-SourceReverse ProxyWeb Server

Plus Http Api Nginx Workers Map 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

01

Example Payload

Raw ↑
{
  "0": {
    "id": 0,
    "pid": 4521,
    "connections": {
      "accepted": 1245032,
      "dropped": 3,
      "active": 2,
      "idle": 29
    },
    "http": {
      "requests": {
        "total": 2468512,
        "current": 4
      }
    }
  },
  "1": {
    "id": 1,
    "pid": 4522,
    "connections": {
      "accepted": 1243087,
      "dropped": 1,
      "active": 3,
      "idle": 31
    },
    "http": {
      "requests": {
        "total": 2412031,
        "current": 2
      }
    }
  }
}