cURL
curl --request POST \ --url https://api.camelai.com/api/v1/sources/add/mssql/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "type": "mssql", "hostname": "localhost", "port": 1433, "username": "sa", "password": "Password123!", "database_name": "master" }'
{ "id": 123 }
Create a new Microsoft SQL Server database connection.
API key authentication using Bearer scheme
Serializer for Microsoft SQL Server connection configuration.
The response is of type object.
object
Was this page helpful?