NGINX · Example Payload

Plus Http Api Nginx Http Upstream Conf Server Example

API GatewayCachingCloud-NativeLoad BalancerOpen-SourceReverse ProxyWeb Server

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

Top-level fields

idserverserviceweightmax_connsmax_failsfail_timeoutslow_startroutebackupdowndrainparenthost

Example Payload

Raw ↑
{
  "id": 0,
  "server": "backend1.example.com:8080",
  "service": "http",
  "weight": 5,
  "max_conns": 250,
  "max_fails": 3,
  "fail_timeout": "10s",
  "slow_start": "30s",
  "route": "a",
  "backup": false,
  "down": false,
  "drain": false,
  "parent": "0",
  "host": "backend1.example.com"
}