ClusterRestoreStatus

ClusterRestoreStatus
ClusterRestoreStatus

Cluster restore status

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

List of actions that are allowed.

integer As int64 As int64
backup_timestamp
Optional

Timestamp when backup was initiated in epoch millisecond

endpoints
Optional

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

string
id
Optional

Unique id for backup request

instructions
Optional

Instructions for users to reconcile Restore operations

array of string
not_allowed_actions
Optional
Constraints: default:

List of actions that are not allowed

integer As int64 As int64
restore_end_time
Optional

Timestamp when restore was completed in epoch millisecond

integer As int64 As int64
restore_start_time
Optional

Timestamp when restore was started in epoch millisecond

status
Optional

Overall restore process status

step
Optional

Restore step info

integer As int64 As int64
total_steps
Optional

Total number of steps in the entire restore process