Cache Management Web Service
Revision as of 02:33, 6 April 2022 by Mnelson (talk | contribs) (Created page with "Category:WebService = Overview = See https://wiki.sdmxcloud.org/Caching for full details. = Purge Cache = Removes all cached information from the Fusion Cac...")
Overview
See https://wiki.sdmxcloud.org/Caching for full details.
Purge Cache
Removes all cached information from the Fusion Cache and the front end caches (HTTP 304 responses).
Entry Point | /ws/secure/settings/sendPurgeRequest |
Access | Restricted to Server Admin |
Http Method | POST |
No POST Body is required.
Response
HTTP 200 with a JSON Response:
{ Success : true }