[
https://issues.apache.org/jira/browse/GEODE-7424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16999307#comment-16999307
]
ASF subversion and git services commented on GEODE-7424:
--------------------------------------------------------
Commit 8fbf44371af4924325039aedd9697343668e2c47 in geode's branch
refs/heads/develop from Darrel Schneider
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=8fbf443 ]
GEODE-7424: fix acceptance failures (#4484)
Co-authored-by: Joris Melchior <[email protected]>
Co-authored-by: Darrel Schneider <[email protected]>
> 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: 50m
> 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)