Create a Kafka Cluster
Endpoint
Request
curl -X 'POST' \
'https://kafka.de-txl.ionos.com/clusters' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $Token' \
--data
'{
"metadata": {},
"properties": {
"name": "my-kafka-cluster",
"version": "3.9.0",
"size": "S",
"connections": [
{
"datacenterId": "5a029f4a-72e5-11ec-90d6-0242ac120003",
"lanId": "2",
"brokerAddresses": [
"192.168.1.101/24",
"192.168.1.102/24",
"192.168.1.103/24"
]
}
]
}
}`Header Parameters
Required
Type
Description
Body Parameter
Type
Description
Example
Response
Last updated
Was this helpful?