NSX-T Data Center REST API

Retry any failed restore operation

Retry currently failed restore operation due to incorrect passphrase.
User needs to call this api after passphrase is corrected in Backup config.
This operation is only valid when a
GET cluster/restore/status returns a status with value FAILED. Otherwise,
a 409 response is returned.
Calling this api without passphrase update will result in restore failure due to bad passphrase.

Request:

Method:
POST
URI Path(s):
/policy/api/v1/cluster/restore/action/retry_with_updated_config
/api/v1/cluster/restore/action/retry_with_updated_config
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ClusterRestoreStatus+

Example Response:

{ "id": "86e81e05-bc3c-4216-a0a2-3bf46ece68a3", "backup_timestamp": 1435298084391, "restore_start_time": 1483463180963, "restore_end_time": null, "step": { "step_number": 0, "value": "ValidateRestoreFiles", "description": "Validate restore files" "status": { "value": "RUNNING", "description": "Step is running" } }, "status": { "value": "RUNNING", "description": "Restore process is running." } "total_steps": 31, "endpoints": [], "instructions": [ { "id": "f5ae34d0-0b34-4e5e-8be5-db8fa17e4243", "actions": [], "fields": [] } ], "not_allowed_actions": [], "allowed_actions": [] }

Required Permissions:

crud

Feature:

utilities_backup

Additional Errors: