Queries whether the NFS ACL feature is enabled for a specified 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 DescribeNfsAcl

The operation that you want to perform.

Set the value to DescribeNfsAcl.

FileSystemId String Yes 206614xxxx

The ID of the file system.

Response parameters

Parameter Type Example Description
RequestId String A1098673-1746-505E-A5F1-08527B7EDBDF

The ID of the request.

Acl Object

The information about the ACL feature.

Enabled Boolean true

Indicates whether the NFS ACL feature is enabled.

  • true: The NFS ACL feature is enabled.
  • false: The NFS ACL feature is disabled.

Examples

Sample requests

http(s)://[Endpoint]/?Action=DescribeNfsAcl
&FileSystemId=206614xxxx
&<Common request parameters>

Sample success responses

XML format

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

<DescribeNfsAclResponse>
    <RequestId>A1098673-1746-505E-A5F1-08527B7EDBDF</RequestId>
    <Acl>
        <Enabled>true</Enabled>
    </Acl>
</DescribeNfsAclResponse>

JSON format

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

{
  "RequestId" : "A1098673-1746-505E-A5F1-08527B7EDBDF",
  "Acl" : {
    "Enabled" : true
  }
}

Error codes

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