Retrieve a Kafka Cluster
Allows you to retrieve the details of a specific Kafka cluster based on its ID.
Endpoint
GET /clusters/{clusterId}
The GET /clusters/{clusterId}
endpoint retrieves detailed information about a specific Kafka cluster identified by its unique UUID (clusterId
). This endpoint returns metadata, including creation and modification dates, ownership details, and current operational state. The properties
section provides specific details such as the cluster name, version, size, and connection information, including broker addresses and network configurations.
Use this endpoint to fetch comprehensive details about a Kafka cluster within your environment, facilitating effective management and monitoring of Kafka resources.
Request
To make authenticated requests to the API, the following fields are mandatory in the request header:
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