Apache Ignite · JSON Structure

Rest Api Reset Zone Partitions Request Structure

Reset zone partitions configuration.

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

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

Properties

zoneName partitionIds

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-reset-zone-partitions-request-structure.json",
  "name": "ResetZonePartitionsRequest",
  "description": "Reset zone partitions configuration.",
  "properties": {
    "zoneName": {
      "type": "string",
      "description": "Name of the zone to reset partitions of. Without quotes, case-sensitive."
    },
    "partitionIds": {
      "type": "array",
      "description": "IDs of partitions to reset. All if empty.",
      "items": {
        "type": "int32"
      }
    }
  }
}