Skip To Content
ArcGIS Developer
Dashboard

Rest Handler

Description

Through this resource, you can clear the in-memory cache built by the REST handler or enable/disable the HTML browsing capabilities of the handler.

Note:
Invocation of any operation under this resource will cause the REST handlers to be restarted on all the server machines.

Request parameters

ParameterDetails
f

The response format. The default response format is html.

Values: html | json| pjson

Example usage

Below is a sample request URL for the REST handler resource:

https://machine.domain.com/webadaptor/admin/system/handlers/rest?f=json

JSON Response example


{
  "resources" : [ "cache", "servicesdirectory" ]
}