Queries access points of CPFS for Lingjun.
Operation description
Queries access points of CPFS for Lingjun.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
nas:DescribeCpfsAccessPoints |
list |
*All Resource
|
None | None |
Request syntax
GET / HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. |
cn-hangzhou |
| FileSystemId |
string |
Yes |
The file system ID.
|
bmcpfs-290rg9crq96m362ups2 |
| AccessPointId |
string |
No |
The access point ID. |
ap-ie15yd**** |
| PageSize |
integer |
No |
The number of results per query. Valid values: 1 to 100. Default value: 10. |
10 |
| PageNumber |
integer |
No |
The page number of the list. |
1 |
|
No |
The list of CPFS access point tags. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The request was successful. |
||
| RequestId |
string |
The request ID. |
A323836B-5BC6-45A6-8048-60675C23**** |
| AccessPoints |
array<object> |
The access point information. |
|
|
array<object> |
The access point information. |
||
| RegionId |
string |
The region ID. |
cn-hangzhou |
| ARN |
string |
The Alibaba Cloud Resource Name (ARN) of the access point. |
acs:nas:cn-hangzhou:178321033379****:accesspoint/ap-ie15yd**** |
| AccessPointId |
string |
The access point ID. |
ap-ie15y***** |
| Description |
string |
The description of the access point. |
Description |
| FileSystemId |
string |
The file system ID. |
bmcpfs-290r9c75fnb0il8d8v1 |
| CreateTime |
string |
The time when the access point was created. The time follows the ISO 8601 standard in UTC. Format: yyyy-MM-ddTHH:mm:ssZ. |
2026-03-28T06:32:14Z |
| ModifyTime |
string |
The time when the access point was last modified. The time follows the ISO 8601 standard in UTC. Format: yyyy-MM-ddTHH:mm:ssZ. |
2025-03-28T06:32:14Z |
| Status |
string |
The current status of the access point. Valid values:
Note
You can mount the file system only when the status is Active. |
Active |
| RootDirectory |
object |
The root directory information. |
|
| RootPath |
string |
The root directory. |
/path |
| RootPathStatus |
string |
The current status of the root directory. Valid values:
|
Ready |
| Tags |
array<object> |
The list of CPFS access point tags. |
|
|
object |
The CPFS access point tag. |
||
| Key |
string |
The key of the CPFS access point tag. |
TestKey |
| Value |
string |
The value of the CPFS access point tag. |
TestValue |
| TotalCount |
integer |
The total number of access points. |
6 |
| PageSize |
integer |
The number of results per page.
Valid values: 1 to 100. |
10 |
| PageNumber |
integer |
The page number of the list. |
1 |
Examples
Success response
JSON format
{
"RequestId": "A323836B-5BC6-45A6-8048-60675C23****",
"AccessPoints": [
{
"RegionId": "cn-hangzhou",
"ARN": "acs:nas:cn-hangzhou:178321033379****:accesspoint/ap-ie15yd****",
"AccessPointId": "ap-ie15y*****\n",
"Description": "Description",
"FileSystemId": "bmcpfs-290r9c75fnb0il8d8v1",
"CreateTime": "2026-03-28T06:32:14Z",
"ModifyTime": "2025-03-28T06:32:14Z",
"Status": "Active",
"RootDirectory": {
"RootPath": "/path",
"RootPathStatus": "Ready"
},
"Tags": [
{
"Key": "TestKey",
"Value": "TestValue"
}
]
}
],
"TotalCount": 6,
"PageSize": 10,
"PageNumber": 1
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidRequest | The request is invalid. | Invalid request |
| 400 | InvalidParameter.FileSystem | Invalid FileSystem in ResourceIds. | The file system in the ResourceIds is invalid. |
| 400 | InvalidFilesystemType.NotSupport | This Api does not support this fileSystem type. | The current interface does not support this type of file system. |
| 400 | FeatureOrAPI.NotSupported | The Feature/API is not supported in this region now. | This feature or API is not currently supported in this region. |
| 403 | Forbbiden.Ram | User not authorized to operate on the specified resource, or this API doesn't support RAM. | The user is not authorized to operate the specified resource, or the API does not support RAM. |
| 404 | InvalidAccessPoint.NotFound | The specified AccessPoint does not exist. | The specified access point does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.