BackupOperationHistory
BackupOperationHistory
Past backup operation details
JSON Example
{
"cluster_backup_statuses": [
{
"backup_id": "string",
"end_time": 0,
"error_code": "string",
"error_message": "string",
"start_time": 0,
"success": false
}
],
"inventory_backup_statuses": [
{
"backup_id": "string",
"end_time": 0,
"error_code": "string",
"error_message": "string",
"start_time": 0,
"success": false
}
],
"node_backup_statuses": [
{
"backup_id": "string",
"end_time": 0,
"error_code": "string",
"error_message": "string",
"start_time": 0,
"success": false
}
],
"overall_backup_status": "string"
}
array of
BackupOperationStatus
cluster_backup_statuses
Optional
Statuses of previous cluster backups
array of
BackupOperationStatus
inventory_backup_statuses
Optional
Statuses of previous inventory backups
string
overall_backup_status
Optional
This attribute is used to indicate the overall backup status
Possible values are :
NOT_AVAILABLE,
IN_PROGRESS,
SUCCESS,
FAILED,