NSX-T Data Center REST API
BackupOperationStatus (schema)
Backup operation status
Name | Description | Type | Notes |
---|---|---|---|
backup_id | Unique identifier of a backup | string | Required |
end_time | Time when operation was ended | EpochMsTimestamp | |
error_code | Error code | string | Enum: BACKUP_NOT_RUN_ON_MASTER, BACKUP_SERVER_UNREACHABLE, BACKUP_AUTHENTICATION_FAILURE, BACKUP_PERMISSION_ERROR, BACKUP_TIMEOUT, BACKUP_BAD_FINGERPRINT, BACKUP_GENERIC_ERROR, UPGRADE_IN_PROGRESS, CERTIFICATE_ROTATION_IN_PROGRESS |
error_message | Error code details | string | |
start_time | Time when operation was started | EpochMsTimestamp | |
success | True if backup is successfully completed, else false | boolean | Required |