NGINX · Example Payload

Plus Http Api Nginx Stream Upstream Conf Server Example

API GatewayCachingCloud-NativeLoad BalancerOpen-SourceReverse ProxyWeb Server

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

Top-level fields

idserverserviceweightmax_connsmax_failsfail_timeoutslow_startbackupdownparenthost

Example Payload

Raw ↑
{
  "id": 0,
  "server": "10.0.0.10:3306",
  "service": "mysql",
  "weight": 1,
  "max_conns": 100,
  "max_fails": 3,
  "fail_timeout": "10s",
  "slow_start": "0s",
  "backup": false,
  "down": false,
  "parent": "0",
  "host": "db1.example.com"
}