Kong · Schema

DcrConfigPropertyApiKey

This is the API Key that will be sent with each HTTP request to the custom DCR server. It can be verified on the server to ensure that incoming requests are coming from Konnect.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
View JSON Schema on GitHub

JSON Schema

kong-dcrconfigpropertyapikey-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DcrConfigPropertyApiKey",
  "title": "DcrConfigPropertyApiKey",
  "description": "This is the API Key that will be sent with each HTTP request to the custom DCR server. It can be\nverified on the server to ensure that incoming requests are coming from Konnect.\n",
  "type": "string",
  "maxLength": 256,
  "minLength": 12,
  "pattern": "^[a-zA-Z0-9_]+$"
}