Apache APISIX · Example Payload

Route Example

ApacheAPI GatewayCloud NativeKubernetesLuaNGINXOpen SourceTraffic Management

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

Top-level fields

uriurisnamedeschosthostsmethodsremote_addrremote_addrsvars

Example Payload

Raw ↑
{
  "uri": "https://example.com/api",
  "uris": [
    "https://example.com/api"
  ],
  "name": "example-route",
  "desc": "Example Apache APISIX resource",
  "host": "api.example.com",
  "hosts": [
    "api.example.com"
  ],
  "methods": [
    "GET"
  ],
  "remote_addr": "example-value",
  "remote_addrs": [
    "example-value"
  ],
  "vars": [
    "example-value"
  ]
}