Queries access control lists (ACLs).
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
slb:DescribeAccessControlLists | list |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | Yes | The region ID of the ACL. You can call the DescribeRegions operation to query the most recent region list. | cn-hangzhou |
AclName | string | No | The ACL name. The ACL name. The name must be 1 to 80 characters in length, and can contain letters, digits, periods (.), hyphens (-), forward slashes (/), and underscores (_). The name of each ACL must be unique within a region. Fuzzy match is supported. | rule1 |
AddressIPVersion | string | No | The IP version of the Classic Load Balancer (CLB) instance with which the ACL is associated. Valid values:
| ipv4 |
PageSize | integer | No | The number of entries to return on each page. Maximum value: 50. Default value: 10. | 10 |
PageNumber | integer | No | The number of the page to return. Default value: 1. | 1 |
ResourceGroupId | string | No | The resource group ID. | rg-atstuj3rtop4**** |
Tag | array<object> | No | The tags. | |
object | No | The tags. | ||
Key | string | No | The key of the tag. You can specify up to 20 tag keys. The tag key cannot be an empty string. The tag key must be 1 to 64 characters in length and cannot start with | test |
Value | string | No | The tag value. You can specify at most 20 tag values. The tag value cannot be an empty string. The tag value must be 1 to 128 characters in length and cannot start with | 1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"PageNumber": 1,
"PageSize": 10,
"RequestId": "3CB646EF-6147-4566-A9D9-CE8FBE86F971",
"TotalCount": 1,
"Count": 1,
"Acls": {
"Acl": [
{
"AclId": "acl-bp1l0kk4gxce43k*****",
"AddressIPVersion": "ipv4",
"AclName": "rule1",
"ResourceGroupId": "rg-jfenfbp1lhl0****",
"Tags": {
"Tag": [
{
"TagValue": "1",
"TagKey": "test"
}
]
},
"CreateTime": "2022-08-31T02:49:05Z"
}
]
}
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | InvalidResourceGroupId.NotFound | The specified ResourceGroupId is not found. |
400 | LocationServiceTimeout | Location service connection timeout. Please try again later. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-09-08 | The Error code has changed | View Change Details |
2023-07-04 | The Error code has changed. The response structure of the API has changed | View Change Details |
2023-07-04 | The Error code has changed. The request parameters of the API has changed | View Change Details |