Kong · Example Payload

Kong Gateway Admin Route Example

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

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

Top-level fields

idnameprotocolsmethodshostspathsheaderssnissourcesdestinationshttps_redirect_status_coderegex_prioritystrip_pathpath_handlingpreserve_hostrequest_bufferingresponse_bufferingtagsserviceexpressionprioritycreated_atupdated_at

Example Payload

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