RestartPartitionsRequest is a JSON Structure definition published by Apache Ignite, describing 4 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-restart-partitions-request-structure.json",
"name": "RestartPartitionsRequest",
"description": "restart partitions configuration.",
"properties": {
"nodeNames": {
"type": "array",
"description": "Names specifying nodes to restart partitions. Case-sensitive. If empty/omitted, partitions on all nodes are restarted.",
"items": {
"type": "string"
}
},
"zoneName": {
"type": "string",
"description": "Name of the zone to restart partitions of. Without quotes, case-sensitive."
},
"partitionIds": {
"type": "array",
"description": "IDs of partitions to restart. If empty/omitted, all partitions will be restarted.",
"items": {
"type": "int32"
}
},
"tableName": {
"type": "string",
"description": "Fully-qualified name of the table to restart partitions of."
}
}
}
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.