Synchronize
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
Parameters
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.
Example
http://host:port/action=Fetch&FetchAction=Synchronize &AUTN_GROUP=SharepointConnectors [&Config=Base64_Config] [&TaskSections=Section_CSV] [&IngestActions=Document_Action_CSV]
Response
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.