Kong · Schema

BackendClusterReferenceModify

The backend cluster associated with the virtual cluster. Either `id` or `name` must be provided. Following changes to the backend cluster name won't affect the reference, as the system will create the entities relationship by `id`.

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

JSON Schema

kong-backendclusterreferencemodify-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BackendClusterReferenceModify",
  "title": "BackendClusterReferenceModify",
  "description": "The backend cluster associated with the virtual cluster.\n\nEither `id` or `name` must be provided. Following changes to the backend cluster name won't affect the\nreference, as the system will create the entities relationship by `id`.\n",
  "anyOf": [
    {
      "$ref": "#/components/schemas/BackendClusterReferenceById"
    },
    {
      "$ref": "#/components/schemas/BackendClusterReferenceByName"
    }
  ]
}