Apache Ignite · Example Payload

Rest Api Local Zone Partition State Response Example

CachingCompute GridDistributed DatabaseIn-MemoryOpen SourceSQL

Rest Api Local Zone Partition State Response Example is an example object payload from Apache Ignite, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

partitionIdzoneNamenodeNamestateestimatedRows

Example Payload

Raw ↑
{
  "partitionId": 166,
  "zoneName": "example-name",
  "nodeName": "example-name",
  "state": "example-value",
  "estimatedRows": 972
}