ActiveStandbySyncStatus (type)

{
  "id": "ActiveStandbySyncStatus", 
  "module_id": "SiteManagerModule", 
  "properties": {
    "description": {
      "required": true, 
      "title": "Description of the status.", 
      "type": "string"
    }, 
    "full_sync_status": {
      "$ref": "FullSyncStatus, 
      "required": true, 
      "title": "Status of full sync."
    }, 
    "is_data_consistent": {
      "required": true, 
      "title": "Indicates whether the data is consistent. Always returned as true when queried on an active Global Manager node.", 
      "type": "boolean"
    }, 
    "percentage_completed": {
      "required": false, 
      "title": "Percentage estimate of synchronization progress. Ranges from 0 to 100. This value is only returned when queried on an active Global Manager node.", 
      "type": "integer"
    }, 
    "remaining_entries_to_send": {
      "required": false, 
      "title": "Number of entries pending synchronization. This value is only returned when queried on an active Global Manager node.", 
      "type": "integer"
    }, 
    "standby_site": {
      "required": true, 
      "title": "Name of standby site.", 
      "type": "string"
    }, 
    "status": {
      "enum": [
        "UNAVAILABLE", 
        "ERROR", 
        "ONGOING", 
        "NOT_STARTED"
      ], 
      "required": true, 
      "title": "Status of synchronization between active and standby Global Manager nodes.", 
      "type": "string"
    }, 
    "sync_type": {
      "enum": [
        "UNAVAILABLE", 
        "DELTA_SYNC", 
        "FULL_SYNC"
      ], 
      "required": true, 
      "title": "Type of synchronization currently in effect between active and standby Global Manager nodes.", 
      "type": "string"
    }
  }, 
  "type": "object"
}