]
Vladimir Blagojevic resolved ISPN-8010.
---------------------------------------
Resolution: Duplicate Issue
Duplicate of ISPN-8759
Data Management Operations through Console
------------------------------------------
Key: ISPN-8010
URL:
https://issues.jboss.org/browse/ISPN-8010
Project: Infinispan
Issue Type: Feature Request
Components: Console
Reporter: Pedro Zapata
Assignee: Vladimir Blagojevic
Users should be allowed to perform basic data operations over the grid, such as:
* Browsing the content of a cache, with pagination and result count
* Sending a Ickle query, and walk through the results - validate syntax
* Sending a GET and retrieving value
* Sending a PUT
* Delete by Key
* Download results of a query
* Get current value of a counter and/or increment
* Reset counter
The basic format for object representation will be JSON. This operations will work
against the REST interface.