Skip to main content

Get directory synchronization status

GET 

/api/web/v1/directorysyncinfo/:id

Get the specified directory synchronization status details. Caller requires the DIRECTORIES:VIEW permission.

Request

Path Parameters

    id stringrequired

    The UUID of the directory whose synchronization status is to be returned.

Responses

Successful

Schema

    directoryName string

    The name of the directory.

    directoryOrSearchBaseBeingProcessed string

    The name of the directory or searchbase is being processed.

    errors string

    Comma separated list of errors occurred during the AD-sync process.

    groupsAdded int32

    The number of groups added.

    groupsCreateCount int32

    The number of groups successfully created in the service database.

    groupsDeleteCount int32

    The number of groups successfully deleted from the service database.

    groupsFailCount int32

    The number of groups failed to be uploaded.

    groupsFailed int32

    The number of groups skipped due to errors.

    groupsProcessedSuccessfully int32deprecated

    The number of groups processed successfully.

    groupsRemoved int32

    The number of groups removed.

    groupsSyncedWithChanges int32

    The number of groups changed.

    groupsSyncedWithNoChanges int32

    The number of groups synced with no changes.

    groupsUpdateCount int32

    The number of groups successfully updated in the service database.

    id string

    The UUID of the DirectorySyncStatusInfo.

    searchbasesProcessed int32

    The number of search bases already processed.

    state string

    Possible values: [CRAWLING, CRAWL_COMPLETE, ERROR, NOTIFYING_GROUPS, NOTIFYING_GROUPS_USERS, NOTIFYING_USERS, NOTIFY_COMPLETE, OUT_OF_SYNC, PENDING_CHANGES, SYNCED, UNKNOWN]

    The status of the Directory Sync processed.

    syncStarted date-time

    The time when the synchronization was started.

    syncUpdated date-time

    The last time the directory was updated.

    totalSearchbases int32

    Total number of search bases to be processed.

    usersAdded int32

    Number of users added.

    usersCreateCount int32

    The number of users successfully created in the service database.

    usersDeleteCount int32

    The number of users successfully deleted from the service database.

    usersFailCount int32

    The number of users failed to be uploaded.

    usersFailed int32

    The number of users skipped due to errors.

    usersProcessedSuccessfully int32deprecated

    The number of users processed successfully.

    usersRemoved int32

    The number of users removed.

    usersSyncedWithChanges int32

    The number of users synced with changes.

    usersSyncedWithNoChanges int32

    The number of users synced with no changes.

    usersUpdateCount int32

    The number of users successfully updated in the service database.

Loading...