Sozu · Example Payload

Sozu Frontend Example

ProxyReverse ProxyLoad BalancingRustOpen Source

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

Top-level fields

route_idaddresshostnamepath_prefixcluster_idhttps_redirectsticky_session

Example Payload

sozu-frontend-example.json Raw ↑
{
  "route_id": "frontend-myapp-https",
  "address": "0.0.0.0:443",
  "hostname": "myapp.example.com",
  "path_prefix": "",
  "cluster_id": "my-web-app",
  "https_redirect": false,
  "sticky_session": false
}