Apache Helix · Example Payload

Helix Rest Instance Example

ApacheCluster ManagementDistributed SystemsOpen SourcePartitioningReplication

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

idhostNameportenabledtags

Example Payload

Raw ↑
{
  "id": "localhost_12913",
  "hostName": "localhost",
  "port": 12913,
  "enabled": true,
  "tags": []
}