Create a new connection of any supported type. The type field determines which connection type to create.
API key authentication using Bearer scheme
Serializer for PostgreSQL connection configuration.
Connection type identifier. Must be POSTGRES
1Display name for the connection
1PostgreSQL server hostname
1 - 255Port number
Database username
1 - 255Database password
1Database name
1 - 255Alternative: full connection string instead of individual parameters
1List of schema names to include in queries and overviews. If empty, all schemas except system schemas will be included.
1 - 255