Kong · Example Payload

Kong Gateway Admin Route Input Example

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

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

Top-level fields

nameprotocolsmethodshostspathsheaderssnissourcesdestinationshttps_redirect_status_coderegex_prioritystrip_pathpath_handlingpreserve_hostrequest_bufferingresponse_bufferingtagsserviceexpressionpriority

Example Payload

Raw ↑
{
  "name": "Example Title",
  "protocols": [],
  "methods": [],
  "hosts": [],
  "paths": [],
  "headers": "example_value",
  "snis": [],
  "sources": [],
  "destinations": [],
  "https_redirect_status_code": 10,
  "regex_priority": 10,
  "strip_path": true,
  "path_handling": "example_value",
  "preserve_host": true,
  "request_buffering": true,
  "response_buffering": true,
  "tags": [],
  "service": "example_value",
  "expression": "example_value",
  "priority": 10
}