NGINX · Example Payload

Njs Stream Session Example

API GatewayCachingCloud NativeLoad BalancerOpen SourceReverse ProxyWeb Server

Njs Stream Session 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

remoteAddressstatusvariablesrawVariables

Example Payload

Raw ↑
{
  "remoteAddress": "10.0.0.50",
  "status": 200,
  "variables": {
    "remote_addr": "10.0.0.50",
    "server_port": "3306",
    "protocol": "TCP"
  },
  "rawVariables": {}
}