BackupOperationStatus
BackupOperationStatus
Backup operation status
JSON Example
{
"backup_id": "string",
"end_time": 0,
"error_code": "string",
"error_message": "string",
"start_time": 0,
"success": false
}
string
backup_id
Required
Unique identifier of a backup
integer As int64
As int64
end_time
Optional
Time when operation was ended
string
error_code
Optional
Error code
Possible values are :
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,
string
error_message
Optional
Error code details
integer As int64
As int64
start_time
Optional
Time when operation was started
boolean
success
Required
True if backup is successfully completed, else false