CreateFileserver

Creates a vault for the currently logged in user.

WARNING!:
The output besides the status code should not be used and is deprecated.

Authentication Methods


  • With a username and password
  • With AMS username and password
Input Parameter Type Description
Token String Security token
FileserverLabel String Fileserver label
StorageNode String StorageNode ID (as in .ini file)
ReadOnly Boolean True for a readonly fileserver
Quota Integer Value in MB
Note: Only for ams and partner accounts
QuotaWarningLevel Integer Value in MB
Note: Only for ams and partner accounts
StorageBackend String Optional, supply SolFS for using server side encryption
Output Parameter Type Description
FileServer FileServer FileServer object containing the info about the passed fileserver

EXAMPLES

curl 'https://nomadesk.com/ctrller/api.php?Token=cn1pm6qc7gf9qhmjbn5649fl74&Task=CreateFileserver&FileserverLabel=newfileserver3'

RESPONSE

<Response>
    <Status>1</Status>
    <Message></Message>
</Response>