Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. should we include "group" in the GET resource request?   
    NO
  2. if not on the first question, should we return a list of configurations for that resource? 
    YES
  3. If yes on the 2nd question, how should we represent it in the response? GET request is supposed to return just one entity per REST specs
    We will wrap configuration per group in an EntityInfo object and return the EntityInfo as a response to the request. See detailed swagger documentation here:
    [GEODE:https://cwiki.apache.org/confluence/display/GEODE/1.13.0 +Management +REST API - v1#1+API+-+v1#id-1.13.0ManagementRESTAPI-v1-GET/management/v1/regions/{id}]

Changes and Additions to Public Interfaces

...

Backwards Compatibility and Upgrade Path

N/A