vcenter hvc links sync providers: session info

The session_info structure contains sync session information. Warning: This structure is available as technical preview. It may be changed in a future release.

Representation:

{
    "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
}

Attributes:

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

The stage structure defines the different stages of Sync. Warning: This enumeration is available as technical preview. It may be changed in a future release. Value is one of:
CHANGE_DETECTION: Changes are being detected on the source replica. Warning: This constant is available as technical preview. It may be changed in a future release.
CHANGE_ENUMERATION: Changes from the source replica are being enumerated. Warning: This constant is available as technical preview. It may be changed in a future release.
CHANGE_APPLICATION: Changes are being applied to the destination replica. Warning: This constant is available as technical preview. It may be changed in a future release.
COMPLETED: Sync has completed. Warning: This constant is available as technical preview. It may be changed in a future release.
FAILED: Sync failed. Warning: This constant is available as technical preview. It may be changed in a future release.
WAITING: Session is waiting for progress to be set. Warning: This constant is available as technical preview. It may be changed in a future release.

completed_work long Completed work for the session. Warning: This attribute is available as technical preview. It may be changed in a future release.

total_work long Total work for the session. Warning: This attribute is available as technical preview. It may be changed in a future release.

start_time date_time Time at which force sync was initiated. Warning: This attribute is available as technical preview. It may be changed in a future release.

Optional
completion_time date_time Time at which forced sync session was completed. Warning: This attribute is available as technical preview. It may be changed in a future release.

Optional. It is only relevant when stage has value [FAILED, COMPLETED]. If unset there is an ongoing sync that has not completed.

exception localizable_message Exception message if there is a sync failure on forced sync. Warning: This attribute is available as technical preview. It may be changed in a future release.

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