Path parameters
-
Service name
Minimum length is
0
, maximum length is63
.
GET /dbaas-redis/{name}
curl \
-X GET https://api-ch-gva-2.exoscale.com/v2/dbaas-redis/{name}
Response examples (200)
{
"updated-at": "2024-05-04T09:42:00+00:00",
"node-count": 42,
"connection-info": {
"uri": [
"string"
],
"password": "string",
"slave": [
"string"
]
},
"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",
"redis-settings": {
"ssl": true,
"lfu_log_factor": 10,
"maxmemory_policy": "noeviction",
"io_threads": 1,
"lfu_decay_time": 1,
"pubsub_client_output_buffer_limit": 64,
"notify_keyspace_events": "",
"persistence": "off",
"timeout": 300,
"acl_channels_default": "allchannels",
"number_of_databases": 16
},
"type": "string",
"state": "running",
"ip-filter": [
"string"
],
"backups": [
{
"backup-name": "string",
"backup-time": "2024-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",
"ssl": true,
"usage": "primary"
}
],
"maintenance": {
"dow": "saturday",
"time": "string",
"updates": [
{
"description": "string",
"deadline": "2024-05-04T09:42:00+00:00",
"start-after": "2024-05-04T09:42:00+00:00",
"start-at": "2024-05-04T09:42:00+00:00"
}
]
},
"disk-size": 42,
"node-memory": 42,
"uri": "string",
"uri-params": {},
"version": "string",
"created-at": "2024-05-04T09:42:00+00:00",
"plan": "string",
"users": [
{
"type": "string",
"username": "string",
"password": "string",
"access-control": {
"categories": [
"string"
],
"channels": [
"string"
],
"commands": [
"string"
],
"keys": [
"string"
]
}
}
]
}