Managed PostgreSQL
Validate PostgreSQL configuration
Validate a custom PostgreSQL configuration file.
post/cloud/v1/dbaas/postgres/validate_pg_conf/{project_id}/{region_id}
Path parameters
project_idinteger required
Project ID
Project ID
region_idinteger required
Region ID
Region ID
Request body
Example request
{
"pg_conf": "\nlisten_addresses = 'localhost'\nport = 5432\nmax_connections = 100\nshared_buffers = 128MB\nlogging_collector = on",
"version": "15"
}Response
OK
Example response
{
"is_valid": true
}