ClusterRestoreStatus

ClusterRestoreStatus
ClusterRestoreStatus

Cluster restore status

JSON Example
{
    "status": {
        "description": "string",
        "value": "string"
    },
    "step": {
        "status": {
            "description": "string",
            "value": "string"
        },
        "step_number": 0,
        "description": "string",
        "value": "string"
    },
    "endpoints": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "total_steps": 0,
    "restore_start_time": 0,
    "restore_end_time": 0,
    "backup_timestamp": 0,
    "id": "string",
    "instructions": [
        {
            "fields": [
                "string"
            ],
            "id": "string",
            "actions": [
                "string"
            ],
            "name": "string"
        }
    ]
}
status
Optional

status

step
Optional

step

endpoints
Optional

The list of allowed endpoints, based on the current state of the restore process

integer As int64 As int64
total_steps
Optional

Total number of steps in the entire restore process

integer As int64 As int64
restore_start_time
Optional

Timestamp when restore was started in epoch millisecond

integer As int64 As int64
restore_end_time
Optional

Timestamp when restore was completed in epoch millisecond

integer As int64 As int64
backup_timestamp
Optional

Timestamp when backup was initiated in epoch millisecond

string
id
Optional

Unique id for backup request

instructions
Optional

Instructions for users to reconcile Restore operations