
Operation Description
-
Each ACL can contain IP addresses or CIDR blocks. Take note of the following limits on ACLs:
- The maximum number of IP entries that can be added to an ACL with each Alibaba Cloud account at a time: 20
- The maximum number of IP entries that each ACL can contain: 1,000
-
AddEntriesToAcl is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the ListAclEntries operation to query the status of the task.
- If the ACL is in the Adding state, the IP entries are being added.
- If the ACL is in the Available state, the IP entries are added.
Quotas Info
Authorization Information
The following table shows the authorization information corresponding to this API, which can be used in the Action policy element to grant a RAM user or RAM role the permissions to call the API. Please use RAM to set up these permissions and refer to RAM documentation for more instructions.
Request Parameters
Field Name | Field Details |
---|---|
AclIdstring | The ID of the ACL. Example:nacl-hp34s2h0xx1ht4nwo****Reference Value Source: ListAcls CreateAcl |
AclEntriesarray<object> | The ACL entries that you want to add. You can add at most 20 entries in each call. Count of Children <= 20Count of Children >= 1 |
ClientTokenstring | The client token that is used to ensure the idempotence of the request.View Details... Example:5A2CFF0E-5718-45B5-9D4D-70B3FF3898 |
DryRunboolean | Specifies whether to perform only a dry run, without performing the actual request. Valid values:View Details... Example:false |
Response Parameters
Field Name | Field Details |
---|---|
JobIdstring | The asynchronous task ID. Example:72dcd26b-f12d-4c27-b3af-18f6aed5**** |
RequestIdstring | The request ID. Example:365F4154-92F6-4AE4-92F8-7FF34B540710 |
Sample Response
Error Codes
Change History
Change time | Change content summary | operation | |
---|---|---|---|
2024-01-24 | |||
2024-01-23 | |||
2020-09-29 |