v1

latestOpenAPI 3.1.02026-07-24188215268.7 KB
connections

Get connections by owner

Get a list of configured virtual connections by owner. For increased security, connection endpoints require an Enterprise Admin Token. This token can be found under Advanced Settings.

get/connections/{owner}

Path parameters

ownerstring required

Query parameters

sortstring[]
sizeinteger
frominteger

Response

default response

countinteger required
nextPageTokenstring

Example response

{
  "records": [
    {
      "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
    }
  ]
}