Skip To Content
ArcGIS Developer
Dashboard

Rest Cache

Description

This operation clears the REST cache.

Request parameters

ParameterDetails
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"}