NSX-T Data Center REST API
Advance any suspended restore operation
Advance any currently suspended restore operation. The operation mighthave 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.
Request:
Method:
POST
URI Path(s):
/policy/api/v1/cluster/restore?action=advance
/api/v1/cluster/restore?action=advance
/api/v1/cluster/restore?action=advance
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
AdvanceClusterRestoreRequest+
Example Request:
{ "data": [ { "id": "423F4EBE-7D65-D782-4B7B-BD3EDEF111A4", "resources": [ { "target_type": "LogicalSwitch", "target_display_name": "zone3LS", "is_valid": true, "target_id": "983B5FB6-C4E9-4FC9-81DC-1B27D5D09EC9", "selected": true }, { "target_type": "LogicalSwitch", "target_display_name": "zone4LS", "is_valid": true, "target_id": "86f2b632-2d0e-46f2-9527-5baea8e273cd", "selected": true } ] }, { "id": "52113C04-489E-4D47-B3FB-F3573155B24E", "resources": [ { "target_type": "TransportNode", "target_display_name": "zone3TN", "is_valid": true, "target_id": "86f2b632-2d0e-46f2-9527-5baea8e273cd", "selected": true } ] } ] }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ClusterRestoreStatus+