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

Description

Deletes a JXL file that has been created during the replication process. JXL files are written to the ArcGIS Server output directory and subsequently must be manually deleted using this operation.

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.
jxlURL Required
Description: The URL of a JXL file to delete.

Example Usage

Example 1: URL for the cleanup operation in the "Workflow" service on sampleserver.

http://sampleserver/arcgis/rest/services/Workflow/WMServer/replication/cleanup?user=cjones&jtxURL=http%3A%2F%2Fsampleserver%2Farcgisoutput%2Foutput.jxl

JSON Response Syntax

{ "success": true }

JSON Response Example

{ "success": true }