DirectoryDomainSyncStats
Directory domain synchronization statistics
{
"avg_delta_sync_time": 0,
"avg_full_sync_time": 0,
"current_state": "string",
"current_state_begin_time": 0,
"num_delta_sync": 0,
"num_full_sync": 0,
"prev_sync_end_time": 0,
"prev_sync_error": "string",
"prev_sync_status": "string",
"prev_sync_type": "string"
}
All the historical delta sync are counted in calculating the average delta sync time in milliseconds.
All the historical full sync are counted in calculating the average full sync time in milliseconds.
Current running state of the directory domain in synchronization life cycle. It could be one of the following five states. SELECTIVE_FULL_SYNC and SELECTIVE_DELTA_SYNC are sync states for selective sync.
Since what time the current state has begun. The time is expressed in millisecond epoch time.
number of successful historical delta sync initiated either by system or by API request.
number of successful historical full sync initiated either by system or by API request.
Directory domain previous sync ending time expressed in millisecond epoch time.
Directory domain previous sync status error if last status was failure.
Directory domain previous sync status. It could be one of the following two states.
Directory domain previous sync type. It could be one of the following five states. Right after the directory domain is configured, this field is set to IDLE.