RepoSyncStatusReport
RepoSyncStatusReport
JSON Example
{
"failure_code": 0,
"failure_message": "string",
"status": "string",
"status_message": "string"
}
integer As int64
As int64
failure_code
Optional
In case of repo sync related failure, the code for the error will be stored here.
string
failure_message
Optional
In case if repo sync fails due to some issue, an error message will be stored here.
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.