Kong · Schema

DataPlaneGroupId

ID of the data-plane group that represents a deployment target for a set of data-planes.

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

JSON Schema

kong-dataplanegroupid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DataPlaneGroupId",
  "title": "DataPlaneGroupId",
  "description": "ID of the data-plane group that represents a deployment target for a set of data-planes.",
  "type": "string",
  "format": "uuid",
  "example": "cbb8872a-1f83-4806-bf69-fdf0b4783c7e",
  "readOnly": true
}