Internal: Storage: UpdateFileserver
UpdateFileserver
Updates the fileserver settings
Input Parameter | Type | Description |
---|---|---|
FileserverName* | String | Account nmua |
FileserverLabel* | String | |
Quota | Integer | |
QuotaWarningLevel | Integer | |
ResetIndex | Boolean | sets the FilesystemIndex for this vault on "Incomplete" |
Output Parameter | Type | Description |
---|---|---|
Success | Boolean | True or false |
*=required
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/storage/api.php?Task=UpdateFileserver&FileserverName=nmua000001&Unicode=false&AllowManualRevisions=true'
RESPONSE
<Response>
<Status>1</Status>
<Message></Message>
</Response>