DirectoryDomainSyncStats

DirectoryDomainSyncStats
DirectoryDomainSyncStats

Directory domain synchronization statistics

JSON Example
{
    "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"
}
integer As int64 As int64
avg_delta_sync_time
Optional

All the historical delta sync are counted in calculating the average delta sync time in milliseconds.

integer As int64 As int64
avg_full_sync_time
Optional

All the historical full sync are counted in calculating the average full sync time in milliseconds.

string
current_state
Optional

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.

Possible values are : IDLE, FULL_SYNC, DELTA_SYNC, SELECTIVE_FULL_SYNC, SELECTIVE_DELTA_SYNC,
integer As int64 As int64
current_state_begin_time
Optional

Since what time the current state has begun. The time is expressed in millisecond epoch time.

integer As int64 As int64
num_delta_sync
Optional

number of successful historical delta sync initiated either by system or by API request.

integer As int64 As int64
num_full_sync
Optional

number of successful historical full sync initiated either by system or by API request.

integer As int64 As int64
prev_sync_end_time
Optional

Directory domain previous sync ending time expressed in millisecond epoch time.

string
prev_sync_error
Optional

Directory domain previous sync status error if last status was failure.

string
prev_sync_status
Optional

Directory domain previous sync status. It could be one of the following two states.

Possible values are : SUCCESS, FAILURE, UNKNOWN,
string
prev_sync_type
Optional

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.

Possible values are : IDLE, FULL_SYNC, DELTA_SYNC, SELECTIVE_FULL_SYNC, SELECTIVE_DELTA_SYNC,