Apache APISIX · Example Payload

Service Example

ApacheAPI GatewayCloud NativeKubernetesLuaNGINXOpen SourceTraffic Management

Service 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

namedescpluginsupstreamupstream_idlabelsenable_websockethosts

Example Payload

Raw ↑
{
  "name": "example-route",
  "desc": "Example Apache APISIX resource",
  "plugins": {},
  "upstream": "example-value",
  "upstream_id": "route-001",
  "labels": {},
  "enable_websocket": true,
  "hosts": [
    "api.example.com"
  ]
}