NGINX · Example Payload

Plus Http Api Nginx Worker Example

API GatewayCachingCloud NativeLoad BalancerOpen SourceReverse ProxyWeb Server

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

Top-level fields

idpidconnectionshttp

Example Payload

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