Skip to content

Refresh (Feature Service)

URL:
https://<adminservicecatalog-url>/services/<serviceName>/VectorTileServer/refresh
Methods:
GET
Version Introduced:
ArcGIS Online April 2021

Description

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

Request parameters

ParameterDetails
f

The response format. The default response format is json .

Values: html | json

tokenAn access token that identifies the authenticated user and controls access to restricted resources and operations.

Example usage

Use dark colors for code blocksCopy
1
https://services.myserver.com/arcgis/rest/admin/services/serviceName/VectorTileServer/refresh?f=html

JSON Response syntax

Use dark colors for code blocksCopy
1
2
3
{
  "success": <true | false>
}

JSON Response example

The following response is returned when refresh succeeds:

Use dark colors for code blocksCopy
1
2
3
{
  "success": true
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.