Add MySQL connection
sources
Add MySQL connection
Create a new MySQL database connection.
POST
Add MySQL connection
Authorizations
API key authentication using Bearer scheme
Body
application/json
Serializer for MySQL connection configuration.
Connection type identifier. Must be MYSQL
Minimum string length:
1MySQL server hostname or IP address
Required string length:
1 - 255Database username
Required string length:
1 - 255Database password
Minimum string length:
1Database name
Required string length:
1 - 255Display name for the connection
Minimum string length:
1Port number
Response
The ID of the created connection

