Apache Helix · JSON Structure

Helix Rest Instance Structure

Type: object Properties: 5
ApacheCluster ManagementDistributed SystemsOpen SourcePartitioningReplication

Helix Rest Instance 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 hostName port enabled tags

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-instance-structure.json",
  "title": "Instance",
  "type": "object",
  "properties": {
    "id": "string",
    "hostName": "string",
    "port": "int32",
    "enabled": "boolean",
    "tags": "array"
  }
}