Apache APISIX · Example Payload

Stream Route Example

ApacheAPI GatewayCloud NativeKubernetesLuaNGINXOpen SourceTraffic Management

Stream Route Example is an example object payload from Apache APISIX, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descremote_addrserver_addrserver_portsnipluginsupstreamupstream_id

Example Payload

Raw ↑
{
  "desc": "Example Apache APISIX resource",
  "remote_addr": "example-value",
  "server_addr": "example-value",
  "server_port": 200,
  "sni": "example-value",
  "plugins": {},
  "upstream": "example-value",
  "upstream_id": "route-001"
}