All Products
Search
Document Center

Server Load Balancer:DescribeAccessControlLists

Last Updated:Mar 14, 2024

Queries access control lists (ACLs).

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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.
OperationAccess levelResource typeCondition keyAssociated operation
slb:DescribeAccessControlListsLIST
  • acl
    acs:slb:{#regionId}:{#accountId}:acl/*
  • slb:tag
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID of the ACL.

You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
AclNamestringNo

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
AddressIPVersionstringNo

The IP version of the Classic Load Balancer (CLB) instance with which the ACL is associated. Valid values:

  • ipv4
  • ipv6
ipv4
PageSizeintegerNo

The number of entries to return on each page. Maximum value: 50. Default value: 10.

10
PageNumberintegerNo

The number of the page to return. Default value: 1.

1
ResourceGroupIdstringNo

The resource group ID.

rg-atstuj3rtop4****
Tagobject []No

The tags.

KeystringNo

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 aliyun or acs:. It cannot contain http:// or https://.

test
ValuestringNo

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 acs: or aliyun. It cannot contain http:// or https://.

1

Response parameters

ParameterTypeDescriptionExample
object
PageNumberinteger

The number of the returned page. Pages start from page 1. Default value: 1.

1
PageSizeinteger

The number of entries returned on each page. Maximum value: 50. Default value: 10.

10
RequestIdstring

The request ID.

3CB646EF-6147-4566-A9D9-CE8FBE86F971
TotalCountinteger

The total number of ACLs.

1
Countinteger

The number of ACLs on the current page.

1
Aclsobject []

A list of ACLs.

AclIdstring

The ACL ID.

acl-bp1l0kk4gxce43k*****
AddressIPVersionstring

The IP version that is used by the CLB instance associated with the ACL.

ipv4
AclNamestring

The ACL name.

rule1
ResourceGroupIdstring

The resource group ID.

rg-jfenfbp1lhl0****
Tagsobject []

The list of tags added to the network ACL. The value of this parameter must be a STRING list in the JSON format.

TagValuestring

The tag value.

1
TagKeystring

The tag key.

test
CreateTimestring

The time when the CLB instance was created. The time follows the YYYY-MM-DDThh:mm:ssZ format.

2022-08-31T02:49:05Z

Examples

Sample success responses

JSONformat

{
  "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 codeError codeError message
400InvalidResourceGroupId.NotFoundThe specified ResourceGroupId is not found.
400LocationServiceTimeoutLocation service connection timeout. Please try again later.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-09-08The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    Error Codes 400 change
2023-07-04The Error code has changed. The response structure of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 400
Output ParametersThe response structure of the API has changed.
2023-07-04The Error code has changed. The request parameters of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 400
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: Tag