You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dick Cavender (Jira)" <ji...@apache.org> on 2019/09/26 18:04:07 UTC

[jira] [Closed] (GEODE-6793) Mangement REST API should throw an error when request json has unrecognized attributes

     [ https://issues.apache.org/jira/browse/GEODE-6793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dick Cavender closed GEODE-6793.
--------------------------------

> Mangement REST API should throw an error when request json has unrecognized attributes 
> ---------------------------------------------------------------------------------------
>
>                 Key: GEODE-6793
>                 URL: https://issues.apache.org/jira/browse/GEODE-6793
>             Project: Geode
>          Issue Type: New Feature
>          Components: management
>            Reporter: Jinmei Liao
>            Priority: Major
>             Fix For: 1.10.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> For example, when doing something like this:
> [POST] /geode-management/v2/regions
> {
> "name": "Foo6_g1",
> "Type": "PERSISTENT_PARTITION",
> "group": "g1",
> "disk-store": "ds1",
> "enable-synchronous-disk": "false"
> }
> both disk-store and enable-synchronous-disk are invalid, however the command appears to succeed as the region is created, however no disk store is attached to it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)