Kong · Schema

ControlPlane

The control plane object contains information about a Kong control plane.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen-Source

Properties

Name Type Description
id string The control plane ID.
name string The name of the control plane.
description string The description of the control plane in Konnect.
labels object
config object CP configuration object for related access endpoints.
created_at string An ISO-8604 timestamp representation of control plane creation date.
updated_at string An ISO-8604 timestamp representation of control plane update date.
View JSON Schema on GitHub

JSON Schema

kong-controlplane-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ControlPlane",
  "title": "ControlPlane",
  "x-speakeasy-entity": "GatewayControlPlane",
  "description": "The control plane object contains information about a Kong control plane.",
  "type": "object",
  "properties": {
    "id": {
      "description": "The control plane ID.",
      "type": "string",
      "format": "uuid",
      "example": "7f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
      "readOnly": true,
      "x-speakeasy-param-suppress-computed-diff": true
    },
    "name": {
      "description": "The name of the control plane.",
      "type": "string",
      "example": "Test Control Plane"
    },
    "description": {
      "description": "The description of the control plane in Konnect.",
      "type": "string",
      "example": "A test control plane for exploration.",
      "nullable": false
    },
    "labels": {
      "$ref": "#/components/schemas/Labels"
    },
    "config": {
      "description": "CP configuration object for related access endpoints.",
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "control_plane_endpoint": {
          "description": "Control Plane Endpoint.",
          "type": "string",
          "format": "url",
          "example": "https://acfe5f253f.cp.konghq.com",
          "readOnly": true
        },
        "telemetry_endpoint": {
          "description": "Telemetry Endpoint.",
          "type": "string",
          "format": "url",
          "example": "https://acfe5f253f.tp0.konghq.com",
          "readOnly": true
        },
        "cluster_type": {
          "description": "The ClusterType value of the cluster associated with the Control Plane.",
          "type": "string",
          "example": "CLUSTER_TYPE_CONTROL_PLANE",
          "enum": [
            "CLUSTER_TYPE_CONTROL_PLANE",
            "CLUSTER_TYPE_K8S_INGRESS_CONTROLLER",
            "CLUSTER_TYPE_CONTROL_PLANE_GROUP",
            "CLUSTER_TYPE_SERVERLESS",
            "CLUSTER_TYPE_KAFKA_NATIVE_EVENT_PROXY",
            "CLUSTER_TYPE_SERVERLESS_V1"
          ],
          "readOnly": true,
          "x-speakeasy-unknown-values": "allow"
        },
        "auth_type": {
          "description": "The auth type value of the cluster associated with the Runtime Group.",
          "type": "string",
          "example": "pinned_client_certs",
          "enum": [
            "pinned_client_certs",
            "pki_client_certs"
          ],
          "readOnly": true,
          "x-speakeasy-unknown-values": "allow"
        },
        "cloud_gateway": {
          "description": "Whether the Control Plane can be used for cloud-gateways.",
          "type": "boolean",
          "nullable": false,
          "readOnly": true
        },
        "proxy_urls": {
          "$ref": "#/components/schemas/ProxyURLs"
        }
      },
      "required": [
        "control_plane_endpoint",
        "telemetry_endpoint",
        "cluster_type",
        "auth_type",
        "cloud_gateway",
        "proxy_urls"
      ]
    },
    "created_at": {
      "description": "An ISO-8604 timestamp representation of control plane creation date.",
      "type": "string",
      "format": "date-time",
      "example": "2022-11-04T20:10:06.927Z",
      "readOnly": true,
      "x-speakeasy-terraform-ignore": true
    },
    "updated_at": {
      "description": "An ISO-8604 timestamp representation of control plane update date.",
      "type": "string",
      "format": "date-time",
      "example": "2022-11-04T20:10:06.927Z",
      "readOnly": true,
      "x-speakeasy-terraform-ignore": true
    }
  },
  "additionalProperties": false,
  "required": [
    "id",
    "name",
    "config",
    "created_at",
    "updated_at",
    "description",
    "labels"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/kong-controlplane"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.