FRAMES | NO FRAMES Description | Parameters | Examples | Response
Import (Operation)
URL http://<replication-url>/import
Parent Resource Replication

Description

Imports any changed configuration items and jobs into an ArcGIS Workflow Manager system.

Parameters

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 Usage

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

JSON Response Syntax

{ "importTime": <timestamp> }

JSON Response Example

{ "importTime": 1230768010000 }