Disables the access control list (ACL) feature for a Server Message Block (SMB) file system that resides in an Active Directory (AD) domain.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DisableSmbAcl |
The operation that you want to perform. Set the value to DisableSmbAcl. |
FileSystemId | String | Yes | 1ca404**** |
The ID of the file system. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 98696EF0-1607-4E9D-B01D-F20930B6**** |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DisableSmbAcl
&FileSystemId=1ca404****
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DisableSmbAclResponse>
<RequestId>98696EF0-1607-4E9D-B01D-F20930B6****</RequestId>
</DisableSmbAclResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "98696EF0-1607-4E9D-B01D-F20930B6****"
}
Error codes
For a list of error codes, visit the API Error Center.