Apache Geode · JSON Structure

Geode Rest Key List Response Structure

Response containing all keys in a region

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

KeyListResponse 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

keys

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-key-list-response-structure.json",
  "name": "KeyListResponse",
  "description": "Response containing all keys in a region",
  "type": "object",
  "properties": {
    "keys": {
      "type": "array",
      "description": "List of region keys"
    }
  }
}