List all Kafka Clusters
With this endpoint, you can retrieve a list of Kafka clusters.
Endpoint
GET /clusters
The GET /clusters
endpoint retrieves a collection of Kafka clusters.
This endpoint provides essential information about each cluster, including its ID, metadata, properties, and connections. Use the response data to manage and monitor Kafka clusters within your environment effectively.
Request
To make authenticated requests to the API, the following fields are mandatory in the request header:
Header Parameters
Required
Type
Description
Accept
yes
string
Set this to application/json
.
Authorization
yes
string
Provide a header value as Bearer
followed by your token
.
Response
200 Successful operation
Last updated