ActiveStandbySyncStatus

ActiveStandbySyncStatus
ActiveStandbySyncStatus
JSON Example
{
    "description": "string",
    "full_sync_status": {
        "completed_at": "string",
        "snapshot_version": "string",
        "status": "string",
        "sync_id": "string",
        "sync_type": "string"
    },
    "is_data_consistent": false,
    "percentage_completed": 0,
    "remaining_entries_to_send": 0,
    "standby_site": "string",
    "status": "string",
    "sync_type": "string"
}
string
description
Required

Description of the status.

full_sync_status
Required

full_sync_status

boolean
is_data_consistent
Required

Indicates whether the data is consistent. Always returned as true when queried on an active Global Manager node.

integer As int64 As int64
percentage_completed
Optional

Percentage estimate of synchronization progress. Ranges from 0 to 100. This value is only returned when queried on an active Global Manager node.

integer As int64 As int64
remaining_entries_to_send
Optional

Number of entries pending synchronization. This value is only returned when queried on an active Global Manager node.

string
standby_site
Required

Name of standby site.

string
status
Required

Status of synchronization between active and standby Global Manager nodes.

Possible values are : UNAVAILABLE, ERROR, ONGOING, NOT_STARTED,
string
sync_type
Required

Type of synchronization currently in effect between active and standby Global Manager nodes.

Possible values are : UNAVAILABLE, DELTA_SYNC, FULL_SYNC,
Property Of