Apache Ignite · Example Payload

Rest Api Init Command Example

CachingCompute GridDistributed DatabaseIn-MemoryOpen SourceSQL

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

Top-level fields

metaStorageNodescmgNodesclusterNameclusterConfiguration

Example Payload

Raw ↑
{
  "metaStorageNodes": [
    "example-value"
  ],
  "cmgNodes": [
    "example-value"
  ],
  "clusterName": "example-name",
  "clusterConfiguration": "example-value"
}