Apache Geode · Example Payload

Geode Rest Region Info Example

ApacheCachingData GridDistributed SystemsIn-MemoryOpen Source

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

Top-level fields

nametypekeyConstraintvalueConstraint

Example Payload

Raw ↑
{
  "name": "orders",
  "type": "PARTITION",
  "keyConstraint": "example-value",
  "valueConstraint": "example-value"
}