Apache BookKeeper · Schema

AuditorInfo

Information about the currently elected auditor bookie.

ApacheDistributed SystemsLog StorageOpen-SourceStorageStreaming

Properties

Name Type Description
Auditor string Hostname and address of the elected auditor.
View JSON Schema on GitHub

JSON Schema

bookkeeper-admin-auditor-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-bookkeeper/refs/heads/main/json-schema/bookkeeper-admin-auditor-info-schema.json",
  "title": "AuditorInfo",
  "description": "Information about the currently elected auditor bookie.",
  "type": "object",
  "properties": {
    "Auditor": { "type": "string", "description": "Hostname and address of the elected auditor.", "example": "bookie1.example.com/192.168.1.1:3181" }
  }
}