Retrieve Database Configuration
Retrieve an individual database configuration belonging to the organization or user.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The slug of the organization or user account.
The name of the database.
Response
Successful response
The maximum size of the database in bytes. Values with units are also accepted, e.g. 1mb, 256mb, 1gb.
"10000"
Allow or disallow attaching databases to the current database.
true
The current status for blocked reads.
false
The current status for blocked writes.
false
Prevent the database from being deleted.
true
List of allowed IP addresses and CIDR blocks. Empty means no IP restriction.
["203.0.113.7", "10.0.0.0/8"]List of allowed AWS VPC endpoint IDs. Empty means no VPC endpoint restriction.
["vpce-0fe6c8807461bba49"]