GET
/
cloud
/
v1
/
dbaas
/
status
/
{project_id}
/
{region_id}
curl --request GET \
  --url https://api.gcore.com/cloud/v1/dbaas/status/{project_id}/{region_id} \
  --header 'APIKey: <api-key>'
{
  "is_initialized": true
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

project_id
integer
required

Project identifier

region_id
integer
required

Region identifier

Response

200
application/json

DBAAS status

The response is of type object.