Cache Management Web Service

From Fusion Registry Wiki
Revision as of 03: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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
}