Kong · Example Payload

Kong Gateway Admin Plugin Example

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

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

Top-level fields

idnameinstance_nameconfigprotocolsenabledtagsorderingservicerouteconsumerconsumer_groupcreated_atupdated_at

Example Payload

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