Apache Helix · JSON Structure

Helix Rest Resource Structure

Type: object Properties: 5
ApacheCluster ManagementDistributed SystemsOpen SourcePartitioningReplication

Helix Rest Resource 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 stateModelDefRef numPartitions replicas rebalanceMode

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-resource-structure.json",
  "title": "Resource",
  "type": "object",
  "properties": {
    "id": "string",
    "stateModelDefRef": "string",
    "numPartitions": "int32",
    "replicas": "string",
    "rebalanceMode": "string"
  }
}