sources
Add SingleStore connection
Create a new SingleStore database connection.
POST
/api/v1/sources/add/singlestore/
Headers
Authorizationrequiredany - API key authentication using Bearer scheme
Request Body
typerequiredstring - Connection type identifier. Must be `SINGLESTORE`
account_namestring - Display name for the connection
hostnamerequiredstring - SingleStore server hostname
portinteger - Port number
usernamerequiredstring - Database username
passwordrequiredstring - Database password
database_namerequiredstring - Database name
Response
idinteger - The ID of the created connection
