我已经设置了 Geode rest API,并且可以通过 Chrome 在一个区域上运行获取和查询,例如:
http://localhost:8080/gemfire-api/v1/items
当我尝试使用以下端点根据开发 REST 应用程序删除区域中的条目时:
DELETE /gemfire-api/v1/{region}
例如:
http://localhost:7070/gemfire-api/v1/items
您能告诉我如何在 Chrome 中运行该示例并删除条目吗?我只是想能够跑
http://localhost:8080/gemfire-api/v1/items/delete
但相反,我得到
{"cause":"Key (delete) does not exist for region (items) in cache!"}