Apache Helix · Example Payload

Helix Rest Partition Example

ApacheCluster ManagementDistributed SystemsOpen SourcePartitioningReplication

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

Top-level fields

idinstanceStateMap

Example Payload

Raw ↑
{
  "id": "my-resource_0",
  "instanceStateMap": {
    "localhost_12913": "MASTER",
    "localhost_12914": "SLAVE"
  }
}