Get a DBaaS Kafka service
GET
/dbaas-kafka/{name}
Path parameters
-
name string Required
GET /dbaas-kafka/{name}
curl \
-X GET https://api-ch-gva-2.exoscale.com/v2/dbaas-kafka/{name}
Response example (200)
{
"updated-at": "2023-05-04T09:42:00+00:00",
"authentication-methods": {
"certificate": true,
"sasl": true
},
"node-count": 42,
"connection-info": {
"nodes": [
"string"
],
"access-cert": "string",
"access-key": "string",
"connect-uri": "string",
"rest-uri": "string",
"registry-uri": "string"
},
"node-cpu-count": 42,
"kafka-rest-enabled": true,
"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",
"kafka-connect-enabled": true,
"type": "string",
"state": "running",
"ip-filter": [
"string"
],
"schema-registry-settings": {},
"backups": [
{
"backup-name": "string",
"backup-time": "2023-05-04T09:42:00+00:00",
"data-size": 42
}
],
"kafka-rest-settings": {},
"termination-protection": true,
"notifications": [
{
"level": "warning",
"message": "string",
"type": "service_powered_off_removal",
"metadata": {}
}
],
"kafka-connect-settings": {},
"components": [
{
"component": "string",
"host": "string",
"kafka-authentication-method": "certificate",
"port": 42,
"route": "dynamic",
"usage": "primary"
}
],
"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"
}
]
},
"kafka-settings": {},
"disk-size": 42,
"node-memory": 42,
"uri": "string",
"uri-params": {},
"schema-registry-enabled": true,
"version": "string",
"created-at": "2023-05-04T09:42:00+00:00",
"plan": "string",
"users": [
{
"type": "string",
"username": "string",
"password": "string",
"access-cert": "string",
"access-cert-expiry": "2023-05-04T09:42:00+00:00",
"access-key": "string"
}
]
}