Version 4.0.26.18 (latest)
Get All User DB Connections
Returns a list of user DB connections.
Request
GET
/user_db_connections
Datatype
Description
Request
query
Expand HTTP Query definition...
fields
Requested fields.
Response
200: User DB Connections
Datatype
Description
(array)
can
lock
Operations the current user is able to perform on this object
id
lock
ID of the connection
name
lock
Name of the connection (must match virtual namespace pattern)
user_id
lock
ID of the user who owns the connection
dialect
lock
Database dialect name
auth_type
lock
Authentication type (oauth, service_account, password)
host
lock
Host name/address of server
port
lock
Port number on server
database
lock
Database name
schema
lock
Schema name
jdbc_additional_params
lock
Additional JDBC parameters
oauth_application_id
lock
OAuth application ID (if auth_type is oauth)
enabled
Whether this connection is enabled
created_at
lock
When the connection was created
updated_at
lock
When the connection was last updated
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link