Controller: Vault Management: GetManagedGroupFileservers
GetManagedGroupFileservers
Retuns all the Fileservers you own, including those created by your managed users and you do not have access on yet.
Authentication Methods
- With a username and password
Input Parameter | Type | Description |
---|---|---|
Token* | String | Security token. *Note: Required when using a partner account. |
ExtendedInfo | Boolean | Return additional information about links and size |
Output Parameter | Type | Description |
-- | -- | -- |
Success | Boolean | True or false |
*=required
EXAMPLES
curl 'https://secure.nomadesk.com/ctrller/api.php? &Token=7k46s2cq1pl0invvv5sdt3m7a3&Task=GetManagedGroupFileservers&ExtendedInfo=true'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
<Fileservers>
<Fileserver>
<Name>nmsa000001</Name>
<Label>Vault-001</Label>
<Owner>
<Name>nmua000001</Name>
<Email>user01@example.com</Email>
<FirstName>user</FirstName>
<LastName>01</LastName>
</Owner>
<Admin>
<Name>nmua000001</Name>
<Email>user01@example.com</Email>
<FirstName>user</FirstName>
<LastName>01</LastName>
</Admin>
<StorageApiUrl>https://secure001.nomadesk.com/storage/api.php</StorageApiUrl>
<GuestCount>2</GuestCount>
<FileLinkCount>0</FileLinkCount>
<FolderLinkCount>0</FolderLinkCount>
<WidgetCount>0</WidgetCount>
<Size>0</Size>
<LastUpdated>2014-12-18 12:14:24</LastUpdated>
</Fileserver>
<Fileserver>
<Name>nmsa000002</Name>
<Label>Vault-002</Label>
<Owner>
<Name>nmua000001</Name>
<Email>user01@example.com</Email>
<FirstName>user</FirstName>
<LastName>01</LastName>
</Owner>
<Admin>
<Name>nmua000002</Name>
<Email>user02@example.com</Email>
<FirstName>user</FirstName>
<LastName>02</LastName>
</Admin>
<StorageApiUrl>https://secure001.nomadesk.com/storage/api.php</StorageApiUrl>
<GuestCount>0</GuestCount>
<FileLinkCount>0</FileLinkCount>
<FolderLinkCount>0</FolderLinkCount>
<WidgetCount>0</WidgetCount>
<Size>0</Size>
<LastUpdated>2014-12-18 12:14:24</LastUpdated>
</Fileserver>
</Fileservers>
</Response>