Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
The Talend Help pages mention a way to create connections from the command line via a json file
https://help.talend.com/r/uIldY5UBNooGuBSHBXt9aA/8KEYD9VjLp3ArzJm~a4w5w
The JSON in example can handle local connections and remote TAC connections it seems, but what are the correct key/values to be used for a AWS_Europe cloud connection.
The Talend myConnection.json example as mentioned :
[
{
"name": "localConnection",
"description": "My local connection",
"local": true,
"user": "user@talend.com",
"workSpace": "D:\\Talend\\workspace"
},
{
"name": "remoteConnection",
"description": "My TAC connection",
"local": false,
"user": "studiouser@company.com",
"password": "mypassword",
"workSpace": "D:\\Talend\\remoteworkspace",
"url": "http://192.128.8.88:8081/org.talend.administrator"
}
]
And then you would use the command from below in CMD to create the connections in automated fashion
Talend-Studio-win-x86_64.exe -nosplash -application org.talend.commandline.GenerateConnection -consoleLog -data commandline-workspace -f myConnections.json
Has someone attempted this and can provide me with the correct JSON template to accomplish this for a Cloud connection?
Thanks
Hi
Refer to the API documentation, there is no API available for creating a TMC connection now.
Regards
Shong
Hi, thanks for taking the time to get back, but your answer is off topic. I'm not looking to automate TMC connections, I'm looking for the correct JSON details that can be used to create a Talend Studio connection via command line instead of requiring the developer to do this manually via "Manage Connections", as stated in my question and examples
grts
Diaz