Apache Ignite · Example Payload

Rest Api Global Zone Partition State Response Example

CachingCompute GridDistributed DatabaseIn-MemoryOpen SourceSQL

Rest Api Global Zone Partition State Response 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

partitionIdzoneNamestate

Example Payload

Raw ↑
{
  "partitionId": 997,
  "zoneName": "example-name",
  "state": "example-value"
}