Database connections
Test a database connection
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Body
application/json
The name of the database.
The SQL flavour of the database.
Available options:
POSTGRESQL
, MYSQL
, SQLSERVER
, ORACLE
The host name or address of the database.
The password of the user to connect to the database as.
The port number of the database.
The name of the user to connect to the database as.