查询 CPFS 智算版 AccessPoint。
接口说明
查询 CPFS 智算版 AccessPoint。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
nas:DescribeCpfsAccessPoints |
list |
*全部资源
|
无 | 无 |
请求语法
GET / HTTP/1.1
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| RegionId |
string |
是 |
地域 ID。 |
cn-hangzhou |
| FileSystemId |
string |
是 |
文件系统 ID。
|
bmcpfs-290rg9crq96m362ups2 |
| AccessPointId |
string |
否 |
接入点 ID。 |
ap-ie15yd**** |
| PageSize |
integer |
否 |
每次查询结果的个数。 取值范围:1~100。 默认值:10。 |
10 |
| PageNumber |
integer |
否 |
列表的分页页码。 |
1 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
查询成功 |
||
| RequestId |
string |
请求 ID。 |
A323836B-5BC6-45A6-8048-60675C23**** |
| AccessPoints |
array<object> |
接入点信息。 |
|
|
array<object> |
接入点信息。 |
||
| RegionId |
string |
地域 ID。 |
cn-hangzhou |
| ARN |
string |
接入点 ARN。 |
acs:nas:cn-hangzhou:178321033379****:accesspoint/ap-ie15yd**** |
| AccessPointId |
string |
接入点 ID。 |
ap-ie15y***** |
| Description |
string |
接入点描述信息。 |
Description |
| FileSystemId |
string |
文件系统 ID。 |
bmcpfs-290r9c75fnb0il8d8v1 |
| CreateTime |
string |
接入点的创建时间。按照 ISO 8601 标准表示,并使用 UTC 时间。格式为:yyyy-MM-ddTHH:mm:ssZ。 |
2026-03-28T06:32:14Z |
| ModifyTime |
string |
接入点的修改时间 。按照 ISO 8601 标准表示,并使用 UTC 时间。格式为:yyyy-MM-ddTHH:mm:ssZ。 |
2025-03-28T06:32:14Z |
| Status |
string |
当前接入点状态。 包括:
说明
当状态为 Active 时才可以挂载文件系统。 |
Active |
| RootDirectory |
object |
根目录信息。 |
|
| RootPath |
string |
根目录。 |
/path |
| RootPathStatus |
string |
当前根目录状态。 包括:
|
Ready |
| TotalCount |
integer |
接入点总个数。 |
6 |
| PageSize |
integer |
每页查询结果的个数。
取值范围:1~100。 |
10 |
| PageNumber |
integer |
列表的分页页码。 |
1 |
示例
正常返回示例
JSON格式
{
"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"
}
}
],
"TotalCount": 6,
"PageSize": 10,
"PageNumber": 1
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | InvalidRequest | The request is invalid. | 请求无效。 |
| 400 | InvalidParameter.FileSystem | Invalid FileSystem in ResourceIds. | |
| 400 | InvalidFilesystemType.NotSupport | This Api does not support this fileSystem type. | 当前接口不支持该类型文件系统。 |
| 400 | FeatureOrAPI.NotSupported | The Feature/API is not supported in this region now. | |
| 403 | Forbbiden.Ram | User not authorized to operate on the specified resource, or this API doesn't support RAM. | 用户没有授权去操作指定的资源,或者此API不支持RAM。 |
| 404 | InvalidAccessPoint.NotFound | The specified AccessPoint does not exist. | 指定的接入点不存在。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。