Kafka Cluster Endpoints
Cluster endpoints enable connection to your cluster.
Create a new Kafka cluster endpoint
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
Create a new Kafka cluster endpoint › Request Body
cluster_idUUID of the Kafka Cluster.
Endpoint object (EndpointSpec) used to expose your Kafka EndpointSpec.
Create a new Kafka cluster endpoint › Responses
idUUID of the endpoint. (UUID format)
dns_recordsList of DNS records of the endpoint.
portTCP port of the endpoint.
Private Network endpoint details.
public_networkPublic endpoint details.
Delete a Kafka cluster endpoint
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
endpoint_idUUID of the endpoint to delete.