Queries NAS file systems.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ecd:DescribeNASFileSystems |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. You can call the DescribeRegions operation to query the regions where Elastic Desktop Service (EDS) is available. |
cn-hangzhou |
| OfficeSiteId |
string |
No |
The ID of the office network. |
cn-hangzhou+dir-363353**** |
| MaxResults |
integer |
No |
The number of entries to return on each page.
|
10 |
| NextToken |
string |
No |
The pagination token that is used in the next request to retrieve a new page of results. You do not need to specify this parameter for the first request. You must specify the token that is obtained from the previous query as the value of |
caeba0bbb2be03f84eb48b699f0a4883 |
| FileSystemId |
array |
No |
The IDs of the NAS file systems. |
04f314**** |
|
string |
No |
The ID of the NAS file system. |
04f314**** |
|
| MatchCompatibleProfile |
boolean |
No |
Specifies whether to return only NAS file systems that are compatible with User Profile Management (UPM). |
false |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| NextToken |
string |
The token for the next page of results. If this parameter is empty, no more results are available. |
caeba0bbb2be03f84eb48b699f0a4883 |
| RequestId |
string |
The request ID. |
269BDB16-2CD8-4865-84BD-11C40BC21DB0 |
| FileSystems |
array<object> |
The details of the NAS file systems. |
|
|
array<object> |
The details of a NAS file system. |
||
| Capacity |
integer |
The storage capacity of the NAS file system, in GiB.
|
10485760 |
| MountTargetStatus |
string |
The status of the mount target. Valid values:
|
Active |
| CreateTime |
string |
The creation time of the NAS file system. |
2021-05-10T11:39Z |
| OfficeSiteId |
string |
The ID of the office network. |
cn-hangzhou+dir-363353**** |
| SupportAcl |
boolean |
Indicates whether the Server Message Block (SMB) access control list (ACL) feature is supported. |
false |
| StorageType |
string |
The storage type of the NAS file system. Valid values:
|
Capacity |
| OfficeSiteName |
string |
The name of the office network. |
test |
| RegionId |
string |
The region ID. |
cn-hangzhou |
| FileSystemId |
string |
The ID of the NAS file system. |
04f314**** |
| FileSystemType |
string |
The type of the NAS file system. Currently, only the standard type is supported. The value is always Valid values:
|
standard |
| FileSystemName |
string |
The name of the NAS file system. |
testNAS |
| MeteredSize |
integer |
The amount of storage used by the NAS file system, in bytes. |
0 |
| MountTargetDomain |
string |
The domain name of the mount target. |
04f314****-at***.cn-hangzhou.nas.aliyuncs.com |
| Description |
string |
The description of the NAS file system. |
testDescription |
| ZoneId |
string |
The ID of the zone. |
cn-hangzhou-f |
| FileSystemStatus |
string |
The status of the NAS file system. Valid values:
|
Running |
| EncryptionEnabled |
boolean |
Indicates whether disk encryption is enabled. |
false |
| ProfileCompatible |
boolean |
Indicates whether the User Profile Management (UPM) feature is supported. |
false |
| DesktopGroups |
array<object> |
The computer pools associated with the UPM-supported NAS file system. |
|
|
object |
The details of a computer pool. |
||
| DesktopGroupId |
string |
The ID of the computer pool. |
dg-9eeyf15b25nyl**** |
| DesktopGroupName |
string |
The name of the computer pool. |
test_dg |
| Scene |
string |
The use case of the NAS file system. Valid values:
|
Upm |
| AppInstanceGroups |
array<object> |
The application delivery groups associated with the UPM-supported NAS file system. |
|
|
object |
The details of an application delivery group. |
||
| AppInstanceGroupId |
string |
The ID of the application delivery group. |
aig-0bz55ibznu9p7**** |
| AppInstanceGroupName |
string |
The name of the application delivery group. |
DemoDeliveryGroup |
| AllowOperateUserDrive |
boolean |
Note
This parameter is not publicly available. |
|
| SizeQuota |
integer |
||
| OfficeSites |
array<object> |
The office networks associated with the file system. |
|
|
object |
The office network. |
||
| OfficeSiteId |
string |
The ID of the office network. |
cn-hangzhou+dir-363353**** |
| OfficeSiteName |
string |
The name of the office network. |
DemoOfficeNetwork |
| ProductType |
string |
Examples
Success response
JSON format
{
"NextToken": "caeba0bbb2be03f84eb48b699f0a4883",
"RequestId": "269BDB16-2CD8-4865-84BD-11C40BC21DB0",
"FileSystems": [
{
"Capacity": 10485760,
"MountTargetStatus": "Active",
"CreateTime": "2021-05-10T11:39Z",
"OfficeSiteId": "cn-hangzhou+dir-363353****",
"SupportAcl": false,
"StorageType": "Capacity",
"OfficeSiteName": "test",
"RegionId": "cn-hangzhou",
"FileSystemId": "04f314****",
"FileSystemType": "standard",
"FileSystemName": "testNAS",
"MeteredSize": 0,
"MountTargetDomain": "04f314****-at***.cn-hangzhou.nas.aliyuncs.com",
"Description": "testDescription",
"ZoneId": "cn-hangzhou-f",
"FileSystemStatus": "Running",
"EncryptionEnabled": false,
"ProfileCompatible": false,
"DesktopGroups": [
{
"DesktopGroupId": "dg-9eeyf15b25nyl****",
"DesktopGroupName": "test_dg"
}
],
"Scene": "Upm",
"AppInstanceGroups": [
{
"AppInstanceGroupId": "aig-0bz55ibznu9p7****",
"AppInstanceGroupName": "DemoDeliveryGroup"
}
],
"AllowOperateUserDrive": false,
"SizeQuota": 0,
"OfficeSites": [
{
"OfficeSiteId": "cn-hangzhou+dir-363353****",
"OfficeSiteName": "DemoOfficeNetwork"
}
],
"ProductType": ""
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.