Internal: Storage: GetFileserverInfo
GetFileserverInfo
This API method is accessable when using IP authentication.
Input Parameter | Type | Description |
---|---|---|
Token* | String | Security token |
FileServerName* | String | FileServer name |
Output Parameter | Type | Description |
---|---|---|
FileServer | FileServer | FileServer object containing the info about the passed fileserver |
*=required
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/storage//storage/api.php?Email=gm001@nomadesk.com&Password=ldkjqsldksjqd&FileserverName=nmsa000000000002&Task=GetFileserverInfo'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
<Fileservers>
<Fileserver>
<Name>nmsa000000000002</Name>
<FileserverPath>/data/681/34/14/nmsa000000000002/data/</FileserverPath>
<Size>440380</Size>
<LastUpdateDstamp>2014-03-18 10:34:05</LastUpdateDstamp>
<StorageType>Filesystem</StorageType>
</Fileserver>
</Fileservers>
</Response>