v1
latestOpenAPI 3.1.02026-07-24188215268.7 KBconnections
Get an individual connection
Get details for an individual virtual connection. For increased security, connection endpoints require an Enterprise Admin Token. This token can be found under Advanced Settings.
get/connections/{owner}/{id}
Path parameters
ownerstring required
idstring uuid required
Response
default response
Example response
{
"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
}