- URL:
- https://[root]/portals/[portalID]/datastores/refreshServer
- Methods:
POST
- Version Introduced:
- 10.7.1
Example usage
The following is a sample ArcGIS Enterprise POST request for the refresh
operation:
POST /webadaptor/sharing/rest/portals/0123456789ABCDEF/datastores/refreshServer HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
datastoreId=55d87f404a7e420bb969ccb70254bfec&serverId=9sQswqEpB31ymiCD&f=pjson
Description
The refresh
operation updates the server to use the updated registration information for a registered data store.
After a data store has been registered, there may be times in which the data store's registration information may be changed. When changes like these occur, the server will need to be updated with the newly configured information so that your users will still be able to access the data store items without interruption. The refresh
operation can be called to propagate these changes to your ArcGIS Server. This operation can only be performed after the data store information has been updated.
Request parameters
Parameter | Details |
---|---|
(Required) | The Example
|
(Required) | The Example
|
| The response format. The default format is Value: |
JSON Response examples
If successful, refresh
will return the following success message:
{"success": true}
If the operation fails, refresh
will return an error similar to the message below:
{
"error": {
"code": 500,
"message": "Server is not reachable.",
"details": [
"Server is not reachable."
]
}
}