GslbSiteCfgSyncInfo

GslbSiteCfgSyncInfo
GslbSiteCfgSyncInfo
JSON Example
{
    "errored_objects": [
        {
            "ds_name": "string",
            "name": "string",
            "ops": "string",
            "uuid": "string"
        }
    ],
    "last_changed_time": {
        "secs": 0,
        "usecs": 0
    },
    "last_fail_obj": {
        "event_type": "string",
        "obj_name": "string",
        "obj_uuid": "string"
    },
    "reason": "string",
    "recommendation": "string",
    "sync_state": "string"
}
errored_objects
Optional

Objects that could NOT be synced to the site . Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

last_changed_time
Optional

last_changed_time

last_fail_obj
Optional

last_fail_obj

string
reason
Optional

Reason for the replication issues. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
recommendation
Optional

Recommended way to resolve replication issue. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
sync_state
Optional

Configuration sync-state of the site . Enum options - GSLB_SITE_CFG_IN_SYNC, GSLB_SITE_CFG_OUT_OF_SYNC, GSLB_SITE_CFG_SYNC_DISABLED, GSLB_SITE_CFG_SYNC_IN_PROGRESS, GSLB_SITE_CFG_SYNC_NOT_APPLICABLE, GSLB_SITE_CFG_SYNCED_TILL_CHECKPOINT, GSLB_SITE_CFG_SYNC_SUSPENDED, GSLB_SITE_CFG_SYNC_STALLED. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.