Apache Ignite · JSON Structure

Rest Api Reset Cluster Request Structure

Reset cluster.

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

ResetClusterRequest 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

cmgNodeNames metastorageReplicationFactor

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-cluster-request-structure.json",
  "name": "ResetClusterRequest",
  "description": "Reset cluster.",
  "properties": {
    "cmgNodeNames": {
      "type": "array",
      "description": "Names of the proposed CMG nodes. Optional if the MG group is being repaired. If not specified, the current CMG nodes are used.",
      "nullable": true,
      "items": {
        "type": "string"
      }
    },
    "metastorageReplicationFactor": {
      "type": "int32",
      "description": "Number of nodes in the voting member set of the Metastorage RAFT group.",
      "nullable": true
    }
  }
}