[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance

CreateConnectorRequest

Create Connector request json containing the name , target kafka details etc.


Properties

array of string
topics Required

Topic names to be replicated


string as ^[A-Za-z]
name Required

Name of the connector should always start with a letter a-z or A-Z


targetCluster Required

Object having details of target kafka cluster and authentication


number
replicationFactor Optional

Replication factor for the internal topics and replicated topics.


resources Optional

Maximum limits for CPU and memory resources and the requested initial resources.


number
tasksMax Optional

The maximum number of tasks for the Kafka Connector.


logging Optional

Logging object containing logging type and logging level

JSON Example

{
    "name": "DashboardKafka",
    "targetCluster": {
        "authentication": {},
        "bootstrapServers": "10.168.200.123:9092",
        "tls": {}
    },
    "topics": [
        "vsa_metrics",
        "vsa_events"
    ]
}
[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Parameter To

Create Connector

Feedback

Was this page helpful?