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

GetConnectorResponse

Get Connector response json contains connector configuration.


Properties

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

Display name of the connector instance which was provided as input parameter in create request


string
message Required

Error message if the connector status is failed


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

Name of the connector instance


boolean
paused Required

Whether the connector instance is paused.


string
reason Required

Reason of failure if Status is failed


string
status Required

Connector instance status - Running/Stopped/Failed/Pending


targetCluster Required

Object having details of target kafka cluster and authentication


array of string
topics Required

Topic names to be replicated


logging Optional

Logging object containing logging type and logging level


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.

JSON Example

{
    "display_name": "DashboardKafka",
    "message": null,
    "name": "dashboardkafka",
    "paused": false,
    "reason": null,
    "status": "Running",
    "targetCluster": {
        "authentication": {
            "enabled": false
        },
        "bootstrapServers": "10.168.200.123:9092",
        "tls": {
            "enabled": false
        }
    },
    "topics": [
        "vsa_metrics",
        "vsa_events"
    ]
}
[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Returned By

Get Connector Instance

Feedback

Was this page helpful?