GET api_v2/CloudFileStorageServers/GetMountInfo?userName={userName}
Получить параметры маунта диска для пользователя
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
userName | Логин пользователя |
Define this parameter in the request URI. |
Response Information
Параметры маунта диска для пользователя
Response body formats
application/xml, text/xml
Sample:
<Result> <IsDefaultStorage>true</IsDefaultStorage> </Result>
application/json, text/json
Sample:
{ "IsDefaultStorage": true }