FRAMES | NO FRAMES Description | Parameters | Examples | Response
Refresh (Operation)
URL http://<adminservicecatalog-url>/<serviceName>.FeatureServer/refresh
Parent Resource Service

Description

The refresh operation refreshes a service, which clears the web server cache for the service.         

Parameters

Parameter Details
f Description: The response format. The default response format is html.

Values: html | json | pjson

Example Usage

Example 1: Refresh a service named "WorldService":

http://sampleserver10.arcgisonline.com/arcgis/admin/services/WorldService.FeatureServer/refresh

JSON Response Syntax

 {
  "success" : "<true | false>"
}             

JSON Response Example

{
  "success" : true
}