By browsing on this website you are agreeing to our 'Terms & Conditions' and the 'Privacy Policy' in regards to your rights and personal data handling.
The POST methods are used to manually force the synchronization to the destinations.
There are two endpoints that allow you either to synchronize all the files which require that or to synchronize just one specified file.
Synchronization of all destinations
Syntax
curl \
http://{serverUrl}/fs/{fileSystemName}/synchronization/ToDestinations?forceSyncingAll={forceSyncingAll} \
-X POST
-d ""
Request
Payload
Empty
Query parameter
Required
Description
forceSyncingAll
Yes
Determines whether finished synchronization should schedule a next pending one (there can be only a limited number of concurrent synchronizations to a destination file system). The reports of such synchronizations will not be included in the returned DestinationSyncResult object.
Response
Status code
Description
200
OK
Return Value
Description
JSON array
The result is an array of DestinationSyncResult objects that contains reports about performed operations.