Restore settings

Perform Manager database restore.

Request

Security

Table 1. Roles capable of executing the systemRestore API method
Any     Storage Account Administrator  
Super User   Vault Provisioner  
System Administrator   Elastic Device Provisioner  
Security Officer     Service Account  
Operator        

HTTP method

POST /manager/api/json/1.0/systemRestore.adm HTTP/1.1 Host:{manager.dsnet} password={password}&usingGlobalEncryptionPassword={true|false}&encryptionPassword={encryptionPassword}&file={No file chosen|file}

Curl method

curl -u {username}:{password} -k ”https://{manager.dsnet}/manager/api/{apiResponseType}/1.0/systemRestore.adm" -d "password={password}&usingGlobalEncryptionPassword={true|false}&encryptionPassword={encryptionPassword}&file={No file chosen|file}"

Parameters

Table 2. Request parameters for the System Restore API method
Parameter Type Usage Default Description
password String Required   Password of the user making the request.
usingGlobalEncryptionPassword Boolean Required true Backup encryption password configured during the initial backup.
encryptionPassword String Optional   One-time backup encryption password.
file File Required No file chosen Backup file to perform restore.