Apache Ignite · JSON Structure

Rest Api Local Zone Partition States Response Structure

Information about local zone partition states.

Type: object Properties: 1
CachingCompute GridDistributed DatabaseIn-MemoryOpen SourceSQL

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

Properties

states

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

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-ignite/refs/heads/main/json-structure/rest-api-local-zone-partition-states-response-structure.json",
  "name": "LocalZonePartitionStatesResponse",
  "description": "Information about local zone partition states.",
  "properties": {
    "states": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/LocalZonePartitionStateResponse"
      }
    }
  }
}