NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
ActiveStandbySyncStatus (schema)
| Name | Description | Type | Notes |
|---|---|---|---|
| description | Description of the status. Description of the status. |
string | Required |
| full_sync_status | Status of full sync. Status of full sync. |
FullSyncStatus | Required |
| is_data_consistent | Is data consistent Indicates whether the data is consistent. Always returned as true when queried on an active Global Manager node. |
boolean | Required |
| percentage_completed | Percentage estimate of synchronization progress Percentage estimate of synchronization progress. Ranges from 0 to 100. This value is only returned when queried on an active Global Manager node. |
integer | |
| remaining_entries_to_send | Number of entries pending synchronization Number of entries pending synchronization. This value is only returned when queried on an active Global Manager node. |
integer | |
| standby_site | Name of standby site. Name of standby site. |
string | Required |
| status | Status of synchronization Status of synchronization between active and standby Global Manager nodes. |
string | Required Enum: UNAVAILABLE, ERROR, ONGOING, NOT_STARTED |
| sync_type | Type of synchronization Type of synchronization currently in effect between active and standby Global Manager nodes. |
string | Required Enum: UNAVAILABLE, DELTA_SYNC, FULL_SYNC |