Apache Ignite · JSON Structure

Rest Api State Structure

Possible node states.

Type: string Properties: 0
CachingCompute GridDistributed DatabaseIn-MemoryOpen SourceSQL

State is a JSON Structure definition published by Apache Ignite. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "type": "string",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-ignite/refs/heads/main/json-structure/rest-api-state-structure.json",
  "name": "State",
  "description": "Possible node states.",
  "enum": [
    "STARTING",
    "STARTED",
    "STOPPING"
  ]
}