Advance Cluster Restore
Advance any currently suspended restore operation. The operation might have been suspended because (1) the user had suspended it previously, or (2) the operation is waiting for user input, to be provided as a part of the POST request body. This operation is only valid when a GET cluster/restore/status returns a status with value SUSPENDED. Otherwise, a 409 response is returned.
Show optional properties
{
"data": [
{
"resources": [
{}
]
}
]
}
{
"data": [
{
"id": "string",
"resources": [
{
"is_valid": false,
"target_display_name": "string",
"target_id": "string",
"target_type": "string",
"selected": false
}
]
}
]
}
List of instructions and their associated data
OK
"ClusterRestoreStatus Object"
List of actions that are allowed.
Timestamp when backup was initiated in epoch millisecond
The list of allowed endpoints, based on the current state of the restore process
Unique id for backup request
Instructions for users to reconcile Restore operations
List of actions that are not allowed
Timestamp when restore was completed in epoch millisecond
Timestamp when restore was started in epoch millisecond
Overall restore process status
Restore step info
Total number of steps in the entire restore process
Conflict
"ClusterRestoreStatus Object"
List of actions that are allowed.
Timestamp when backup was initiated in epoch millisecond
The list of allowed endpoints, based on the current state of the restore process
Unique id for backup request
Instructions for users to reconcile Restore operations
List of actions that are not allowed
Timestamp when restore was completed in epoch millisecond
Timestamp when restore was started in epoch millisecond
Overall restore process status
Restore step info
Total number of steps in the entire restore process
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"data":["object"]}' https://{api_host}/api/v1/cluster/restore?action=advance