- URL:
- https://https<adminservicecatalog-url>/services/<serviceName>/MapServer/refresh
- Methods:
GET
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 Values: |
JSON Response syntax
{
"success" : "<true | false>"
}JSON Response example
{
"success" : true
}