openapi: 3.1.0 info: title: Debezium Kafka Connect REST Cluster API description: Debezium runs as connectors within Kafka Connect. This API provides endpoints for managing Debezium CDC connectors, their configurations, tasks, and offsets via the Kafka Connect REST interface. version: 2.6.0 contact: name: Debezium url: https://debezium.io/ license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0 servers: - url: http://localhost:8083 description: Default Kafka Connect worker running Debezium tags: - name: Cluster paths: /: get: summary: Get Connect cluster info operationId: getClusterInfo tags: - Cluster responses: '200': description: Kafka Connect worker info content: application/json: schema: type: object properties: version: type: string commit: type: string kafka_cluster_id: type: string