Apache Ignite · Example Payload

Rest Api Global Partition State Response Example

CachingCompute GridDistributed DatabaseIn-MemoryOpen SourceSQL

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

Top-level fields

partitionIdzoneNametableIdschemaNametableNamestate

Example Payload

Raw ↑
{
  "partitionId": 117,
  "zoneName": "example-name",
  "tableId": 115,
  "schemaName": "example-name",
  "tableName": "example-name",
  "state": "example-value"
}