FullSyncStatus

FullSyncStatus
FullSyncStatus
JSON Example
{
    "completed_at": "string",
    "snapshot_version": "string",
    "status": "string",
    "sync_id": "string",
    "sync_type": "string"
}
string
completed_at
Required

Time at which the full sync was completed.

string
snapshot_version
Required

Snapshot version targeted by full sync.

string
status
Required

Status of full sync.

Possible values are : UNAVAILABLE, ERROR, ONGOING, COMPLETE, NOT_STARTED,
string
sync_id
Required

Identifier for the full sync.

string
sync_type
Required

Type of full sync.

Possible values are : UNAVAILABLE, STANDARD, FORCED,