Managed PostgreSQL
Get PostgreSQL service status
Get the current status of the PostgreSQL service for the specified project. The service may be initialized or not.
get/cloud/v1/dbaas/status/{project_id}/{region_id}
Path parameters
project_idinteger required
Project ID
Project ID
region_idinteger required
Region ID
Region ID
Response
OK
Example response
{
"is_initialized": true
}