Tessell DB Connection Pool API is one of 82 APIs that Tessell publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include DB Connection Pool. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.
This API exposes
4 operations
across 2 paths,
and defines 12 schemas.
It is described by OpenAPI 3.0.3, at version 1.0.
Requests are made against a single base URL, {server}.
4 operations2 paths12 schemas1 DELETE1 GET1 PATCH1 POST
Metadata
The identity and technical contract details declared by the specification.
Tessell DB Connection Pool API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (BearerAuth).
Paths & Operations 4
Across 2 paths, the API surfaces 4 operations — 1 DELETE, 1 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.
The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are PostgresqlConnectionPoolInfo (11 properties), UpdatePostgresqlConnectionPoolPayload (7 properties), CreatePostgresqlConnectionPoolPayload (7 properties), ApiError (7 properties). Each schema is shown below with its type and property counts.
DeletePostgresqlConnectionPoolPayload
object
Postgres specific configuration for deleting the connection pool
1 property1 required
ApiError
object
Common error response object for non 2xx responses
7 properties
PostgresqlConnectionPoolMode
string
Mode of postgresql connection pool.
PostgresqlConnectionPoolInfo
object
11 properties
taskSummary
object
5 properties
DeleteConnectionPoolPayload
object
1 property
UpdateConnectionPoolPayload
object
1 property
ConnectionPoolStatus
string
Status of connection pool visible to end user.
ConnectionPoolListResponse
object
1 property
UpdatePostgresqlConnectionPoolPayload
object
Postgres engine specific configuration for updating a connection pool
7 properties4 required
CreatePostgresqlConnectionPoolPayload
object
Postgres engine specific configuration for creating a connection pool
7 properties4 required
CreateConnectionPoolPayload
object
1 property
Specification
The full machine-readable OpenAPI contract behind this narrative.