v1
latestOpenAPI 3.1.02026-07-24188215268.7 KBconnections
Create a new connection
Create a new virtual connection. For increased security, connection endpoints require an Enterprise Admin Token. This token can be found under Advanced Settings.
post/connections/{owner}
Path parameters
ownerstring required
Query parameters
validateboolean
Validate connection before save
Request body
Example request
{
"credentials": {
"password": "!AdHJfGgd@3#",
"user": "johnsmith"
},
"database": "schemadw",
"host": "dwserver.thinktank.com",
"name": "Humanitarian_Aid",
"port": 5432,
"sshTunnel": {
"host": "passthru.tunnel.ca",
"port": 3454,
"user": "johnsmith",
"userKeyPair": true
},
"sslRequired": true,
"type": "ATHENA",
"verifyServerCertificate": true
}Response
Connection created successfully.