Path Parameters
Name or UUID of the connection
Body
application/json
The request body resource
Response
Created
The connection string to access the database instance
Example:
"postgres://noop:noop@db.example.com:5432/mydb?sslmode=disable"
When the resource was created
Example:
"2025-08-25T12:00:00Z"
The default database name of the connection
Example:
"mydb"
When the database access connection expires
Example:
"2025-08-25T13:00:00Z"
The hostname to access the database instance
Example:
"db.example.com"
The unique identifier of the connection database access
Example:
"15B5A2FD-0706-4A47-B1CF-B93CCFC5B3D7"
The password of the database instance
Example:
"noop"
The port of the database instance
Example:
"5432"
The username of the database instance
Example:
"noop"