List all Kafka clusters
With this endpoint you can retrieve a list of Kafka clusters based on specified filters.
Endpoint
GET /clusters
The GET /clusters
endpoint retrieves a collection of Kafka clusters based on specified filters. Use the filter.name
parameter to search for clusters containing a specific name (case insensitive). Use the filter.state
parameter to filter clusters based on their current state, such as AVAILABLE.
This endpoint provides essential information about each cluster, including its ID, metadata, properties, and connections. Use the returned data to manage and monitor Kafka clusters within your environment effectively.
Parameters
Query Parameters | Required | Type | Description |
---|---|---|---|
| No | string | Only return Kafka clusters that contain the given name. This filter is case insensitive.
Example: |
| No | string | Only return Kafka clusters with a given state.
Example: |
Response
Last updated