The Sync Job Plugin runs External Identity Source syncing.
Usage
Command Line
$ ./bin/cake job -c co -j CoreJob.SyncJob [-s] [force=force] [external_identity_source_id=id reference_id=reference_id [source_keys=key[,...]]]
co
: Numeric CO ID to run Sync for.force
: Whether to force processing of records that otherwise appear unchanged. Set to1
to force processing.id
: External Identity Source to run Sync for. If omitted, all Sources in the CO will be processed if they are in an appropriate mode.key
: Source Keys within the specified External Identity Source to Sync. If omitted, all records within the Source will be processed, in accordance with the configured mode.reference_id
: Reference ID to attach to External Identity, if known (requires exactly one value forkey
).
Web Interface
Sync Jobs cannot currently be scheduled via the Web Interface. (CFM-400)
See Also
Changes From Earlier Versions
As of Registry v5.2.0
reference_id
option is available.