Get the status of 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.
Parameters
Path Parameters | Required | Type | Description |
---|---|---|---|
| Yes | string | The UUID of the Kafka cluster to retrieve.
Example: |
Response
Last updated