Queries the information about File Storage NAS (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 list of regions where Elastic Desktop Service (EDS) Enterprise 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. Maximum value: 100. Default value: 10. | 10 |
NextToken | string | No | The token that determines the start point of the query. | 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 include only NAS file systems that support the User Profile Management (UPM) feature in the query results. | false |
Response elements
Element | Type | Description | Example |
object | The response parameters. | ||
NextToken | string | The token that determines the start point of the next query. This parameter is empty if no additional results exist. | caeba0bbb2be03f84eb48b699f0a4883 |
RequestId | string | The ID of the request. | 269BDB16-2CD8-4865-84BD-11C40BC21DB0 |
| FileSystems | array<object> | The NAS file systems. | |
array<object> | The NAS file system. | ||
Capacity | integer | The total capacity of the NAS file system. Unit: GiB.
| 10485760 |
MountTargetStatus | string | The status of the mount target. Valid values:
| Active |
CreateTime | string | The time when the NAS file system was created. | 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 was enabled. | 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 ID of the region. | cn-hangzhou |
FileSystemId | string | The ID of the NAS file system. | 04f314**** |
FileSystemType | string | The type of the NAS file system. Valid values:
| standard |
FileSystemName | string | The name of the NAS file system. | testNAS |
MeteredSize | integer | The used capacity of the NAS file system. Unit: 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 where the NAS file system resides. | 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 cloud computer shares that are associated with the UPM-supported NAS file systems. | |
object | The cloud computer share. | ||
DesktopGroupId | string | The ID of the cloud computer share. | dg-9eeyf15b25nyl**** |
DesktopGroupName | string | The name of the cloud computer share. | test_dg |
Scene | string | The storage type of the NAS file system. Valid values:
| Upm |
| AppInstanceGroups | array<object> | The application delivery groups that are associated with the UPM-supported NAS file systems. | |
object | The application delivery group that is associated with the UPM-supported NAS file system. | ||
AppInstanceGroupId | string | The ID of the delivery group. | aig-0bz55ibznu9p7**** |
AppInstanceGroupName | string | The name of the delivery group. | DemoDeliveryGroup |
AllowOperateUserDrive | boolean | Note This parameter is not publicly available. | |
| OfficeSites | array<object> | The office networks. | |
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 |
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,
"OfficeSites": [
{
"OfficeSiteId": "cn-hangzhou+dir-363353****",
"OfficeSiteName": "DemoOfficeNetwork"
}
]
}
]
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.