The v2/caches Service

In JasperReports Server 5.6, a new service allows you to clear the caches used by virtual data sources. Virtual data sources use the Teiid engine that lets you combine data from several datasources such as JDBC, JNDI, and several flavors of big data. In order to join the data, the Teiid engine uses an internal cache to store data. You can use this service to clear this cache, for example after updating your data sources.

For now this service only provides virtual data source cache deletion.

Method

URL

DELETE

http://<host>:<port>/jasperserver-pro/rest_v2/caches/vds/

Return Value on Success

Typical Return Values on Failure

204 No Content – There is nothing to return.

404 Not Found – When the specified cache does not exist.

Feedback
randomness