[ https://issues.apache.org/jira/browse/GEODE-6174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16743258#comment-16743258 ]
ASF subversion and git services commented on GEODE-6174: -------------------------------------------------------- Commit 8c1629a25280604465715ccfe4c75b9611ab618b in geode's branch refs/heads/develop from jinmeiliao [ https://gitbox.apache.org/repos/asf?p=geode.git;h=8c1629a ] GEODE-6174: Added rest controller to process post request to /geode-m… (#3066) * GEODE-6174: Added rest controller to process post request to /geode-management/v2/regions Co-authored-by: Jens Deppe <jde...@pivotal.io> Co-authored-by: Peter Tran <pt...@pivotal.io> * add geode-web-management module to process the management rest api * inject security service into the authProvider instead of static lookup > Create Region REST API > ---------------------- > > Key: GEODE-6174 > URL: https://issues.apache.org/jira/browse/GEODE-6174 > Project: Geode > Issue Type: New Feature > Components: docs, management > Reporter: Peter Tran > Priority: Major > Labels: pull-request-available > Time Spent: 2.5h > Remaining Estimate: 0h > > I want to be able to interact with the cluster without having to be on the > cluster in order to effect the configuration. Either as a developer, I want > to develop code in my IDE and as part of developing that code, I need to > create regions. Or as a data operator, I need to perform configurations on > the cluster and I want to interact with the cluster. > > As a Developer > I want to create a region in the cluster using the JAVA API on the cluster > when I am not located on the cluster (I do not need to be be on a node on the > cluster) > when I am authenticated and authorized for create region > So that a region is created on the cluster > So that I can put and get data in that region -- This message was sent by Atlassian JIRA (v7.6.3#76005)