All Products
Search
Document Center

File Storage NAS:CreateAccessPoint

Last Updated:Nov 07, 2024

Creates an access point.

Operation description

  • After you call the CreateAccessPoint operation, an access point is not immediately created. Therefore, after you call the CreateAccessPoint operation successfully, call the DescribeAccessPoints or DescribeAccessPoint operation to query the status of the access point. If the status is Active, mount the file system. Otherwise, the file system may fail to be mounted.
  • Only General-purpose Network File System (NFS) file systems support access points.
  • If you want to call the EnabledRam operation to enable a Resource Access Management (RAM) policy, you must configure the corresponding RAM permissions. For more information, see Manage endpoints.

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:
    • The required resource types are displayed in bold characters.
    • 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
nas:CreateAccessPointcreate
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
FileSystemIdstringYes

The ID of the file system.

31a8e4****
AccessGroupstringYes

The name of the permission group.

This parameter is required for a General-purpose File Storage NAS (NAS) file system.

The default permission group for virtual private clouds (VPCs) is named DEFAULT_VPC_GROUP_NAME.

DEFAULT_VPC_GROUP_NAME
VswIdstringYes

The vSwitch ID.

vsw-2zevmwkwyztjuoffg****
VpcIdstringYes

The VPC ID.

vpc-2zesj9afh3y518k9o****
AccessPointNamestringNo

The name of the access point.

test
RootDirectorystringNo

The root directory of the access point. The default value is /. If the directory does not exist, you must also specify the OwnerUserId and OwnerGroupId parameters.

/
EnabledRambooleanNo

Specifies whether to enable the RAM policy. Valid values:

  • true: The RAM policy is enabled.
  • false (default): The RAM policy is disabled.
Note After the RAM policy is enabled for access points, no RAM user is allowed to use access points to mount and access data by default. To use access points to mount and access data as a RAM user, you must grant the related access permissions to the RAM user. If the RAM policy is disabled, access points can be anonymously mounted. For more information about how to configure permissions on access points, see Configure a policy for the access point.
false
OwnerUserIdintegerNo

The owner ID.

This parameter is required if the RootDirectory directory does not exist.

1
OwnerGroupIdintegerNo

The ID of the owner group.

This parameter is required if the RootDirectory directory does not exist.

1
PermissionstringNo

The Portable Operating System Interface for UNIX (POSIX) permission. Default value: 0777.

This field takes effect only if you specify the OwnerUserId and OwnerGroupId parameters.

0777
PosixUserIdintegerNo

The ID of the POSIX user.

123
PosixGroupIdintegerNo

The ID of the POSIX user group.

123
PosixSecondaryGroupIdsstringNo

The secondary user group. Separate multiple user group IDs with commas (,).

123,345

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

98696EF0-1607-4E9D-B01D-F20930B6****
AccessPointobject

The access point.

AccessPointDomainstring

The domain name of the access point.

ap-ie15ydanoz.001014****-w****.cn-hangzhou.nas.aliyuncs.com
AccessPointIdstring

The ID of the access point.

ap-ie15yd****

Examples

Sample success responses

JSONformat

{
  "RequestId": "98696EF0-1607-4E9D-B01D-F20930B6****\n",
  "AccessPoint": {
    "AccessPointDomain": "ap-ie15ydanoz.001014****-w****.cn-hangzhou.nas.aliyuncs.com",
    "AccessPointId": "ap-ie15yd****"
  }
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidRequestThe request is invalid.Invalid request
403InvalidProtocolType.NotSupportedThe specified protocol type does not supported.-
403InvalidRamRole.NotExistThe specified RAM role does not exist.The specified RAM role does not exist.
403InvalidRamRole.NoPermissionThe specified RAM role does not have sufficient permission.The specified RAM role does not have sufficient permission.
403OperationDenied.AccessPointCountsExceededThe maxium number of access point has reached its limits.The access point of the current file system has reached the upper limit.
404InvalidAccessGroup.NotFoundThe specified AccessGroup does not exist.The permission group that you specified does not exist or has been deleted.
404InvalidFileSystem.NotFoundThe specified file system does not exist.The specified file system does not exist.
404InvalidVpc.NotFoundThe specified Vpc is not found.The specified VPC does not exist. Create a VPC first.
404InvalidVswitch.NotFoundThe specified VSwitch does not exist.The specified switch does not exist.

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

Change history

Change timeSummary of changesOperation
No change history