Kong · Example Payload

Kong Gateway Admin Service Example

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

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

idnameprotocolhostportpathretriesconnect_timeoutwrite_timeoutread_timeouturltagsclient_certificatetls_verifytls_verify_depthca_certificatesenabledcreated_atupdated_at

Example Payload

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