sources
Add SQL Server connection
Create a new Microsoft SQL Server database connection.
POST
/api/v1/sources/add/mssql/
Headers
Authorizationrequiredany - API key authentication using Bearer scheme
Request Body
typerequiredstring - Connection type identifier. Must be `MSSQL`
account_namestring - Display name for the connection
hostnamestring - SQL Server hostname
portinteger - Port number
usernamestring - Database username
passwordstring - Database password
database_namestring - Database name
connection_stringstring - Alternative: ODBC connection string instead of individual parameters
Response
idinteger - The ID of the created connection
