Information about global zone partition states.
{ "$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-zone-partition-states-response-schema.json", "title": "GlobalZonePartitionStatesResponse", "description": "Information about global zone partition states.", "type": "object", "properties": { "states": { "type": "array", "items": { "$ref": "#/components/schemas/GlobalZonePartitionStateResponse" } } } }