Get Connector Instance
DescriptionGet connector instance details
Request
URLURL
Path Parameters
Path Parameters
Instance id of the connector
connector-name example
"demo-connector"
Authentication
Response
Response BodyResponse Body
200 OK
Returns the connector details
{
"display_name": "DashboardKafka",
"logging": {
"level": "INFO",
"type": "inline"
},
"message": null,
"name": "dashboardkafka",
"paused": false,
"reason": null,
"refreshInterval": 60,
"replicationFactor": 1,
"resources": {
"limits": {
"cpu": "4000m",
"memory": "8192Mi"
},
"requests": {
"cpu": "1000m",
"memory": "2048Mi"
}
},
"status": "Running",
"targetCluster": {
"authentication": {
"enabled": false
},
"bootstrapServers": "10.168.200.123:9092",
"tls": {
"enabled": false
}
},
"tasksMax": 4,
"topics": [
"vsa_metrics",
"vsa_events"
]
}
Display name of the connector instance which was provided as input parameter in create request
Error message if the connector status is failed
Name of the connector instance
Whether the connector instance is paused.
Reason of failure if Status is failed
Connector instance status - Running/Stopped/Failed/Pending
Object having details of target kafka cluster and authentication
Topic names to be replicated
Replication factor for the internal topics and replicated topics.
Maximum limits for CPU and memory resources and the requested initial resources.
The maximum number of tasks for the Kafka Connector.
Errors
Invalid Request sent by the user
User authentication failed
Access to the requested resource/operation is forbidden
Cannot find requested resource
Internal server error