# Get a broker

**GET /v1/brokers/{id}**

Get information about one broker in the cluster.


## Servers
- http://localhost:9644: http://localhost:9644 ()



## Parameters

### Path parameters
- **id** (integer(int64))




## Responses
### 200
Broker response

#### Body: application/json (object)
- **disk_space** (array[object])
  Array of disk space information per directory path. If disk space information is not available the array may be empty
- **is_alive** (boolean)
  Whether the cluster considers the broker alive
- **maintenance_status** (object)
  Drain status
- **membership_status** (string)
  Broker membership status
- **node_id** (integer(int64))
  node id
- **num_cores** (integer(int64))
  cores
- **rack** (string)
  rack id
- **internal_rpc_address** (string)
  Internal RPC address (usually, but not necessarily, a hostname)
- **internal_rpc_port** (integer)
  Internal RPC port
- **version** (string)
  Redpanda version


[Powered by Bump.sh](https://bump.sh)
