Queries the details of an access point.
Operation description
Only General-purpose NAS NFS file systems support this feature.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
nas:DescribeAccessPoint |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| FileSystemId |
string |
Yes |
The file system ID. |
31a8e4**** |
| AccessPointId |
string |
Yes |
The access point ID. |
ap-ie15yd**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3**** |
| AccessPoint |
object |
The access point information. |
|
| ARN |
string |
The access point ARN. |
acs:nas:cn-hangzhou:178321033379****:accesspoint/ap-ie15yd**** |
| AccessGroup |
string |
The permission group name. |
test |
| AccessPointId |
string |
The access point ID. |
ap-ie15yd**** |
| AccessPointName |
string |
The access point name. |
test |
| CreateTime |
string |
The time when the access point was created. |
1709619668276167 |
| DomainName |
string |
The access point domain name. |
ap-ie15ydanoz.001014****-w****.cn-hangzhou.nas.aliyuncs.com |
| EnabledRam |
boolean |
Indicates whether the RAM policy is enabled. |
false |
| FileSystemId |
string |
The file system ID. |
31a8e4**** |
| ModifyTime |
string |
The time when the access point was last modified. |
1709619668276167 |
| RootPathPermission |
object |
The permissions for creating the root directory. |
|
| OwnerGroupId |
integer |
The file group ID. |
123 |
| OwnerUserId |
integer |
The file owner ID. |
1 |
| Permission |
string |
The POSIX permission. |
0755 |
| PosixUser |
object |
The POSIX user. |
|
| PosixGroupId |
integer |
The POSIX user group ID. |
12 |
| PosixUserId |
integer |
The POSIX user ID. |
123 |
| PosixSecondaryGroupIds |
array |
The secondary user group ID. |
|
|
integer |
The secondary user group ID. |
[123,123] |
|
| RootPath |
string |
The root directory. |
/ |
| RootPathStatus |
string |
The current root directory status. Valid values:
|
2 |
| Status |
string |
The current access point status. Valid values:
|
Active |
| VSwitchId |
string |
The vSwitch ID. |
vsw-2zevmwkwyztjuoffg**** |
| VpcId |
string |
The VPC ID. The VPC must be the same as the VPC of the Elastic Computing Service (ECS) server to which you want to mount the file system. |
vpc-2zesj9afh3y518k9o**** |
| Tags |
array<object> |
The list of access point tags. |
|
|
object |
The list of access point tags. |
||
| Key |
string |
The tag key. |
TestKey |
| Value |
string |
The tag value. |
TestValue |
| RegionId |
string |
The region ID. |
cn-hangzhou |
| AgenticSpaceId |
string |
AgenticSpace Id。 |
agentic-229oypxjgpau2**** |
| CreateTimeUtc |
string |
The time when the AgenticSpace was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. |
2026-06-10T10:08:08Z |
| ModifyTimeUtc |
string |
The time when the AgenticSpace was last modified. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. |
2026-06-10T10:08:08Z |
Examples
Success response
JSON format
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****",
"AccessPoint": {
"ARN": "acs:nas:cn-hangzhou:178321033379****:accesspoint/ap-ie15yd****",
"AccessGroup": "test\n",
"AccessPointId": "ap-ie15yd****\n",
"AccessPointName": "test",
"CreateTime": "1709619668276167",
"DomainName": "ap-ie15ydanoz.001014****-w****.cn-hangzhou.nas.aliyuncs.com",
"EnabledRam": false,
"FileSystemId": "31a8e4****",
"ModifyTime": "1709619668276167",
"RootPathPermission": {
"OwnerGroupId": 123,
"OwnerUserId": 1,
"Permission": "0755"
},
"PosixUser": {
"PosixGroupId": 12,
"PosixUserId": 123,
"PosixSecondaryGroupIds": [
0
]
},
"RootPath": "/",
"RootPathStatus": "2",
"Status": "Active",
"VSwitchId": "vsw-2zevmwkwyztjuoffg****",
"VpcId": "vpc-2zesj9afh3y518k9o****",
"Tags": [
{
"Key": "TestKey",
"Value": "TestValue"
}
],
"RegionId": "cn-hangzhou",
"AgenticSpaceId": "agentic-229oypxjgpau2****",
"CreateTimeUtc": "2026-06-10T10:08:08Z",
"ModifyTimeUtc": "2026-06-10T10:08:08Z"
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | InvalidAccessPointId.NotFound | The access point id does not exist. | The specified APid does not exist. |
| 404 | InvalidFileSystem.NotFound | The specified file system does not exist. | The specified file system does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.