vcenter hvc links sync providers: info

The info structure contains information about sync for a provider. Warning: This structure is available as technical preview. It may be changed in a future release.

Representation:

{
    "current_session_info"{
        "completed_work"1,
        "completion_time""2015-01-01T22:13:05.651Z",
        "exception"{
            "args"[
                "string",
                "string"
            ],
            "default_message""string",
            "id""string"
        },
        "stage""CHANGE_DETECTION",
        "start_time""2015-01-01T22:13:05.651Z",
        "total_work"1
    },
    "last_sync_time""2015-01-01T22:13:05.651Z",
    "polling_interval_in_seconds"1,
    "status""SUCCEEDED",
    "status_message"{
        "args"[
            "string",
            "string"
        ],
        "default_message""string",
        "id""string"
    }
}

Attributes:

Name Type Description
Required
status string Last Sync status for the provider. Warning: This attribute is available as technical preview. It may be changed in a future release.

Defines valid sync status. Warning: This enumeration is available as technical preview. It may be changed in a future release. Value is one of:
SUCCEEDED: If Sync was successful. Warning: This constant is available as technical preview. It may be changed in a future release.
FAILED: If Sync failed. Warning: This constant is available as technical preview. It may be changed in a future release.
NO_SYNC_FOUND: If Sync has not been triggered. Warning: This constant is available as technical preview. It may be changed in a future release.

polling_interval_in_seconds long Sync Polling interval between local and remote replicas for the provider. Warning: This attribute is available as technical preview. It may be changed in a future release.

Optional
last_sync_time date_time Last sync time for the provider. This indicates the last time that either a background sync or a force sync was started for the provider. Warning: This attribute is available as technical preview. It may be changed in a future release.

Optional. If unset no sync was found for the provider.

current_session_info session_info Returns information on the forced sync for the provider. Warning: This attribute is available as technical preview. It may be changed in a future release.

Optional. If unset there is no outstanding sync session created for this provider.

status_message localizable_message Localizable messages associated with sync status. Warning: This attribute is available as technical preview. It may be changed in a future release.

Optional. It is only relevant when status has value [FAILED]. This field is optional and it is only relevant when the value of status is FAILED.