Connectors
List Kafka Connectors in Cluster
This endpoint lists kafka connectors in a cluster.
GET
/
v2
/
kafka
/
connectors
/
{id}
URL Parameters
id
string
requiredThe ID of the Kafka Cluster
Response Parameters
connector_id
string
ID of the Kafka connector
name
string
Name of the Kafka connector
cluster_id
string
ID of the kafka cluster of the connector
creation_time
int
Creation time of the topic
customer_id
string
Owner of the connector
state
string
State of the connector
state_error_message
string
Error message, if the connector failed
connector_state
string
State of the connector
tasks
Array<object>
Tasks for the connector
topics
Array<string>
Topics that are given with properties config
connector_class
string
Class of the created connector
properties
object
Properties that the connector was configured with
encoded_username
string
Encoded username for the connector
TTL
int
Time to live for connector
Was this page helpful?