All Products
Search
Document Center

Apsara File Storage NAS:DescribeNfsAcl

Last Updated:Mar 14, 2024

Queries whether the NFS ACL feature is enabled for a file system.

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.

206614xxxx

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

A1098673-1746-505E-A5F1-08527B7EDBDF
Aclobject

The information about the ACL feature.

Enabledboolean

Indicates whether the NFS ACL feature is enabled.

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

Examples

Sample success responses

JSONformat

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

Error codes

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