Kong · Example Payload

Kong Gateway Admin Upstream Example

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

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

Top-level fields

idnamealgorithmhash_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_namecreated_atupdated_at

Example Payload

Raw ↑
{
  "id": "abc123",
  "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,
  "created_at": "2026-01-15T10:30:00Z",
  "updated_at": "2026-01-15T10:30:00Z"
}