Apache Ignite · Example Payload

Rest Api Reset Zone Partitions Request Example

CachingCompute GridDistributed DatabaseIn-MemoryOpen SourceSQL

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

Top-level fields

zoneNamepartitionIds

Example Payload

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