[
https://issues.apache.org/jira/browse/GEODE-7424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16995910#comment-16995910
]
ASF subversion and git services commented on GEODE-7424:
--------------------------------------------------------
Commit 5864c24b5c9321688351700b8a7b748d187fcd36 in geode's branch
refs/heads/develop from Jinmei Liao
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=5864c24 ]
GEODE-7424: create index (#4474)
* revert accidental change to the logging
> Ability: can create index in RESTAPI for Management
> ---------------------------------------------------
>
> Key: GEODE-7424
> URL: https://issues.apache.org/jira/browse/GEODE-7424
> Project: Geode
> Issue Type: New Feature
> Components: management, rest (admin)
> Reporter: Gang Yan
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> # WHAT
> 1. endpoint: [POST] `management/v1/indexes`
> 1. parameter: "name(indexID)", "expression", "region", "type", "group"
> 1. expected result: create index by specified parameters
> 1. type: default is "range"
> 1. region is required
> 1. name(indexID) is required
> 1. expression is required
> 1. "hash" type is not supported.
> ### Note
> 1. request body
> ```JSON
> {
> "name": "Foo6name3",
> "expression": "name3",
> "regionPath": "/Foo6",
> “group”:“”,
> “type”:“” range|key
> }
> ```
--
This message was sent by Atlassian Jira
(v8.3.4#803005)