Data Sync Types

VOSS-4-UC provides the following data sync types:

Data sync type Description
Pull from Device

Available to all device types.

  • Pull all data from the device
  • Pull only the schema from the device (used for LDAP)
  • Pull data from the Change Notification Feature local data collection
Purge Local Resources

Available to all device types.

  • Purge data from the cache
Push to Device

Available only to Cisco Unified CM devices

  • Push data in the cache to the device
Change Notification Sync Available only to Cisco Unified CM devices

Note

A quick import option is available to fetch only summary data that is contained in a list operation response and not the data for all instances/fields. See Data Sync Overview in the Core Guide for details.

Generally, for all sync types, VOSS-4-UC builds up the lists of entities from both VOSS-4-UC and the device, and compares them, using the key for the device entity. The key is typically the unique identifier (ID) for the record in the device we’re syncing with. For example, for Unified CM, the ID is the pkid, which is the internal Unified CM database ID.

For subscribers, a sync builds up the list of device/cucm/Users in VOSS-4-UC and then requests from the Unified CM the lists of users it currently has for the comparison. Differences in the lists are handled according to each sync type.

Related Topics