You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/03/01 21:21:00 UTC

[jira] [Commented] (GEODE-6174) Create Region REST API

    [ https://issues.apache.org/jira/browse/GEODE-6174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16782086#comment-16782086 ] 

ASF subversion and git services commented on GEODE-6174:
--------------------------------------------------------

Commit bbe2e27cd7fb93414feb855eacb1163470f7e45d in geode's branch refs/heads/develop from jinmeiliao
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=bbe2e27 ]

GEODE-6174: ClusterManagementResult should have a cleaner way to indicate the status code and message (#3251)

Co-authored-by: Peter Tran <pt...@pivotal.io>

* add status code to indicate different types of failure
* make sure we always have a statusCode in the ClusterManagementService
* removed unnecessary getter methods.

> 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: 7h 40m
>  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)