Apache Helix · Example Payload

Helix Rest Cluster Example

ApacheCluster ManagementDistributed SystemsOpen SourcePartitioningReplication

Helix Rest Cluster Example is an example object payload from Apache Helix, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idcontrollerpauseddisabledInstancesliveInstances

Example Payload

Raw ↑
{
  "id": "my-cluster",
  "controller": "controller_host_12345",
  "paused": false,
  "disabledInstances": [],
  "liveInstances": []
}