Queries whether the NFS ACL feature is enabled for a specified General-purpose NAS file system.
Debugging
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.
|
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.