Apache Ignite · Schema

GlobalPartitionStatesResponse

Information about global partition states.

CachingCompute GridDistributed DatabaseIn-MemoryOpen SourceSQL

Properties

Name Type Description
states array
View JSON Schema on GitHub

JSON Schema

rest-api-global-partition-states-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-ignite/refs/heads/main/json-schema/rest-api-global-partition-states-response-schema.json",
  "title": "GlobalPartitionStatesResponse",
  "description": "Information about global partition states.",
  "type": "object",
  "properties": {
    "states": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/GlobalPartitionStateResponse"
      }
    }
  }
}