Initiate Cluster Restore
Start the restore of an NSX cluster, from some previously backed-up configuration. This operation is only valid when a GET cluster/restore/status returns a status with value NOT_STARTED. Otherwise, a 409 response is returned.
{
"ip_address": "string",
"ipv6_address": "string",
"node_id": "string",
"timestamp": 0
}
IP address or FQDN of the node from which the backup was taken
IPv6 address or FQDNv6 of the node which would be used for the restoration. This should be same as the one on which backup was taken
Unique id of the backed-up configuration from which the appliance will be restored
Timestamp of the backed-up configuration from which the appliance will be restored
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 '{}' https://{api_host}/api/v1/cluster/restore?action=start