ChangeFileserverInfo

Updates the information for a Fileserver for the parameters you’ve passed.

Do not pass or leave the params empty when you do not wish to change them.

Note: Only for AMS and Partner users.

Authentication Methods


  1. With AMS username and password
Input Parameter Type Description
Token String Security token
FileserverName String FileServer name
Quota Integer Value in MB
QuotaWarningLevel Integer Value in MB
Output Parameter Type Description
Success Boolean True if success, false if failed
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&Task=ChangeFileserverInfo&FileserverName=nmsa000001&Quota=1024&QuotaWarningLevel=1024'
RESPONSE
<Response>
    <Status>1</Status>
    <Message></Message>
</Response>