All Products
Search
Document Center

Apsara File Storage NAS:CreateAccessGroup

Last Updated:May 23, 2024

Creates a permission group.

Debugging

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

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:CreateAccessGroupWrite
  • AccessGroup
    acs:nas:{#regionId}:{#accountId}:accessgroup/{#accessgroupName}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
AccessGroupNamestringYes

The name of the permission group.

Limits:

  • The name must be 3 to 64 characters in length.
  • The name must start with a letter and can contain letters, digits, underscores (_), and hyphens (-).
  • The name must be different from the name of the default permission group.

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

vpc-test
AccessGroupTypestringYes

The network type of the permission group. Valid value: Vpc.

Vpc
DescriptionstringNo

The description of the permission group.

Limits:

  • By default, the description of a permission group is the same as the name of the permission group. The description must be 2 to 128 characters in length.
  • The name must start with a letter and cannot start with http:// or https://.
  • The description can contain digits, colons (:), underscores (_), and hyphens (-).
vpctestaccessgroup
FileSystemTypestringNo

The type of the file system.

Valid values:

  • standard (default): General-purpose NAS file system
  • extreme: Extreme NAS file system
standard

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

55C5FFD6-BF99-41BD-9C66-FFF39189F4F8
AccessGroupNamestring

The name of the permission group.

vpc-test

Examples

Sample success responses

JSONformat

{
  "RequestId": "55C5FFD6-BF99-41BD-9C66-FFF39189F4F8",
  "AccessGroupName": "vpc-test"
}

Error codes

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