Kong · Example Payload

Kong Gateway Admin Service Input Example

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Kong Gateway Admin Service 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

nameprotocolhostportpathretriesconnect_timeoutwrite_timeoutread_timeouturltagsclient_certificatetls_verifytls_verify_depthca_certificatesenabled

Example Payload

Raw ↑
{
  "name": "Example Title",
  "protocol": "example_value",
  "host": "example_value",
  "port": 10,
  "path": "example_value",
  "retries": 10,
  "connect_timeout": 10,
  "write_timeout": 10,
  "read_timeout": 10,
  "url": "https://www.example.com",
  "tags": [],
  "client_certificate": "example_value",
  "tls_verify": true,
  "tls_verify_depth": 10,
  "ca_certificates": [],
  "enabled": true
}