RestoreServer
The RestoreServer
action restores a server’s state from a backup created by the BackupServer
action.
NOTE: After using the RestoreServer
action, you must restart the server.
Type: Synchronous
Parameter Name | Description |
---|---|
ActionID | A string to use to identify an ACI action. |
Filename | The path of the backup file. |
Example
http://host:port/action=RestoreServer&filename=./backups/filename.zip
Response
<autnresponse xmlns:autn="http://schemas.autonomy.com/aci/"> <action>RESTORESERVER</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>