Get DBaaS PostgreSQL settings

GET /dbaas-settings-pg

Get DBaaS PostgreSQL settings

Responses

GET /dbaas-settings-pg
curl \
 -X GET https://api-ch-gva-2.exoscale.com/v2/dbaas-settings-pg
Response examples (200)
{
  "settings": {
    "pg": {
      "properties": {},
      "additionalProperties": true,
      "type": "string",
      "title": "string"
    },
    "pglookout": {
      "properties": {},
      "additionalProperties": true,
      "type": "string",
      "title": "string"
    },
    "pgbouncer": {
      "properties": {},
      "additionalProperties": true,
      "type": "string",
      "title": "string"
    },
    "timescaledb": {
      "properties": {},
      "additionalProperties": true,
      "type": "string",
      "title": "string"
    }
  }
}