NGINX · Example Payload

Stub Status Stub Status Example

API GatewayCachingCloud NativeLoad BalancerOpen SourceReverse ProxyWeb Server

Stub Status Stub Status Example is an example object payload from NGINX, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

active_connectionsacceptshandledrequestsreadingwritingwaiting

Example Payload

Raw ↑
{
  "active_connections": 291,
  "accepts": 16630948,
  "handled": 16630948,
  "requests": 31070465,
  "reading": 6,
  "writing": 179,
  "waiting": 106
}