Queries the listeners that are associated with access control lists (ACLs).
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
AclIds | array | Yes | The access control list (ACL) IDs. You can query at most five ACLs in each call. | |
string | Yes | The ID of the ACL. | nacl-hp34s2h0xx1ht4nwo**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"AclRelations": [
{
"AclId": "nacl-hp34s2h0xx1ht4nwo****",
"RelatedListeners": [
{
"ListenerId": "lsr-bp1bpn0kn908w4nbw****",
"ListenerPort": 80,
"ListenerProtocol": "HTTPS",
"LoadBalancerId": "lb-bp1b6c719dfa08ex****",
"Status": "Associated"
}
]
}
],
"RequestId": "593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
403 | Forbidden.Acl | Authentication is failed for %s. | Authentication is failed for %s. |
404 | ResourceNotFound.Acl | The specified resource %s is not found. | The specified resource %s is not found. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-01-29 | The Error code has changed | View Change Details |