UpdateConnectorResponse
The response object after updating the connector
{
"display_name": "DashboardKafka",
"instanceId": "dashboardkafka",
"message": "Connector successfully updated",
"name": "dashboardkafka",
"status": "started",
"time": "2022-03-29 10:08:55.346489",
"topics": [
"string"
],
"targetCluster": {
"bootstrapServers": "target-kafka-cluster:9092",
"tls": {
"enabled": true,
"certificate": "base64 encoded certificate"
},
"authentication": {
"enabled": true,
"type": "auth type plain/scram-sha-512/oauth/tls",
"username": "targetuser",
"password": "target password"
}
},
"logging": {
"type": "inline",
"level": "INFO"
},
"resources": {
"limits": {
"cpu": "4000m",
"memory": "8192Mi"
},
"requests": {
"cpu": "1000m",
"memory": "2048Mi"
}
}
}
The display name of the connector created as provided by the user
The instanceId of the connector created.
The message informs of the success or failure in updating the conenctor
The Name of the connector created.
This specifeis the status of the connector updated. It can be "started", "stopped" or "pending"
The time at which the connector was updated
Topic names to be replicated
Object having details of target kafka cluster and authentication
Maximum limits for CPU and memory resources and the requested initial resources.