The caches Service

The rest_v2/caches 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 data sources 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 provides only cache deletion for virtual data sources.

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.

Version: 
Feedback