Apache Geode · JSON Structure

Geode Rest Server List Response Structure

Response containing list of Geode cache servers

Type: object Properties: 1
ApacheCachingData GridDistributed SystemsIn-MemoryOpen Source

ServerListResponse is a JSON Structure definition published by Apache Geode, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

servers

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-geode/refs/heads/main/json-structure/geode-rest-server-list-response-structure.json",
  "name": "ServerListResponse",
  "description": "Response containing list of Geode cache servers",
  "type": "object",
  "properties": {
    "servers": {
      "type": "array",
      "description": "List of server addresses"
    }
  }
}