cURL
curl --request GET \ --url https://api.gcore.com/cloud/v1/dbaas/postgres/configuration/{project_id}/{region_id} \ --header 'Authorization: <api-key>'
{ "flavors": [ { "cpu": 2, "memory_gib": 2, "pg_conf": "<string>" } ], "storage_classes": [ { "name": "<string>" } ], "versions": [ "<string>" ] }
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 PostgreSQL available configuration
Show child attributes
Available versions
["14", "15"]
Was this page helpful?