Clusters for Apache Kafka®
string · enum · requiredstring · requiredstringstring[]integer · uint32object
string · enum · requiredstring · required
Create a new Kafka cluster endpoint
POST
https://api.scaleway.com
/kafka/v1alpha1/regions/{region}/endpoints
Create a new endpoint for a Kafka cluster. You can add public_network or private_network specifications to the body of the request. Note that currently only private_network is supported.
path Parameters
regionThe region you want to target
Enum values:
fr-par
Create a new Kafka cluster endpoint › Request Body
cluster_idUUID of the Kafka Cluster.
object · required
Endpoint object (EndpointSpec) used to expose your Kafka EndpointSpec.
Create a new Kafka cluster endpoint › Responses
200
idUUID of the endpoint. (UUID format)
dns_recordsList of DNS records of the endpoint.
portTCP port of the endpoint.
object
Private Network endpoint details.
public_networkPublic endpoint details.
Delete a Kafka cluster endpoint
DELETE
https://api.scaleway.com
/kafka/v1alpha1/regions/{region}/endpoints/{endpoint_id}
Delete the endpoint of a Kafka cluster. You must specify the endpoint_id parameter of the endpoint you want to delete. Note that you might need to update any environment configurations that point to the deleted endpoint.
path Parameters
regionThe region you want to target
Enum values:
fr-par
endpoint_idUUID of the endpoint to delete.
Delete a Kafka cluster endpoint › Responses
No data returned