GET /dbaas-service
curl \
-X GET https://api-ch-gva-2.exoscale.com/v2/dbaas-service
Response examples (200)
{
"dbaas-services": [
{
"updated-at": "2024-05-04T09:42:00+00:00",
"node-count": 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",
"name": "string",
"type": "string",
"state": "running",
"termination-protection": true,
"notifications": [
{
"level": "warning",
"message": "string",
"type": "service_powered_off_removal",
"metadata": {}
}
],
"disk-size": 42,
"node-memory": 42,
"created-at": "2024-05-04T09:42:00+00:00",
"plan": "string"
}
]
}