Query Cluster Restore Status
Returns status information for the specified NSX cluster restore request.
restore_component
OK
{
"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
}
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
Forbidden
"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
Service Unavailable
"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 -H 'Authorization: <value>' https://{api_host}/api/v1/cluster/restore/status