Latest update: 7.0.4
- Overview
- Synchronization Overview
- Configuring Connections Between Resources
- Mapping Data Between Resources
- Configure a Resource Mapping
- Remove a Mapping
- Transform Attributes in a Mapping
- Use Scriptable Conditions in a Mapping
- Create Default Attributes in a Mapping
- Map a Single Source Object to Multiple Target Objects
- Prevent the Accidental Deletion of a Target System
- Use Scripts in Mappings
- Reuse Links Between Mappings
- Reconcile With Case-Insensitive Data Stores
- Synchronization Situations and Actions
- Correlating Source Objects With Existing Target Objects
- Synchronization Operations Over REST
- Filtering Synchronization Data
- Implicit Synchronization and LiveSync
- Schedule Synchronization
- Distributing Reconciliation Operations Across a Cluster
- Tuning Reconciliation Performance
- Asynchronous Reconciliation
- Synchronization Reference
- IDM Glossary
REST API
External synchronized objects expose an API to request immediate synchronization. This API includes the following requests and responses.
- Request
Example:
POST /openidm/system/csvfile/account/jsmith?_action=liveSync HTTP/1.1
- Response (success)
Example:
HTTP/1.1 204 No Content ...
- Response (synchronization failure)
Example:
HTTP/1.1 409 Conflict ... [JSON representation of error]