BackupOperationHistory

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"
}
cluster_backup_statuses
Optional

Statuses of previous cluster backups

inventory_backup_statuses
Optional

Statuses of previous inventory backups

node_backup_statuses
Optional

Statuses of previous node 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,