FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL | http://<replication-url>/import |
---|---|
Parent Resource | Replication |
Parameter | Details |
---|---|
f | Description: The response format. The default response format is html. Values: html | json |
user | Required Description: The username of the client. |
merge | Required Description: Determines whether the imported configuration should be merged into the existing database. Specifying false will cause all existing configuration items and jobs to be replaced by the imported data. Values: true | false |
jxlURL | Required Description: The URL of a JXL file generated by an Export operation. |
Example 1: URL for importing database changes in the "Workflow" service on sampleserver.
http://sampleserver/arcgis/rest/services/Workflow/WMServer/replication/import?user=cjones&merge=true&jtxURL=http%3A%2F%2Fmyserver%2Farcgisoutput%2Foutput.jxl{ "importTime": <timestamp> }
{ "importTime": 1230768010000 }