Apache Geode · Example Payload

Geode Rest Server List Response Example

ApacheCachingData GridDistributed SystemsIn-MemoryOpen Source

Geode Rest Server List Response Example is an example object payload from Apache Geode, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

servers

Example Payload

Raw ↑
{
  "servers": [
    "localhost:40404",
    "geode-server-02:40404"
  ]
}