cURL
curl --request GET \ --url https://api.gcore.com/cloud/v1/dbaas/status/{project_id}/{region_id} \ --header 'Authorization: <api-key>'
{ "is_initialized": true }
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Project identifier
Region identifier
DBAAS status
DBAAS service status
true
false
Was this page helpful?