# Create a DBaaS Kafka service **POST /dbaas-kafka/{name}** Create a DBaaS Kafka service ## Servers - https://api-ch-gva-2.exoscale.com/v2: https://api-ch-gva-2.exoscale.com/v2 () ## Parameters ### Path parameters - **name** (string) ### Body: application/json (object) - **authentication-methods** (object) Kafka authentication methods - **kafka-rest-enabled** (boolean) Enable Kafka-REST service - **kafka-connect-enabled** (boolean) Allow clients to connect to kafka_connect from the public internet for service nodes that are in a project VPC or another type of private network - **ip-filter** (array[string]) Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16' - **schema-registry-settings** (object) - **kafka-rest-settings** (object) - **termination-protection** (boolean) Service is protected against termination and powering off - **kafka-connect-settings** (object) - **maintenance** (object) Automatic maintenance settings - **kafka-settings** (object) - **schema-registry-enabled** (boolean) Enable Schema-Registry service - **version** (string) Kafka major version - **plan** (string) Subscription plan ## Responses ### 200 200 #### Body: application/json (object) - **id** (string(uuid)) Operation ID - **reason** (string) Operation failure reason - **reference** (object) Related resource reference - **message** (string) Operation message - **state** (string) Operation status [Powered by Bump.sh](https://bump.sh)