NGINX · Example Payload

Plus Http Api Nginx Stream Zone Sync Example

API GatewayCachingCloud-NativeLoad BalancerOpen-SourceReverse ProxyWeb Server

Plus Http Api Nginx Stream Zone Sync 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

zonesstatus

Example Payload

Raw ↑
{
  "zones": {
    "rate_limit_zone": {
      "records_pending": 5,
      "records_total": 12450
    },
    "session_zone": {
      "records_pending": 0,
      "records_total": 8921
    }
  },
  "status": {
    "bytes_in": 98745210,
    "msgs_in": 45210,
    "msgs_out": 45198,
    "bytes_out": 97210540,
    "nodes_online": 3
  }
}