Storage: Revisions: RestoreFolderRevision
RestoreRevision
Restores a folder and its contents to a certain point in time.
The path where the folder will be restored can not contain a folder with the same name.
Authentication Methods
- With a username and password
Input Parameter | Type | Description |
---|---|---|
Token* | String | Security token |
FileserverName* | String | Vault name |
Date* | UnixTime | Revision Date |
Source* | String | Directory where the folder originated from |
Path* | String | Folder where the revision will be restored |
Output Parameter | Type | Description |
---|---|---|
Success | Status | Returns status code |
EXAMPLES
curl -v 'https://storage.example.com/storage/api.php?Token=ms28lbbsql627i3ftmoq2j00q2&Task=RestoreFolderRevision&Path=/RestoreFolderHere&Date=1434103200&Source=/Main/&FileserverName=nmsa000000000009'
RESPONSE
<Response>
<Status>1</Status>
<Message></Message>
<TaskID>KJHKJH-KJHKJH-YTYKL-JKHKJK-ZZIXBE</TaskID>
</Response>