Skip to main content

DirectorySyncStatusInfo

A DirectorySyncStatusInfo defines the information returned about the status of the last directory synchronization.

Properties

NameTypeDescriptionNotes
directory_namestrThe name of the directory.[optional]
directory_or_search_base_being_processedstrThe name of the directory or searchbase is being processed.[optional]
errorsstrComma separated list of errors occurred during the AD-sync process.[optional]
groups_addedintThe number of groups added.[optional]
groups_create_countintThe number of groups successfully created in the service database.[optional]
groups_delete_countintThe number of groups successfully deleted from the service database.[optional]
groups_fail_countintThe number of groups failed to be uploaded.[optional]
groups_failedintThe number of groups skipped due to errors.[optional]
groups_processed_successfullyintThe number of groups processed successfully.[optional]
groups_removedintThe number of groups removed.[optional]
groups_synced_with_changesintThe number of groups changed.[optional]
groups_synced_with_no_changesintThe number of groups synced with no changes.[optional]
groups_update_countintThe number of groups successfully updated in the service database.[optional]
idstrThe UUID of the DirectorySyncStatusInfo.[optional]
searchbases_processedintThe number of search bases already processed.[optional]
statestrThe status of the Directory Sync processed.[optional]
sync_starteddatetimeThe time when the synchronization was started.[optional]
sync_updateddatetimeThe last time the directory was updated.[optional]
total_searchbasesintTotal number of search bases to be processed.[optional]
users_addedintNumber of users added.[optional]
users_create_countintThe number of users successfully created in the service database.[optional]
users_delete_countintThe number of users successfully deleted from the service database.[optional]
users_fail_countintThe number of users failed to be uploaded.[optional]
users_failedintThe number of users skipped due to errors.[optional]
users_processed_successfullyintThe number of users processed successfully.[optional]
users_removedintThe number of users removed.[optional]
users_synced_with_changesintThe number of users synced with changes.[optional]
users_synced_with_no_changesintThe number of users synced with no changes.[optional]
users_update_countintThe number of users successfully updated in the service database.[optional]

Example