[
https://issues.apache.org/jira/browse/GEODE-7131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16954104#comment-16954104
]
ASF subversion and git services commented on GEODE-7131:
--------------------------------------------------------
Commit a905e708fe25b1a3a44c88989e17e84b986b0f15 in geode's branch
refs/heads/develop from Jinmei Liao
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a905e70 ]
GEODE-7131: update spring annotation (#4171)
Co-authored-by: Joris Melchior <[email protected]>
> add bi-direction linkage to Region and index in REST API V2
> -----------------------------------------------------------
>
> Key: GEODE-7131
> URL: https://issues.apache.org/jira/browse/GEODE-7131
> Project: Geode
> Issue Type: Improvement
> Components: management
> Reporter: Gang Yan
> Priority: Major
> Time Spent: 5h 10m
> Remaining Estimate: 0h
>
> for region and index, they are related.
> currently, in the output of json, the customers can not find the relation
> between region and index.
>
> ### WHAT
> # add the link of index to region , if the region has index
> # add the link of region to index
> for region:
> in "config" part, add a link of "indexes:
> /management/experimental/regionname/indexes"
> for index:
> in "config" part, add a link of "region:
> /management/experimental/regionname"
--
This message was sent by Atlassian Jira
(v8.3.4#803005)