Unify and manage your data

Manual sync API

Request

The Manual Sync task synchronizes crosswalks between a data tenant and a customer tenant. This task should be run when there's inconsistency between the crosswalks in the DT and the CT.

Note: The Manual Sync task maintains crosswalk consistency, not data consistency. If you want to keep the entity or relationship data consistent between a customer tenant and a data tenant, use the pull task for each record.
POST {DTSSURL}/tasks/manual_sync

In the request body, specify the data tenant, customer tenant, specify the customer entity types to be synched and if needed, the relationship types.

When this task is executed successfully, in a customer tenant that has a DT crosswalk, the CT is refreshed from the DT according to the subscription rules. Records in the customer tenant that do not have a data tenant crosswalk are not affected. The process is applied to both entities and relations.