Apache Ignite · JSON Structure

Rest Api Global Zone Partition State Response Structure

Information about global zone partition state.

Type: object Properties: 3 Required: 3
CachingCompute GridDistributed DatabaseIn-MemoryOpen SourceSQL

GlobalZonePartitionStateResponse is a JSON Structure definition published by Apache Ignite, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

partitionId zoneName state

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-global-zone-partition-state-response-structure.json",
  "name": "GlobalZonePartitionStateResponse",
  "description": "Information about global zone partition state.",
  "properties": {
    "partitionId": {
      "type": "int32"
    },
    "zoneName": {
      "type": "string"
    },
    "state": {
      "type": "string"
    }
  },
  "required": [
    "partitionId",
    "state",
    "zoneName"
  ]
}