Queries whether the NFS ACL feature is enabled for a file system.
Operation description
仅通用型 NAS NFS 协议文件系统支持该功能。
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
nas:DescribeNfsAcl |
get |
*FileSystem
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| FileSystemId |
string |
Yes |
The ID of the file system. |
206614xxxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
A1098673-1746-505E-A5F1-08527B7EDBDF |
| Acl |
object |
The ACL feature details. |
|
| Enabled |
boolean |
Indicates whether the NFS ACL feature is enabled.
|
true |
Examples
Success response
JSON format
{
"RequestId": "A1098673-1746-505E-A5F1-08527B7EDBDF",
"Acl": {
"Enabled": true
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.