Queries the information about the Apsara File Storage NAS (NAS) file systems.
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | Yes |
The ID of the region. |
cn-hangzhou |
OfficeSiteId | string | No |
The ID of the workspace. |
cn-hangzhou+dir-363353**** |
MaxResults | integer | No |
The number of entries to return on each page.
|
10 |
NextToken | string | No |
The token that determines the start point of the query. Set the value to the NextToken value that is returned from the last call. |
caeba0bbb2be03f84eb48b699f0a4883 |
FileSystemId | array | No |
The IDs of the NAS file systems. |
|
string | No |
The ID of the NAS file system. |
04f314**** | |
MatchCompatibleProfile | boolean | No |
Specifies whether to filter NAS file systems that only support the user profile management (UPM) feature. |
false |
Response parameters
Example
Normal return example
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": true,
"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": true,
"ProfileCompatible": true,
"DesktopGroups": [
{
"DesktopGroupId": "dg-9eeyf15b25nyl****",
"DesktopGroupName": "test_dg"
}
]
}
]
}
Error codes
For a list of error codes, visit the API error center.