All Products
Search
Document Center

Apsara File Storage NAS:CreateAccessPoint

Last Updated:Sep 10, 2024

Creates an access point.

Operation description

  • After you call the CreateAccessPoint operation, an access point is not immediately created. Therefore, after you perform 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 this operation.
  • If you want to perform 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

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

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 Apsara 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.
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.-

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

Change history

Change timeSummary of changesOperation
No change history