Apache Ignite · Example Payload

Rest Api Job State Example

CachingCompute GridDistributed DatabaseIn-MemoryOpen SourceSQL

Rest Api Job State 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

idstatuscreateTimestartTimefinishTime

Example Payload

Raw ↑
{
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "status": "active",
  "createTime": "2025-03-15T14:30:00Z",
  "startTime": "2025-03-15T14:30:00Z",
  "finishTime": "2025-03-15T14:30:00Z"
}