getCluster
Returns information about cluster (Kafka, Zookeeper etc.)
Request
HTTP Request
GET /info/config/cluster
Authorization
None
Request Body
Do not supply a request body with this method.
Response
If successful, this method returns a cluster information in the response body.
Property Name | Type | Description |
---|---|---|
bootstrap.servers | string | Bootstrap servers address. |
zookeeper.connect | string | Zookeeper servers address. |
Updated less than a minute ago