GET
/dbaas-thanos/{name}
curl \
--request GET 'https://api-ch-gva-2.exoscale.com/v2/dbaas-thanos/{name}'
Response examples (200)
{
"updated-at": "2026-05-04T09:42:00Z",
"node-count": 42,
"connection-info": {
"query-frontend-uri": "string",
"query-uri": "string",
"receiver-remote-write-uri": "string",
"ruler-uri": "string"
},
"node-cpu-count": 42,
"prometheus-uri": {
"host": "string",
"port": 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",
"type": "string",
"state": "running",
"ip-filter": [
"string"
],
"backups": [
{
"backup-name": "string",
"backup-time": "2026-05-04T09:42:00Z",
"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",
"ssl": true,
"usage": "primary"
}
],
"maintenance": {
"dow": "saturday",
"time": "string",
"updates": [
{
"description": "string",
"deadline": "2026-05-04T09:42:00Z",
"start-after": "2026-05-04T09:42:00Z",
"start-at": "2026-05-04T09:42:00Z"
}
]
},
"disk-size": 42,
"node-memory": 42,
"uri": "string",
"uri-params": {},
"thanos-settings": {
"compactor": {
"retention.days": 42
},
"query": {
"query.default-evaluation-interval": "1m",
"query.lookback-delta": "5m",
"query.metadata.default-time-range": "0s",
"query.timeout": "2m",
"store.limits.request-samples": 0,
"store.limits.request-series": 0
},
"query-frontend": {
"query-range.align-range-with-step": true
}
},
"created-at": "2026-05-04T09:42:00Z",
"plan": "string",
"users": [
{
"type": "string",
"username": "string",
"password": "string"
}
]
}