v5

latestOpenAPI 3.1.02026-08-08341215300.9 KB
postgres-onboarding

Create Integration

post/api/onboarding/postgres/integrations

Request body

namestring required

Display name for this integration

hoststring required

Postgres host or IP

portinteger
database_namestring required

Database name

usernamestring required

Database username

passwordstring required

Database password

ssl_mode'disable' | 'allow' | 'prefer' | 'require' | 'verify-ca' | 'verify-full'

Supported Postgres SSL modes.

connect_timeout_secondsinteger
query_timeout_secondsinteger
is_enabledboolean

Response

Successful Response

idstring required
namestring required
hoststring required
portinteger required
database_namestring required
usernamestring required
ssl_modestring required
connect_timeout_secondsinteger required
query_timeout_secondsinteger required
is_enabledboolean required
created_atstring date-time required
updated_atstring date-time required