How do I add a new database connection?

Modified on Mon, 15 Feb 2021 at 11:03 AM


After you have navigated to the 'Connections' tab, click on 'Providers' to access a list of your current databases and other data providers. Here, you can add, edit, or delete providers. To add a database provider, click 'Add Provider' to open up the provider creation interface.



Once you have filled all entries select 'save' to create your new database connection. Once you do, Illuminate will create a temporary authorization key used with this command to finish the set up:


curl -X POST 'http://{dataport_container_ip:port}/idp/addDBproperties' -H 'Authorization:Token from Illuminate connections page in Step 2' -H 'Content-Type: application/json' -d '{"DBHost": "0.0.0.0","port": "1234","SID": "","ServiceName": "servicename","DBUsername": "username","DBPassword": "***********"}'

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article