The Synchronize
action uses an appropriate connector to search a repository for document updates. The connector sends the updates to an Ingestion module, such as Connector Framework Server.
Type: Asynchronous
Parameter | Description | Required |
---|---|---|
AUTN_GROUP | The connector group to send the action to. | Yes |
Config | An optional Base64 encoded configuration file, to override the connector configuration file. | |
TaskSections | The names of the task sections in the connector configuration file to use to perform synchronization. |
Any additional parameters that you specify are passed to the connector that performs the action.
http://host:port/action=Fetch&FetchAction=Synchronize &AUTN_GROUP=SharepointConnectors [&Config=Base64_Config] [&TaskSections=Section_CSV] [&IngestActions=Document_Action_CSV]
The synchronize
action is asynchronous, so you will receive a token in response to the request. Use the token with the QueueInfo
action to check the status of the action:
<action> <token>MTAuMi4xMDUuMzQ6MTIzNDpGRVRDSDoxNDAyOTU3MzY4</token> <status>Finished</status> <queued_time>2009-Oct-15 14:44:32</queued_time> <time_in_queue>0</time_in_queue> <process_start_time>2009-Oct-15 14:44:32</process_start_time> <time_processing>3</time_processing> <process_end_time>2009-Oct-15 14:44:35</process_end_time> </action>
|