RepoSyncStatusReport

RepoSyncStatusReport
RepoSyncStatusReport
JSON Example
{
    "status": "string",
    "status_message": "string",
    "failure_message": "string",
    "failure_code": 0
}
string
status
Required

Status of the repo sync operation on the single nsx-manager

Possible values are : NOT_STARTED, IN_PROGRESS, FAILED, SUCCESS,
string
status_message
Optional

Describes the steps which repo sync operation is performing currently.

string
failure_message
Optional

In case if repo sync fails due to some issue, an error message will be stored here.

integer As int64 As int64
failure_code
Optional

In case of repo sync related failure, the code for the error will be stored here.