Apache Ignite · Example Payload

Rest Api Reset Partitions Request Example

CachingCompute GridDistributed DatabaseIn-MemoryOpen SourceSQL

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

Top-level fields

zoneNamepartitionIdstableName

Example Payload

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