Apache BookKeeper · Example Payload

Bookkeeper Admin Cluster Info Example

ApacheDistributed SystemsLog StorageOpen SourceStorageStreaming

Bookkeeper Admin Cluster Info Example is an example object payload from Apache BookKeeper, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

auditorElectedauditorIdclusterUnderReplicatedledgerReplicationEnabledtotalBookiesCountwritableBookiesCountreadonlyBookiesCountunavailableBookiesCount

Example Payload

Raw ↑
{
  "auditorElected": true,
  "auditorId": "bookie1.example.com:3181",
  "clusterUnderReplicated": false,
  "ledgerReplicationEnabled": true,
  "totalBookiesCount": 3,
  "writableBookiesCount": 3,
  "readonlyBookiesCount": 0,
  "unavailableBookiesCount": 0
}