CreateConnectorResponse

CreateConnectorResponse
CreateConnectorResponse

The create connector response object.

JSON Example
{
    "blockId": "kafka-connector",
    "displayName": "Demo_connector",
    "instanceId": "demo-connector",
    "message": "Connector successfully initialized",
    "params": {
        "name": "DashboardKafka",
        "resources": {
            "limits": {
                "cpu": "4",
                "memory": "8Gi"
            },
            "requests": {
                "cpu": "1",
                "memory": "2Gi"
            }
        },
        "targetCluster": {
            "authentication": null,
            "bootstrapServers": "10.168.200.123:9092",
            "tls": null
        },
        "tasksMax": 4,
        "topics": [
            "vsa_metrics",
            "vsa_events"
        ]
    },
    "status": "pending",
    "time": "2022-03-25 13:02:21.041469"
}
string
blockId
Optional

The type of connector created.

string
displayName
Optional

The name of the connector as entered by the user

string
instanceId
Optional

Instance id of the connector object

string
message
Optional

The message indicating success or failure of connector creation.

object
params
Optional

The configuration with which the connector was created.

string
status
Optional

This specifies the status of the connector created. It can be stopped, started or pending

string
time
Optional

The time of creation of the connector.

Returned By