Apache Helix · JSON Structure

Helix Rest Cluster Structure

Type: object Properties: 5
ApacheCluster ManagementDistributed SystemsOpen SourcePartitioningReplication

Helix Rest Cluster Structure is a JSON Structure definition published by Apache Helix, describing 5 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id controller paused disabledInstances liveInstances

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/apache-helix/json-structure/helix-rest-cluster-structure.json",
  "title": "Cluster",
  "type": "object",
  "properties": {
    "id": "string",
    "controller": "string",
    "paused": "boolean",
    "disabledInstances": "array",
    "liveInstances": "array"
  }
}