FRAMES | NO FRAMES Description | Parameters | Response
URL:http://server:port/arcgis/admin/system/handlers
HTTP Method:GET
Parent Resource: System
Child Resources: Rest Handler

Description

A handler exposes the GIS capabilities of ArcGIS Server through a specific interface/API. There are two types of handlers currently available in the server:

  1. Rest - exposes the REST-ful API
  2. Soap - exposes the SOAP API

The Rest Handler resource exposes some of the administrative operations on the REST handler such as clearing the cache.

Parameters

Parameter Description
f The response format. The default response format is html.
Values: html | json

Response Format

{
	"resources" : ["rest"]
}