全部产品
Search
文档中心

文件存储 CPFS:DescribeCpfsAccessPoints - 查询 CPFS 智算版接入点

更新时间:Aug 28, 2026

查询 CPFS 智算版 AccessPoint。

接口说明

查询 CPFS 智算版 AccessPoint。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

调试

授权信息

下表是API对应的授权信息,可以在RAM权限策略语句的Action元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:

  • 操作:是指具体的权限点。

  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。

  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:

    • 对于必选的资源类型,用前面加 * 表示。

    • 对于不支持资源级授权的操作,用全部资源表示。

  • 条件关键字:是指云产品自身定义的条件关键字。

  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。

操作

访问级别

资源类型

条件关键字

关联操作

nas:DescribeCpfsAccessPoints

list

*全部资源

*

请求语法

GET / HTTP/1.1

请求参数

名称

类型

必填

描述

示例值

RegionId

string

地域 ID。

cn-hangzhou

FileSystemId

string

文件系统 ID。

  • CPFS:必须以cpfs-开头,例如 cpfs-099394bd928c****。

  • CPFS 智算版:必须以bmcpfs-开头,例如 bmcpfs-290w65p03ok64ya**** 。

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:可用

  • Inactive:不可用

  • Pending:创建中

  • Deleting:删除中

说明

当状态为 Active 时才可以挂载文件系统。

Active

RootDirectory

object

根目录信息。

RootPath

string

根目录。

/path

RootPathStatus

string

当前根目录状态。

包括:

  • Unknown:rootpath 状态未知

  • NotExist:rootpath 不存在(可能被用户删除了)

  • Ready:rootpath 状态正常

Ready

TotalCount

integer

接入点总个数。

6

PageSize

integer

每页查询结果的个数。 取值范围:1~100。
默认值:10。

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. 指定的接入点不存在。

访问错误中心查看更多错误码。

变更历史

更多信息,参考变更详情