Disassociates access control lists (ACLs) from a listener.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DissociateAclsFromListener |
The operation that you want to perform. Set the value to DissociateAclsFromListener. |
RegionId | String | Yes | cn-hangzhou |
The ID of the region where the Global Accelerator (GA) instance is deployed. Set the value to cn-hangzhou. |
ListenerId | String | Yes | lsr-bp1bpn0kn908w4nbw**** |
The ID of the listener. |
ClientToken | String | No | 5A2CFF0E-5718-45B5-9D4D-70B3FF3898 |
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. If you do not specify this parameter, the system automatically uses the request ID as the client token. The ID of each request may be different. |
DryRun | Boolean | No | true |
Specifies whether to precheck the request. Valid values:
|
AclIds.N | String | Yes | nacl-hp34s2h0xx1ht4nwo**** |
The IDs of the ACLs. You can disassociate at most two ACLs from a listener at a time. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | CEF72CEB-54B6-4AE8-B225-F876FF7BA984 |
The ID of the request. |
AclIds | Array of String | nacl-hp34s2h0xx1ht4nwo**** |
The IDs of the ACLs. You can disassociate at most two ACLs from a listener at a time. |
ListenerId | String | lsr-bp1bpn0kn908w4nbw**** |
The ID of the listener. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DissociateAclsFromListener
&RegionId=cn-hangzhou
&AclIds=["nacl-hp34s2h0xx1ht4nwo****"]
&ListenerId=lsr-bp1bpn0kn908w4nbw****
&ClientToken=5A2CFF0E-5718-45B5-9D4D-70B3FF3898
&DryRun=true
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DissociateAclsFromListenerResponse>
<RequestId>CEF72CEB-54B6-4AE8-B225-F876FF7BA984</RequestId>
<AclIds>nacl-hp34s2h0xx1ht4nwo****</AclIds>
<ListenerId>lsr-bp1bpn0kn908w4nbw****</ListenerId>
</DissociateAclsFromListenerResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "CEF72CEB-54B6-4AE8-B225-F876FF7BA984",
"AclIds" : [ "nacl-hp34s2h0xx1ht4nwo****" ],
"ListenerId" : "lsr-bp1bpn0kn908w4nbw****"
}
Error codes
For a list of error codes, visit the API Error Center.