Kong · Example Payload

Kong Gateway Admin Plugin Input Example

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

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

Top-level fields

nameinstance_nameconfigprotocolsenabledtagsorderingservicerouteconsumerconsumer_group

Example Payload

Raw ↑
{
  "name": "Example Title",
  "instance_name": "example_value",
  "config": "example_value",
  "protocols": [],
  "enabled": true,
  "tags": [],
  "ordering": "example_value",
  "service": "example_value",
  "route": "example_value",
  "consumer": "example_value",
  "consumer_group": "example_value"
}