Add SQL Server connection
sources
Add SQL Server connection
Create a new Microsoft SQL Server database connection.
POST
Add SQL Server connection
Authorizations
API key authentication using Bearer scheme
Body
application/json
Serializer for Microsoft SQL Server connection configuration.
Connection type identifier. Must be MSSQL
Minimum string length:
1Display name for the connection
Minimum string length:
1SQL Server hostname
Required string length:
1 - 255Port number
Database username
Required string length:
1 - 255Database password
Minimum string length:
1Database name
Required string length:
1 - 255Alternative: ODBC connection string instead of individual parameters
Minimum string length:
1Response
The ID of the created connection

