ActiveStandbySyncStatus
{
"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"
}
Description of the status.
Indicates whether the data is consistent. Always returned as true when queried on an active Global Manager node.
Percentage estimate of synchronization progress. Ranges from 0 to 100. This value is only returned when queried on an active Global Manager node.
Number of entries pending synchronization. This value is only returned when queried on an active Global Manager node.
Name of standby site.
Status of synchronization between active and standby Global Manager nodes.
Type of synchronization currently in effect between active and standby Global Manager nodes.