{
"operation-name" : "add",
"description" : "Operation adding a connector",
"request-properties" : {
"factory-class" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Class name of the factory class that can instantiate the connector.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"params" : {
"type" : {
"TYPE_MODEL_VALUE" : "OBJECT"
},
"description" : "A key-value pair understood by the connector factory-class and used to configure it.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
},
"socket-binding" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The socket binding that the connector will use to create connections",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}