Restore

Restore

Start Restore

This API is asynchronous.

Sample request 

Start the restore on the controller.

POST /sdn/v2.0/restore

There is no request body for this API.

Sample response 

There is no response data for this API

Response codes 

  • Normal: Accepted (202)

  • Error: Unauthorized (401), Not Found (404), Bad Method (405), Precondition Failed (412), Service Unavailable (503)

Restore/status

Get restore status

Sample request 

Get the status of the restore

GET /sdn/v2.0/restore/status

There is no request body for this API.

Sample response 

IN_PROGRESS, FAILED, SUCCESS

Response codes 

  • Normal: OK (200)

  • Error: Unauthorized (401), Not Found (404), Bad Method (405), Service Unavailable (503)

Restore/backup

Upload backup

Sample request 

Upload a backup file to the controller to be used for the restore.

POST /sdn/v2.0/restore/backup

There is no request body for this API.

Sample response 

There is no response data for this API

Response codes 

  • Normal: OK (200)

  • Error: Unauthorized (401), Not Found (404), Bad Method (405), Precondition Failed (412), Service Unavailable (503)