Kong · Example Payload

Kong Gateway Admin Upstream Input Example

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen-Source

Kong Gateway Admin Upstream Input Example is an example object payload from Kong, with 16 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namealgorithmhash_onhash_fallbackhash_on_headerhash_fallback_headerhash_on_cookiehash_on_cookie_pathhash_on_query_arghash_fallback_query_arghash_on_uri_capturehash_fallback_uri_captureslotstagshost_headeruse_srv_name

Example Payload

Raw ↑
{
  "name": "Example Title",
  "algorithm": "example_value",
  "hash_on": "example_value",
  "hash_fallback": "example_value",
  "hash_on_header": "example_value",
  "hash_fallback_header": "example_value",
  "hash_on_cookie": "example_value",
  "hash_on_cookie_path": "example_value",
  "hash_on_query_arg": "example_value",
  "hash_fallback_query_arg": "example_value",
  "hash_on_uri_capture": "example_value",
  "hash_fallback_uri_capture": "example_value",
  "slots": 10,
  "tags": [],
  "host_header": "example_value",
  "use_srv_name": true
}