Viewing the results of a synchronization

There is a feed that is available for administrators to view all the changes, ambiguous events, or error events that are made by the LDAP sync task.

To view the feed, use the fully-qualified URL https://example.com:9443/jts/events?provider=ldapnightlysync. Change the host name and port to match your configuration.

To view specific changes that are made by the LDAP sync task, administrators can add parameters to the feed URL. The following parameters are supported for the LDAP sync feed URL:
  • changeType, and the following values:
    • Created
    • Updated
    • Ambiguous
    • Error
  • since: Time after which the LDAP sync events are generated.
  • maxResults: Number of results to display.
The example URL displays 10 of the users updated after May 6, 2018.

https://example.com:9443/jts/events?provider=ldapnightlysync&changeType=Updated&since=2018-05-06T21:16:36Z&maxResults=10