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.
{
"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
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.