Removes entries from an access control list (ACL).
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | RemoveEntriesFromAcl |
The operation that you want to perform. Set the value to RemoveEntriesFromAcl. |
ClientToken | String | No | 593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3 |
The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. |
DryRun | Boolean | No | true |
Specifies whether only to precheck the request. Valid values:
|
AclId | String | Yes | nacl-hp34s2h0xx1ht4nwo**** |
The ID of the ACL. |
Entries | Array of String | Yes | 192.168.1.0/24 |
The ACL entries that you want to remove. You can remove up to 20 entries in each call. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
JobId | String | 72dcd26b-f12d-4c27-b3af-18f6aed5**** |
The ID of the asynchronous task. |
RequestId | String | 593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3
&ClientToken=593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3
&DryRun=true
&AclId=nacl-hp34s2h0xx1ht4nwo****
&Entries=["192.168.1.0/24"]
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<RemoveEntriesFromAclResponse>
<JobId>72dcd26b-f12d-4c27-b3af-18f6aed5****</JobId>
<RequestId>593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3</RequestId>
</RemoveEntriesFromAclResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"JobId" : "72dcd26b-f12d-4c27-b3af-18f6aed5****",
"RequestId" : "593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | IncorrectStatus.Acl | The status of %s [%s] is incorrect. | The error message returned because the status of the specified %s [%s] resource is invalid. |
404 | ResourceNotFound.Acl | The specified resource %s is not found. | The error message returned because the specified %s resource does not exist. |
404 | ResourceNotFound.AclEntry | The specified resource %s is not found. | The error message returned because the specified %s resource does not exist. |
For a list of error codes, visit the API Error Center.