Enables the NFS ACL feature for a General-purpose NAS file system.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes EnableNfsAcl

The operation that you want to perform.

Set the value to EnableNfsAcl.

FileSystemId String Yes 43f264xxxx

The ID of the file system.

Response parameters

Parameter Type Example Description
RequestId String 29F4F360-A6A8-561A-A45B-A0F6882969BA

The ID of the request.

Examples

Sample requests

http(s)://[Endpoint]/?Action=EnableNfsAcl
&FileSystemId=43f264xxxx
&<Common request parameters>

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<EnableNfsAclResponse>
    <RequestId>29F4F360-A6A8-561A-A45B-A0F6882969BA</RequestId>
</EnableNfsAclResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "29F4F360-A6A8-561A-A45B-A0F6882969BA"
}

Error codes

For a list of error codes, see Service error codes.