Apache Ignite · Example Payload

Rest Api Restart Partitions Request Example

CachingCompute GridDistributed DatabaseIn-MemoryOpen SourceSQL

Rest Api Restart Partitions Request Example is an example object payload from Apache Ignite, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nodeNameszoneNamepartitionIdstableName

Example Payload

Raw ↑
{
  "nodeNames": [
    "example-name"
  ],
  "zoneName": "example-name",
  "partitionIds": [
    43
  ],
  "tableName": "example-name"
}