- URL:https://<restHandler-url>/cache
(POST only)
- Operations:Clear
- Required Capability:Default administrator role | Security and Infrastructure
- Version Introduced:10.1
Description
This operation clears the REST cache.
Request parameters
Parameter | Details |
---|---|
f | The response format. The default response format is html. Values: html | json| pjson |
Example usage
Below is a sample POST request for cache:
POST /webadaptor/admin/system/handlers/rest/cache HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
folderName=Maps&serviceName=Test&type=MapServer&f=json
JSON Response example
{"status": "success"}