Path parameters
-
name string Required
GET /dbaas-postgres/{name}
curl \
-X GET https://api-ch-gva-2.exoscale.com/v2/dbaas-postgres/{name}
Response example (200)
{
"pgbouncer-settings": {},
"updated-at": "2023-05-04T09:42:00+00:00",
"node-count": 42,
"connection-info": {
"uri": [
"string"
],
"params": [
{}
],
"standby": [
"string"
],
"syncing": [
"string"
]
},
"backup-schedule": {
"backup-hour": 42,
"backup-minute": 42
},
"node-cpu-count": 42,
"integrations": [
{
"description": "string",
"settings": {},
"type": "string",
"is-enabled": true,
"source": "string",
"is-active": true,
"status": "string",
"id": "string",
"dest": "string"
}
],
"zone": "string",
"node-states": [
{
"name": "string",
"progress-updates": [
{
"completed": true,
"current": 42,
"max": 42,
"min": 42,
"phase": "stream",
"unit": "string"
}
],
"role": "standby",
"state": "leaving"
}
],
"name": "string",
"connection-pools": [
{
"connection-uri": "string",
"database": "string",
"mode": "transaction",
"name": "string",
"size": 42,
"username": "string"
}
],
"type": "string",
"state": "running",
"timescaledb-settings": {},
"databases": [
"string"
],
"ip-filter": [
"string"
],
"backups": [
{
"backup-name": "string",
"backup-time": "2023-05-04T09:42:00+00:00",
"data-size": 42
}
],
"termination-protection": true,
"notifications": [
{
"level": "warning",
"message": "string",
"type": "service_powered_off_removal",
"metadata": {}
}
],
"components": [
{
"component": "string",
"host": "string",
"port": 42,
"route": "dynamic",
"usage": "primary"
}
],
"synchronous-replication": "quorum",
"pglookout-settings": {},
"maintenance": {
"dow": "saturday",
"time": "string",
"updates": [
{
"description": "string",
"deadline": "2023-05-04T09:42:00+00:00",
"start-after": "2023-05-04T09:42:00+00:00",
"start-at": "2023-05-04T09:42:00+00:00"
}
]
},
"disk-size": 42,
"node-memory": 42,
"uri": "string",
"uri-params": {},
"version": "string",
"created-at": "2023-05-04T09:42:00+00:00",
"plan": "string",
"work-mem": 42,
"shared-buffers-percentage": 42,
"pg-settings": {},
"max-connections": 42,
"users": [
{
"type": "string",
"username": "string",
"password": "string",
"allow-replication": true
}
]
}