All Products
Search
Document Center

Elastic High Performance Computing:ListAvailableFileSystems

Last Updated:May 07, 2025

Queries the file systems that can be attached in a region.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
ehpc:ListAvailableFileSystemslist
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
PageNumberintegerNo

The page number of the page to return. Page starts from page 1. Default value: 1

1
PageSizeintegerNo

The number of entries per page. Valid values: 1 to 50. Default value: 10

10

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

BF4E8AB1-02A3-5ECF-87CC-3AB7BE98**
TotalCountinteger

The total number of entries returned.

65
PageSizeinteger

The number of entries per page.

10
PageNumberinteger

The page number.

1
FileSystemListarray<object>

The file systems.

FileSystemListsobject

The information about the file system.

FileSystemIdstring

The ID of the file system.

2fa0248***
FileSystemTypestring

The type of the file system. Valid values:

  • standard: general-purpose network-attached storage (NAS) file system
  • extreme: extreme NAS file system
cpfs
Statusstring

The state of the file system. Valid values:

  • Pending: The file system is processing a task.
  • Running: The file system is available. You can perform subsequent operations, such as creating a mount target, only when the file system is in the Running state.
  • Stopped: The file system is unavailable.
  • Extending: The file system is being scaled out.
  • Stopping: The file system is being stopped.
  • Deleting: The file system is being deleted.
Running
ProtocolTypestring

The protocol type of the file system. Valid values:

  • nfs
  • smb
  • cpfs
cpfs
CreateTimestring

The time when the file system was created.

2024-7-29 15:43:53
MountTargetListarray<object>

The mount targets of the file system.

MountTargetListobject

The information about the mount target.

VpcIdstring

The virtual private cloud (VPC) ID.

vpc-8vbvb34rtyh6xb3zrehs1****
MountTargetDomainstring

The address of the mount target.

c0967****.cn-hangzhou.cpfs.nas.aliyuncs.com
Statusstring

The state of the mount target. Valid values:

  • Active: The mount target is available.
  • Inactive: The mount target is unavailable.
  • Pending: The mount target is being mounted.
  • Deleting: The mount target is being deleted.
Active
VSwitchIdstring

The vSwitch ID.

vsw-2ze0c41hwu7lc29ris***
NetworkTypestring

The network type. Valid values: Valid values:

  • vpc
vpc
StorageTypestring

The storage type of the file system.

  • Valid values if FileSystemType is set to standard: Capacity and Performance.
  • Valid values if FileSystemType is set to extreme: standard and advance.
Performance
VpcIdstring

The VPC ID.

vpc-bp132kgui8n0targb****

Examples

Sample success responses

JSONformat

{
  "RequestId": "BF4E8AB1-02A3-5ECF-87CC-3AB7BE98**",
  "TotalCount": 65,
  "PageSize": 10,
  "PageNumber": 1,
  "FileSystemList": [
    {
      "FileSystemId": "2fa0248***",
      "FileSystemType": "cpfs",
      "Status": "Running",
      "ProtocolType": "cpfs",
      "CreateTime": "2024-7-29 15:43:53",
      "MountTargetList": [
        {
          "VpcId": "vpc-8vbvb34rtyh6xb3zrehs1****",
          "MountTargetDomain": "c0967****.cn-hangzhou.cpfs.nas.aliyuncs.com",
          "Status": "Active",
          "VSwitchId": "vsw-2ze0c41hwu7lc29ris***",
          "NetworkType": "vpc"
        }
      ],
      "StorageType": "Performance",
      "VpcId": "vpc-bp132kgui8n0targb****"
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParamsThe specified parameter %s is invalid.The specified parameter %s is invalid.
404ClusterNotFoundThe specified cluster does not exist.The specified instance does not exist.
406NasErrorNAS API request failed.Failed to request the NAS interface.
406EcsErrorAn error occurred while calling the ECS API operation.ECS API call error. %s
406AliyunErrorAn Alibaba Cloud product error occurred.Alibaba Cloud product error. %s
503ServiceUnavailableThe request has failed due to a temporary failure of the serverThe request has failed due to a temporary failure of the server.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history