v25

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-015053126.2 KB
Database

List database proxy certificates

List database proxy certificates in the cluster

get/v1/bdbs/certificates

Query parameters

pageinteger

1-based page number

page_sizeinteger

Number of results per page

expires_beforestring

Return certificates that expire before the given timestamp

tls_mode'disabled' | 'replica_ssl' | 'enabled'

Filter by TLS mode. One of enabled, disabled, replica_ssl

Response

List of database proxy certificates

bdb_uidstring

BDB UID that this certificate belongs to

certstring

PEM-encoded certificate

not_afterstring date-time

Date the certificate is valid until. Parsed from the certificate.

not_beforestring date-time

Date the certificate is valid from. Parsed from the certificate.

private_keystring

PEM-encoded private key

All 50 operations