FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL | http://<datasource-url>/refresh |
---|---|
Parent Resource | Datasource |
The refresh operation on a datasource refreshes the administrative view of datasource contents.
Parameter | Details |
---|---|
f |
Description: The response format. The default
response format is html. Values: html | json | pjson |
Example 1: Refresh a datasource with the name "ProductionSedona":
http://sampleserver10.arcgisonline.com/arcgis/admin/datasources/ProductionSedona/refresh{ "success": <true|false>, "error": { "code": <code>, "message": "<description>", "details": [ "<message>" ] } }
{ "success" : true }
{ "error" : { "code" : 400, "message" : "", "details" : [ "Unable to connect to datasource." ] } }