Apache Helix · Example Payload

Helix Rest Resource Example

ApacheCluster ManagementDistributed SystemsOpen SourcePartitioningReplication

Helix Rest Resource 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

idstateModelDefRefnumPartitionsreplicasrebalanceMode

Example Payload

Raw ↑
{
  "id": "my-resource",
  "stateModelDefRef": "MasterSlave",
  "numPartitions": 16,
  "replicas": "3",
  "rebalanceMode": "FULL_AUTO"
}